mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 07:13:28 +01:00
Reverse.
Fricker.
This commit is contained in:
parent
07a9c9b10d
commit
15a0608055
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ public class ItemSpawnerChanger extends ItemBase{
|
|||
stack.setTagCompound(new NBTTagCompound());
|
||||
}
|
||||
|
||||
if(!(entity instanceof EntityPlayer) && !entity.isNonBoss()){
|
||||
if(!(entity instanceof EntityPlayer) && entity.isNonBoss()){
|
||||
String entityName = EntityList.getEntityString(entity);
|
||||
if(entityName != null && !entityName.isEmpty()){
|
||||
for(String name : ConfigStringListValues.SPAWNER_CHANGER_BLACKLIST.getValue()){
|
||||
|
|
Loading…
Reference in a new issue