Lower the chances of obtaining gold nuggets via the config.
"Gold nugget default chance [%]": 1.0,
"Gold nugget professional chance [%]": 4.0,
"Gold nugget chance increase per level [%]": 0.1,
"Prime meat default chance [%]": 1.0,
"Prime meat professional chance [%]": 4.0,
"Prime meat chance increase per level [%]": 0.1,
"Pinecone default chance [%]": 1.0,
"Pinecone professional chance [%]": 4.0,
"Pinecone chance increase per level [%]": 0.1,
These represent a % chance. 1.0 = 1% chance per hit. If you want to make them rare, set it to 0.1 etc. If you want to disable it, set it to 0.
Setting the value of the items is also done via the config
"Item information": {
"skinner": {
"shortname": "bearmeat.cooked",
"skin": 2403118688,
"displayName": "Prime Meat",
"quantity": 1,
"sell_price": 10
},
"miner": {
"shortname": "battery.small",
"skin": 2405961582,
"displayName": "Gold Nugget",
"quantity": 1,
"sell_price": 10
},
"logger": {
"shortname": "battery.small",
"skin": 2405963120,
"displayName": "Pinecone",
"quantity": 1,
"sell_price": 10
}
},
Set the sell pricer to 0, or whatever u want them to sell for.