dangOreus

by Mylon

The flOre is lava. Dig yOre way out through this divOrese and dangOreus field! Will you Coke on the limited space and submit to the cOreruption Ore will you transfOrem it into an majestic Orechestra? Also known as "Dangerous" or "Danger Ores".

Scenarios
6 days ago
0.15 - 2.0
10.2K
Environment Mining

b Failure on generation

6 years ago

I just updated to the latest version. I'm running only DangOreus without any other mods. On starting a new map, I get an error message:
"Error while running event
dangOreus::on_chunk_generated(ID 12)
dangOreus/control.lua:167:attempt to get
length of global'ore_list"(a nil value)"

6 years ago

It's missing a variable assigment. If you are comfortable changing code while the official is updated, this fixes it (in the file that the message says, control.lua inside the mod, which you will have to extract first)

right above line 167 create a new line with

local ore_list = global.ORE_LIST

Also, from what I see, only happens with perlin noise, so you could just use another mode in the meantime

6 years ago

The downside of having so many options is having to test them all!

Should be fixed now.

6 years ago

Thanks!

New response