Fixed tools not working due to a change in the onItemUse method fields in ItemStack.java
I will have to fix the dispenser logic. Manually right clicking works.
This commit is contained in:
@@ -31,6 +31,6 @@ import net.minecraft.world.World;
|
||||
public interface IBlockTool
|
||||
{
|
||||
|
||||
EnumActionResult onItemUse( ItemStack is, EntityPlayer p, World w, BlockPos pos, EnumHand hand, EnumFacing side, float hitX, float hitY, float hitZ );
|
||||
EnumActionResult onItemUse( EntityPlayer p, World w, BlockPos pos, EnumHand hand, EnumFacing side, float hitX, float hitY, float hitZ );
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user