gcewing / SGCraft

Stargates mod for Minecraft
http://www.cosc.canterbury.ac.nz/greg.ewing/minecraft/mods/SGCraft/
MIT License
11 stars 50 forks source link

Naquadah generation of a previously generated world #14

Open Nora465 opened 7 years ago

Nora465 commented 7 years ago

Hello I host a server (FTBInfinityEvolved v.2.6.0) with some additional mods, including SGCraft. I generate a map previously and I want to generate the ore (NaquadahOre)in my actual world. I notice this line in the .cfg file of SG Craft:

options { B:addOresToExistingWorlds=true }

And the settings for the generation :

naquadah { I:genIsolatedOdds=3 I:genUnderLavaOdds=3 I:maxIsolatedNodes=4 I:maxNodesUnderLava=4 }

I searching in the web for some informations, and I setting it on true. But when I launch the server, it loading and ... crash. I trying to reduce the setting of the generation but it crash again. PS : I put the crash-report file. crash-2016-10-09_19.19.48-server.txt

gcewing commented 7 years ago

DavidHack38 wrote:

B:addOresToExistingWorlds=true But when I launch the server, it loading and ... crash.

I've uploaded a new version that should fix this.

Greg

Nora465 commented 7 years ago

Oh ok thanks ^^