Recycling additional itemsFixed
Hey Red,

Thanks for the recent fixes.... With the new electricity update i can't seem to add any new items to the recyclable list. For instance if i add the timer it wont recycle at all and just drops on the floor and if i add an empty can of beans, an item that i previously made recyclable before hand it not just recycles silently without turning the recycler on.
hi open the json in data add this .. for exemple:
    "electric.timer": [
      {
        "itemName": "metal.fragments",
        "itemAmount": 25
      },
      {
        "itemName": "scrap",
        "itemAmount": 2
      }
	  ],​
In response to Aoki ():
hi open the json in data add this .. for exemple:
"electric.timer": [ { "ite...
I was using this method but the previous patch broke it... but Red BDGR fixed it so its all g now :P
Locked automatically