Jump to content

Recommended Posts

Posted

Not really a fix, the bug is caused by a slight code oversight in immibis core and can be recreated with more than just the block breaker, namely EE tools / destruction stuff, plus it works on any immibis BlockCombined block and so any block which contains an inventory and is part of immibis or part of a mod which uses immibis = dupe.

I posted a fix in another topic a while ago;

BlockCombined.java in getBlockDropped function after "var7.add(var13);" add "var10[var12] = null;"

That will fix it completely for all immibis inventory blocks.

  • 2 months later...
Posted

Not really a fix, the bug is caused by a slight code oversight in immibis core and can be recreated with more than just the block breaker, namely EE tools / destruction stuff, plus it works on any immibis BlockCombined block and so any block which contains an inventory and is part of immibis or part of a mod which uses immibis = dupe.

I posted a fix in another topic a while ago;

BlockCombined.java in getBlockDropped function after "var7.add(var13);" add "var10[var12] = null;"

That will fix it completely for all immibis inventory blocks.

i am assuming that the code is java script, but i do not know how to apply it to immibis. can you do it for me and post a link to the jar?

  • 1 month later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...