Mod compatibility fixes

This commit is contained in:
Simon Brodtmann 2025-10-11 18:02:24 +02:00
parent 10449fa640
commit b2d4ee2a7f
5 changed files with 11 additions and 12 deletions

View file

@ -27,25 +27,23 @@ data:extend(
{
{"production-science-pack", 1},
{"utility-science-pack", 1},
{"matter-tech-card", 1}
{"kr-matter-tech-card", 1}
},
time = 45
}
},
})
matter.createMatterRecipe({
matter.make_recipes({
material = { type = "item", name = "indite-ore", amount = 10 },
item_name = "indite-ore",
matter_count = 5,
energy_required = 1,
need_stabilizer = false,
unlocked_by_technology = "indium-matter-processing"
})
matter.createMatterRecipe({
matter.make_recipes({
material = { type = "item", name = "indium-plate", amount = 10 },
minimum_conversion_quantity = 10,
matter_count = 10,
energy_required = 3,
only_deconversion = true,