textures: add budding amethyst
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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")
|
||||
|
||||
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user