blocks codegen
This commit is contained in:
10
level/block/smoker.go
Normal file
10
level/block/smoker.go
Normal file
@ -0,0 +1,10 @@
|
||||
package block
|
||||
|
||||
type Smoker struct {
|
||||
Facing string
|
||||
Lit string
|
||||
}
|
||||
|
||||
func (Smoker) ID() string {
|
||||
return "minecraft:smoker"
|
||||
}
|
Reference in New Issue
Block a user