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