Files
go-mc/level/block/magenta_candle.go
2022-03-09 10:47:46 +08:00

12 lines
178 B
Go

package block
type MagentaCandle struct {
Candles string
Lit string
Waterlogged string
}
func (MagentaCandle) ID() string {
return "minecraft:magenta_candle"
}