Files
go-mc/level/block/nether_portal.go
2022-03-09 10:47:46 +08:00

10 lines
128 B
Go

package block
type NetherPortal struct {
Axis string
}
func (NetherPortal) ID() string {
return "minecraft:nether_portal"
}