finished adding spikes for all rocks

This commit is contained in:
Pyritie 2025-05-13 16:24:00 +01:00
parent e102e89f09
commit 96aae3ae33
21 changed files with 3090 additions and 2628 deletions

View file

@ -212,7 +212,7 @@ const registerAdAstraPlacedFeatures = (event) => {
// in all moon biomes
event.add('tfg:moon_small_rock_features', `tfg:moon/surface/pile/${stone}`)
event.add('tfg:moon_small_rock_features', `tfg:moon/surface/loose/${stone}`)
event.add('tfg:moon_small_rock_features', `tfg:moon/surface/spike/${stone}`)
})
event.add('tfg:moon_small_rock_features', `tfg:moon/surface/spike/basalt`)
}