Ordinastie / MalisisDoors

46 stars 39 forks source link

Fixing incompatibility between immersive engineering drills and malisisdoors. #378

Open Xemorr opened 3 years ago

Xemorr commented 3 years ago

https://pastebin.com/j0XRnDvs

If you look at this pastebin, because immersive engineering drills mine both the bottom and top block (a guess), it causes it to have null drops. This then means that when it is put in the NonNullList, it triggers the validate NonNull, and then crashes the entire server.

I believe this fix should work, but will need testing. This is my first pull request, so if I've done anything wrong, feel free to tell me.

Xemorr commented 3 years ago

Tested it, the fix works.