fix vanilla

This commit is contained in:
Brevven 2025-01-20 19:49:18 -08:00
parent 66dcd0817d
commit a92cad4096
2 changed files with 3 additions and 1 deletions

View file

@ -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

View file

@ -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
---------------------------------------------------------------------------------------------------