🎮 factorio Item IDs
5 entries — copy-paste ready. Updated for latest version.
Iron Plate (item:iron-plate)
A fundamental crafting material produced by smelting iron ore in a stone or steel furnace. Essential for nearly every bu
/c game.player.insert{name="iron-plate", count=100}
Piercing Rounds Magazine (item:piercing-rounds-magazine)
An upgraded ammunition type for submachine guns and turrets, dealing more damage than standard magazines. Crafted with s
/c game.player.insert{name="piercing-rounds-magazine", count...
Power Armor MK2 (equipment:power-armor-mk2)
The most advanced armor in the game, providing high defense and a large equipment grid for modules like shields, exoskel
/c game.player.insert{name="power-armor-mk2", count=1}
Rocket Launcher (item:rocket-launcher)
A heavy weapon that fires explosive rockets, dealing massive area damage to groups of enemies. Ideal for clearing biter
/c game.player.insert{name="rocket-launcher", count=1}
Raw Fish (consumable:raw-fish)
A consumable food item that restores 40 health when eaten. Found in water bodies or can be spawned for emergency healing
/c game.player.insert{name="raw-fish", count=10}
How to Use factorio Item IDs
Select any entry above to see full syntax, examples, pros/cons, and related mods that enhance this feature.