Skip to content

Commit

Permalink
3.0.7 initial work
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkosto committed Feb 7, 2020
1 parent e9260a4 commit 2c62a29
Show file tree
Hide file tree
Showing 112 changed files with 712 additions and 15,869 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion src/config/ChanceCubes/Profiles.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
B:Hardcore=true

# Updates the reward pool for when players are in the nether [default: false]
B:Nether=false
B:Nether=true

# Disables rewards that place blocks that have a 3x3x3 area of effect or greater (Does not include rewards that reset blocks to their original state after) [default: false]
B:"No Area of Effect Rewards"=false
Expand Down
24 changes: 0 additions & 24 deletions src/config/Densemetals.cfg
Original file line number Diff line number Diff line change
@@ -1,18 +1,5 @@
# Configuration file

" general" {
B:enableBaseMetalsDenseOres=false
B:enableNetherMetalsDenseOres=true
B:enableVanillaDenseOres=true
}


" world generator" {
B:enableInternalWorldGen=false
B:enableOreSpawnIntregration=true
}


_general {
# How much a dense ore is worth, in terms of the original ore's drops. [range: 1 ~ 2147483647, default: 2]
I:"Dense Ore Value"=2
Expand Down Expand Up @@ -331,14 +318,3 @@ dense_tin_ore {
}


"vanilla dense ores" {
B:enableDenseCoalOre=true
B:enableDenseDiamondOre=true
B:enableDenseEmeraldOre=true
B:enableDenseGoldOre=true
B:enableDenseIronOre=true
B:enableDenseLapisOre=true
B:enableDenseRedstoneOre=true
}


2 changes: 1 addition & 1 deletion src/config/InvTweaks/InvTweaks.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#Inventory Tweaks Configuration
#(Regarding shortcuts, all key names can be found at: http://legacy.lwjgl.org/javadoc/org/lwjgl/input/Keyboard.html)
#Thu Nov 07 20:36:43 PST 2019
#Thu Feb 06 16:58:46 PST 2020
enableMiddleClick=true
showChestButtons=true
enableSortingOnPickup=false
Expand Down
3 changes: 3 additions & 0 deletions src/config/Mercurius.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ general {
B:additionalstructures=false
B:aether_legacy=false
B:agricraft=false
B:aiimprovements=false
B:alchemistry=false
B:alib=false
B:ancientwarfare=false
Expand Down Expand Up @@ -56,6 +57,7 @@ general {
B:bookshelf=false
B:botania=false
B:botany=false
B:bountiful=false
B:buildinggadgets=false
B:caliper=false
B:calmdownzombieguy=false
Expand Down Expand Up @@ -228,6 +230,7 @@ general {
B:spacecraftx=false
B:stackable=false
B:stg=false
B:supersoundmuffler=false
B:tallgates=false
B:terrarium=false
B:thebetweenlands=false
Expand Down
6 changes: 6 additions & 0 deletions src/config/Waystones.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,15 @@ general {
# If enabled, waystones can only be placed in creative mode.
B:"Creative Mode Only"=false

# The amount of xp levels to use for dimensional warp.
I:"Dimensional Warp XP Cost"=3

# Whether generated waystones should not be breakable by players.
B:"Disallow Breaking Generated"=false

# Whether generated waystones drop their item form when broken by players.
B:"Drop Item From Generated"=true

# Set to false to make all global waystones not cost any experience, regardless of method used.
B:"Global Waystones Cost XP"=true

Expand Down
252 changes: 186 additions & 66 deletions src/config/YUNG's Better Caves.cfg

Large diffs are not rendered by default.

Loading

0 comments on commit 2c62a29

Please sign in to comment.