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" ] } },