Skip to content

Commit

Permalink
Update to date of 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ImAK9 committed Nov 12, 2020
1 parent 7beb793 commit 2800cca
Show file tree
Hide file tree
Showing 161 changed files with 18,423 additions and 7,747 deletions.
8 changes: 6 additions & 2 deletions config/Adorn.json5
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{
// If true, you can sit on tables.
"sittingOnTables": false,
// If true, sleeping on sofas can skip the night.
"skipNightOnSofas": true,
// Protects trading stations from other players.
"protectTradingStations": true,
// Configuration for Adorn's Extra Pieces support.
Expand All @@ -21,9 +19,15 @@
// If true, floating tooltips are shown above trading stations.
"showTradingStationTooltips": true
},
// Default values for game rules in new worlds
"gameRuleDefaults": {
// If true, sleeping on sofas can skip the night.
"skipNightOnSofas": true
},
// Mod compatibility toggles (enabled: true, disabled: false)
"compat": {
"traverse": true,
"byg": true,
"terrestria": true,
"woods_and_mires": true,
"towelette": true
Expand Down
24 changes: 24 additions & 0 deletions config/allure.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"babiesEatTroughEnabled": true,
// WARNING! Will break any existing crates
"crateEnabled": true,
"crateGenerateChance": 0.20000000298023224,
"crateRareChance": 0.0010000000474974513,
"crateValuableChance": 0.010999999940395355,
"crateUncommonChance": 0.09000000357627869,
"chorusTPEnabled": true,
"cursesEnabled": true,
"villagersFollow": true,
"spongeReducement": true,
"skeletonStrafe": true,
"featherFallingFarm": true,
"beaconsHealPets": true,
"extraDarkForest": true,
"extraDarkForestSpawn": 30,
"johnnyChance": 3,
"gravestonesEnabled": false,
"lockGravestones": false,
"renderSkulls": false,
"renderCrateName": false,
"cactusGiveWater": true
}
2 changes: 1 addition & 1 deletion config/appliedenergistics2/client.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
"__comment": "Should tooltips be searched. Performance impact",
"searchTooltips": "yes",
"terminalStyle": "tall",
"terminalSearchMode": "autosearch"
"terminalSearchMode": "jei_manual_search"
}
}
13 changes: 9 additions & 4 deletions config/appliedenergistics2/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,11 +82,11 @@
"worldGen": {
"spawnChargedChance": 0.08,
"meteoriteMaximumSpawnHeight": 180,
"meteoriteDimensionWhitelist": [
"minecraft:overworld"
],
"__comment": "Biome IDs in which quartz ores should NOT be generated (i.e. minecraft:plains).",
"meteoriteBiomeBlacklist": [],
"quartzOresPerCluster": 4,
"quartzOresClusterAmount": 20
"quartzOresClusterAmount": 20,
"quartzOreBiomeBlacklist": []
},
"wireless": {
"wirelessBaseCost": 8.0,
Expand Down Expand Up @@ -146,5 +146,10 @@
"OpenComputersTunnelMax": 5,
"PressureTunnelMin": 1,
"PressureTunnelMax": 120
},
"inWorldPurification": {
"__comment": "The speed multiplier to use when the crystals are submerged in the improved fluid.",
"improvedFluidTag": "",
"improvedFluidMultiplier": 2.0
}
}
5 changes: 5 additions & 0 deletions config/artifacts/campsite.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
genChance = 0.08
mimicChance = 0.3
oreChance = 0.25
minY = 0
maxY = 45
1 change: 1 addition & 0 deletions config/artifacts/items.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
everlastingFoodCooldown = 300
70 changes: 63 additions & 7 deletions config/astromine/config.json5
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,30 @@
"advancedElectrolyzerFluid": 16,
// Fluid for the Elite Electrolyzer.
"eliteElectrolyzerFluid": 64,
// Speed for the Primitive Refinery.
"primitiveRefinerySpeed": 0.5,
// Speed for the Basic Refinery.
"basicRefinerySpeed": 1.0,
// Speed for the Advanced Refinery.
"advancedRefinerySpeed": 2.0,
// Speed for the Elite Refinery.
"eliteRefinerySpeed": 4.0,
// Energy for the Primitive Refinery.
"primitiveRefineryEnergy": 2048.0,
// Energy for the Basic Refinery.
"basicRefineryEnergy": 16384.0,
// Energy for the Advanced Refinery.
"advancedRefineryEnergy": 32767.0,
// Energy for the Elite Refinery.
"eliteRefineryEnergy": 65535.0,
// Fluid for the Primitive Refinery.
"primitiveRefineryFluid": 4,
// Fluid for the Basic Refinery.
"basicRefineryFluid": 8,
// Fluid for the Advanced Refinery.
"advancedRefineryFluid": 16,
// Fluid for the Elite Refinery.
"eliteRefineryFluid": 64,
// Speed for the Primitive Electric Smelter.
"primitiveElectricSmelterSpeed": 0.5,
// Speed for the Basic Electric Smelter.
Expand Down Expand Up @@ -177,12 +201,36 @@
"fluidInserterEnergy": 16384.0,
// Energy for the Fluid Extractor.
"fluidExtractorEnergy": 16384.0,
// Speed for the Vent.
"ventSpeed": 1.0,
// Energy for the Vent.
"ventEnergy": 16384.0,
// Fluid for the Vent.
"ventFluid": 16,
// Fluid for the Tank.
"tankFluid": 16,
// Fluid for the Primitive Tank.
"primitiveTankFluid": 16,
// Speed for the Primitive Tank.
"primitiveTankSpeed": 0.5,
// Fluid for the Basic Tank.
"basicTankFluid": 32,
// Speed for the Basic Tank.
"basicTankSpeed": 1.0,
// Fluid for the Advanced Tank.
"advancedTankFluid": 128,
// Speed for the Advanced Tank.
"advancedTankSpeed": 2.0,
// Fluid for the Elite Tank.
"eliteTankFluid": 256,
// Speed for the Elite Tank.
"eliteTankSpeed": 4.0,
// Speed for the Primitive Capacitor.
"primitiveCapacitorSpeed": 0.5,
// Speed for the Basic Capacitor.
"basicCapacitorSpeed": 1.0,
// Speed for the Advanced Capacitor.
"advancedCapacitorSpeed": 2.0,
// Speed for the Elite Capacitor.
"eliteCapacitorSpeed": 4.0,
// Energy for the Primitive Capacitor.
"primitiveCapacitorEnergy": 16384.0,
// Energy for the Basic Capacitor.
Expand All @@ -202,13 +250,13 @@
// Energy for the Vent actions.
"ventEnergyConsumed": 1024.0,
// Delay for the Block Placer actions (smaller is faster).
"blockPlacerTimeConsumed": 40,
"blockPlacerSpeed": 40,
// Delay for the Block Breaker actions (smaller is faster).
"blockBreakerTimeConsumed": 40,
"blockBreakerSpeed": 40,
// Delay for the Fluid Inserter actions (smaller is faster).
"fluidInserterTimeConsumed": 40,
"fluidInserterSpeed": 40,
// Delay for the Fluid Extractor actions (smaller is faster).
"fluidExtractorTimeConsumed": 40,
"fluidExtractorSpeed": 40,
// Energy for the Gravity Gauntlet.
"gravityGauntletEnergy": 16384.0,
// Energy for the Gravity Gauntlet actions.
Expand All @@ -220,5 +268,13 @@
// Delay for the Fire Extinguisher sneaking actions.
"fireExtinguisherSneakingDelay": 2,
// Delay for the Fire Extinguisher standing actions.
"fireExtinguisherStandingDelay": 10
"fireExtinguisherStandingDelay": 10,
// Tick rate for gas movement in the atmosphere. This is inversely correlated to gas movement speed, higher means slower. Lower numbers are also less performant, so choose wisely.
"gasTickRate": 10,
// Numerator for the gas decay rate fraction. It will decay gas by this fraction every gas tick.
"gasDecayNumerator": 5,
// Denominator for the gas decay rate fraction. It will decay gas by this fraction every gas tick.
"gasDecayDenominator": 1024,
// Noise threshold for Asteroid generation.
"asteroidNoiseThreshold": 0.5450000166893005
}
15 changes: 15 additions & 0 deletions config/backslot.json5
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
{
"backslot_scale": 2.0,
"beltslot_scale": 2.0,
"backslot_sounds": true,
// Use for mod compatibility
"change_slot_arrangement": false,
"int_a": 0,
"int_b": 0,
"int_c": 0,
"int_d": 0,
"int_a_backg": 0,
"int_b_backg": 0,
"int_c_backg": 0,
"int_d_backg": 0
}
2 changes: 1 addition & 1 deletion config/bebooks/config.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#Thu Aug 20 23:11:59 CEST 2020
#Thu Nov 12 00:11:05 CET 2020
keep_curses_below=true
sorting_mode=ALPHABETICALLY
version=2
Expand Down
2 changes: 1 addition & 1 deletion config/bebooks/enchantment_data.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"intotheomega:omega_loyalty":{"orderIndex":69,"color":12915514},"intotheomega:omega_channeling":{"orderIndex":72,"color":12915514},"minecraft:luck_of_the_sea":{"orderIndex":27,"color":12915514},"minecraft:thorns":{"orderIndex":7,"color":12915514},"minecraft:sweeping":{"orderIndex":18,"color":12915514},"minecraft:feather_falling":{"orderIndex":2,"color":12915514},"minecraft:flame":{"orderIndex":25,"color":12915514},"minecraft:binding_curse":{"orderIndex":10,"color":12915514},"intotheomega:omega_looting":{"orderIndex":57,"color":12915514},"intotheomega:omega_unbreaking":{"orderIndex":61,"color":12915514},"intotheomega:omega_frost_walker":{"orderIndex":49,"color":12915514},"minecraft:projectile_protection":{"orderIndex":4,"color":12915514},"magna:gigantism_curse":{"orderIndex":39,"color":12915514},"intotheomega:omega_efficiency":{"orderIndex":59,"color":12915514},"minecraft:smite":{"orderIndex":13,"color":12915514},"intotheomega:omega_piercing":{"orderIndex":75,"color":12915514},"intotheomega:omega_fire_protection":{"orderIndex":41,"color":12915514},"minecraft:frost_walker":{"orderIndex":9,"color":12915514},"intotheomega:omega_infinity":{"orderIndex":66,"color":12915514},"minecraft:punch":{"orderIndex":24,"color":12915514},"intotheomega:omega_vanishing_curse":{"orderIndex":77,"color":12915514},"intotheomega:omega_multishot":{"orderIndex":73,"color":12915514},"minecraft:sharpness":{"orderIndex":12,"color":12915514},"minecraft:efficiency":{"orderIndex":19,"color":12915514},"intotheomega:omega_thorns":{"orderIndex":47,"color":12915514},"intotheomega:omega_feather_falling":{"orderIndex":42,"color":12915514},"minecraft:lure":{"orderIndex":28,"color":12915514},"intotheomega:omega_knockback":{"orderIndex":55,"color":12915514},"minecraft:fire_aspect":{"orderIndex":16,"color":12915514},"minecraft:piercing":{"orderIndex":35,"color":12915514},"intotheomega:omega_power":{"orderIndex":63,"color":12915514},"intotheomega:omega_impaling":{"orderIndex":70,"color":12915514},"intotheomega:omega_bane_of_arthropods":{"orderIndex":54,"color":12915514},"minecraft:unbreaking":{"orderIndex":21,"color":12915514},"intotheomega:omega_soul_speed":{"orderIndex":51,"color":12915514},"intotheomega:omega_quick_charge":{"orderIndex":74,"color":12915514},"minecraft:riptide":{"orderIndex":31,"color":12915514},"minecraft:quick_charge":{"orderIndex":34,"color":12915514},"minecraft:fortune":{"orderIndex":22,"color":12915514},"minecraft:fire_protection":{"orderIndex":1,"color":12915514},"minecraft:knockback":{"orderIndex":15,"color":12915514},"minecraft:mending":{"orderIndex":36,"color":12915514},"intotheomega:omega_respiration":{"orderIndex":45,"color":12915514},"minecraft:power":{"orderIndex":23,"color":12915514},"intotheomega:omega_silk_touch":{"orderIndex":60,"color":12915514},"intotheomega:omega_luck_of_the_sea":{"orderIndex":67,"color":12915514},"minecraft:aqua_affinity":{"orderIndex":6,"color":12915514},"intotheomega:omega_protection":{"orderIndex":40,"color":12915514},"intotheomega:omega_smite":{"orderIndex":53,"color":12915514},"soulbound:soulbound":{"orderIndex":38,"color":12915514},"intotheomega:omega_projectile_protection":{"orderIndex":44,"color":12915514},"intotheomega:omega_flame":{"orderIndex":65,"color":12915514},"intotheomega:omega_lure":{"orderIndex":68,"color":12915514},"intotheomega:omega_aqua_affinity":{"orderIndex":46,"color":12915514},"minecraft:vanishing_curse":{"orderIndex":37,"color":12915514},"intotheomega:omega_sweeping":{"orderIndex":58,"color":12915514},"minecraft:blast_protection":{"orderIndex":3,"color":12915514},"minecraft:impaling":{"orderIndex":30,"color":12915514},"minecraft:bane_of_arthropods":{"orderIndex":14,"color":12915514},"minecraft:silk_touch":{"orderIndex":20,"color":12915514},"minecraft:looting":{"orderIndex":17,"color":12915514},"intotheomega:omega_punch":{"orderIndex":64,"color":12915514},"minecraft:depth_strider":{"orderIndex":8,"color":12915514},"minecraft:soul_speed":{"orderIndex":11,"color":12915514},"minecraft:respiration":{"orderIndex":5,"color":12915514},"minecraft:loyalty":{"orderIndex":29,"color":12915514},"intotheomega:omega_sharpness":{"orderIndex":52,"color":12915514},"intotheomega:omega_depth_strider":{"orderIndex":48,"color":12915514},"intotheomega:omega_riptide":{"orderIndex":71,"color":12915514},"intotheomega:omega_fire_aspect":{"orderIndex":56,"color":12915514},"intotheomega:omega_mending":{"orderIndex":76,"color":12915514},"intotheomega:omega_binding_curse":{"orderIndex":50,"color":12915514},"intotheomega:omega_fortune":{"orderIndex":62,"color":12915514},"minecraft:protection":{"orderIndex":0,"color":12915514},"minecraft:infinity":{"orderIndex":26,"color":12915514},"minecraft:multishot":{"orderIndex":33,"color":12915514},"minecraft:channeling":{"orderIndex":32,"color":12915514},"intotheomega:omega_blast_protection":{"orderIndex":43,"color":12915514}}
{"intotheomega:omega_loyalty":{"orderIndex":69,"color":12915514},"intotheomega:omega_channeling":{"orderIndex":72,"color":12915514},"minecraft:luck_of_the_sea":{"orderIndex":27,"color":12915514},"minecraft:thorns":{"orderIndex":7,"color":12915514},"minecraft:sweeping":{"orderIndex":18,"color":12915514},"betterend:end_veil":{"orderIndex":84,"color":12915514},"minecraft:feather_falling":{"orderIndex":2,"color":12915514},"minecraft:flame":{"orderIndex":25,"color":12915514},"minecraft:binding_curse":{"orderIndex":10,"color":12915514},"intotheomega:omega_looting":{"orderIndex":57,"color":12915514},"intotheomega:omega_unbreaking":{"orderIndex":61,"color":12915514},"intotheomega:omega_frost_walker":{"orderIndex":49,"color":12915514},"minecraft:projectile_protection":{"orderIndex":4,"color":12915514},"allure:rusting_curse":{"orderIndex":78,"color":12915514},"magna:gigantism_curse":{"orderIndex":39,"color":12915514},"intotheomega:omega_efficiency":{"orderIndex":59,"color":12915514},"minecraft:smite":{"orderIndex":13,"color":12915514},"intotheomega:omega_piercing":{"orderIndex":75,"color":12915514},"intotheomega:omega_fire_protection":{"orderIndex":41,"color":12915514},"minecraft:frost_walker":{"orderIndex":9,"color":12915514},"intotheomega:omega_infinity":{"orderIndex":66,"color":12915514},"dawn:ignorance_curse":{"orderIndex":83,"color":12915514},"minecraft:punch":{"orderIndex":24,"color":12915514},"intotheomega:omega_vanishing_curse":{"orderIndex":77,"color":12915514},"intotheomega:omega_multishot":{"orderIndex":73,"color":12915514},"minecraft:sharpness":{"orderIndex":12,"color":12915514},"minecraft:efficiency":{"orderIndex":19,"color":12915514},"intotheomega:omega_thorns":{"orderIndex":47,"color":12915514},"intotheomega:omega_feather_falling":{"orderIndex":42,"color":12915514},"minecraft:lure":{"orderIndex":28,"color":12915514},"intotheomega:omega_knockback":{"orderIndex":55,"color":12915514},"minecraft:fire_aspect":{"orderIndex":16,"color":12915514},"minecraft:piercing":{"orderIndex":35,"color":12915514},"intotheomega:omega_power":{"orderIndex":63,"color":12915514},"intotheomega:omega_impaling":{"orderIndex":70,"color":12915514},"intotheomega:omega_bane_of_arthropods":{"orderIndex":54,"color":12915514},"minecraft:unbreaking":{"orderIndex":21,"color":12915514},"intotheomega:omega_soul_speed":{"orderIndex":51,"color":12915514},"intotheomega:omega_quick_charge":{"orderIndex":74,"color":12915514},"minecraft:riptide":{"orderIndex":31,"color":12915514},"minecraft:quick_charge":{"orderIndex":34,"color":12915514},"minecraft:fortune":{"orderIndex":22,"color":12915514},"minecraft:fire_protection":{"orderIndex":1,"color":12915514},"minecraft:knockback":{"orderIndex":15,"color":12915514},"minecraft:mending":{"orderIndex":36,"color":12915514},"intotheomega:omega_respiration":{"orderIndex":45,"color":12915514},"minecraft:power":{"orderIndex":23,"color":12915514},"intotheomega:omega_silk_touch":{"orderIndex":60,"color":12915514},"intotheomega:omega_luck_of_the_sea":{"orderIndex":67,"color":12915514},"minecraft:aqua_affinity":{"orderIndex":6,"color":12915514},"intotheomega:omega_protection":{"orderIndex":40,"color":12915514},"intotheomega:omega_smite":{"orderIndex":53,"color":12915514},"soulbound:soulbound":{"orderIndex":38,"color":12915514},"intotheomega:omega_projectile_protection":{"orderIndex":44,"color":12915514},"intotheomega:omega_flame":{"orderIndex":65,"color":12915514},"intotheomega:omega_lure":{"orderIndex":68,"color":12915514},"intotheomega:omega_aqua_affinity":{"orderIndex":46,"color":12915514},"minecraft:vanishing_curse":{"orderIndex":37,"color":12915514},"intotheomega:omega_sweeping":{"orderIndex":58,"color":12915514},"minecraft:blast_protection":{"orderIndex":3,"color":12915514},"minecraft:impaling":{"orderIndex":30,"color":12915514},"minecraft:bane_of_arthropods":{"orderIndex":14,"color":12915514},"dawn:telekinesis":{"orderIndex":82,"color":12915514},"allure:haunting_curse":{"orderIndex":80,"color":12915514},"allure:harming_curse":{"orderIndex":81,"color":12915514},"minecraft:silk_touch":{"orderIndex":20,"color":12915514},"minecraft:looting":{"orderIndex":17,"color":12915514},"intotheomega:omega_punch":{"orderIndex":64,"color":12915514},"minecraft:depth_strider":{"orderIndex":8,"color":12915514},"minecraft:soul_speed":{"orderIndex":11,"color":12915514},"minecraft:respiration":{"orderIndex":5,"color":12915514},"minecraft:loyalty":{"orderIndex":29,"color":12915514},"intotheomega:omega_sharpness":{"orderIndex":52,"color":12915514},"intotheomega:omega_depth_strider":{"orderIndex":48,"color":12915514},"intotheomega:omega_riptide":{"orderIndex":71,"color":12915514},"allure:clumsiness_curse":{"orderIndex":79,"color":12915514},"intotheomega:omega_fire_aspect":{"orderIndex":56,"color":12915514},"intotheomega:omega_mending":{"orderIndex":76,"color":12915514},"intotheomega:omega_binding_curse":{"orderIndex":50,"color":12915514},"intotheomega:omega_fortune":{"orderIndex":62,"color":12915514},"minecraft:protection":{"orderIndex":0,"color":12915514},"minecraft:infinity":{"orderIndex":26,"color":12915514},"minecraft:multishot":{"orderIndex":33,"color":12915514},"minecraft:channeling":{"orderIndex":32,"color":12915514},"intotheomega:omega_blast_protection":{"orderIndex":43,"color":12915514}}
117 changes: 117 additions & 0 deletions config/bettercaves-fabric-1_16.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,117 @@
[betterCaves]
whitelistedDimensions = "[minecraft:overworld]"
enableGlobalWhitelist = false

