Can't get max items inside crates or supplySolved

im trying to add the max posible loot in the boxes and for example multiple m249
but its never gets the full crate or subly drop full 

i want for example all 36 locations full inside a supply drop
i added min items and max items 

but that dont seem to work

someone know what i do wrong?

"ItemsMax":36,
"ItemsMin":32,

Maybe put the m249 entry in 36 times?

"assets/bundled/prefabs/radtown/crate_elite.prefab": {
			"Enabled": true,
			"ItemList": {
				"lmg.m249": {
					"Max": 10,
					"Min": 10
				},
				"lmg.m249": {
					"Max": 10,
					"Min": 10
				},
				"lmg.m249": {
					"Max": 10,
					"Min": 10
				},
				"lmg.m249": {
					"Max": 10,
					"Min": 10
				},
				"lmg.m249": {
					"Max": 10,
					"Min": 10
				},
				"lmg.m249": {
					"Max": 10,
					"Min": 10
				},
				"lmg.m249": {
					"Max": 10,
					"Min": 10
				},
				"lmg.m249": {
					"Max": 10,
					"Min": 10
				},
				"lmg.m249": {
					"Max": 10,
					"Min": 10
				},
				"lmg.m249": {
					"Max": 10,
					"Min": 10
				},
36 times
			},
			"ItemsMax": 36,
			"ItemsMin": 34,
			"MaxBPs": 1,
			"Scrap": 100
		},​

haha i found out why :P

it has to do with the rarity of items 

if not change that it uses the basic vanila rarity and therefor not show most of time 

Locked automatically