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