Logic derp (again)
This commit is contained in:
parent
3188218a37
commit
cbf88adc98
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@
|
||||||
+ else
|
+ else
|
||||||
+ {
|
+ {
|
||||||
+ int id = EntityList.getEntityID(this);
|
+ int id = EntityList.getEntityID(this);
|
||||||
+ if (id > 0 && !EntityList.entityEggs.containsKey(id))
|
+ if (id > 0 && EntityList.entityEggs.containsKey(id))
|
||||||
+ {
|
+ {
|
||||||
+ return new ItemStack(Item.monsterPlacer, 1, id);
|
+ return new ItemStack(Item.monsterPlacer, 1, id);
|
||||||
+ }
|
+ }
|
||||||
|
|
Loading…
Reference in a new issue