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