Page 1 of 1

[14.x][Bug] vehicle-big-turret-4 is not a valid technology.

Posted: Mon Dec 12, 2016 12:53 pm
by batterytime
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.

Re: [14.x][Bug] vehicle-big-turret-4 is not a valid technology.

Posted: Tue Dec 13, 2016 8:55 am
by bobingabout
I do an amazing amount of copy paste >.>