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