This commit is contained in:
Brevven 2022-12-04 14:30:53 -08:00
parent 788956c091
commit 0cde05c682
2 changed files with 6 additions and 2 deletions

View file

@ -2,8 +2,9 @@
Version: 0.0.3 Version: 0.0.3
Date: 2022-12-05 Date: 2022-12-05
Changes: Changes:
- K2: Alternate electronic component recipe uses PCB now. Note that the SE+K2 lithium recipe - K2: Smelting-crafting electronic component recipe uses PCB now. Note that the SE+K2 lithium
cannot currently be modified in a reasonable fasion, so that one is still unchanged. 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 Version: 0.0.2
Date: 2022-12-04 Date: 2022-12-04

View file

@ -8,5 +8,8 @@ require("compatibility/bob")
local util = require("data-util"); local util = require("data-util");
require("modules")
-- Must be last -- Must be last
util.create_list() util.create_list()