mirror of
https://github.com/PaperMC/Paper.git
synced 2025-02-13 19:11:43 +01:00
Correct slot types for brewing stand. Fixes BUKKIT-3937
By: Travis Watkins <amaranth@ubuntu.com>
This commit is contained in:
parent
2772c52bf3
commit
b845332f14
@ -85,7 +85,7 @@ public class CraftInventoryView extends InventoryView {
|
||||
}
|
||||
break;
|
||||
case BREWING:
|
||||
if (slot == 0) {
|
||||
if (slot == 3) {
|
||||
type = SlotType.FUEL;
|
||||
} else {
|
||||
type = SlotType.CRAFTING;
|
||||
|
Loading…
Reference in New Issue
Block a user