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