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