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