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

10 lines
131 B
Go

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