Skip to content

The ability to add a second Space station tier from datapack[Feature Request]:  #454

Description

@DeadbushCarrot

Is your feature request related to a problem?

I have neat idea where you can have multiple options for space stations that can be added from a Data pack or mod cause we don't always want to replace the normal space station.

Solution(s)

As shown in the image you can add more plus slots and still have room to show what option it is also I found a missing pixel that's the red arrow.
image

Describe alternatives you've considered

I don't really have any alternate solutions but I do have one for the recipe what you can do is a tier option. like if you want to replace the vanilla one just keep it as tier 1 here's the recipe I came up with. the arrow is what I added.

{
  "type": "ad_astra:space_station_recipe",
  "dimension": "ad_astra:earth_orbit",
  "tier" : "ad_astra:tier1"      <----
  "ingredients": [
    {
      "count": 64,
      "ingredient": {
        "tag": "ad_astra:iron_plates"
      }
    },
    {
      "count": 32,
      "ingredient": {
        "tag": "ad_astra:steel_ingots"
      }
    },
    {
      "count": 32,
      "ingredient": {
        "tag": "ad_astra:desh_ingots"
      }
    },
    {
      "count": 32,
      "ingredient": {
        "tag": "ad_astra:desh_plates"
      }
    }
  ]
}

Mod Version

1.20.1 1.15.16 Fabric

Mod Loader Version

1.20.1 Fabric 0.15.6

Mod Loader

Fabric

Additional context

No response

Edit

Forgot to add what structure to specify but that has been fixed all ready in the lastest updated

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions