Modified data .json for scrap fixSolved
Hello all.
Adding this plugin to my server, I noticed a lot of scrap values were way higher then vanilla.
I saw multiple of you had this same issue, so decided to post my data .json for you all to use.
I only editted all the scrap values to be Vanilla. Some items are still slightly off from Vanilla.

For people that don't know, this file is located at oxide/data/RecycleManager.json

https://pastebin.com/FhfMzWQX
Hey Sayhifuture, thank you so much for posting this. Since using this plugin i've been dreading the day i'd need to edit this to match defaults.  Alot of your standard values seem to be more vanilla than my own. 

Not sure if it's Chrome or the website, but i can't see the complete file. Are you able to post it to paste bin?

Also love to know if you managed to get around the gunpowered and sulfer issues. 

Many Thanks
DuckTales
Hey Sayhifuture, thank you so much for posting this. Since using this plugin i've been dreading the day i'd need to edit this to match defaults.  Alot of your standard values seem to be more vanilla than my own. 

Not sure if it's Chrome or the website, but i can't see the complete file. Are you able to post it to paste bin?

Also love to know if you managed to get around the gunpowered and sulfer issues. 

Many Thanks

The whole document is in the pastebin, Again, it's the Data file not the Config. To fix the Gunpowder issue:

    "gunpowder": [
      {
        "itemName": "charcoal",
        "itemAmount": 2
      },
      {
        "itemName": "sulfur",
        "itemAmount": 1
      }
    ],
Locked automatically