[betterCaves.bedrockSettings]
flattenBedrock = true
bedrockWidth = 1

[betterCaves.undergroundSettings.caves]
caveSpawnChance = 100.0
caveRegionSize = "Small"
caveRegionSizeCustomValue = 0.008

[betterCaves.undergroundSettings.caves.type1Caves]
caveBottom = 1
caveTop = 80
caveSurfaceCutoff = 15
yCompression = 5.0
xzCompression = 1.6
cavePriority = 10

[betterCaves.undergroundSettings.caves.type1Caves.advancedSettings]
noiseThreshold = 0.95
fractalOctaves = 1
fractalGain = 0.3
fractalFrequency = 0.03
numGenerators = 2
yAdjust = true
yAdjustF1 = 0.9
yAdjustF2 = 0.9
noiseType = "CubicFractal"

[betterCaves.undergroundSettings.caves.type2Caves]
caveBottom = 1
caveTop = 80
caveSurfaceCutoff = 15
yCompression = 2.2
xzCompression = 0.9
cavePriority = 5

[betterCaves.undergroundSettings.caves.type2Caves.advancedSettings]
noiseThreshold = 0.82
fractalOctaves = 1
fractalGain = 0.3
fractalFrequency = 0.025
numGenerators = 2
yAdjust = true
yAdjustF1 = 0.95
yAdjustF2 = 0.5
noiseType = "SimplexFractal"

