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