ah screw it, orbits

This commit is contained in:
Pyritie 2025-07-05 17:12:07 +01:00
parent afa435898f
commit 1e4d4c2590
4 changed files with 17 additions and 4 deletions

View file

@ -5,5 +5,5 @@
"solar_power": 64,
"solar_system": "ad_astra:solar_system",
"temperature": -270,
"tier": 10
"tier": 2
}

View file

@ -5,5 +5,5 @@
"solar_power": 128,
"solar_system": "ad_astra:solar_system",
"temperature": -270,
"tier": 10
"tier": 1
}

View file

@ -5,5 +5,5 @@
"solar_power": 128,
"solar_system": "ad_astra:solar_system",
"temperature": -270,
"tier": 10
"tier": 3
}

View file

@ -652,7 +652,20 @@ const registerAdAstraRecipes = (event) => {
{ count: 4, ingredient: { item: "minecraft:glowstone_dust" }},
{ count: 1, ingredient: { item: "ad_astra:launch_pad" }}
],
structure: "tfg:earth_orbit/space_station"
structure: "tfg:space_station/earth_orbit"
})
event.custom({
type: "ad_astra:space_station_recipe",
dimension: "ad_astra:moon_orbit",
ingredients: [
{ count: 43, ingredient: { item: "gtceu:aluminium_frame" }},
{ count: 24, ingredient: { item: "gtceu:glass_plate" }},
{ count: 4, ingredient: { item: "minecraft:glowstone_dust" }},
{ count: 1, ingredient: { item: "ad_astra:launch_pad" }}
],
structure: "tfg:space_station/moon_orbit"
})
//#endregion
}