1.16 port

This commit is contained in:
yueh
2020-07-22 16:44:42 +02:00
parent 662dbca3e1
commit 56ecda5173
225 changed files with 1214 additions and 969 deletions
@@ -172,7 +172,7 @@ public final class TinyTNTPrimedEntity extends TNTEntity implements IEntityAddit
strength -= (resistance + 0.3F) * 0.11f;
if (strength > 0.01) {
if (block.getMaterial(state) != Material.AIR) {
if (block.getRenderMaterial(state) != Material.AIR) {
if (block.canDropFromExplosion(ex)) {
block.spawnDrops(state, this.world, point);
}