mirror of
https://github.com/Ellpeck/ActuallyAdditions.git
synced 2024-11-22 15:18:34 +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());
|
stack.setTagCompound(new NBTTagCompound());
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!(entity instanceof EntityPlayer) && !entity.isNonBoss()){
|
if(!(entity instanceof EntityPlayer) && entity.isNonBoss()){
|
||||||
String entityName = EntityList.getEntityString(entity);
|
String entityName = EntityList.getEntityString(entity);
|
||||||
if(entityName != null && !entityName.isEmpty()){
|
if(entityName != null && !entityName.isEmpty()){
|
||||||
for(String name : ConfigStringListValues.SPAWNER_CHANGER_BLACKLIST.getValue()){
|
for(String name : ConfigStringListValues.SPAWNER_CHANGER_BLACKLIST.getValue()){
|
||||||
|
|
Loading…
Reference in a new issue