Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ability to set individual multipliers to source_grist_cost sources #530

Open
medsal15 opened this issue Nov 27, 2023 · 1 comment
Open
Labels
enhancement New feature or request

Comments

@medsal15
Copy link

No description provided.

@kirderf1 kirderf1 added the enhancement New feature or request label Nov 28, 2023
@kirderf1
Copy link
Member

Yeah, that seems reasonable. I suppose it could look like this:

{
  "type": "minestuck:source_grist_cost",
  "grist_cost": {},
  "ingredient": {
    "item": "minecraft:cod_bucket"
  },
  "sources": [
    {
      "source": "minecraft:cod",
      "multiplier": 9
    },
    {
      "source": "minecraft:water_bucket",
      "multiplier": 2
    }
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants