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

Merge pull request #900 from sarhatabaot/patch-1

Return efficiency when getFuelEfficiency is called
This commit is contained in:
TheBusyBiscuit 2019-04-20 10:16:24 +02:00 committed by GitHub
commit f1512ffeea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -54,7 +54,7 @@ public class EnhancedFurnace extends SlimefunItem {
}
public int getFuelEfficiency() {
return speed;
return efficiency;
}
public int getOutput() {