10 lines
128 B
Go
10 lines
128 B
Go
package block
|
|
|
|
type NetherPortal struct {
|
|
Axis string
|
|
}
|
|
|
|
func (NetherPortal) ID() string {
|
|
return "minecraft:nether_portal"
|
|
}
|