rwtema / Extra-Utilities-2-Source

Sourcecode for Extra Utilities
Other
109 stars 75 forks source link

snow globe crashes the game #453

Open valn1 opened 3 months ago

valn1 commented 3 months ago

im not sure what happened, i just crafted the snow globe, then i took flight, maybe i held it in my hand and then the game crashed

the logs give me this exception: java.lang.NullPointerException: Getting model for itemstack

can someone help me? i cant play anymore

kostamoisidis commented 3 weeks ago

Same issue here.

java.lang.NullPointerException: Getting model for itemstack
    at git.jbredwards.fluidlogged_api.mod.asm.plugins.forge.PluginBlockFluidBase$Hooks$$Lambda$4734/1179510500.apply(Unknown Source)
    at git.jbredwards.fluidlogged_api.mod.asm.plugins.forge.PluginBlockFluidBase$Hooks.getFromCache(PluginBlockFluidBase.java:696)
    at git.jbredwards.fluidlogged_api.mod.asm.plugins.forge.PluginBlockFluidBase$Hooks.getFluidExtendedState(PluginBlockFluidBase.java:476)
    at net.minecraft.block.BlockLiquid.getExtendedState(BlockLiquid.java)
    at com.rwtema.extrautils2.items.ItemSnowglobe.addQuads(ItemSnowglobe.java:343)

Googling around more, this comment on the from fluidlogged_api claims it has been fixed but im not sure what version of what mod/lib 1.5.6 is he referencing.