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

10 lines
121 B
Go

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