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