Fix Material.SUPPORTED -> Material.DECORATION (#1474)

Closes #1467

Signed-off-by: Jadon Fowler <j@jadon.io>
This commit is contained in:
jadon 2020-12-17 15:19:50 -05:00 committed by GitHub
parent 471e787c32
commit 59dbbee406
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -15,8 +15,8 @@ CLASS net/minecraft/class_3614 net/minecraft/block/Material
COMMENT Not in use, but has foliage color.
FIELD field_15922 LAVA Lnet/minecraft/class_3614;
FIELD field_15923 LEAVES Lnet/minecraft/class_3614;
FIELD field_15924 SUPPORTED Lnet/minecraft/class_3614;
COMMENT Material for blocks that require a supporting block such as redstone components, torches, flower pots, and skulls.
FIELD field_15924 DECORATION Lnet/minecraft/class_3614;
COMMENT Material for decoration blocks such as redstone components, torches, flower pots, rails, buttons, and skulls.
FIELD field_15925 CACTUS Lnet/minecraft/class_3614;
FIELD field_15926 REPLACEABLE_UNDERWATER_PLANT Lnet/minecraft/class_3614;
FIELD field_15927 STRUCTURE_VOID Lnet/minecraft/class_3614;