This commit is contained in:
Jamie Mansfield 2016-08-16 00:49:59 +00:00 committed by GitHub
commit 9859106c58
7 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ The current version targets Minecraft version **16w32b**.
## Contributing
Download Enigma from [here](http://modmuss50.me:8080/job/Enigma-Asie/) ([source](https://github.com/ChorusMC/Enigma)). Use the "-all" JAR.
Download Enigma from [here](http://modmuss50.me:8080/job/Chorus/job/Enigma-Chorus/) ([source](https://github.com/ChorusMC/Enigma)). Use the "-all" JAR.
Please remember that copying and pasting mappings from alternate projects under more restrictive licenses (such as MCP) is **completely forbidden**. It is also good to consult name changes with other people via pull requests.

View File

@ -1,4 +1,4 @@
CLASS none/fd net/minecraft/text/impl/TextComponentScore
CLASS none/fd net/minecraft/text/ScoreComponent
METHOD e getText ()Ljava/lang/String;
METHOD equals (Ljava/lang/Object;)Z
ARG 0 other

View File

@ -1,4 +1,4 @@
CLASS none/fe net/minecraft/text/impl/TextComponentSelector
CLASS none/fe net/minecraft/text/SelectorComponent
FIELD b pattern Ljava/lang/String;
METHOD <init> (Ljava/lang/String;)V
ARG 0 pattern

View File

@ -1,4 +1,4 @@
CLASS none/fg net/minecraft/text/impl/TextComponentString
CLASS none/fg net/minecraft/text/TextComponent
FIELD b text Ljava/lang/String;
METHOD <init> (Ljava/lang/String;)V
ARG 0 text

View File

@ -1,4 +1,4 @@
CLASS none/fh net/minecraft/text/impl/TextComponentTranslatable
CLASS none/fh net/minecraft/text/TranslatableComponent
FIELD d key Ljava/lang/String;
FIELD e args [Ljava/lang/Object;
METHOD <init> (Ljava/lang/String;[Ljava/lang/Object;)V

View File

@ -1,4 +1,4 @@
CLASS none/ez net/minecraft/text/ClickEvent
CLASS none/ez net/minecraft/text/event/ClickEvent
CLASS none/ez$a Action
FIELD a OPEN_URL Lnone/ez$a;
FIELD b OPEN_FILE Lnone/ez$a;

View File

@ -1,4 +1,4 @@
CLASS none/fc net/minecraft/text/HoverEvent
CLASS none/fc net/minecraft/text/event/HoverEvent
CLASS none/fc$a Action
FIELD a SHOW_TEXT Lnone/fc$a;
FIELD b SHOW_ACHIEVEMENT Lnone/fc$a;