Another AT, for the player
This commit is contained in:
parent
aa24916736
commit
e8a7e28110
2 changed files with 3 additions and 1 deletions
|
@ -366,7 +366,7 @@ public class ForgeEventFactory
|
|||
{
|
||||
for (EntityItem item : capturedDrops)
|
||||
{
|
||||
player.joinEntityItemWithWorld(item);
|
||||
player.func_184816_a(item);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -172,6 +172,8 @@ public net.minecraft.client.renderer.tileentity.TileEntityRendererDispatcher fie
|
|||
public net.minecraft.client.renderer.EntityRenderer func_175069_a(Lnet/minecraft/util/ResourceLocation;)V #loadShader
|
||||
## WeightedRandomItem
|
||||
public net.minecraft.util.WeightedRandom$Item field_76292_a #probability
|
||||
# EntityPlayer
|
||||
public net.minecraft.entity.player.EntityPlayer func_184816_a(Lnet/minecraft/entity/item/EntityItem;)Lnet/minecraft/item/ItemStack; # dropItemAndGetStack
|
||||
## EntityPlayerMP getNextWindowId
|
||||
public net.minecraft.entity.player.EntityPlayerMP func_71117_bO()V
|
||||
public net.minecraft.entity.player.EntityPlayerMP field_71139_cq
|
||||
|
|
Loading…
Reference in a new issue