9 lines
131 B
Go
9 lines
131 B
Go
package block
|
|
|
|
type WhiteStainedGlass struct {
|
|
}
|
|
|
|
func (WhiteStainedGlass) ID() string {
|
|
return "minecraft:white_stained_glass"
|
|
}
|