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