From 65ee82c8a86214024874ea41d1e3e635cd1792bc Mon Sep 17 00:00:00 2001 From: asiekierka Date: Wed, 19 Oct 2016 10:23:31 +0200 Subject: [PATCH] IHopper.getWorld must be getHopperWorld, or issues happen --- mappings/net/minecraft/block/entity/IHopper.mapping | 2 +- .../net/minecraft/entity/vehicle/EntityHopperMinecart.mapping | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/mappings/net/minecraft/block/entity/IHopper.mapping b/mappings/net/minecraft/block/entity/IHopper.mapping index 0f437fb3a9..f98b4ca416 100644 --- a/mappings/net/minecraft/block/entity/IHopper.mapping +++ b/mappings/net/minecraft/block/entity/IHopper.mapping @@ -1,5 +1,5 @@ CLASS arq net/minecraft/block/entity/IHopper - METHOD D getWorld ()Laiw; + METHOD D getHopperWorld ()Laiw; METHOD E getHopperX ()D METHOD F getHopperY ()D METHOD G getHopperZ ()D diff --git a/mappings/net/minecraft/entity/vehicle/EntityHopperMinecart.mapping b/mappings/net/minecraft/entity/vehicle/EntityHopperMinecart.mapping index cc22996abf..5f2b729029 100644 --- a/mappings/net/minecraft/entity/vehicle/EntityHopperMinecart.mapping +++ b/mappings/net/minecraft/entity/vehicle/EntityHopperMinecart.mapping @@ -3,7 +3,7 @@ CLASS abp net/minecraft/entity/vehicle/EntityHopperMinecart FIELD b transferCooldown I FIELD c currentBlockPos Lcn; METHOD C isEnabled ()Z - METHOD D getWorld ()Laiw; + METHOD D getHopperWorld ()Laiw; METHOD E getHopperX ()D METHOD F getHopperY ()D METHOD G getHopperZ ()D