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