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