[betterCaves.undergroundSettings.caves.surfaceCaves]
enableSurfaceCaves = true
caveBottom = 40
caveTop = 128
caveDensity = 17

[betterCaves.undergroundSettings.caves.vanillaCaves]
caveBottom = 1
caveTop = 80
caveDensity = 14
cavePriority = 0

[betterCaves.undergroundSettings.caverns]
cavernSpawnChance = 25.0
cavernRegionSize = "Small"
cavernRegionSizeCustomValue = 0.01

[betterCaves.undergroundSettings.caverns.liquidCaverns]
cavernBottom = 1
cavernTop = 35
yCompression = 1.3
xzCompression = 0.7
cavernPriority = 10

[betterCaves.undergroundSettings.caverns.liquidCaverns.advancedSettings]
noiseThreshold = 0.6
fractalOctaves = 1
fractalGain = 0.3
fractalFrequency = 0.03
numGenerators = 2
noiseType = "SimplexFractal"

[betterCaves.undergroundSettings.caverns.flooredCaverns]
cavernBottom = 1
cavernTop = 35
yCompression = 1.3
xzCompression = 0.7
cavernPriority = 10

[betterCaves.undergroundSettings.caverns.flooredCaverns.advancedSettings]
noiseThreshold = 0.6
fractalOctaves = 1
fractalGain = 0.3
fractalFrequency = 0.028
numGenerators = 2
noiseType = "SimplexFractal"

[betterCaves.undergroundSettings.waterRegions]
waterRegionSpawnChance = 40.0
waterRegionSize = "Medium"
waterRegionSizeCustomValue = 0.004

[betterCaves.undergroundSettings.ravines]
enableRavines = true
enableFloodedRavines = true

[betterCaves.undergroundSettings.miscellaneous]
liquidAltitude = 10
lavaBlock = "minecraft:lava"
waterBlock = "minecraft:water"
preventCascadingGravel = true
enableFloodedUnderground = true
overrideSurfaceDetection = false

[betterCaves.debugSettings]
enableDebugVisualizer = false
Loading

0 comments on commit 2800cca

Please sign in to comment.