Wabbit0101/mods_hoardercraft

Crash 1.12.2. - Smart Hoppers Invalid Output

P3rf3ctXZer0 opened this issue · 6 comments

This crash takes place during startup.

https://gist.github.com/P3rf3ctXZer0/7ec77c8bd117b05d85f03b0f88c70330

I was writing a changelog for the update pack when it took place - as such some info is missing.

https://gist.github.com/P3rf3ctXZer0/13d97fe4081d67328757c7e90f3f9f78

Q: Do you have a mod that is replacing slimeballs or slime blocks with their own versions? This error is a failing assertion -- either slime balls or slime blocks returned an empty stack when this method was called (the mod is failing b/c the input or output stack is empty and that is bad).

Yes Tinkers and Player Storage maybe even pixelmon

The other issue #70 is also probably caused by the slime superblock not being able to find the vanilla slime block just like here. In general the current versions of the mods are fairly vanilla+ so they expect vanilla blocks to be there.

Player Storage and Tinker's don't seem to be the cause (I have checked with latest of those two mods and things start up fine and I can use Tinker's slime balls ok). Where do you download Pixelmon from? Otherwise, not sure where the incompatibility lies.

It seems Quark is the issue. Try setting this Quark option to FALSE:
B:"Slime blocks bounce off sides"=false

That worked for me...the standard slime blocks are not replaced then. If you need this option enabled in Quark, not much else to do but remove my mods.

Okay I will thank you : D