mirror of
https://github.com/PaperMC/Paper.git
synced 2025-08-31 12:23:51 -07:00
Correct slot types for brewing stand. Fixes BUKKIT-3937
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user