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