RocketEntites can now launch to a specified dimension and position. Added /aphelion rocket (entity) destination, launch, and launchTo

This commit is contained in:
XevianLight
2026-01-25 19:56:43 -07:00
parent 59062724ff
commit 5e512cae1c
14 changed files with 757 additions and 110 deletions

View File

@@ -42,5 +42,10 @@
"command.aphelion.station.teleport.failure.invalid_level": "Failed to teleport, target level is null",
"command.aphelion.station.orbit.debug.getPartition": "Partition of %s, %s is %s",
"command.aphelion.rocket.entity_invalid": "Entity is not a valid rocket",
"command.aphelion.rocket.spawn.success": "Summoned new rocket"
"command.aphelion.rocket.spawn.success": "Summoned new rocket",
"command.aphelion.rocket.set_dim.success": "Set target dimension of rocket to %s",
"command.aphelion.rocket.get_dim.success": "Target dimension of rocket is %s",
"command.aphelion.rocket.set_pos.success": "Set target position of rocket to %s",
"command.aphelion.rocket.get_pos.success": "Target position of rocket is %s",
"command.aphelion.rocket.get_pos.success.null": "Target position of rocket is not set"
}