[14.x][Bug] vehicle-big-turret-4 is not a valid technology.
Posted: Mon Dec 12, 2016 12:53 pm
Hey, was doing some poking around and noticed that in your vehicle equipment mod, line 90 of recipe-updates.lua is bugged:
bobmods.lib.tech.add_prerequisite("vehicle-big-turret-4", "titanium-processing")
should be:
bobmods.lib.tech.add_prerequisite("vehicle-big-turret-equipment-4", "titanium-processing")
Seems just to be a copy paste bug.
bobmods.lib.tech.add_prerequisite("vehicle-big-turret-4", "titanium-processing")
should be:
bobmods.lib.tech.add_prerequisite("vehicle-big-turret-equipment-4", "titanium-processing")
Seems just to be a copy paste bug.