From de8bf6a055ad77da54f616d289e94af63e077dbc Mon Sep 17 00:00:00 2001 From: Pyritie Date: Mon, 10 Nov 2025 22:52:50 +0000 Subject: [PATCH] turns out there is no map color called "terracotta" --- kubejs/startup_scripts/tfg/constants.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/startup_scripts/tfg/constants.js b/kubejs/startup_scripts/tfg/constants.js index 4a002c08d..c48f0d4cf 100644 --- a/kubejs/startup_scripts/tfg/constants.js +++ b/kubejs/startup_scripts/tfg/constants.js @@ -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' },