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

10 lines
134 B
Go

package block
type GrayCandleCake struct {
Lit string
}
func (GrayCandleCake) ID() string {
return "minecraft:gray_candle_cake"
}