Wooden logistics: Change compatibility to stick closer to how wooden logistics does things (breaking change)

This commit is contained in:
Simon Brodtmann 2025-12-15 22:26:42 +01:00
parent 52725edc46
commit 3115b51e4e
7 changed files with 261 additions and 238 deletions

View file

@ -70,7 +70,9 @@ if settings.startup["lignumis-vanilla-lab"].value then
Recipe:new("transport-belt"):unlockedByTechnology("iron-processing")
else
Recipe:new("lab"):replaceIngredient("transport-belt", "wood-transport-belt")
Recipe:new("transport-belt"):unlockedByTechnology("logistics")
if not mods["wood-logistics"] or not settings.startup["wood-logistics-belts"].value then
Recipe:new("transport-belt"):unlockedByTechnology("logistics")
end
end