added proper loose rock, rock pile, and rock delta features for all the moon rock types, added coral features, retextured warped vines
This commit is contained in:
parent
43560cb1c3
commit
4aee3b2f51
80 changed files with 1634 additions and 157 deletions
|
|
@ -202,7 +202,16 @@ const registerAdAstraEntityTypeTags = (event) => {
|
|||
event.add('tfc:deals_crushing_damage', 'ad_astra:star_crawler')
|
||||
}
|
||||
|
||||
// All space veins go in tfg/tags.js
|
||||
const registerAdAstraPlacedFeatures = (event) => {
|
||||
|
||||
global.MOON_STONE_TYPES.forEach(stone => {
|
||||
// only in the sparse ones
|
||||
event.add('tfg:moon_large_rock_features', `tfg:moon/surface/delta/${stone}`)
|
||||
// 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/basalt`)
|
||||
}
|
||||
|
|
|
|||
|
|
@ -333,7 +333,7 @@ const registerTFGBiomeTags = (event) => {
|
|||
// #endregion
|
||||
}
|
||||
|
||||
|
||||
// Other space decoration is in ad_astra/tags.js
|
||||
const registerTFGPlacedFeatures = (event) => {
|
||||
|
||||
// #region Nether ores
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue