9 lines
134 B
Go
9 lines
134 B
Go
package block
|
|
|
|
type YellowStainedGlass struct {
|
|
}
|
|
|
|
func (YellowStainedGlass) ID() string {
|
|
return "minecraft:yellow_stained_glass"
|
|
}
|