10 lines
119 B
Go
10 lines
119 B
Go
package block
|
|
|
|
type Composter struct {
|
|
Level string
|
|
}
|
|
|
|
func (Composter) ID() string {
|
|
return "minecraft:composter"
|
|
}
|