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