1
0
Fork 0

Correct Black Glazed Terracotta block handler

This commit is contained in:
Alexander Harkness 2020-04-07 23:00:04 +01:00
parent b8141f6c87
commit cb21a4611d
1 changed files with 1 additions and 1 deletions

View File

@ -669,7 +669,7 @@ void Temporary::RegisterAllBlockHandlers(BlockTypeRegistry & aRegistry)
{"minecraft:black_carpet", E_BLOCK_CARPET},
{"minecraft:black_concrete", E_BLOCK_CONCRETE},
{"minecraft:black_concrete_powder", E_BLOCK_CONCRETE_POWDER},
{"minecraft:black_glazed_terracotta", E_BLOCK_UNFINISHED},
{"minecraft:black_glazed_terracotta", E_BLOCK_BLACK_GLAZED_TERRACOTTA},
{"minecraft:black_shulker_box", E_BLOCK_BLACK_SHULKER_BOX},
{"minecraft:black_stained_glass", E_BLOCK_STAINED_GLASS},
{"minecraft:black_stained_glass_pane", E_BLOCK_STAINED_GLASS_PANE},