From 7a0b734411bf6c2d04bc7c592983a2ad88952847 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 27 Nov 2025 13:24:50 +0000 Subject: [PATCH] ok so those were null for a reason --- kubejs/server_scripts/tfg/recipes.rocks.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/tfg/recipes.rocks.js b/kubejs/server_scripts/tfg/recipes.rocks.js index b19bc292c..7851c6e91 100644 --- a/kubejs/server_scripts/tfg/recipes.rocks.js +++ b/kubejs/server_scripts/tfg/recipes.rocks.js @@ -712,10 +712,10 @@ function registerTFGRockRecipes(event) { // Quartz { raw: 'minecraft:quartz_block', stair: 'minecraft:quartz_stairs', slab: 'minecraft:quartz_slab', wall: 'tfg:rock/quartz_wall', - dust: 'gtceu:nether_quartz_dust', loose: null, stonecutting: false }, // Raw + dust: null, loose: null, stonecutting: false }, // Raw { raw: 'minecraft:smooth_quartz', stair: 'minecraft:smooth_quartz_stairs', slab: 'minecraft:quartz_slab', wall: 'tfg:rock/smooth_quartz_wall', - dust: 'gtceu:nether_quartz_dust', loose: null, stonecutting: false }, // Smooth + dust: null, loose: null, stonecutting: false }, // Smooth // #endregion Vanilla Blocks // #region @Create Stones