crash with the new custom recipes
Sten89 opened this issue ยท 5 comments
hbmChemplant.txt
the recipes i added are at the bottom
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:
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.
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:
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?