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

12 lines
169 B
Go

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