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

10 lines
150 B
Go

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