TelepathicGrunt / Bumblezone

A bee dimension just for fun!
https://www.curseforge.com/minecraft/mc-mods/the-bumblezone-forge
GNU Lesser General Public License v3.0
179 stars 35 forks source link

Use entity.isAlliedTo(serverPlayer) #352

Closed TelepathicGrunt closed 5 months ago

TelepathicGrunt commented 5 months ago

entity.isAlliedTo(serverPlayer)

Not entity.getTeam() != null && entity.getTeam().isAlliedTo(serverPlayer.getTeam())

TelepathicGrunt commented 5 months ago

fixed now