Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
poly-1810 opened this issue Jun 22, 2023 · 2 comments
Open

Comments

@poly-1810
Copy link

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

@1d01t
Copy link

1d01t commented Jul 12, 2023

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
Copy link

coconuq commented Aug 7, 2023

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants