Search found 3 matches
- Wed Jan 03, 2018 6:25 am
- Forum: Angels Mods
- Topic: Bugs & FAQ
- Replies: 3891
- Views: 1411132
Re: Bugs & FAQ
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 Loadin...
- Sun Jan 08, 2017 12:21 am
- Forum: Angels Mods
- Topic: Thanks for this gain ore feast
- Replies: 0
- Views: 1201
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: 43850
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 {create = noop, rel...