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