turns out there is no map color called "terracotta"

This commit is contained in:
Pyritie 2025-11-10 22:52:50 +00:00
parent f3db386af3
commit de8bf6a055

View file

@ -186,8 +186,8 @@ global.FOOD_FRUIT = [
global.STONE_CHARACS = { // Sets of stone block properties used for block registry.
deepslate: { sound: 'deepslate', type: "metamorphic", mapColor: 'terracotta_grey' },
blackstone: { sound: 'deepslate', type: "igneous_intrusive", mapColor: 'color_black' },
dripstone: { sound: 'dripstone_block', type: "sedimentary", mapColor: 'terracotta' },
blackstone: { sound: 'stone', type: "igneous_intrusive", mapColor: 'color_black' },
dripstone: { sound: 'dripstone_block', type: "sedimentary", mapColor: 'terracotta_brown' },
crackrack: { sound: 'netherrack', type: "igneous_intrusive", mapColor: 'crimson_stem' },
nether: { sound: 'nether_bricks', type: "igneous_intrusive", mapColor: 'nether' },
moon: { sound: 'stone', type: "igneous_intrusive", mapColor: 'terracotta_cyan' },