#491: Add support to change block's lid state
By: jameslfc19 <jameslfc19@gmail.com>
This commit is contained in:
@@ -5,4 +5,4 @@ import org.bukkit.loot.Lootable;
|
||||
/**
|
||||
* Represents a captured state of a Barrel.
|
||||
*/
|
||||
public interface Barrel extends Container, Lootable { }
|
||||
public interface Barrel extends Container, Lootable, Lidded { }
|
||||
|
||||
Reference in New Issue
Block a user