ah screw it, orbits
This commit is contained in:
parent
afa435898f
commit
1e4d4c2590
4 changed files with 17 additions and 4 deletions
|
|
@ -5,5 +5,5 @@
|
|||
"solar_power": 64,
|
||||
"solar_system": "ad_astra:solar_system",
|
||||
"temperature": -270,
|
||||
"tier": 10
|
||||
"tier": 2
|
||||
}
|
||||
|
|
@ -5,5 +5,5 @@
|
|||
"solar_power": 128,
|
||||
"solar_system": "ad_astra:solar_system",
|
||||
"temperature": -270,
|
||||
"tier": 10
|
||||
"tier": 1
|
||||
}
|
||||
|
|
@ -5,5 +5,5 @@
|
|||
"solar_power": 128,
|
||||
"solar_system": "ad_astra:solar_system",
|
||||
"temperature": -270,
|
||||
"tier": 10
|
||||
"tier": 3
|
||||
}
|
||||
|
|
@ -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
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue