10 lines
131 B
Go
10 lines
131 B
Go
package block
|
|
|
|
type RedCandleCake struct {
|
|
Lit string
|
|
}
|
|
|
|
func (RedCandleCake) ID() string {
|
|
return "minecraft:red_candle_cake"
|
|
}
|