9 lines
111 B
Go
9 lines
111 B
Go
package block
|
|
|
|
type Cobblestone struct {
|
|
}
|
|
|
|
func (Cobblestone) ID() string {
|
|
return "minecraft:cobblestone"
|
|
}
|