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