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