#sophisticated backpack mod gives kjs errors

34 messages · Page 1 of 1 (latest)

lost sluice
#

a

solemn kiteBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

lost sluice
hasty briarBOT
#

Paste version of latest.log from @lost sluice

#

Please send your KubeJS server log. It can be found at /minecraft/logs/kubejs/server.log.
If you are on 1.18 or 1.16 it will be called server.txt.
Please send the file directly, without links or snippets.

lost sluice
hasty briarBOT
#

Paste version of message.txt from @lost sluice

worthy osprey
#
Error parsing recipe productivemetalworks:kjs/ea1gu1htffoolxzsbp2y5a8ar: {"type":"productivemetalworks:item_melting","ingredient":{"item":"mysticalagriculture:air_essence"},"minimum_temperature":800,"maximum_temperature":1200,"result":{"amount":500,"id":"mysticalagradditions:molten_inferium"}}: com.google.gson.JsonParseException: Not a json array: {"amount":500,"id":"mysticalagradditions:molten_inferium"}
#

that means your recipe structure isnt correct

#

its expecting the result to be a list

lost sluice
lost sluice
#

wait it is lol

#

but wrong thing

worthy osprey
#

wait its a different recipe

#

i see no mention of it

lost sluice
#

hm

#

thats weird

lost sluice
#

@worthy osprey

#

i noticed some new things

#

its trying to load recipes for a different mod that i have not installed

#

basiacly from the back pack mod addon to the storage mod addon

#

i dont know though why kjs is upset about these but minecraft not

worthy osprey
#

the kjs logs picks up a lot of errors from other mods that dont do recipes correctly

lost sluice
#

I guess

#

So he didn’t set any dependence’s

#

For the mod

#

So I guess he either makes a dependency or he changes the location of the recipe

worthy osprey
#

when they make the recipe they have to put conditions to only load the recipe when the mod is loaded

#

but MANY MANY mods dont do this cuz theyre lazy

#

they just let it error in the background

lost sluice
#

That’s what I’ve meant

#

so I guess the problem is solved