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