mirror of
https://github.com/HbmMods/Hbm-s-Nuclear-Tech-GIT.git
synced 2026-01-25 10:32:49 +00:00
biblically accurate tram model
This commit is contained in:
parent
015ee2245a
commit
73911abbd6
@ -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
BIN
src/main/resources/assets/hbm/textures/models/trains/ow.png
Normal file
BIN
src/main/resources/assets/hbm/textures/models/trains/ow.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 78 KiB |
BIN
src/main/resources/assets/hbm/textures/models/trains/tram.png
Normal file
BIN
src/main/resources/assets/hbm/textures/models/trains/tram.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
Loading…
x
Reference in New Issue
Block a user