I had to fix data-updates.lua to look like this (to get it to work with Natural Evolution):
require "config"
function add_peak(ent, peak)
if ent and ent.autoplace then
ent.autoplace.peaks[#ent.autoplace.peaks+1] = peak
end
end
for resource_name, resource in pairs(data.raw.resource) do
-- do ...
Search found 3 matches
- Thu Jan 14, 2016 1:55 am
- Forum: Mods
- Topic: [MOD 12.11+] Train Outposts
- Replies: 142
- Views: 96275
- Tue Jan 12, 2016 4:39 pm
- Forum: 5dim's mod
- Topic: Bugs and problems
- Replies: 279
- Views: 169667
Re: Bugs and problems
Mods:
test-mode_0.12.11.zip (used to reproduce issue with no other mods)
5_dim_trains_2.0.1
5dim_core_2.0.0
When placing ore in an active provider cargo wagon:
Error while running the event handler: __5dim_trains__/control.lua:1129: LuaBootstrap doesn't contain key item_prototypes.
Changing ...
test-mode_0.12.11.zip (used to reproduce issue with no other mods)
5_dim_trains_2.0.1
5dim_core_2.0.0
When placing ore in an active provider cargo wagon:
Error while running the event handler: __5dim_trains__/control.lua:1129: LuaBootstrap doesn't contain key item_prototypes.
Changing ...
- Sun Sep 27, 2015 5:23 pm
- Forum: Mods
- Topic: [MOD 1.1] Natural Evolution - All things Alien!
- Replies: 851
- Views: 488167
Re: [MOD 0.12.x] Natural Evolution v4.4.0 - All things Alien!
We are getting fairly quick and reproducible desyncs in multiplayer with Natural Evolution.