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