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