9 lines
112 B
Go
9 lines
112 B
Go
package block
|
|
|
|
type TintedGlass struct {
|
|
}
|
|
|
|
func (TintedGlass) ID() string {
|
|
return "minecraft:tinted_glass"
|
|
}
|