Skip to content

Commit

Permalink
config Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Dream-Master committed May 16, 2016
1 parent e82ce78 commit bddbcb7
Show file tree
Hide file tree
Showing 37 changed files with 1,524 additions and 302 deletions.
2 changes: 2 additions & 0 deletions config/AWWayofTime.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -462,6 +462,7 @@ wellofsufferingblacklist {
B:EvolvedSkeletonBoss=false
B:EvolvedSpider=false
B:EvolvedZombie=false
B:FakePlayerEntity=false
B:Forestry.butterflyGE=false
B:GalacticraftCore.AlienVillager=false
B:GalacticraftCore.EvolvedBossBlaze=false
Expand Down Expand Up @@ -790,6 +791,7 @@ wellofsufferingblacklist {
B:WitherBoss=false
B:Wolf=false
B:Zombie=false
B:adventurebackpack.rideableSpider=false
B:chisel.snowman=false
B:computronics.swarm=false
B:enderzoo.ConcussionCreeper=false
Expand Down
2 changes: 0 additions & 2 deletions config/AppliedEnergistics2/AppliedEnergistics2.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -324,8 +324,6 @@ orecamouflage {

# OreDictionary Names: itemSilicon
B:Silicon=true

# OreDictionary Names: gearWood
B:WoodenGear=true
}

Expand Down
Empty file added config/ArchitectureCraft.cfg
Empty file.
32 changes: 30 additions & 2 deletions config/DraconicEvolution.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@ general {
# This sets how far apart the chaos islands will spawn. The islands spawn in a grid pattern.
I:"Chaos Island Separation"=10000

# (Wuss mode) Setting this to true will disable the chaos guardians ability to respawn healing crystals. Under certain circumstances such as on a Spigot server where entity render distance is significantly lower this may be required.
B:"Disable Guardian Crystal Respawn"=false

# Set to true to disable all item lore
B:"Disable Item Lore"=false

# If you are having issued with console spam that you cant fix setting this to true will disable all log output from Draconic Evolution (Not recommended)
B:"Disable Log"=false

# Set to true to prevent draconium ore from spawning in the end
B:"Disable Ore Spawn (End)"=false

Expand All @@ -44,8 +50,6 @@ general {
0
0
>

# Set to false to disable the HUD info for tools and blocks
B:"Enable HUD info"=true

# Set to false to disable the version checker
Expand All @@ -68,6 +72,11 @@ general {
# Invert Dislocator Pedestal display name shift behavior
B:InvertDPDSB=false

# A list of items of items that should be ignored by the item dislocator. Use the items registry name e.g. minecraft:apple you can also add a meta value like so minecraft:wool|4 [default: [appliedenergistics2:item.ItemCrystalSeed]]
S:"Item Dislocator Blacklist" <
appliedenergistics2:item.ItemCrystalSeed
>

# Add the id's of dimensions you do not want draconium ore to spawn in
I:"Ore gen dimension blacklist" <
>
Expand Down Expand Up @@ -112,6 +121,25 @@ general {
}


"gui stuff" {
# Used to store the position of the armor ant tool HUD's. This should not be modified
I:"HUD Settings" <
996
825
69
907
90
100
3
0
1
1
1
1
>
}


"long range dislocator" {
I:"Admin Dislocator Detect Range"=5
I:"Dislocator Max Range"=10000
Expand Down
13 changes: 13 additions & 0 deletions config/ExtendedPASupport.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Configuration file

general {
# whether to turn on debuggin (extended logging)
# available values: [true, false]
B:debug=false

# whether this addon should do stuff
# available values: [true, false]
B:enabled=true
}


10 changes: 8 additions & 2 deletions config/Galacticraft/core.conf
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,13 @@ dimensions {
# Dimension ID for the Moon
I:idDimensionMoon=28

# Dimension ID for Overworld Space Stations
# Dimension ID for the Overworld (as seen in the Celestial Map)
I:idDimensionOverworld=0

# WorldProvider ID for Overworld Space Stations (advanced: do not change unless you have conflicts)
I:idDimensionOverworldOrbit=27

# Dimension ID for Static Overworld Space Stations
# WorldProvider ID for Static Space Stations (advanced: do not change unless you have conflicts)
I:idDimensionOverworldOrbitStatic=26
}

Expand Down Expand Up @@ -238,6 +241,9 @@ general {

# Biome Types will not be registered in the BiomeDictionary if this is set to true. Ignored (always true) for MC 1.7.2.
B:"Disable Biome Type Registrations"=false

# Space Race Manager will show on-screen after login, if enabled.
B:"Enable Space Race Manager Popup"=false
}


Expand Down
3 changes: 3 additions & 0 deletions config/GregTech/Unification.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -4275,6 +4275,7 @@ specialunificationtargets {
B:ingotHotNaquadahEnriched_false=false
B:ingotHotNaquadah_false=false
B:ingotHotNaquadria_false=false
B:ingotHotNeutronium_false=false
B:ingotHotNichrome_false=false
B:ingotHotNiobiumNitride_false=false
B:ingotHotNiobiumTitanium_false=false
Expand Down Expand Up @@ -10212,6 +10213,8 @@ specialunificationtargets {
B:wireFineDarkSteel_false=false
B:wireFineDeepIron_false=false
B:wireFineDesh_false=false
B:wireFineDraconiumAwakened_false=false
B:wireFineDraconium_false=false
B:wireFineDuranium_false=false
B:wireFineDysprosium_false=false
B:wireFineElectricalSteel_false=false
Expand Down
Loading

0 comments on commit bddbcb7

Please sign in to comment.