-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathdata-final-fixes.lua
20 lines (17 loc) · 1005 Bytes
/
data-final-fixes.lua
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
-- Copyright (c) 2024 Kirazy
-- Part of Artisanal Reskins: Angel's Mods
--
-- See LICENSE.md in the project directory for license information.
----------------------------------------------------------------------------------------------------
-- ITEMS
----------------------------------------------------------------------------------------------------
----------------------------------------------------------------------------------------------------
-- RECIPE ADJUSTMENTS
----------------------------------------------------------------------------------------------------
-- Recipe adjustments
require("prototypes.recipe-adjustments.refining.clarifier")
require("prototypes.recipe-adjustments.refining.ore-flotation-cell")
----------------------------------------------------------------------------------------------------
-- TECHNOLOGY
----------------------------------------------------------------------------------------------------
-- require("prototypes.technology.smelting-final-fixes")