10 lines
134 B
Go
10 lines
134 B
Go
package block
|
|
|
|
type BlueCandleCake struct {
|
|
Lit string
|
|
}
|
|
|
|
func (BlueCandleCake) ID() string {
|
|
return "minecraft:blue_candle_cake"
|
|
}
|