Pipez

Pipez

31M Downloads

Gas pipe recipe warnings if Mekanism is not installed

Tander opened this issue ยท 4 comments

commented

Bug description
I'm getting this warnings in console:

06:31:20.087
Parsing error loading recipe pipez:gas_pipe
com.google.gson.JsonSyntaxException: Unknown item 'mekanism:alloy_infused'

06:32:31.544
Couldn't parse loot table pipez:blocks/gas_pipe
com.google.gson.JsonSyntaxException: Expected name to be an item, was unknown string 'pipez:gas_pipe'

It seems you need to add a condition in recipe if Mekanism is presented.

Steps to reproduce the issue
Start the game without mechanism installed

Expected behavior
No warnings

Log files

Versions

  • Minecraft version 1.16.5
  • Forge version 36.1.2
  • Mod version 1.2.1
commented

This is normal. Recipes are JSON files. You can't change them programmatically if a mod is not installed. As far as I know, every mod does it like that.
This error message does not affect the game in any way.

commented

Well, you can. Here is example from quark:
https://github.com/Vazkii/Quark/blob/master/src/main/resources/data/quark/recipes/building/crafting/candles/candle_basic.json

It's very minor issue, but it still would be nice if you fix it.

commented

Oh, I didn't know of that thank you very much!

commented

It should be fixed in the next version.