Can't block campfires for some reason
"campfire_static": 1,
"campfire_static.prefab": 1,
"campfire.prefab": 1,
"campfire": 1,
"assets/prefabs/deployable/campfire/campfire.prefab": 1,
"assets/bundled/prefabs/static/campfire_static.prefab": 1

i tried it all to 1 for testing purposes but its not blocking anything. Which name to use?
I found out the problem is when trying to limit global limit and also individual items

This works:
        "*": 6000​


This also works:

        "assets/prefabs/misc/xmas/christmas_lights/xmas.lightstring.deployed.prefab": 1


This doesn't work:
        "*": 6000,
        "assets/prefabs/misc/xmas/christmas_lights/xmas.lightstring.deployed.prefab": 1​


So you cant limit all and individual items at same time. You have to choose between either limiting all items added up (using wildcard *) or blocking individual items.

Could you make a fix for this please?

would love to see a fix on this