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