From 84b36479e0d2a1707653011586ba725440a42d07 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Thu, 19 Jun 2025 20:20:16 +0100 Subject: [PATCH] changed rhyolite to use moon sand instead of white sand --- .../worldgen/placed_feature/moon/surface/pile_moon_sand.json | 5 ++++- .../placed_feature/moon/surface/pile_white_sand.json | 5 +---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_moon_sand.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_moon_sand.json index 4212e36ec..a7e01cd5c 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_moon_sand.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_moon_sand.json @@ -29,7 +29,10 @@ "tfc:rock/gravel/gabbro", "ad_astra:moon_stone", "tfg:rock/hardened_moon_stone", - "ad_astra:moon_sand" + "ad_astra:moon_sand", + "tfc:rock/raw/rhyolite", + "tfc:rock/hardened/rhyolite", + "tfc:rock/gravel/rhyolite" ] } }, diff --git a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_white_sand.json b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_white_sand.json index c9d7cca14..bc238a64a 100644 --- a/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_white_sand.json +++ b/kubejs/data/tfg/worldgen/placed_feature/moon/surface/pile_white_sand.json @@ -23,10 +23,7 @@ "tfc:rock/gravel/diorite", "ad_astra:glacio_stone", "tfg:rock/hardened_glacio_stone", - "ad_astra:glacio_cobblestone", - "tfc:rock/raw/rhyolite", - "tfc:rock/hardened/rhyolite", - "tfc:rock/gravel/rhyolite" + "ad_astra:glacio_cobblestone" ] } },