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

11 lines
168 B
Go

package block
type PetrifiedOakSlab struct {
Type string
Waterlogged string
}
func (PetrifiedOakSlab) ID() string {
return "minecraft:petrified_oak_slab"
}