1
Fork 0
mirror of https://github.com/Steffo99/lihzahrd.git synced 2024-10-16 06:27:29 +00:00

Fixes flyingsnake#9: Add missing Bamboo Block ID

This commit is contained in:
Steffo 2020-06-30 02:35:55 +02:00
parent 02f73e5db0
commit 2fa940074c
Signed by: steffo
GPG key ID: 896A80F55F7C97F0

View file

@ -568,7 +568,7 @@ class BlockType(enum.IntEnum):
GOLD_SEAHORSE_CAGE = 559
GOLF_TROPHIES = 560
MARBLE_COLUMN = 561
BAMBOO = 571
BAMBOO = 562
LARGE_BAMBOO = 563
PLASMA_LAMP = 564
FOG_MACHINE = 565
@ -577,6 +577,7 @@ class BlockType(enum.IntEnum):
PINK_FAIRY_JAR = 568
GREEN_FAIRY_JAR = 569
BLUE_FAIRY_JAR = 570
BAMBOO_TREE = 571
SOUL_BOTTLES = 572
TATTERED_WOOD_SIGN = 573
BOREAL_BEAM = 574