I use beta 2.0
I added the diesel barrel
To do a test I add the item alone in the recycler and I can’t start the recycler.
But if I add a second item other than the barrel as a rocket, the recycler starting and all items (diesel barrel and rocket) recycle.
Where do I forget to activate something?
Config:
{
"Custom recycle speed": {
"Enabled": true,
"Recycle time (seconds)": 1.0
},
"Restricted input items": {
"Item short names": [],
"Item skin IDs": [],
"Item display names (custom items)": []
},
"Max items in stack per recycle (% of max stack size)": {
"Default percent": 10.0,
"Percent by input item short name": {},
"Percent by input item skin ID": {},
"Percent by input item display name (custom items)": {}
},
"Output multipliers": {
"Default multiplier": 1.0,
"Multiplier by output item short name": {}
},
"Override output (before efficiency factor)": {
"Override output by input item short name": {
"diesel_barrel": [
{
"Item short name": "metal.fragments",
"Amount": 100,
}
]
},
"Override output by input item skin ID": {},
"Override output by input item display name (custom items)": {}
}
}