mirror of
https://github.com/songoda/EpicHoppers.git
synced 2025-02-15 19:31:58 +01:00
Added break to brewing stands.
This commit is contained in:
parent
b0216877af
commit
f758d81094
@ -4,7 +4,7 @@ stages:
|
||||
variables:
|
||||
name: "EpicHoppers"
|
||||
path: "/builds/$CI_PROJECT_PATH"
|
||||
version: "4.1"
|
||||
version: "4.1.1"
|
||||
|
||||
build:
|
||||
stage: build
|
||||
|
@ -347,6 +347,7 @@ public class HopTask extends BukkitRunnable {
|
||||
}
|
||||
|
||||
brewerInventory.setItem(entry.getKey(), currentOutput);
|
||||
break;
|
||||
}
|
||||
this.debt(item, amountToMove, currentHolder);
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user