Search found 2 matches
- Wed Jun 07, 2017 10:12 am
- Forum: Multiplayer
- Topic: Dedicated 4 slot passworded server
- Replies: 8
- Views: 3684
Re: Dedicated 4 slot passworded server
is it vanilla or with modpack? i am interested to play a modpack multiplayer
- Thu May 11, 2017 1:17 am
- Forum: 5dim's mod
- Topic: Bugs and problems
- Replies: 279
- Views: 175526
Re: Bugs and problems
To temporarily fix the mods not loading problem on 15.9 ,open the file 'data-updates.lua' inside zip file and find this line:
for _,item in pairs(data.raw.unit) do
item.healing_per_tick = item.healing_per_tick * settings.startup["5d-bicho-healing"].value
end
replace it as
for _,item in ...
for _,item in pairs(data.raw.unit) do
item.healing_per_tick = item.healing_per_tick * settings.startup["5d-bicho-healing"].value
end
replace it as
for _,item in ...