From 734bb0bb9ecfcb51f179d2cc0174d351d4c8a447 Mon Sep 17 00:00:00 2001 From: Pyritie Date: Fri, 19 Sep 2025 21:36:18 +0100 Subject: [PATCH] feature rearranging --- kubejs/server_scripts/ad_astra/tags.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/kubejs/server_scripts/ad_astra/tags.js b/kubejs/server_scripts/ad_astra/tags.js index 0026b0e45..7a48b2453 100644 --- a/kubejs/server_scripts/ad_astra/tags.js +++ b/kubejs/server_scripts/ad_astra/tags.js @@ -492,16 +492,17 @@ const registerAdAstraPlacedFeatures = (event) => { //event.add('tfg:mars_underground_decoration', 'tfg:mars/underground/cave_column') //event.add('tfg:mars_underground_decoration', 'tfg:mars/underground/cave_spike') //event.add('tfg:mars_underground_decoration', 'tfg:mars/underground/large_cave_spike') + event.add('tfg:mars_underground_decoration', 'tfg:mars/underground/ice_cave') + event.add('tfg:mars_underground_decoration', 'tfc:cave_spike') event.add('tfg:mars_underground_decoration', 'tfc:cave_column') event.add('tfg:mars_underground_decoration', 'tfc:large_cave_spike') event.add('tfg:mars_underground_decoration', 'tfg:mars/underground/calcite') event.add('tfg:mars_underground_decoration', 'tfg:mars/underground/mega_calcite') - event.add('tfg:mars_underground_decoration', 'tfc:icicle') + event.add('tfg:mars_underground_decoration', 'tfc:mars/underground/icicle') event.add('tfg:mars_underground_decoration', 'tfg:mars/underground/loose_rocks') event.add('tfg:mars_underground_decoration', 'tfg:mars/underground/ochrum_blob') - event.add('tfg:mars_underground_decoration', 'tfg:mars/underground/ice_cave') event.add('tfg:mars_underground_decoration', "tfg:earth/geode/amethyst") event.add('tfg:mars_underground_decoration', "tfg:earth/geode/barite")