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