12 lines
147 B
Go
12 lines
147 B
Go
package block
|
|
|
|
type Bell struct {
|
|
Attachment string
|
|
Facing string
|
|
Powered string
|
|
}
|
|
|
|
func (Bell) ID() string {
|
|
return "minecraft:bell"
|
|
}
|