Compare commits
2 Commits
e98b44453d
...
1740c58262
Author | SHA1 | Date | |
---|---|---|---|
1740c58262 | |||
0dab2a0004 |
@ -54,7 +54,7 @@ public class IndustrialLaserBlockEntity extends FieldProjectorBlockEntity {
|
|||||||
} else {
|
} else {
|
||||||
Vec3d vec = Vec3d.ofCenter(targetPos);
|
Vec3d vec = Vec3d.ofCenter(targetPos);
|
||||||
|
|
||||||
((ServerWorld) getWorld()).spawnParticles(ParticleTypes.FLAME, vec.getX(), vec.getY(), vec.getZ(), 1, 0.4f, 0.4f, 0.4f, 0f);
|
((ServerWorld) getWorld()).spawnParticles(ParticleTypes.FLAME, vec.getX(), vec.getY(), vec.getZ(), 1, 0.3f, 0.3f, 0.3f, 0f);
|
||||||
|
|
||||||
progress++;
|
progress++;
|
||||||
}
|
}
|
||||||
|
@ -36,7 +36,7 @@ public class HardcodedConfig {
|
|||||||
|
|
||||||
public static final float INDUSTRIAL_LASER_BEAM_DAMAGE = 1f;
|
public static final float INDUSTRIAL_LASER_BEAM_DAMAGE = 1f;
|
||||||
public static final long INDUSTRIAL_LASER_ENERGY_REQUIRED = 58;
|
public static final long INDUSTRIAL_LASER_ENERGY_REQUIRED = 58;
|
||||||
public static final int INDUSTRIAL_LASER_BEAM_TIME = 126;
|
public static final int INDUSTRIAL_LASER_BEAM_TIME = 148;
|
||||||
public static final int INDUSTRIAL_LASER_MIN_INGOTS_FROM_ORE = 1;
|
public static final int INDUSTRIAL_LASER_MIN_INGOTS_FROM_ORE = 1;
|
||||||
public static final int INDUSTRIAL_LASER_MAX_INGOTS_FROM_ORE = 3;
|
public static final int INDUSTRIAL_LASER_MAX_INGOTS_FROM_ORE = 3;
|
||||||
public static final int INDUSTRIAL_LASER_INGOTS_FROM_STORAGE = 9;
|
public static final int INDUSTRIAL_LASER_INGOTS_FROM_STORAGE = 9;
|
||||||
|
Reference in New Issue
Block a user