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

9 lines
121 B
Go

package block
type NetheriteBlock struct {
}
func (NetheriteBlock) ID() string {
return "minecraft:netherite_block"
}