Skip to content

Commit 4a0c61c

Browse files
committed
tags for wab
1 parent f2380e9 commit 4a0c61c

File tree

1 file changed

+4
-1
lines changed
  • kubejs/server_scripts/ad_astra

1 file changed

+4
-1
lines changed

kubejs/server_scripts/ad_astra/tags.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,7 @@ const registerAdAstraBlockTags = (event) => {
243243
event.add('tfg:mars_soil', 'tfg:grass/amber_mycelium')
244244
event.add('tfg:mars_soil', 'tfg:grass/sangnum_mycelium')
245245
event.add('ad_astra:mars_stone_replaceables', '#tfg:mars_soil')
246+
event.add('minecraft:animals_spawnable_on', '#tfg:mars_soil')
246247

247248
event.add('tfc:can_carve', '#ad_astra:moon_stone_replaceables')
248249
event.add('tfc:can_carve', '#ad_astra:mars_stone_replaceables')
@@ -363,7 +364,9 @@ const registerAdAstraEntityTypeTags = (event) => {
363364
'wan_ancient_beasts:eater',
364365
'wan_ancient_beasts:crusher',
365366
'wan_ancient_beasts:soarer',
366-
'wan_ancient_beasts:glider'
367+
'wan_ancient_beasts:glider',
368+
'wan_ancient_beasts:toxlacanth',
369+
'wan_ancient_beasts:surfer'
367370
]
368371

369372
COLD_ENTITIES.forEach(entity => {

0 commit comments

Comments
 (0)