10 lines
137 B
Go
10 lines
137 B
Go
package block
|
|
|
|
type WhiteCandleCake struct {
|
|
Lit string
|
|
}
|
|
|
|
func (WhiteCandleCake) ID() string {
|
|
return "minecraft:white_candle_cake"
|
|
}
|