10 lines
150 B
Go
10 lines
150 B
Go
package block
|
|
|
|
type LightBlueCandleCake struct {
|
|
Lit string
|
|
}
|
|
|
|
func (LightBlueCandleCake) ID() string {
|
|
return "minecraft:light_blue_candle_cake"
|
|
}
|