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