Files
go-mc/level/block/redstone_wall_torch.go
2022-03-09 10:47:46 +08:00

11 lines
161 B
Go

package block
type RedstoneWallTorch struct {
Facing string
Lit string
}
func (RedstoneWallTorch) ID() string {
return "minecraft:redstone_wall_torch"
}