File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed
kubejs/server_scripts/ad_astra Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -243,6 +243,7 @@ const registerAdAstraBlockTags = (event) => {
243
243
event . add ( 'tfg:mars_soil' , 'tfg:grass/amber_mycelium' )
244
244
event . add ( 'tfg:mars_soil' , 'tfg:grass/sangnum_mycelium' )
245
245
event . add ( 'ad_astra:mars_stone_replaceables' , '#tfg:mars_soil' )
246
+ event . add ( 'minecraft:animals_spawnable_on' , '#tfg:mars_soil' )
246
247
247
248
event . add ( 'tfc:can_carve' , '#ad_astra:moon_stone_replaceables' )
248
249
event . add ( 'tfc:can_carve' , '#ad_astra:mars_stone_replaceables' )
@@ -363,7 +364,9 @@ const registerAdAstraEntityTypeTags = (event) => {
363
364
'wan_ancient_beasts:eater' ,
364
365
'wan_ancient_beasts:crusher' ,
365
366
'wan_ancient_beasts:soarer' ,
366
- 'wan_ancient_beasts:glider'
367
+ 'wan_ancient_beasts:glider' ,
368
+ 'wan_ancient_beasts:toxlacanth' ,
369
+ 'wan_ancient_beasts:surfer'
367
370
]
368
371
369
372
COLD_ENTITIES . forEach ( entity => {
You can’t perform that action at this time.
0 commit comments