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