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