More Avaritia

More Avaritia

1M Downloads

Small Grammar issue outputs an error to the log

TheComputerizer opened this issue ยท 6 comments

commented

I notice this error in my log when starting up my pack

Parsing error loading recipe moreavaritia:items/dirt
com.google.gson.JsonSyntaxException: Unknown item 'mineraft:stone

which seems to indicate that minecraft is misspelled as mineraft in that recipe causing it to not work

commented

I had the same problem with More Avaritia MC 1.12.2 v1.4. The source code on Github doesn't seem to be up to date anymore, so I can't even fix the problem by modifying it.

commented

I had the same problem with More Avaritia MC 1.12.2 v1.4. The source code on Github doesn't seem to be up to date anymore, so I can't even fix the problem by modifying it.

Wow never realized that, sorry. Just pushed updated code.

commented
commented

Just looked and it's a super expensive recipe for dirt, so not that big of a deal lol. Not any special dirt, just minecraft:dirt.

Probably put it there when I was testing the JSON recipe format to transition recipes to.

Either way, fixed it in the code for if I ever release another file any time soon.

commented

To answer the when question, I have just released v1.5 which fixes this bug and #34 , code has just been updated to github

commented

Wow I was not expecting this to still be fixed, thanks for that.