biblically accurate tram model

This commit is contained in:
Bob 2023-05-08 23:52:09 +02:00
parent 015ee2245a
commit 73911abbd6
4 changed files with 843 additions and 414 deletions

View File

@ -21,7 +21,7 @@ public class BlockMutatorBulkie implements IBlockMutator {
@Override
public void mutatePre(ExplosionVNT explosion, Block block, int meta, int x, int y, int z) {
if(!block.isBlockNormalCube()) return;
if(!block.isNormalCube()) return;
Vec3 vec = Vec3.createVectorHelper(x + 0.5 - explosion.posX, y + 0.5 - explosion.posY, z + 0.5 - explosion.posZ);
if(vec.lengthVector() >= explosion.size - 0.5) {
explosion.world.setBlock(x, y, z, metaBlock.block, metaBlock.meta, 3);

File diff suppressed because it is too large Load Diff

Binary file not shown.

After

Width:  |  Height:  |  Size: 78 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.1 KiB