Update FML: 46c563a
46c563a Expose more of the village construction parts for building village piece 1380c2e Allow access to the type "ComponentVillage" 71a3818 Documentation and registration for villager stuff e3a343c Fix javadoc derp 195b1a0 Villager trading, manipulation and village enhancement. Still WIP but sh 69e66c3 Fix exception based logging to actually log the exception!
This commit is contained in:
parent
6a166944c6
commit
bea2d8599f
2 changed files with 5 additions and 5 deletions
Binary file not shown.
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue