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