diff --git a/fml-src-3.0.92.299.zip b/fml-src-3.0.98.304.zip similarity index 96% rename from fml-src-3.0.92.299.zip rename to fml-src-3.0.98.304.zip index 5f044de56..243bddc5f 100644 Binary files a/fml-src-3.0.92.299.zip and b/fml-src-3.0.98.304.zip differ diff --git a/patches/common/net/minecraft/src/EntityItem.java.patch b/patches/common/net/minecraft/src/EntityItem.java.patch index afcd936d3..3128721b6 100644 --- a/patches/common/net/minecraft/src/EntityItem.java.patch +++ b/patches/common/net/minecraft/src/EntityItem.java.patch @@ -8,9 +8,9 @@ +import net.minecraftforge.common.MinecraftForge; +import net.minecraftforge.event.entity.player.EntityItemPickupEvent; - public class EntityItem extends Entity - { -@@ -120,6 +123,11 @@ + import cpw.mods.fml.common.registry.GameRegistry; + +@@ -122,6 +125,11 @@ { this.setDead(); } @@ -22,7 +22,7 @@ } public boolean func_70289_a(EntityItem par1EntityItem) -@@ -223,7 +231,7 @@ +@@ -225,7 +233,7 @@ NBTTagCompound var2 = par1NBTTagCompound.getCompoundTag("Item"); this.item = ItemStack.loadItemStackFromNBT(var2); @@ -31,7 +31,7 @@ { this.setDead(); } -@@ -236,9 +244,21 @@ +@@ -238,9 +246,21 @@ { if (!this.worldObj.isRemote) {