McJtyMods / DeepResonance

Deep Resonance: a powergen mod for Minecraft involving crystals
48 stars 22 forks source link

Parsing error loading recipe deepresonance:radiation_module com.google.gson.JsonSyntaxException: Unknown item 'deepresonance:radiation_module' #254

Open ProsperCraft opened 6 years ago

ProsperCraft commented 6 years ago

This is in console on loading.

deepresonance-1.12-1.6.0 forge-1.12.2-14.23.1.2601-universal

FallenEagle1 commented 5 years ago

Just to add to this:

At lines 3461.

The items being the pulser, cooldown sensor, and instability sensor.

Forge: 2760 Deep Resonance: 1.7.2

Maxwelljones commented 5 years ago

Want to add to this: https://gist.github.com/Maxwelljones/bf69a8c229bb04fa309e6bf31cfc02b7

latest.log

Forge: 14.23.5.2768 Deep Resonance: 1.12-1.7.2

It's apparently making the items loosing their crafting recipe. I guess it's coming from another mod, but can't figure out.

josephcsible commented 5 years ago

This happened for the radiation sensor, radiation module, and RCL module if you didn't have RFTools installed, since those items are only present if RFTools is installed. I just pushed e05b906 which will fix those three. The others (pulser, cooldown sensor, and instability sensor) are items that don't actually exist at all yet. They're half-finished in the code right now.

None of these six errors are harmful, as they only appear when the items don't exist, so you're not ending up with any uncraftable items. (This isn't necessarily true in general, just for these six items in this case.)

Maxwelljones commented 5 years ago

Thanks for taking the time pushing a fix and explaining everything so clearly! of course also for bringing to life amazing mods!

<3