Updated forge and MCP mappings to latest version.
This commit is contained in:
@@ -41,7 +41,7 @@ public final class DispenserBlockTool extends BehaviorDefaultDispenseItem
|
||||
final Item i = dispensedItem.getItem();
|
||||
if( i instanceof IBlockTool )
|
||||
{
|
||||
final EnumFacing enumfacing = dispenser.func_189992_e().getValue( BlockDispenser.FACING );
|
||||
final EnumFacing enumfacing = dispenser.getBlockState().getValue( BlockDispenser.FACING );
|
||||
final IBlockTool tm = (IBlockTool) i;
|
||||
|
||||
final World w = dispenser.getWorld();
|
||||
|
||||
Reference in New Issue
Block a user