9 lines
128 B
Go
9 lines
128 B
Go
package block
|
|
|
|
type PinkStainedGlass struct {
|
|
}
|
|
|
|
func (PinkStainedGlass) ID() string {
|
|
return "minecraft:pink_stained_glass"
|
|
}
|