Open jaredStef opened 9 years ago
Living Entities will now suffocate when within a solid block. There is a isWithinSolidBlock method that checks if the entity is in a solid block and if so they are damaged 1 every tick for suffocation.
isWithinSolidBlock
You uh.. added a method called isWithinBlock but call it with isWithinSolidBlock?
Facepalm... I'll change it
Minor concerns (no testing done yet):
Living Entities will now suffocate when within a solid block. There is a
isWithinSolidBlock
method that checks if the entity is in a solid block and if so they are damaged 1 every tick for suffocation.