Can't get some item rates to modifySolved

Hello. I'm new to running Rust servers but I do have a lot of experience with Oxide plugins. Anywho I noticed that there is some items that aren't listed in gather.resources and/or do not multiply when I use the "*"

Basically I'm multiplying all with "*" and then individually setting things that I want lower to be lower

But yeah for example.... I noticed Can of Tuna isn't 2X even though I have * 2 for both dispenser and pickup, and I haven't lowered the rate of that. There is a few other items I have noticed this behavior for as well.

Also, gather.resources doesn't have some things.... such as Fuses. Does this mean I should use another plugin to modify items that aren't in gather.resources? 

I probably misunderstand a few things about how this plugin works, would like a little bit of elaboration. 

Make sure you are specifying the item names in the right collection in the json file. Some items may not be in gather.resources as they are dispensers for example.

Locked automatically