11 lines
149 B
Go
11 lines
149 B
Go
package block
|
|
|
|
type EnderChest struct {
|
|
Facing string
|
|
Waterlogged string
|
|
}
|
|
|
|
func (EnderChest) ID() string {
|
|
return "minecraft:ender_chest"
|
|
}
|