(23:14:13) | Exception while calling NextTick callback (KeyNotFoundException: The given key was not present in the dictionary.)
at System.Collections.Generic.Dictionary`2[TKey,TValue].get_Item (TKey key) [0x0001e] in <ac823e2bb42b41bda67924a45a0173c3>:0
at Oxide.Plugins.BetterLoot.MightyRNG (System.String type, System.Int32 itemCount, System.Boolean blockBPs) [0x00201] in <eeaec76f17724db086d8d6d6f971ec72>:0
at Oxide.Plugins.BetterLoot.PopulateContainer (LootContainer container) [0x001a0] in <eeaec76f17724db086d8d6d6f971ec72>:0
at Oxide.Plugins.BetterLoot.<UpdateInternals>m__0 () [0x000b2] in <eeaec76f17724db086d8d6d6f971ec72>:0
at Oxide.Core.OxideMod.OnFrame (System.Single delta) [0x00051] in <4452f821def6406d834e4149849fe7ea>:0
I've gotten it to look exactly the same as every other entry in the data config file. The only difference is that it doesn't have a period in its name, but that was how it was listed in the NamesList.json file so I thought it would be fine.
},
"weapon.mod.muzzleboost": {
"Max": 1,
"Min": 1
},
"weapon.mod.muzzlebrake": {
"Max": 1,
"Min": 1
},
"weapon.mod.small.scope": {
"Max": 1,
"Min": 1
},
"multiplegrenadelauncher": {
"Max": 1,
"Min": 1
},
"ammo.grenadelauncher.buckshot": {
"Max": 1,
"Min": 1
},
"ammo.grenadelauncher.he": {
"Max": 1,
"Min": 1
},
"ammo.grenadelauncher.smoke": {
"Max": 1,
"Max": 1
}
Any bright ideas?