Remove two patches that aren't needed anymore
This commit is contained in:
parent
2dcb2187c0
commit
020bf5ee98
2 changed files with 0 additions and 21 deletions
|
@ -1,10 +0,0 @@
|
|||
++++ REJECTED PATCH 1
|
||||
{
|
||||
if (!this.worldObj.isRemote)
|
||||
{
|
||||
- Class <? extends Entity > oclass = EntityList.getClassFromID(itemstack.getMetadata());
|
||||
+ Class <? extends Entity > oclass = EntityList.stringToClassMapping.get(net.minecraft.item.ItemMonsterPlacer.getEntityName(itemstack));
|
||||
|
||||
if (oclass != null && this.getClass() == oclass)
|
||||
{
|
||||
++++ END PATCH
|
|
@ -1,11 +0,0 @@
|
|||
++++ REJECTED PATCH 4
|
||||
|
||||
public static class EntityEggInfo
|
||||
{
|
||||
+ @Deprecated // This is not always a valid number in the global ID list.
|
||||
public final int spawnedID;
|
||||
+ public final String name;
|
||||
public final int primaryColor;
|
||||
public final int secondaryColor;
|
||||
public final StatBase field_151512_d;
|
||||
++++ END PATCH
|
Loading…
Reference in a new issue