QuingKhaos' Ammo Group


Adds a new Ammo group to the crafting menu. Drop-in replacement for BlacklightSorane's AmmoGroup for 2.1, supports 2.0 too. Built-in support for several mods, like OCs Ammo and Armor, and More Ammo.

Utilities
a month ago
2.0 - 2.1
170
Combat
Owner:
QuingKhaos
Source:
https://github.com/QuingKhaos/khaosammogroup
Homepage:
https://discord.gg/SYmkaDjFCt
License:
GNU LGPLv3
Created:
a month ago
Latest Version:
2.4.2 (a month ago)
Factorio version:
2.0 - 2.1
Downloaded by:
170 users

QuingKhaos' Ammo Group

Adds a new Ammo group to the crafting menu. Drop-in replacement for BlacklightSorane's AmmoGroup for 2.1, supports 2.0 too.

NEW! Beside moving the ammo subgroup, this mod creates new subgroups based on the ammo category and tries to sort every ammo item and their same-name recipe into the correct subgroup. This is especially useful for mods that add a lot of new ammo items. New subgroups for new ammo categories are automatically created, so you don't have to worry about that.

The following subgroups exist independently of the automatic creation from the ammo category, so they are always created and useable for sorting ammo, that is not an ammo prototype but still should belong to the ammo group:

  • ammo-bullet
  • ammo-shotgun-shell
  • ammo-grenade
  • ammo-capsule
  • ammo-flamethrower
  • ammo-rocket
  • ammo-cannon-shell
  • ammo-artillery-shell
  • ammo-railgun
  • ammo-tesla
  • ammo-landmine

Compatible mods

For the following mods, the automatic sorting didn't catch everything, so those got added some extra compatibility code to make sure all ammo items are sorted into the correct subgroup:

If you want to see another mod made compatible, please open a discussion thread on the mod portal, or an issue on GitHub, or join the Discord server and let me know.

ᵃ: As of 2026-07-22 this mod is not yet available for Factorio 2.1. The compatibility layer for this mod is still included, so if the mod is updated for Factorio 2.1, the compatibility will be applied automatically.

More, more, more

You may also like these sorting companion mods:

For modders

The above listed subgroups are created during data.lua execution, so you can use them in data-updates.lua without dependency. But I'm happy if you add the mod as a recommended dependency, so that users know that your mod is compatible with this one.

Dynamically creating subgroups and sorting all ammo items into the new subgroups is done during data-updates.lua execution, so you have the chance to patch things up in data-final-fixes.lua.

Legal Notice

This is not a fork of BlacklightSorane's AmmoGroup, but a clean and newly written drop-in replacement.