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