Unknown item id and invalid ammo

I play the game with a lot of mods, it worked fine for a time, but now there are some error message. I don’t know what was the previous version.

version: 5781
mods:
“ew_pack”,
“Medieval_Stuff”,
“More_Survival_Tools”,
“makeshift”,
“DinoMod”,
“PK_REBALANCE”,
“crazy_cataclysm”,
“Animatronics”,
“boats”,
“deoxymod”,
“blazemod”,
“Tanks”,
“Arcana”,
“necromancy”,
“filthy_morale”

Error message when the save loading:
DEBUG: item id handloaded_654 is unknown
FUNCTION: virtual void Single_item_creator::check_consistency() const
FILE: src/item_groups.cpp
LINE: 116

Error message when i open the crafting menu. The spraycan flamethrower is the default selected item in the list. I get this error message every time i select this item:
DEBUG: tried to set invalid ammo of gasoline for spraycan flamethrower
FUNCTION: item& item::ammo_set(const itype_id&, long int)
FILE: src/item.cpp
LINE: 279

I’ve also been getting the spray can flamethrower debug message. The mods we’re both using are:

“makeshift”,
“More_Survival_Tools”,
“boats”,
“deoxymod”,
“blazemod”,
“Tanks”,

If a mod is to blame my money is on “makeshift” or “More_Survival_Tools”.

[quote=“proxiehunter, post:2, topic:12758”]I’ve also been getting the spray can flamethrower debug message. The mods we’re both using are:

“makeshift”,
“More_Survival_Tools”,
“boats”,
“deoxymod”,
“blazemod”,
“Tanks”,

If a mod is to blame my money is on “makeshift” or “More_Survival_Tools”.[/quote]
Found the surface problem. It’s not the mods.

[quote=“latogato, post:1, topic:12758”]Error message when the save loading:
DEBUG: item id handloaded_654 is unknown
FUNCTION: virtual void Single_item_creator::check_consistency() const
FILE: src/item_groups.cpp
LINE: 116[/quote]
I am sorry about the itemgroup bug, I accidentally included the wrong item id in my itemgroup PR. Two fixes are open.

Icecoon’s Weapons Pack is fixed. The flamethrower fix is waiting for approval.

The latest version has no error messages. Thank you for the fixes!