Looks like a great mod! Someone has already forked the 0.15 version and updated it for 0.16: https://github.com/lingo/advanced-logistics-system
You can download it manually and put it inside a new folder named advanced-logistics-system_0.6.1 in your mods folder.
Search found 2 matches
- Mon May 21, 2018 10:05 am
- Forum: Questions, reviews and ratings
- Topic: Advanced Logistics System
- Replies: 1
- Views: 1443
- Wed Dec 13, 2017 5:26 pm
- Forum: Modding discussion
- Topic: [Tips]Updating mods to 0.16
- Replies: 9
- Views: 5724
Re: [Tips]Updating mods to 0.16
Some additional things (I'll edit this post when/if I find more...)
You now need to declare a category for autoplace-controls:
data:extend{
{
type = "autoplace-control",
name = "omnite",
richness = true,
order = "b-e",
category = "resource",
},
...
You now need to declare a category for autoplace-controls:
data:extend{
{
type = "autoplace-control",
name = "omnite",
richness = true,
order = "b-e",
category = "resource",
},
...