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