1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-19 19:25:48 +00:00

Change Energized GPS Transmitter values to follow the pattern of previous tiers (#3915)

Co-authored-by: Jeroen <j.teriele1@students.uu.nl>
This commit is contained in:
Jeroen 2023-08-01 13:40:07 +02:00 committed by GitHub
parent 10629416fd
commit b117d87c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1927,12 +1927,12 @@ public final class SlimefunItemSetup {
@Override
public int getMultiplier(int y) {
return y * 64 + 600;
return y * 64 + 2100;
}
@Override
public int getEnergyConsumption() {
return 46;
return 43;
}
}.register(plugin);