minor bob electronics compat

This commit is contained in:
Brevven 2023-05-15 22:09:12 -07:00
parent a1527c9924
commit 0fd82bd524
6 changed files with 18 additions and 1 deletions

View file

@ -0,0 +1,5 @@
local util = require("data-util");
if mods.bobelectronics then
util.remove_ingredient("electronic-circuit", "bakelite")
end