|
如果有地改mod,可以等5级球之后在稳定点造
如果没有,可以用控制台刷一个,代码:
runcode PlanetAPI star = ((StarSystemAPI) $loc).getStar(); $loc.addCustomEntity(null, null, "inactive_gate", "neutral").setCircularOrbitPointingDown(star, VectorUtils.getAngle(star.getLocation(), $playerLoc), MathUtils.getDistance(star.getLocation(), $playerFleet.getLocation()), 180f)
当前舰队位置生成一个星门
|
|