Files
go-mc/level/block/yellow_stained_glass.go
2022-03-09 10:47:46 +08:00

9 lines
134 B
Go

package block
type YellowStainedGlass struct {
}
func (YellowStainedGlass) ID() string {
return "minecraft:yellow_stained_glass"
}