From 1826674f6398ffde0fa3da0079fdc090c321b21c Mon Sep 17 00:00:00 2001 From: Pyritie Date: Tue, 26 Aug 2025 00:09:28 +0100 Subject: [PATCH] made deposits invisible on xaeros --- kubejs/startup_scripts/tfg/blocks.space.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kubejs/startup_scripts/tfg/blocks.space.js b/kubejs/startup_scripts/tfg/blocks.space.js index 782177196..744226667 100644 --- a/kubejs/startup_scripts/tfg/blocks.space.js +++ b/kubejs/startup_scripts/tfg/blocks.space.js @@ -338,7 +338,8 @@ function registerTFGSpaceBlocks(event) { .soundType('sand') .hardness(2) .resistance(6) - .mapColor('color_white') + // makes it invisible on xaeros, so people can't use it to find the deposits :) + .mapColor('none') .particleOffset(0.3, 1.5, 0.3) .particleVelocity(0, 0.05, 0) .particle('electric_spark')