Multiblock testing, JEI support, Alloying Recipe type

This commit is contained in:
XevianLight
2026-01-17 22:07:49 -07:00
parent 28639dae81
commit 557c2761a7
46 changed files with 988 additions and 121 deletions

View File

@@ -27,15 +27,15 @@
"tag.item.c.ingots.aluminum": "Aluminum Ingots",
"aphelion.command.station.orbit.set": "Set station (%s, %s)'s orbit to %s",
"aphelion.command.station.orbit.get": "Station (%s, %s)'s orbit is assigned to %s",
"aphelion.command.station.orbit.get.unassigned": "Station (%s, %s)'s orbit is not assigned",
"aphelion.command.station.orbit.cleared": "Cleared station (%s, %s)'s orbit",
"aphelion.command.station.orbit.clearall": "Cleared all station orbits",
"aphelion.command.station.orbit.overwriteall": "Set all existing station orbits with %s (unassigned stations were not affected)",
"aphelion.command.station.orbit.debug.posToKey": "Key of station (%s, %s) is %s",
"aphelion.command.station.orbit.debug.keyToPos": "Key %s belongs to station %s",
"aphelion.command.station.teleport.success": "Teleported %s to station %s, id: %s",
"aphelion.command.station.teleport.failure": "Failed to teleport, entity is null",
"aphelion.command.station.orbit.debug.getPartition": "Partition of %s, %s is %s"
"command.aphelion.station.orbit.set": "Set station (%s, %s)'s orbit to %s",
"command.aphelion.station.orbit.get": "Station (%s, %s)'s orbit is assigned to %s",
"command.aphelion.station.orbit.get.unassigned": "Station (%s, %s)'s orbit is not assigned",
"command.aphelion.station.orbit.cleared": "Cleared station (%s, %s)'s orbit",
"command.aphelion.station.orbit.clearall": "Cleared all station orbits",
"command.aphelion.station.orbit.overwriteall": "Set all existing station orbits with %s (unassigned stations were not affected)",
"command.aphelion.station.orbit.debug.posToKey": "Key of station (%s, %s) is %s",
"command.aphelion.station.orbit.debug.keyToPos": "Key %s belongs to station %s",
"command.aphelion.station.teleport.success": "Teleported %s to station %s, id: %s",
"command.aphelion.station.teleport.failure": "Failed to teleport, entity is null",
"command.aphelion.station.orbit.debug.getPartition": "Partition of %s, %s is %s"
}