Hbm's Nuclear Tech Mod

Hbm's Nuclear Tech Mod

1M Downloads

Problems with custom machines

MCNaOtlichnoYT opened this issue ยท 3 comments

commented

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

commented

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.

commented

Thank you, now it works as I expected.

commented

And this is from hbmRecipes.
hbmCustomMachines.txt
What am I doing wrong?