10 lines
140 B
Go
10 lines
140 B
Go
package block
|
|
|
|
type YellowCandleCake struct {
|
|
Lit string
|
|
}
|
|
|
|
func (YellowCandleCake) ID() string {
|
|
return "minecraft:yellow_candle_cake"
|
|
}
|