From 484a673b1f6b635f67379b83942c209c1a4e5555 Mon Sep 17 00:00:00 2001 From: LexManos Date: Thu, 20 Dec 2012 14:30:59 -0800 Subject: [PATCH] Remove unneeded file --- .../common/net/minecraft/src/Item.java.patch | 20 ------------------- 1 file changed, 20 deletions(-) delete mode 100644 fml/patches/common/net/minecraft/src/Item.java.patch diff --git a/fml/patches/common/net/minecraft/src/Item.java.patch b/fml/patches/common/net/minecraft/src/Item.java.patch deleted file mode 100644 index 9b6c83690..000000000 --- a/fml/patches/common/net/minecraft/src/Item.java.patch +++ /dev/null @@ -1,20 +0,0 @@ ---- ../src-base/common/net/minecraft/src/Item.java -+++ ../src-work/common/net/minecraft/src/Item.java -@@ -2,6 +2,9 @@ - - import cpw.mods.fml.common.Side; - import cpw.mods.fml.common.asm.SideOnly; -+import cpw.mods.fml.common.registry.GameData; -+import cpw.mods.fml.common.registry.GameRegistry; -+ - import java.util.List; - import java.util.Random; - -@@ -187,6 +190,7 @@ - } - - field_77698_e[256 + p_i3659_1_] = this; -+ GameData.newItemAdded(this); - } - - public Item func_77665_c(int p_77665_1_)