Remove two patches that aren't needed anymore

This commit is contained in:
cpw 2016-03-06 23:46:27 -05:00
parent 2dcb2187c0
commit 020bf5ee98
2 changed files with 0 additions and 21 deletions

View File

@ -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

View File

@ -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