grenades itemgroup is still in data/json/item_groups.json with several other legacy itemgroups. Here’s the “grenades” group:
{
"type" : "item_group",
"id" : "grenades",
"items":[
["grenade", 30],
["grenade_inc", 30],
["flashbang", 30],
["EMPbomb", 20],
["gasbomb", 15],
["gasbomb_makeshift", 15],
["smokebomb", 50],
["dynamite", 50],
["mininuke", 5],
["c4", 50],
["tool_black_powder_bomb", 10]
]
},
Granades were moved to Crazy Cataclysm and have 1 spawn ticket in the grenades group.
Most itemgroups are located within data/json/item_groups.json, data/json/itemgroups folder, or the mapgen files in which they are used.