fix summoned endermen dying in space
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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')
|
||||
|
||||
Reference in New Issue
Block a user