9 lines
121 B
Go
9 lines
121 B
Go
package block
|
|
|
|
type NetheriteBlock struct {
|
|
}
|
|
|
|
func (NetheriteBlock) ID() string {
|
|
return "minecraft:netherite_block"
|
|
}
|