Correct slot types for brewing stand. Fixes BUKKIT-3937
This commit is contained in:
parent
f859d45727
commit
d3dbb1bb50
@ -85,7 +85,7 @@ public class CraftInventoryView extends InventoryView {
|
|||||||
}
|
}
|
||||||
break;
|
break;
|
||||||
case BREWING:
|
case BREWING:
|
||||||
if (slot == 0) {
|
if (slot == 3) {
|
||||||
type = SlotType.FUEL;
|
type = SlotType.FUEL;
|
||||||
} else {
|
} else {
|
||||||
type = SlotType.CRAFTING;
|
type = SlotType.CRAFTING;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user