https://gyazo.com/a716a152b9db70ebecf98432561f3521
19.213 Error ModManager.cpp:1023: Failed to load mod "angelsrefining": __angelsrefining__/data-final-fixes.lua:2: ...gelsrefining__/prototypes/generation/angels-override.lua:2: attempt to index field 'autoplace' (a nil value)
19.215 Loading mod ...
Search found 3 matches
- Wed Jan 03, 2018 6:25 am
- Forum: Angels Mods
- Topic: Bugs & FAQ
- Replies: 3893
- Views: 1602176
- Sun Jan 08, 2017 12:21 am
- Forum: Angels Mods
- Topic: Thanks for this gain ore feast
- Replies: 0
- Views: 1273
Thanks for this gain ore feast

To many ores XD
- Thu Jan 05, 2017 4:51 pm
- Forum: Mods
- Topic: [MOD 0.14.x] Water maze
- Replies: 82
- Views: 46756
Re: [MOD 0.14.x] Water maze
local pattern =AllWater()
what do i change that intoo to get everything water?
function AllLand()
local function get(x, y)
return true
end
return {create = noop, reload = noop, get = get, lua = 'AllLand()'}
end
function AllWater()
local function get(x, y)
return false
end
return ...
what do i change that intoo to get everything water?
function AllLand()
local function get(x, y)
return true
end
return {create = noop, reload = noop, get = get, lua = 'AllLand()'}
end
function AllWater()
local function get(x, y)
return false
end
return ...