Pam's HarvestCraft 2 - Crops

Pam's HarvestCraft 2 - Crops

17M Downloads

tags dont exist for vegetables, most recent version from curseforge

poly-1810 opened this issue ยท 2 comments

commented

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

commented

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

commented

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