Hbm's Nuclear Tech Mod

Hbm's Nuclear Tech Mod

1M Downloads

crash with the new custom recipes

Sten89 opened this issue ยท 5 comments

commented

What changes did you make to the recipe file?

commented

hbmChemplant.txt
the recipes i added are at the bottom

commented

You're missing an opening bracket for the item array on line 1103.

There is an unnecessary closing bracket for the fluid input array on line 1110.

Another closing bracket on line 1111.

The item input array on line 1112 only has a single string of text in it instead of an item array.

The fluid output on line 1113 is missing its array brackets.

Yet another bracket on line 1114.

The fixed file wold probably look like this:

hbmChemplant.txt

Hard to verify that it actually works since without the items from all the other mods they don't load for me but at least the JSON is in a valid format and the other recipes load too.

commented

You're missing an opening bracket for the item array on line 1103.

There is an unnecessary closing bracket for the fluid input array on line 1110.

Another closing bracket on line 1111.

The item input array on line 1112 only has a single string of text in it instead of an item array.

The fluid output on line 1113 is missing its array brackets.

Yet another bracket on line 1114.

The fixed file wold probably look like this:

hbmChemplant.txt

Hard to verify that it actually works since without the items from all the other mods they don't load for me but at least the JSON is in a valid format and the other recipes load too.

Hi bob, I wonder if this Universal JSON recipe handling system can add new recipes or just change the recipes which are existing?

commented

Recipes can be added, although new recipes for the chemical plant lack recipe icons and localization which may be added by editing the assets of the jar file.