9 lines
140 B
Go
9 lines
140 B
Go
package block
|
|
|
|
type ChiseledNetherBricks struct {
|
|
}
|
|
|
|
func (ChiseledNetherBricks) ID() string {
|
|
return "minecraft:chiseled_nether_bricks"
|
|
}
|