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