Search found 3 matches
- Wed Apr 29, 2015 3:18 am
- Forum: Mods
- Topic: Extra Barrels
- Replies: 1
- Views: 4135
Extra Barrels
This mod is pretty simple. It allows you to barrel the oil fractions, plus lubricant. Might do H2SO4(Aq), but putting that in a steel barrel doesn't make too much sense. Might add a plastic lined barrel. Mod is almost ready, I just need to get through my classes before I can work on it. Dunno if you ...
- Wed Apr 29, 2015 3:15 am
- Forum: Modding help
- Topic: How to add entries to existing prototype?
- Replies: 7
- Views: 5734
Re: How to add entries to existing prototype?
Thanks, Natha! Got it working.
- Sat Apr 11, 2015 4:46 am
- Forum: Modding help
- Topic: How to add entries to existing prototype?
- Replies: 7
- Views: 5734
Re: How to add entries to existing prototype?
Which file do I add the table.insert to? I am making a simple mod to allow the barreling of all oil fractions. My guess is this goes into chemistry.lua inside my mod's prototypes directory.
something like:
data:extend({
{
table.insert(data.raw["technology"]["fluid-handling"]["effects"], {type ...
something like:
data:extend({
{
table.insert(data.raw["technology"]["fluid-handling"]["effects"], {type ...