fix summoned endermen dying in space

This commit is contained in:
Pyritie 2025-11-29 10:54:00 +00:00
parent 34866230ba
commit 929262415a
2 changed files with 4 additions and 0 deletions

View file

@ -31,6 +31,7 @@ Added TFC Gurman, which adds even more food and drink
- Fixes crafting table output amount for salsa compared to the food processor (#2295) @Pyritie
- Added missing food processor recipe for cocoa butter @Pyritie
- Fixed recipe conflict with Epichlorohydrin and Sodium Hypochlorite (#2287) @Pyritie
- Fixed summoned pet endermen not being able to survive in space or other planets @Pyritie
### Translation updates
- Chinese (simplified) @jmecn
- Japanese @sakura-gondra

View file

@ -576,6 +576,9 @@ const registerAdAstraEntityTypeTags = (event) => {
})
event.add('ad_astra:can_survive_in_space', 'railways:conductor')
event.add('ad_astra:can_survive_in_space', 'endermanoverhaul:pet_enderman')
event.add('ad_astra:can_survive_in_space', 'endermanoverhaul:axolotl_pet_enderman')
event.add('ad_astra:can_survive_in_space', 'endermanoverhaul:hammerhead_pet_enderman')
event.add('tfc:deals_crushing_damage', 'minecraft:enderman')
event.add('tfc:deals_crushing_damage', 'minecraft:stray')