1
mirror of https://github.com/StarWishsama/Slimefun4.git synced 2024-09-20 03:35:51 +00:00

Update src/main/java/io/github/thebusybiscuit/slimefun4/implementation/items/multiblocks/miner/MiningTask.java

Co-authored-by: TheBusyBiscuit <TheBusyBiscuit@users.noreply.github.com>
This commit is contained in:
FN-FAL113 2022-01-31 18:12:56 +08:00 committed by GitHub
parent 6cc4695e8c
commit b00286e607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -314,7 +314,7 @@ class MiningTask implements Runnable {
/*
* Fixes #3336
* Respects the state of the miner if there are
* no any errors during #setPistonState
* no errors during #setPistonState
*/
if (fuelType.test(item) && running) {
ItemUtils.consumeItem(item, false);