We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1f8d82 commit a62520eCopy full SHA for a62520e
src/main/java/org/gtreimagined/gt4r/reactor/components/adapters/FuelRodAdapter.java
@@ -133,7 +133,7 @@ public double getExplosionRadiusMultiplier() {
133
}
134
135
private int getPulseCount() {
136
- int pulses = (1 + (this.getFuelRodCount() / 2)) * this.fuelRod.getFuelType().pulsesPerTick();
+ int pulses = (1 + (this.getFuelRodCount() >> 1)) * this.fuelRod.getFuelType().pulsesPerTick();
137
138
for (var dir : InventoryDirection.values()) {
139
int x2 = dir.offsetX(x);
0 commit comments