Add Dropper BlockState. Adds BUKKIT-3750
By: Xephi <xephirot59@gmail.com>
This commit is contained in:
@@ -9,6 +9,10 @@ public enum InventoryType {
|
||||
* A dispenser inventory, with 9 slots of type CONTAINER.
|
||||
*/
|
||||
DISPENSER(9,"Dispenser"),
|
||||
/**
|
||||
* A dropper inventory, with 9 slots of type CONTAINER.
|
||||
*/
|
||||
DROPPER(9, "Dropper"),
|
||||
/**
|
||||
* A furnace inventory, with a RESULT slot, a CRAFTING slot, and a FUEL slot.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user