blocks codegen
This commit is contained in:
11
level/block/red_candle.go
Normal file
11
level/block/red_candle.go
Normal file
@ -0,0 +1,11 @@
|
||||
package block
|
||||
|
||||
type RedCandle struct {
|
||||
Candles string
|
||||
Lit string
|
||||
Waterlogged string
|
||||
}
|
||||
|
||||
func (RedCandle) ID() string {
|
||||
return "minecraft:red_candle"
|
||||
}
|
Reference in New Issue
Block a user