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.
[14.x][Bug] vehicle-big-turret-4 is not a valid technology.
Moderator: bobingabout
-
- Manual Inserter
- Posts: 1
- Joined: Mon Dec 12, 2016 12:47 pm
- Contact:
- bobingabout
- Smart Inserter
- Posts: 7352
- Joined: Fri May 09, 2014 1:01 pm
- Contact:
Re: [14.x][Bug] vehicle-big-turret-4 is not a valid technology.
I do an amazing amount of copy paste >.>