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