mirror of
https://github.com/Steffo99/lihzahrd.git
synced 2024-11-21 15:44:24 +00:00
Fixes flyingsnake#9: Add missing Bamboo Block ID
This commit is contained in:
parent
02f73e5db0
commit
2fa940074c
1 changed files with 2 additions and 1 deletions
|
@ -568,7 +568,7 @@ class BlockType(enum.IntEnum):
|
||||||
GOLD_SEAHORSE_CAGE = 559
|
GOLD_SEAHORSE_CAGE = 559
|
||||||
GOLF_TROPHIES = 560
|
GOLF_TROPHIES = 560
|
||||||
MARBLE_COLUMN = 561
|
MARBLE_COLUMN = 561
|
||||||
BAMBOO = 571
|
BAMBOO = 562
|
||||||
LARGE_BAMBOO = 563
|
LARGE_BAMBOO = 563
|
||||||
PLASMA_LAMP = 564
|
PLASMA_LAMP = 564
|
||||||
FOG_MACHINE = 565
|
FOG_MACHINE = 565
|
||||||
|
@ -577,6 +577,7 @@ class BlockType(enum.IntEnum):
|
||||||
PINK_FAIRY_JAR = 568
|
PINK_FAIRY_JAR = 568
|
||||||
GREEN_FAIRY_JAR = 569
|
GREEN_FAIRY_JAR = 569
|
||||||
BLUE_FAIRY_JAR = 570
|
BLUE_FAIRY_JAR = 570
|
||||||
|
BAMBOO_TREE = 571
|
||||||
SOUL_BOTTLES = 572
|
SOUL_BOTTLES = 572
|
||||||
TATTERED_WOOD_SIGN = 573
|
TATTERED_WOOD_SIGN = 573
|
||||||
BOREAL_BEAM = 574
|
BOREAL_BEAM = 574
|
||||||
|
|
Loading…
Reference in a new issue