Skip to content

Commit 5ea5afb

Browse files
QatavinKiwiHawk
andauthored
Fix burner/steam assembling machine categories (#532)
* Fix burner/steam assem machine categories Applies appropriate copy_categories_from function to Burner and Steam Assembling Machines. * Assembler Crafting Categories #528 --------- Co-authored-by: KiwiHawk <59639+KiwiHawk@users.noreply.github.com>
1 parent b40da39 commit 5ea5afb

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

bobassembly/changelog.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
Version: 2.0.6
33
Date: ???
44
Bugfixes:
5+
- Fixed Burner and Steam Assembling machines not being able to craft some recipes #528
56
- Fixed Automation tech not ignoring tech cost multiplier #534
67
---------------------------------------------------------------------------------------------------
78
Version: 2.0.5

bobassembly/data-final-fixes.lua

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,8 @@ bobmods.lib.machine.copy_categories_from("furnace", "electric-furnace", "bob-ele
99
bobmods.lib.machine.copy_categories_from("furnace", "electric-furnace", "bob-electric-furnace-3")
1010
bobmods.lib.machine.copy_categories_from("furnace", "electric-furnace", "bob-multi-purpose-furnace-1")
1111
bobmods.lib.machine.copy_categories_from("furnace", "electric-furnace", "bob-multi-purpose-furnace-2")
12+
13+
if not mods["aai-industry"] and settings.startup["bobmods-assembly-burner"].value == true then
14+
bobmods.lib.machine.copy_categories_from("assembling-machine", "assembling-machine-1", "bob-burner-assembling-machine")
15+
bobmods.lib.machine.copy_categories_from("assembling-machine", "assembling-machine-3", "bob-steam-assembling-machine")
16+
end

0 commit comments

Comments
 (0)