Added support for darkage ores

master
Gael-de-Sailly 2015-09-19 18:57:40 +02:00
parent 589a0aa7dd
commit c0bcd80cd5
3 changed files with 6 additions and 0 deletions

View File

@ -8,6 +8,7 @@ Mod created by Gael-de-Sailly and now mainly developed by duane-r.
## Changelog
### 2.1 ~> Latest
* Added support for darkage ores
* Added banana tree
* Water and giant mushrooms in caves
* Added Mushrooms

View File

@ -1,2 +1,3 @@
default
flowers
darkage?

View File

@ -564,6 +564,10 @@ function vmg.generate(minp, maxp, seed)
end
vmg.execute_after_mapgen() -- needed for jungletree roots
if darkage_mapgen then -- Compatibility with darkage mod by CraigyDavi. If you see error messages like "WARNING: unknown global variable" at this line, don't worry :)
darkage_mapgen(data, a, minp, maxp, seed)
end
-- After data collecting, check timer
local t3 = os.clock()
if vmg.loglevel >= 2 then