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

Amadron could support item and fluid tags as input #1299

Open
DevDyna opened this issue Mar 27, 2024 · 1 comment
Open

Amadron could support item and fluid tags as input #1299

DevDyna opened this issue Mar 27, 2024 · 1 comment

Comments

@DevDyna
Copy link

DevDyna commented Mar 27, 2024

Describe the feature

[probably describe all this example]

{
  "type": "pneumaticcraft:amadron",
  "static": true,
  "input": {
    "type": "ITEM_TAG",
    "id": "forge:stone",
    "amount": 1
  },
  "output": {
    "type": "ITEM",
    "id": "minecraft:dirt",
    "amount": 1
  },
  "level": 0
}

Reasons why it should be considered

amadron support nbt so why not add to have a full customization without have thousand of same trades?

Additional details

No response

@desht
Copy link
Member

desht commented Apr 20, 2024

This is actually far more difficult than you might initially think, and not something I plan to support, at least in the short term. It would actually need a significant rewrite of the Amadron system internals.

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

No branches or pull requests

2 participants