blocks codegen
This commit is contained in:
15
level/block/glow_lichen.go
Normal file
15
level/block/glow_lichen.go
Normal file
@ -0,0 +1,15 @@
|
||||
package block
|
||||
|
||||
type GlowLichen struct {
|
||||
Down string
|
||||
East string
|
||||
North string
|
||||
South string
|
||||
Up string
|
||||
Waterlogged string
|
||||
West string
|
||||
}
|
||||
|
||||
func (GlowLichen) ID() string {
|
||||
return "minecraft:glow_lichen"
|
||||
}
|
Reference in New Issue
Block a user