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