fix vanilla
This commit is contained in:
parent
66dcd0817d
commit
a92cad4096
2 changed files with 3 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
local util = require("data-util");
|
||||
local recycling = require("__quality__.prototypes.recycling")
|
||||
|
||||
if mods["space-age"] then
|
||||
local recycling = require("__quality__.prototypes.recycling")
|
||||
|
||||
function recipe_is_separable(recipe)
|
||||
for _, category in pairs(not_separable) do
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
---------------------------------------------------------------------------------------------------
|
||||
Version: 2.1.2
|
||||
Date: 2025-01-20
|
||||
Fixes:
|
||||
- Loads properly again with vanilla
|
||||
Changes:
|
||||
- Space Age: Solder can be made in electromagnetic plant
|
||||
---------------------------------------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue