Add tree mappings

This commit is contained in:
Max Gurela 2016-09-14 13:56:02 -07:00
parent 84ab2ac676
commit be6bc3272f
10 changed files with 20 additions and 11 deletions

View File

@ -1,4 +1,7 @@
CLASS none/ajw net/minecraft/world/biome/impl/BiomeJungle
FIELD A JUNGLE_LEAVES Lnone/asl;
FIELD B OAK_LEAVES Lnone/asl;
FIELD z JUNGLE_LOG Lnone/asl;
METHOD a getSurfaceDecorator (Ljava/util/Random;)Lnone/auz;
ARG 0 random
METHOD b createTallGrassDecorator (Ljava/util/Random;)Lnone/avn;

View File

@ -0,0 +1 @@
CLASS none/awb net/minecraft/world/decorator/DecoratorMegaTree

View File

@ -1,4 +1,4 @@
CLASS none/ava
CLASS none/avz net/minecraft/world/decorator/impl/DecoratorTreeJungle
METHOD b generate (Lnone/aiv;Ljava/util/Random;Lnone/cn;)Z
ARG 0 world
ARG 1 random

View File

@ -0,0 +1,10 @@
CLASS none/avq net/minecraft/world/decorator/impl/DecoratorTreeJungleSmall
FIELD a logState Lnone/asl;
FIELD b leafState Lnone/asl;
METHOD <init> (Lnone/asl;Lnone/asl;)V
ARG 0 logState
ARG 1 leafState
METHOD b generate (Lnone/aiv;Ljava/util/Random;Lnone/cn;)Z
ARG 0 world
ARG 1 random
ARG 2 pos

View File

@ -1,4 +1,4 @@
CLASS none/avq
CLASS none/ava net/minecraft/world/decorator/impl/DecoratorTreeLargeOak
METHOD b generate (Lnone/aiv;Ljava/util/Random;Lnone/cn;)Z
ARG 0 world
ARG 1 random

View File

@ -1,4 +1,4 @@
CLASS none/awa
CLASS none/awa net/minecraft/world/decorator/impl/DecoratorTreeMegaSpruce
FIELD e SPRUCE_LOG Lnone/asl;
FIELD f SPRUCE_LEAVES Lnone/asl;
FIELD g PODZOL Lnone/asl;

View File

@ -1,4 +1,4 @@
CLASS none/awn
CLASS none/awo net/minecraft/world/decorator/impl/DecoratorTreeOak
FIELD a LOG Lnone/asl;
FIELD b LEAVES Lnone/asl;
METHOD b generate (Lnone/aiv;Ljava/util/Random;Lnone/cn;)Z

View File

@ -1,4 +1,4 @@
CLASS none/awo
CLASS none/awn net/minecraft/world/decorator/impl/DecoratorTreeSpruce
FIELD a LOG Lnone/asl;
FIELD b LEAVES Lnone/asl;
METHOD b generate (Lnone/aiv;Ljava/util/Random;Lnone/cn;)Z

View File

@ -1,4 +1,4 @@
CLASS none/awf
CLASS none/awf net/minecraft/world/decorator/impl/DecoratorTreeTaigaSpruce
FIELD a LOG Lnone/asl;
FIELD b LEAVES Lnone/asl;
METHOD b generate (Lnone/aiv;Ljava/util/Random;Lnone/cn;)Z

View File

@ -1,5 +0,0 @@
CLASS none/avz
METHOD b generate (Lnone/aiv;Ljava/util/Random;Lnone/cn;)Z
ARG 0 world
ARG 1 random
ARG 2 pos