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