I didn't want to ask for help but I cannot identify the problem (lack of experience). I'm getting (two?) errors [Error] Exception caught loading asset: /items/generic/food/tier1/chug jug/chugjug.consumable, (AssetException) Could not read JSON asset /items/generic/food/tier1/chug jug/chugjug.consumable Caused by: (JsonParsingException) Cannot parse json file: /items/generic/food/tier1/chug jug/chugjug.consumable Caused by: (JsonParsingException) Error parsing json: unexpected character parsing word at 22:1 (also what does it mean when it says error at 22:1 for future reference) It isn't causing crashing but the item simply comes up as a perfect item. Any and all help is appreciated. (ALSO | If anyone knows how to make it reusable please share. It would be greatly appreciated!)
I replaced it with a cactus juice code and added in some code and it worked fine. Added "food" to the end of rage cause I forgot it. I also removed the learned recipes and the game did not like it and crashed. returning it fixed the problem. I believe my problem lies with it not having a recipe for whatever reason....
"(also what does it mean when it says error at 22:1 for future reference)" It says at line 22, character 1 there is a problem. So from your screenshot it looks like you have an extra ] that is causing problems. There is nothing wrong with asking for help, its partly why this forum exists Are you still having issues?
Also it is easier if you just copy the code into the post instead of taking a screenshot. You can use the bcc code [code] [/code] to post it in.