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