0

textures: add budding amethyst

This commit is contained in:
Nicolas F
2021-06-10 17:53:14 +02:00
parent 66195f6fc7
commit 257975383d
3 changed files with 3 additions and 0 deletions

View File

@@ -316,6 +316,7 @@ enum mc_block_id {
block_amethyst = 1042,
block_raw_iron = 1043,
block_raw_gold = 1044,
block_budding_amethyst = 1045,
// adding a gap in the numbering of walls to keep them all
// in one numbering block starting at 1792

View File

@@ -5921,3 +5921,4 @@ block(blockid=1041, top_image="assets/minecraft/textures/block/quartz_bricks.png
block(blockid=1042, top_image="assets/minecraft/textures/block/amethyst_block.png")
block(blockid=1043, top_image="assets/minecraft/textures/block/raw_iron_block.png")
block(blockid=1044, top_image="assets/minecraft/textures/block/raw_gold_block.png")
block(blockid=1045, top_image="assets/minecraft/textures/block/budding_amethyst.png")

View File

@@ -774,6 +774,7 @@ class RegionSet(object):
'minecraft:amethyst_block': (1042, 0),
'minecraft:raw_iron_block': (1043, 0),
'minecraft:raw_gold_block': (1044, 0),
'minecraft:budding_amethyst': (1045, 0),
# New blocks
'minecraft:carved_pumpkin': (11300, 0),