diff --git a/changelog.txt b/changelog.txt index 1095d1d..6733c2e 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,8 +2,9 @@ Version: 0.0.3 Date: 2022-12-05 Changes: - - K2: Alternate electronic component recipe uses PCB now. Note that the SE+K2 lithium recipe - cannot currently be modified in a reasonable fasion, so that one is still unchanged. + - K2: Smelting-crafting electronic component recipe uses PCB now. Note that the SE+K2 lithium + recipe cannot currently be modified in a reasonable fasion, so that one is still unchanged. + Will be updated as soon as able. --------------------------------------------------------------------------------------------------- Version: 0.0.2 Date: 2022-12-04 diff --git a/data-updates.lua b/data-updates.lua index 2e9752c..e3d24a4 100644 --- a/data-updates.lua +++ b/data-updates.lua @@ -8,5 +8,8 @@ require("compatibility/bob") local util = require("data-util"); + +require("modules") + -- Must be last util.create_list()