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

12 lines
166 B
Go

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