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