Problem Server crash with SGCraft generation

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord

DavidHack38

Member
Jul 29, 2019
12
0
10
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:
Code:
options {
    B:addOresToExistingWorlds=true
}
And the settings for the generation :
Code:
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.
Somebody can help me ?
DavidHack38
PS : I put the .cfg file under because I can't upload it


# Configuration file

debug {
B:debugStructures=false
}


dhd {
I:linkRangeX=5
I:linkRangeY=1
I:linkRangeZ=6
}


iris {
B: preserveInventory=true
}


naquadah {
B:debugLava=false
I:debugLevel=0
B:debugRandom=false
I:genIsolatedOdds=3
I:genUnderLavaOdds=3
I:maxIsolatedNodes=4
I:maxNodesUnderLava=4
}


options {
B:addOresToExistingWorlds=true
B:allowCraftingCrystals=true
B:allowCraftingNaquadah=true
B:augmentStructures=true
I:chunkLoadingRange=3
B:enableNaquadahOre=true
B:logStargateEvents=true
}


stargate {
B:closeFromEitherEnd=true
D:distanceFactorMultiplier=1.0
D:energyPerFuelItem=96000.0
B:explosionFlame=true
I:explosionRadius=2
B:explosionSmoke=true
I:gateOpeningsPerFuelItem=24
D:interDimensionMultiplier=3.0
D:maxEnergyBuffer=1000.0
I:minutesOpenPerFuelItem=80
B: oneWayTravel=false
I:secondsToStayOpen=300
D:soundVolume=4.0
B:transparency=true
}


villagers {
I:tokra=100
}
 

Attachments

  • crash-2016-10-01_10.36.30-server.txt
    107.7 KB · Views: 82