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