Revert 2 bad renames, and downgrade enigma

This commit is contained in:
modmuss50 2019-05-14 12:05:39 +01:00
parent 1c92f132ee
commit 60e13d70f8
3 changed files with 3 additions and 3 deletions

View File

@ -50,7 +50,7 @@ configurations {
dependencies { dependencies {
enigmaRuntime "net.fabricmc:stitch:0.1.2.49+" 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") def mappingsDir = file("mappings")

View File

@ -5,5 +5,5 @@ CLASS bub net/minecraft/block/entity/Hopper
METHOD A getHopperY ()D METHOD A getHopperY ()D
METHOD B getHopperZ ()D METHOD B getHopperZ ()D
METHOD O_ getInputAreaShape ()Lcsr; METHOD O_ getInputAreaShape ()Lcsr;
METHOD w getHopperWorld ()Lbhi; METHOD w getWorld ()Lbhi;
METHOD z getHopperX ()D METHOD z getHopperX ()D

View File

@ -340,7 +340,7 @@ CLASS aii net/minecraft/entity/Entity
METHOD bM getStandingEyeHeight ()F METHOD bM getStandingEyeHeight ()F
METHOD bN getBlockPos ()Lev; METHOD bN getBlockPos ()Lev;
METHOD bO getPosVector ()Lcrx; METHOD bO getPosVector ()Lcrx;
METHOD bP getWorld ()Lbhi; METHOD bP getEntityWorld ()Lbhi;
METHOD bQ getServer ()Lnet/minecraft/server/MinecraftServer; METHOD bQ getServer ()Lnet/minecraft/server/MinecraftServer;
METHOD bR isImmuneToExplosion ()Z METHOD bR isImmuneToExplosion ()Z
METHOD bS entityDataRequiresOperator ()Z METHOD bS entityDataRequiresOperator ()Z