MatrexsVigil / phc2crops

All rights reserved - None of my artwork is available to be used for FREE in your game EVER. If you want to HIRE ME, please contact me. Thank you. This code is here for people to learn from and to help find bugs ONLY.
https://www.patreon.com/pamsmods
Other
16 stars 23 forks source link

tags dont exist for vegetables, most recent version from curseforge #73

Open poly-1810 opened 1 year ago

poly-1810 commented 1 year ago

fuckin no veggies tag.txt so all the recipes that require veggies are broken

1d01t commented 1 year ago

After a couple of long debugging sessions i found out, that the vegetable: "bokchoy" is broken. Its TAG is defined as: { "replace": false, "values": [ "pamhc2crops:bokchoy" ] }

but should be defined as: { "replace": false, "values": [ "pamhc2crops:bokchoyitem" ] } in "pamhc2crops-1.18.2-1.0.5.jar\data\forge\tags\items\vegetables\bokchoy.json" this typo causes the whole "forge:vegetables" TAG to not load and therefore many recipes are not craftable.

The point i do not get, is that these veggies are not listed here in this git repo? https://github.com/MatrexsVigil/phc2crops/tree/master/src/main/resources/data/forge/tags/items/vegetables

coconuq commented 1 year ago

same with "pamhc2crops:barrelcactusitem". #forge:cactus_plants/... must be replaced with #forge:crops/...