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