turns out there is no map color called "terracotta"
This commit is contained in:
parent
f3db386af3
commit
de8bf6a055
1 changed files with 2 additions and 2 deletions
|
|
@ -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' },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue