fixed orbit structures
This commit is contained in:
parent
ce94fac844
commit
1c00ef1120
2 changed files with 2 additions and 2 deletions
|
|
@ -676,7 +676,7 @@ const registerAdAstraRecipes = (event) => {
|
|||
{ count: 4, ingredient: { item: "minecraft:glowstone_dust" }},
|
||||
{ count: 1, ingredient: { item: "ad_astra:launch_pad" }}
|
||||
],
|
||||
structure: "tfg:space_station/earth_orbit"
|
||||
structure: "tfg:orbit/space_station"
|
||||
})
|
||||
|
||||
event.custom({
|
||||
|
|
@ -688,7 +688,7 @@ const registerAdAstraRecipes = (event) => {
|
|||
{ count: 4, ingredient: { item: "minecraft:glowstone_dust" }},
|
||||
{ count: 1, ingredient: { item: "ad_astra:launch_pad" }}
|
||||
],
|
||||
structure: "tfg:space_station/moon_orbit"
|
||||
structure: "tfg:orbit/space_station"
|
||||
})
|
||||
|
||||
//#endregion
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue