mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-10-31 22:50:50 +01:00
parent
f1eebaadf3
commit
7682e3a467
2 changed files with 1 additions and 1 deletions
|
@ -72,6 +72,7 @@ public class ItemSpawnerChanger extends ItemBase{
|
|||
NBTTagCompound compound = new NBTTagCompound();
|
||||
logic.writeToNBT(compound);
|
||||
compound.removeTag("SpawnPotentials");
|
||||
compound.removeTag("SpawnData");
|
||||
logic.readFromNBT(compound);
|
||||
|
||||
logic.setEntityName(entity);
|
||||
|
|
|
@ -96,7 +96,6 @@ public final class CrusherRecipeRegistry{
|
|||
}
|
||||
|
||||
if(reg.equals(confReg) && output.getItemDamage() == meta){
|
||||
System.out.println("Blacklisting "+output);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue