DakotaPride / create-garnished

MIT License
13 stars 4 forks source link

Some incorrect item names/tags in recipes... #66

Closed MrRedstoneToGo closed 5 months ago

MrRedstoneToGo commented 5 months ago
  1. https://github.com/DakotaPride/create-garnished/blob/adb326b538d501363bc4c3fe20a77ba43a1b7db5/src/main/resources/data/garnished/recipes/integration/cutting/senile_bone_from_tusk.json#L13: garnished:tusk, it's not vanilla.

  2. https://github.com/DakotaPride/create-garnished/blob/adb326b538d501363bc4c3fe20a77ba43a1b7db5/src/main/resources/data/garnished/recipes/integration/cutting/senile_bone_from_irate_tusk.json#L13: also applies for irate tusks.

  3. https://github.com/DakotaPride/create-garnished/blob/adb326b538d501363bc4c3fe20a77ba43a1b7db5/src/main/resources/data/garnished/recipes/integration/cooking/nut_nacho_bowl.json#L30: this is a tag, not an item.

  4. Have a look at the logs, they are very useful to find out such small mistakes.

DakotaPride commented 5 months ago

That's all I did the week prior to releasing v1.8, and somehow these still slip through the cracks. I even remember fixing the c:cheese issue before, I must've accidentally rolled back the file at some point.

MrRedstoneToGo commented 5 months ago

I know you fixed the c:cheese problem, after all I brought it to your attention. I myself am a bit surprised that the bug still exists/exists again.

DakotaPride commented 5 months ago

Should be fixed now, I searched far and wide through the logs, there should be no more issues.