maxPayloadSize from 5by5 to 4by4

This commit is contained in:
Shade
2025-05-26 00:48:47 +08:00
parent 53c73b7259
commit b5aa9f41d9

View File

@@ -6374,7 +6374,7 @@ public class Blocks{
reload = 130f;
chargeTime = 100f;
range = 2100f;
maxPayloadSize = 5f;
maxPayloadSize = 4f;
consumePower(3f);
}};