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

12 lines
175 B
Go

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