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

10 lines
137 B
Go

package block
type WhiteCandleCake struct {
Lit string
}
func (WhiteCandleCake) ID() string {
return "minecraft:white_candle_cake"
}