12 lines
178 B
Go
12 lines
178 B
Go
package block
|
|
|
|
type MagentaCandle struct {
|
|
Candles string
|
|
Lit string
|
|
Waterlogged string
|
|
}
|
|
|
|
func (MagentaCandle) ID() string {
|
|
return "minecraft:magenta_candle"
|
|
}
|