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