Search found 2 matches

by Jakademous
Sun Aug 24, 2025 2:42 pm
Forum: Modding help
Topic: Learning to mod
Replies: 5
Views: 259

Re: Learning to mod

im trying to do a recipe change and the code shown does not show an example of what else i need besides this






local multiplier = settings.startup["cheaper-ammo-multiplier"].value

local recipe = data.raw.recipe["firearm_magazine"]

if recipe then
recipe.ingredients = {
{ type = "item", name ...
by Jakademous
Sat Aug 23, 2025 7:27 pm
Forum: Modding help
Topic: Learning to mod
Replies: 5
Views: 259

Learning to mod

im trying to change a recipe in the base game, the basic firearm magazine ( yellow ammo ) im struggling to understand what files i actually need to make this mod work, please help

Go to advanced search