Amadron could support item and fluid tags as input
DevDyna opened this issue ยท 1 comments
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