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

10 lines
143 B
Go

package block
type InfestedDeepslate struct {
Axis string
}
func (InfestedDeepslate) ID() string {
return "minecraft:infested_deepslate"
}