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