Problems with custom machines
MCNaOtlichnoYT opened this issue ยท 3 comments
I tried to make a machine that can produce your first schrabidium without damaging the world. The recipe is meant to be 1 nuclear charge + 64 uranium ore = 1 schrabidium ore. The machine assembles perfectly but it produces schrabidium using only power. It doesn't even need input items. Here is my config from HbmConfig (they are .json but I can't upload .json).
hbmCustomMachines.txt
I think the issue is on line 29, after the entry for oreUranium
you have a comma followed by nothing, which because of the JSON parser implementation defaults to a null
value. Usually the recipe should just refuse to load, but in certain instances it might result in weirdness like that.
And this is from hbmRecipes.
hbmCustomMachines.txt
What am I doing wrong?