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