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