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

10 lines
134 B
Go

package block
type SoulWallTorch struct {
Facing string
}
func (SoulWallTorch) ID() string {
return "minecraft:soul_wall_torch"
}