a '77 pontiac

This commit is contained in:
Boblet 2026-04-27 16:52:42 +02:00
parent 1680852b14
commit 5a5b264290
2 changed files with 2 additions and 2 deletions

View File

@ -159,7 +159,7 @@ public class BombMulti extends BlockContainer implements IBomb {
explosionValue = 0;
if(clusterCount > 0) {
ExplosionChaos.cluster(world, x + 0.5, y + 0.5, z + 0.5, clusterCount, 0, 0, (float) Math.PI * 2F, (float) Math.PI * 0.5F, 0.5F);
ExplosionChaos.cluster(world, x + 0.5, y + 0.5, z + 0.5, clusterCount, 0, (float) Math.PI * 0.5F, (float) Math.PI * 2F, (float) Math.PI * 0.125F, 0.375F);
}
if(fireRadius > 0) {

View File

@ -496,7 +496,7 @@ public class LegoClient {
public static BiConsumer<EntityBulletBaseMK4, Float> RENDER_BOMB = (bullet, interp) -> {
GL11.glPushMatrix();
GL11.glScalef(0.03125F, 0.03125F, 0.03125F);
GL11.glScalef(0.0625F, 0.0625F, 0.0625F);
GL11.glRotated(-90, 0, 1, 0);
GL11.glTranslatef(0, -1, 1F);
GL11.glShadeModel(GL11.GL_SMOOTH);