PneumaticCraft: Repressurized

PneumaticCraft: Repressurized

43M Downloads

Amadron could support item and fluid tags as input

DevDyna opened this issue ยท 1 comments

commented

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

commented

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.