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