From 60e13d70f8218f9389eee5d8fd9a91c3418d36d7 Mon Sep 17 00:00:00 2001 From: modmuss50 Date: Tue, 14 May 2019 12:05:39 +0100 Subject: [PATCH] Revert 2 bad renames, and downgrade enigma --- build.gradle | 2 +- mappings/net/minecraft/block/entity/Hopper.mapping | 2 +- mappings/net/minecraft/entity/Entity.mapping | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.gradle b/build.gradle index 145f3c3327..d618bc1b01 100644 --- a/build.gradle +++ b/build.gradle @@ -50,7 +50,7 @@ configurations { dependencies { enigmaRuntime "net.fabricmc:stitch:0.1.2.49+" - enigmaRuntime "cuchaz:enigma:0.13.1.+:all" + enigmaRuntime "cuchaz:enigma:0.13.1.99:all" } def mappingsDir = file("mappings") diff --git a/mappings/net/minecraft/block/entity/Hopper.mapping b/mappings/net/minecraft/block/entity/Hopper.mapping index d1fa71a309..b0d28cb454 100644 --- a/mappings/net/minecraft/block/entity/Hopper.mapping +++ b/mappings/net/minecraft/block/entity/Hopper.mapping @@ -5,5 +5,5 @@ CLASS bub net/minecraft/block/entity/Hopper METHOD A getHopperY ()D METHOD B getHopperZ ()D METHOD O_ getInputAreaShape ()Lcsr; - METHOD w getHopperWorld ()Lbhi; + METHOD w getWorld ()Lbhi; METHOD z getHopperX ()D diff --git a/mappings/net/minecraft/entity/Entity.mapping b/mappings/net/minecraft/entity/Entity.mapping index 939d866214..ff0439e8a6 100644 --- a/mappings/net/minecraft/entity/Entity.mapping +++ b/mappings/net/minecraft/entity/Entity.mapping @@ -340,7 +340,7 @@ CLASS aii net/minecraft/entity/Entity METHOD bM getStandingEyeHeight ()F METHOD bN getBlockPos ()Lev; METHOD bO getPosVector ()Lcrx; - METHOD bP getWorld ()Lbhi; + METHOD bP getEntityWorld ()Lbhi; METHOD bQ getServer ()Lnet/minecraft/server/MinecraftServer; METHOD bR isImmuneToExplosion ()Z METHOD bS entityDataRequiresOperator ()Z