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