finished adding spikes for all rocks
This commit is contained in:
parent
e102e89f09
commit
96aae3ae33
21 changed files with 3090 additions and 2628 deletions
|
|
@ -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`)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue