change fuel sharing logic - now it will burn long enough to cook something

increase burning time from 100 to 300 ticks
This commit is contained in:
xsmeths 2024-04-03 20:53:09 +01:00
parent 382e99b2ea
commit 3bd2ab6f5f
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ public class FurnaceTask extends BukkitRunnable {
org.bukkit.block.Furnace furnaceBlock = ((org.bukkit.block.Furnace) block.getState());
if (furnaceBlock.getBurnTime() == 0) {
furnaceBlock.setBurnTime((short) 100);
furnaceBlock.setBurnTime((short) 300);
furnaceBlock.update();
if (this.doParticles) {