Fixed http://openeye.openmods.info/crashes/45620002c5dacfe15acc8e1e37187991 and friends.
This commit is contained in:
@@ -53,7 +53,10 @@ public final class AEItemStack extends AEStack<IAEItemStack> implements IAEItemS
|
||||
|
||||
def = new AEItemDef();
|
||||
def.item = is.getItem();
|
||||
|
||||
|
||||
if ( def.item == null )
|
||||
throw new RuntimeException( "This ItemStack is bad, it has a null item." );
|
||||
|
||||
/*
|
||||
* Prevent an Item from changing the damage value on me... Either, this or a core mod.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user