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

12 lines
172 B
Go

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