Massive Changes KEK

- Added a lots of mods
- Tweaked 2 biomes
- Started working on ore veins (tweaked 3 ore veins)
-Updated configs
This commit is contained in:
SwitchyJuice 2022-11-05 23:32:30 +01:00
parent 0fa4d182fd
commit 8c5f469cc3
26 changed files with 1240 additions and 345 deletions

View file

@ -1,5 +1,17 @@
# Configuration file # Configuration file
##########################################################################################################
# autocrafting
#--------------------------------------------------------------------------------------------------------#
# Enable patterns with substitutions on to have their substitutes to be auto craftable.
# This changes the crafting tree, and can show missing ingredients for the substitute, instead of the patterned item
##########################################################################################################
autocrafting {
B:EnableAutocraftinSubstitutes=false
}
automation { automation {
I:formationPlaneEntityLimit=128 I:formationPlaneEntityLimit=128
} }
@ -15,8 +27,106 @@ battery {
} }
##########################################################################################################
# blockingmode
#--------------------------------------------------------------------------------------------------------#
# Map of items to not block when blockingmode is enabled.
# [modid]
# modid:item:metadata(optional,default:0)
# Supports more than one modid, so you can block different things between, for example, gregtech or enderio
##########################################################################################################
blockingmode {
# NonBlockingItems
S:nonBlockingItems <
[gregtech|actuallyadditions]
gregtech:circuit.integrated
gregtech:shape.mold.plate
gregtech:shape.mold.gear
gregtech:shape.mold.credit
gregtech:shape.mold.bottle
gregtech:shape.mold.ingot
gregtech:shape.mold.ball
gregtech:shape.mold.block
gregtech:shape.mold.nugget
gregtech:shape.mold.cylinder
gregtech:shape.mold.anvil
gregtech:shape.mold.name
gregtech:shape.mold.gear.small
gregtech:shape.mold.rotor
gregtech:shape.extruder.plate
gregtech:shape.extruder.rod
gregtech:shape.extruder.bolt
gregtech:shape.extruder.ring
gregtech:shape.extruder.cell
gregtech:shape.extruder.ingot
gregtech:shape.extruder.wire
gregtech:shape.extruder.pipe.tiny
gregtech:shape.extruder.pipe.small
gregtech:shape.extruder.pipe.medium
gregtech:shape.extruder.pipe.normal
gregtech:shape.extruder.pipe.large
gregtech:shape.extruder.pipe.huge
gregtech:shape.extruder.block
gregtech:shape.extruder.sword
gregtech:shape.extruder.pickaxe
gregtech:shape.extruder.shovel
gregtech:shape.extruder.axe
gregtech:shape.extruder.hoe
gregtech:shape.extruder.hammer
gregtech:shape.extruder.file
gregtech:shape.extruder.saw
gregtech:shape.extruder.gear
gregtech:shape.extruder.bottle
gregtech:shape.extruder.foil
gregtech:shape.extruder.gear_small
gregtech:shape.extruder.rod_long
gregtech:shape.extruder.rotor
gregtech:glass_lens.white
gregtech:glass_lens.orange
gregtech:glass_lens.magenta
gregtech:glass_lens.light_blue
gregtech:glass_lens.yellow
gregtech:glass_lens.lime
gregtech:glass_lens.pink
gregtech:glass_lens.gray
gregtech:glass_lens.light_gray
gregtech:glass_lens.cyan
gregtech:glass_lens.purple
gregtech:glass_lens.blue
gregtech:glass_lens.brown
gregtech:glass_lens.green
gregtech:glass_lens.red
gregtech:glass_lens.black
contenttweaker:smallgearextrudershape
contenttweaker:creativeportabletankmold
ore:lensAlmandine
ore:lensBlueTopaz
ore:lensDiamond
ore:lensEmerald
ore:lensGreenSapphire
ore:lensRutile
ore:lensRuby
ore:lensSapphire
ore:lensTopaz
ore:lensJasper
ore:lensGlass
ore:lensOlivine
ore:lensOpal
ore:lensAmethyst
ore:lensLapis
ore:lensEnderPearl
ore:lensEnderEye
ore:lensGarnetRed
ore:lensGarnetYellow
ore:lensVinteum
ore:lensNetherStar
>
}
client { client {
# Possible Values: AE, EU, RF # Possible Values: AE, EU, RF, GTEU
S:PowerUnit=AE S:PowerUnit=AE
# Possible Values: AUTOSEARCH, AUTOSEARCH_KEEP, MANUAL_SEARCH, MANUAL_SEARCH_KEEP, JEI_AUTOSEARCH, JEI_AUTOSEARCH_KEEP, JEI_MANUAL_SEARCH, JEI_MANUAL_SEARCH_KEEP # Possible Values: AUTOSEARCH, AUTOSEARCH_KEEP, MANUAL_SEARCH, MANUAL_SEARCH_KEEP, JEI_AUTOSEARCH, JEI_AUTOSEARCH_KEEP, JEI_MANUAL_SEARCH, JEI_MANUAL_SEARCH_KEEP
@ -76,6 +186,20 @@ condenser {
} }
##########################################################################################################
# controllersize
#--------------------------------------------------------------------------------------------------------#
# Set the max size of a controller in any of the 3 axis.
# Each is between [1, 64)
##########################################################################################################
controllersize {
I:maxControllerSizeX=7
I:maxControllerSizeY=7
I:maxControllerSizeZ=7
}
craftingcpu { craftingcpu {
I:craftingCalculationTimePerTick=5 I:craftingCalculationTimePerTick=5
} }
@ -206,6 +330,7 @@ features {
B:P2PTunnelEU=true B:P2PTunnelEU=true
B:P2PTunnelFE=true B:P2PTunnelFE=true
B:P2PTunnelFluids=true B:P2PTunnelFluids=true
B:P2PTunnelGTEU=true
B:P2PTunnelItems=true B:P2PTunnelItems=true
B:P2PTunnelLight=true B:P2PTunnelLight=true
B:P2PTunnelME=true B:P2PTunnelME=true
@ -254,8 +379,6 @@ features {
craftingfeatures { craftingfeatures {
B:CraftingCPU=true B:CraftingCPU=true
# Use CraftingManager to find an alternative recipe, after a pattern rejected an ingredient. Should be enabled to avoid issues, but can have a minor performance impact.
B:CraftingManagerFallback=true B:CraftingManagerFallback=true
B:MolecularAssembler=true B:MolecularAssembler=true
B:Patterns=true B:Patterns=true
@ -352,6 +475,7 @@ grindstone {
modintegration { modintegration {
S:CraftTweaker=AUTO S:CraftTweaker=AUTO
S:GregTech=AUTO
S:IndustrialCraft2=AUTO S:IndustrialCraft2=AUTO
S:InventoryTweaks=AUTO S:InventoryTweaks=AUTO
S:JustEnoughItems=AUTO S:JustEnoughItems=AUTO
@ -367,6 +491,7 @@ modintegration {
powerratios { powerratios {
D:ForgeEnergy=0.5 D:ForgeEnergy=0.5
D:GTEU=2.0
D:IC2=2.0 D:IC2=2.0
D:UsageMultiplier=1.0 D:UsageMultiplier=1.0
} }
@ -442,12 +567,12 @@ wireless {
worldgen { worldgen {
D:meteoriteClusterChance=0.08 D:meteoriteClusterChance=0.07
I:meteoriteDimensionWhitelist < I:meteoriteDimensionWhitelist <
0 0
> >
I:meteoriteMaximumSpawnHeight=180 I:meteoriteMaximumSpawnHeight=180
I:minMeteoriteDistance=707 I:minMeteoriteDistance=808
I:quartzOresClusterAmount=15 I:quartzOresClusterAmount=15
I:quartzOresPerCluster=4 I:quartzOresPerCluster=4
D:spawnChargedChance=0.07999998331069946 D:spawnChargedChance=0.07999998331069946

View file

@ -1,22 +0,0 @@
# Configuration file
cache {
S:digest=58ddada4f4d1b75d0f65cea32b902b44
# Caching can save processing time, if there are a lot of items. [default: true]
B:enableCache=true
}
general {
# Will output more detailed information into the CSV like corresponding items [default: false]
B:enableAdditionalInfo=false
# If true, the CSV exporting will always happen. This will not use the cache to reduce the computation. [default: false]
B:enableForceRefresh=false
# If true, all registered items will be exported containing the internal minecraft name and the localized name to actually find the item you are using. This also contains the item representation of the blocks, but are missing items, which are too much to display e.g. FMP. [default: true]
B:exportItemNames=true
}

View file

@ -1,45 +0,0 @@
# Configuration file
~CONFIG_VERSION: 1
##########################################################################################################
# common
#--------------------------------------------------------------------------------------------------------#
# Settings applied to all facades.
#
# By default full blocks with no tile entity and a model do not need whitelisting.
# This will only be read once during client startup.
##########################################################################################################
common {
# Unsupported: Allows whitelisting TileEntity as facades. Could work, have render issues, or corrupt your world. USE AT YOUR OWN RISK.
B:allowTileEntityFacades=false
}
##########################################################################################################
# facades
#--------------------------------------------------------------------------------------------------------#
# A way to explicitly handle certain blocks as facades.
#
# Blocks can be added by their resource location under the following rules.
# - One category per domain like minecraft or appliedenergistics2
# - One key per id. E.g. glass in case of minecraft:glass
# - An integer value ranging from 0 to 16 representing the metadata 0-15 and 16 as wildcard for all - Multiple entries for the same id but different metadata are possible when needed
##########################################################################################################
facades {
minecraft {
I:glass=16
I:stained_glass=16
}
appliedenergistics2 {
I:quartz_glass=16
I:quartz_vibrant_glass=16
}
}

View file

@ -1,30 +0,0 @@
# Configuration file
cache {
# Waits as many hours, until it checks again. [range: 0 ~ 168, default: 24]
I:interval=24
S:lastCheck=1666980414531
}
channel {
# Determines the channel level which should be checked for updates. Can be either Stable, Beta or Alpha. [default: Beta]
S:level=Beta
}
client {
# If true, the player is getting a notification including changelog. Only happens if notification are enabled. [default: true]
B:changelog=true
# If true, the player is getting a notification, that a new version is available. [default: true]
B:notify=true
}
general {
# If true, the version checker is enabled. Acts as a master switch. [default: true]
B:enabled=true
}

View file

@ -2,7 +2,7 @@
"dependencies": "thermalfoundation", "dependencies": "thermalfoundation",
"populate": { "populate": {
"copper": { "copper": {
"enabled": "true", "enabled": "false",
"distribution": "uniform", "distribution": "uniform",
"generator": { "generator": {
"block": { "block": {

View file

@ -11,7 +11,7 @@ client {
B:ConfiguratorModeScroll=true B:ConfiguratorModeScroll=true
# Should active machines produce block light. # Should active machines produce block light.
B:EnableAmbientLighting=true B:EnableAmbientLighting=false
# If enabled machines play their sounds while running. # If enabled machines play their sounds while running.
B:EnableMachineSounds=true B:EnableMachineSounds=true
@ -23,16 +23,17 @@ client {
B:Holidays=true B:Holidays=true
# Show particles when machines active. # Show particles when machines active.
B:MachineEffects=true B:MachineEffects=false
# Set to false to prevent particle spam when loading multiblocks (notification message will display instead). # Set to false to prevent particle spam when loading multiblocks (notification message will display instead).
B:MultiblockFormParticles=true B:MultiblockFormParticles=true
# If true, don't render Cables/Pipes/Tubes as transparent and don't render their contents. # If true, don't render Cables/Pipes/Tubes as transparent and don't render their contents.
B:OpaqueTransmitterRender=false B:OpaqueTransmitterRender=false
B:ReplaceSoundsWhenResuming=false
# Adjust Mekanism sounds' base volume. < 1 is softer, higher is louder. # Adjust Mekanism sounds' base volume. < 1 is softer, higher is louder.
D:SoundVolume=1.0 D:SoundVolume=0.7
} }
@ -84,6 +85,7 @@ general {
# If machine is disabled in config, do we set its block to air if it is found in world? # If machine is disabled in config, do we set its block to air if it is found in world?
B:DestroyDisabledBlocks=true B:DestroyDisabledBlocks=true
I:DigitalMinerMaxRadius=32
# Maximum amount (joules) of energy the Atomic Disassembler can contain # Maximum amount (joules) of energy the Atomic Disassembler can contain
D:DisassemblerBatteryCapacity=1000000.0 D:DisassemblerBatteryCapacity=1000000.0
@ -140,19 +142,19 @@ general {
S:EnergyType=RF S:EnergyType=RF
# Burn time for Ethylene (1mB hydrogen + 2*bioFuel/tick*200ticks/100mB * 20x efficiency bonus). # Burn time for Ethylene (1mB hydrogen + 2*bioFuel/tick*200ticks/100mB * 20x efficiency bonus).
I:EthyleneBurnTime=40 I:EthyleneBurnTime=10
# Thermal Evaporation Tower heat loss per tick. # Thermal Evaporation Tower heat loss per tick.
D:EvaporationHeatDissipation=0.02 D:EvaporationHeatDissipation=0.02
# Max Temperature of the Thermal Evaporation Tower. # Max Temperature of the Thermal Evaporation Tower.
D:EvaporationMaxTemp=3000.0 D:EvaporationMaxTemp=10000.0
# Heat to absorb per Solar Panel array of Thermal Evaporation Tower. # Heat to absorb per Solar Panel array of Thermal Evaporation Tower.
D:EvaporationSolarMultiplier=0.2 D:EvaporationSolarMultiplier=2.0
# Temperature to amount produced ratio for Thermal Evaporation Tower. # Temperature to amount produced ratio for Thermal Evaporation Tower.
D:EvaporationTempMultiplier=0.1 D:EvaporationTempMultiplier=3.0
# Conversion multiplier from Joules to Forge Energy (Joules * ForgeToJoules = FE) # Conversion multiplier from Joules to Forge Energy (Joules * ForgeToJoules = FE)
D:ForgeToJoules=0.4 D:ForgeToJoules=0.4
@ -161,7 +163,7 @@ general {
D:HeatPerFuelTick=4.0 D:HeatPerFuelTick=4.0
# How much energy is produced per mB of Hydrogen, also affects Electrolytic Separator usage, Ethylene burn rate and Gas generator energy capacity. # How much energy is produced per mB of Hydrogen, also affects Electrolytic Separator usage, Ethylene burn rate and Gas generator energy capacity.
D:HydrogenEnergyDensity=200.0 D:HydrogenEnergyDensity=150.0
# Conversion multiplier from EU to Joules (EU * JoulesToEU = Joules) # Conversion multiplier from EU to Joules (EU * JoulesToEU = Joules)
D:JoulesToEU=10.0 D:JoulesToEU=10.0
@ -203,7 +205,7 @@ general {
I:MaxScubaGas=24000 I:MaxScubaGas=24000
# Energy multiplier for using silk touch mode with the Digital Miner. # Energy multiplier for using silk touch mode with the Digital Miner.
I:MinerSilkMultiplier=6 I:MinerSilkMultiplier=5
# Radius of the explosion of Obsidian TNT. # Radius of the explosion of Obsidian TNT.
I:ObsidianTNTBlastRadius=12 I:ObsidianTNTBlastRadius=12
@ -230,13 +232,13 @@ general {
B:PumpWaterSources=false B:PumpWaterSources=false
# Maximum energy buffer (Mekanism Joules) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency. # Maximum energy buffer (Mekanism Joules) of an Entangoloporter frequency - i.e. the maximum transfer per tick per frequency.
D:QuantumEntangloporterEnergyTransfer=1.6E7 D:QuantumEntangloporterEnergyTransfer=6.4E7
# Conversion multiplier from Joules to RF (Joules * RFToJoules = RF) # Conversion multiplier from Joules to RF (Joules * RFToJoules = RF)
D:RFToJoules=0.4 D:RFToJoules=0.4
# Chance that salt generates in a chunk. (0 to Disable) # Chance that salt generates in a chunk. (0 to Disable)
I:SaltPerChunk=2 I:SaltPerChunk=0
# Max number of blocks in a salt vein. # Max number of blocks in a salt vein.
I:SaltVeinSize=6 I:SaltVeinSize=6
@ -248,7 +250,7 @@ general {
D:SawdustChancePlank=0.25 D:SawdustChancePlank=0.25
# Enable the spawning of baby skeletons. Think baby zombies but skeletons. # Enable the spawning of baby skeletons. Think baby zombies but skeletons.
B:SpawnBabySkeletons=true B:SpawnBabySkeletons=false
# Amount of heat each Boiler heating element produces. # Amount of heat each Boiler heating element produces.
D:SuperheatingHeatTransfer=10000.0 D:SuperheatingHeatTransfer=10000.0
@ -258,18 +260,21 @@ general {
# Conversion multiplier from Joules to Tesla (Joules * TeslaToJoules = Tesla) # Conversion multiplier from Joules to Tesla (Joules * TeslaToJoules = Tesla)
D:TeslaToJoules=0.4 D:TeslaToJoules=0.4
D:ThermalEvaporationSpeed=4.0
# Chance that tin generates in a chunk. (0 to Disable) # Chance that tin generates in a chunk. (0 to Disable)
I:TinPerChunk=0 I:TinPerChunk=0
# Max number of blocks in a tin vein. # Max number of blocks in a tin vein.
I:TinVeinSize=8 I:TinVeinSize=8
B:UpdateNotifications=false
# Base factor for working out machine performance with upgrades - UpgradeModifier * (UpgradesInstalled/UpgradesPossible). # Base factor for working out machine performance with upgrades - UpgradeModifier * (UpgradesInstalled/UpgradesPossible).
I:UpgradeModifier=10 I:UpgradeModifier=10
# TCP port for the Voice server to listen on. # TCP port for the Voice server to listen on.
I:VoicePort=36123 I:VoicePort=36123
B:VoiceServerEnabled=false
# Should machines void the gas inside of them on load if there is no recipe using that gas. # Should machines void the gas inside of them on load if there is no recipe using that gas.
B:VoidInvalidGases=true B:VoidInvalidGases=true
@ -293,13 +298,13 @@ general {
generation { generation {
# Peak output for the Advanced Solar Generator. Note: It can go higher than this value in some extreme environments. # Peak output for the Advanced Solar Generator. Note: It can go higher than this value in some extreme environments.
D:AdvancedSolarGeneration=300.0 D:AdvancedSolarGeneration=800.0
# Amount of energy in Joules the Bio Generator produces per tick. # Amount of energy in Joules the Bio Generator produces per tick.
D:BioGeneration=350.0 D:BioGeneration=300.0
# Affects the Injection Rate, Max Temp, and Ignition Temp. # Affects the Injection Rate, Max Temp, and Ignition Temp.
D:EnergyPerFusionFuel=5000000.0 D:EnergyPerFusionFuel=1500000.0
# Amount of energy in Joules the Heat Generator produces per tick. (heatGenerationLava * heatGenerationLava) + heatGenerationNether # Amount of energy in Joules the Heat Generator produces per tick. (heatGenerationLava * heatGenerationLava) + heatGenerationNether
D:HeatGeneration=150.0 D:HeatGeneration=150.0
@ -311,7 +316,7 @@ generation {
D:HeatGenerationNether=100.0 D:HeatGenerationNether=100.0
# Peak output for the Solar Generator. Note: It can go higher than this value in some extreme environments. # Peak output for the Solar Generator. Note: It can go higher than this value in some extreme environments.
D:SolarGeneration=50.0 D:SolarGeneration=100.0
# The number of blades on each turbine coil per blade applied. # The number of blades on each turbine coil per blade applied.
I:TurbineBladesPerCoil=4 I:TurbineBladesPerCoil=4
@ -330,16 +335,16 @@ generation {
> >
# Maximum base generation value of the Wind Generator. # Maximum base generation value of the Wind Generator.
D:WindGenerationMax=480.0 D:WindGenerationMax=450.0
# The maximum Y value that affects the Wind Generators Power generation. # The maximum Y value that affects the Wind Generators Power generation.
I:WindGenerationMaxY=255 I:WindGenerationMaxY=255
# Minimum base generation value of the Wind Generator. # Minimum base generation value of the Wind Generator.
D:WindGenerationMin=60.0 D:WindGenerationMin=150.0
# The minimum Y value that affects the Wind Generators Power generation. # The minimum Y value that affects the Wind Generators Power generation.
I:WindGenerationMinY=24 I:WindGenerationMinY=48
} }
@ -807,171 +812,6 @@ tier {
tools { tools {
general {
# The chance that Mekanism Armor can spawn on mobs.
D:MobArmorSpawnRate=0.03
}
armor-balance {
obsidian {
# Base durability of obsidian armor.
I:durability=50
# Natural enchantability factor of obsidian armor.
I:enchantability=40
# Base armor toughness value of obsidian armor.
D:toughness=4.0
protection {
# Protection value of obsidian chestplates.
I:chest=12
# Protection value of obsidian boots.
I:feet=5
# Protection value of obsidian helmets.
I:head=5
# Protection value of obsidian leggings.
I:legs=8
}
}
lapis {
# Base durability of lapis armor.
I:durability=13
# Natural enchantability factor of lapis armor.
I:enchantability=8
# Base armor toughness value of lapis armor.
D:toughness=0.0
protection {
# Protection value of lapis chestplates.
I:chest=5
# Protection value of lapis boots.
I:feet=2
# Protection value of lapis helmets.
I:head=2
# Protection value of lapis leggings.
I:legs=6
}
}
osmium {
# Base durability of osmium armor.
I:durability=30
# Natural enchantability factor of osmium armor.
I:enchantability=12
# Base armor toughness value of osmium armor.
D:toughness=1.0
protection {
# Protection value of osmium chestplates.
I:chest=5
# Protection value of osmium boots.
I:feet=3
# Protection value of osmium helmets.
I:head=3
# Protection value of osmium leggings.
I:legs=6
}
}
bronze {
# Base durability of bronze armor.
I:durability=35
# Natural enchantability factor of bronze armor.
I:enchantability=10
# Base armor toughness value of bronze armor.
D:toughness=0.0
protection {
# Protection value of bronze chestplates.
I:chest=6
# Protection value of bronze boots.
I:feet=2
# Protection value of bronze helmets.
I:head=3
# Protection value of bronze leggings.
I:legs=5
}
}
glowstone {
# Base durability of glowstone armor.
I:durability=18
# Natural enchantability factor of glowstone armor.
I:enchantability=18
# Base armor toughness value of glowstone armor.
D:toughness=0.0
protection {
# Protection value of glowstone chestplates.
I:chest=7
# Protection value of glowstone boots.
I:feet=3
# Protection value of glowstone helmets.
I:head=3
# Protection value of glowstone leggings.
I:legs=6
}
}
steel {
# Base durability of steel armor.
I:durability=40
# Natural enchantability factor of steel armor.
I:enchantability=10
# Base armor toughness value of steel armor.
D:toughness=1.0
protection {
# Protection value of steel chestplates.
I:chest=7
# Protection value of steel boots.
I:feet=3
# Protection value of steel helmets.
I:head=3
# Protection value of steel leggings.
I:legs=6
}
}
}
tool-balance { tool-balance {
obsidian { obsidian {
@ -993,10 +833,10 @@ tools {
I:enchantability=40 I:enchantability=40
# Harvest level of obsidian tools. # Harvest level of obsidian tools.
I:harvestLevel=3 I:harvestLevel=6
# Maximum durability of obsidian tools. # Maximum durability of obsidian tools.
I:maxUses=2500 I:maxUses=500
} }
paxel { paxel {
@ -1113,7 +953,7 @@ tools {
D:axeAttackDamage=8.0 D:axeAttackDamage=8.0
# Base attack speed of a bronze axe. # Base attack speed of a bronze axe.
D:axeAttackSpeed=-3.0999999046325684 D:axeAttackSpeed=-3.1
# Base attack damage of bronze. # Base attack damage of bronze.
I:damage=6 I:damage=6
@ -1157,7 +997,7 @@ tools {
D:axeAttackDamage=8.0 D:axeAttackDamage=8.0
# Base attack speed of a glowstone axe. # Base attack speed of a glowstone axe.
D:axeAttackSpeed=-3.0999999046325684 D:axeAttackSpeed=-3.1
# Base attack damage of glowstone. # Base attack damage of glowstone.
I:damage=5 I:damage=5
@ -1238,6 +1078,180 @@ tools {
} }
lazuli {
regular {
D:axeAttackDamage=8.0
D:axeAttackSpeed=-3.1
}
}
}
armor-balance {
obsidian {
# Base durability of obsidian armor.
I:durability=50
# Natural enchantability factor of obsidian armor.
I:enchantability=40
# Base armor toughness value of obsidian armor.
D:toughness=4.0
protection {
# Protection value of obsidian chestplates.
I:chest=12
# Protection value of obsidian boots.
I:feet=5
# Protection value of obsidian helmets.
I:head=5
# Protection value of obsidian leggings.
I:legs=8
}
}
lapis {
# Base durability of lapis armor.
I:durability=13
# Natural enchantability factor of lapis armor.
I:enchantability=8
# Base armor toughness value of lapis armor.
D:toughness=0.0
protection {
# Protection value of lapis chestplates.
I:chest=5
# Protection value of lapis boots.
I:feet=2
# Protection value of lapis helmets.
I:head=2
# Protection value of lapis leggings.
I:legs=6
}
}
osmium {
# Base durability of osmium armor.
I:durability=30
# Natural enchantability factor of osmium armor.
I:enchantability=12
# Base armor toughness value of osmium armor.
I:toughness=1
protection {
# Protection value of osmium chestplates.
I:chest=5
# Protection value of osmium boots.
I:feet=3
# Protection value of osmium helmets.
I:head=3
# Protection value of osmium leggings.
I:legs=6
}
}
bronze {
# Base durability of bronze armor.
I:durability=35
# Natural enchantability factor of bronze armor.
I:enchantability=10
# Base armor toughness value of bronze armor.
D:toughness=0.0
protection {
# Protection value of bronze chestplates.
I:chest=6
# Protection value of bronze boots.
I:feet=2
# Protection value of bronze helmets.
I:head=3
# Protection value of bronze leggings.
I:legs=5
}
}
glowstone {
# Base durability of glowstone armor.
I:durability=18
# Natural enchantability factor of glowstone armor.
I:enchantability=18
# Base armor toughness value of glowstone armor.
D:toughness=0.0
protection {
# Protection value of glowstone chestplates.
I:chest=7
# Protection value of glowstone boots.
I:feet=3
# Protection value of glowstone helmets.
I:head=3
# Protection value of glowstone leggings.
I:legs=6
}
}
steel {
# Base durability of steel armor.
I:durability=40
# Natural enchantability factor of steel armor.
I:enchantability=10
# Base armor toughness value of steel armor.
D:toughness=1.0
protection {
# Protection value of steel chestplates.
I:chest=7
# Protection value of steel boots.
I:feet=3
# Protection value of steel helmets.
I:head=3
# Protection value of steel leggings.
I:legs=6
}
}
}
general {
# The chance that Mekanism Armor can spawn on mobs.
D:MobArmorSpawnRate=0.02
} }
} }
@ -1245,43 +1259,44 @@ tools {
usage { usage {
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:ChemicalCrystallizerUsage=400.0 D:ChemicalCrystallizerUsage=1200.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:ChemicalDissolutionChamberUsage=400.0 D:ChemicalDissolutionChamberUsage=1200.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:ChemicalInfuserUsage=200.0 D:ChemicalInfuserUsage=600.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:ChemicalInjectionChamberUsage=400.0 D:ChemicalInjectionChamberUsage=1200.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:ChemicalWasherUsage=200.0 D:ChemicalWasherUsage=600.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:CombinerUsage=50.0 D:CombinerUsage=1000.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:CrusherUsage=50.0 D:CrusherUsage=250.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:DigitalMinerUsage=100.0 D:DigitalMinerUsage=300.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:ElectricPumpUsage=100.0 D:ElectricPumpUsage=50.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:EnergizedSmelterUsage=50.0 D:EnergizedSmelterUsage=250.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:EnrichmentChamberUsage=50.0 D:EnrichmentChamberUsage=250.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:FluidicPlenisherUsage=100.0 D:FluidicPlenisherUsage=100.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:FormulaicAssemblicatorUsage=100.0 D:FormulaicAssemblicatorUsage=100.0
D:GasCentrifugeUsage=100.0
# Energy needed for one [recipe unit] of heavy water production (Joules). # Energy needed for one [recipe unit] of heavy water production (Joules).
D:HeavyWaterElectrolysisUsage=800.0 D:HeavyWaterElectrolysisUsage=800.0
@ -1290,28 +1305,28 @@ usage {
D:LaserUsage=5000.0 D:LaserUsage=5000.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:MetallurgicInfuserUsage=50.0 D:MetallurgicInfuserUsage=150.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:OsmiumCompressorUsage=100.0 D:OsmiumCompressorUsage=500.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:OxidationChamberUsage=200.0 D:OxidationChamberUsage=600.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:PrecisionSawmillUsage=50.0 D:PrecisionSawmillUsage=250.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:PressurizedReactionBaseUsage=5.0 D:PressurizedReactionBaseUsage=300.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:PurificationChamberUsage=200.0 D:PurificationChamberUsage=600.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:RotaryCondensentratorUsage=50.0 D:RotaryCondensentratorUsage=300.0
# Energy per operation tick (Joules). # Energy per operation tick (Joules).
D:SeismicVibratorUsage=50.0 D:SeismicVibratorUsage=150.0
# Base Joules cost for a teleportation. # Base Joules cost for a teleportation.
I:TeleporterBaseUsage=1000 I:TeleporterBaseUsage=1000

View file

@ -0,0 +1,562 @@
# Configuration file
##########################################################################################################
# fun stuff
#--------------------------------------------------------------------------------------------------------#
# Fun things made with essences. Sometimes.
##########################################################################################################
"fun stuff" {
# Essence Apple buff durations in minutes. [range: 1 ~ 100, default: 2]
I:apple_buff_duration=2
# Should Mystical Crops be plantable via dispensers? [default: true]
B:dispenser_planting=true
# Essence Apples enabled? [default: true]
B:essence_apples=true
# Essence Coal enabled? [default: true]
B:essence_coal=true
# Essence Furnaces enabled? [default: true]
B:essence_furnaces=true
# Should fake players be able to use the watering cans? [default: false]
B:fake_player_watering=false
# Ultimate Furnace enabled? Requires Essence Furnaces be enabled. [default: true]
B:ultimate_furnace=true
# Should the Ultimate Seed Reprocessor be enabled? [default: true]
B:ultimate_reprocessor=true
# Should the essence Watering Cans be enabled? [default: true]
B:watering_cans=true
}
##########################################################################################################
# gear
#--------------------------------------------------------------------------------------------------------#
# Settings for the Mystical Agriculture: Gear module.
##########################################################################################################
gear {
# Gear Module enabled? [default: true]
B:_gear_module_override=true
# Should Prudentium+ armor give set bonuses? This does not affect the Supremium Flight option. [default: true]
B:set_bonuses=true
# Wearing a full set of Supremium Armor gives flight. [default: true]
B:supremium_flight=true
}
##########################################################################################################
# seeds
#--------------------------------------------------------------------------------------------------------#
# Enable/Disable seeds individually.
# 0: Disable the seed.
# 1: Soft-enable the seed. (default)
# 2: Force-enable the seed.
##########################################################################################################
seeds {
I:abyssalnite_seeds=1
I:adamantine_seeds=1
I:aluminum_brass_seeds=1
I:aluminum_seeds=1
I:alumite_seeds=1
I:amber_seeds=1
I:apatite_seeds=1
I:aquamarine_seeds=1
I:aquarium_seeds=1
I:ardite_seeds=1
I:basalt_seeds=1
I:basalz_seeds=1
I:black_quartz_seeds=1
I:blaze_seeds=1
I:blitz_seeds=1
I:blizz_seeds=1
I:blue_topaz_seeds=1
I:boron_seeds=1
I:brass_seeds=1
I:bronze_seeds=1
I:certus_quartz_seeds=1
I:chicken_seeds=1
I:chimerite_seeds=1
I:chrome_seeds=1
I:coal_seeds=1
I:cobalt_seeds=1
I:cold_iron_seeds=1
I:compressed_iron_seeds=1
I:conductive_iron_seeds=1
I:constantan_seeds=1
I:copper_seeds=1
I:coralium_seeds=1
I:cow_seeds=1
I:creeper_seeds=1
I:dark_gem_seeds=1
I:dark_steel_seeds=1
I:dawnstone_seeds=1
I:desh_seeds=1
I:diamond_seeds=1
I:dilithium_seeds=1
I:dirt_seeds=1
I:draconium_seeds=1
I:dreadium_seeds=1
I:dye_seeds=1
I:electrical_steel_seeds=1
I:electrotine_seeds=1
I:electrum_seeds=1
I:elementium_seeds=1
I:emerald_seeds=1
I:end_seeds=1
I:end_steel_seeds=1
I:ender_amethyst_seeds=1
I:ender_biotite_seeds=1
I:enderium_seeds=1
I:enderman_seeds=1
I:energetic_alloy_seeds=1
I:experience_seeds=1
I:fiery_ingot_seeds=1
I:fire_seeds=1
I:fluix_seeds=1
I:fluxed_electrum_seeds=1
I:ghast_seeds=1
I:glowstone_ingot_seeds=1
I:glowstone_seeds=1
I:gold_seeds=1
I:grains_of_infinity_seeds=1
I:graphite_seeds=1
I:guardian_seeds=1
I:hop_graphite_seeds=1
I:ice_seeds=1
I:invar_seeds=1
I:iridium_ore_seeds=1
I:iridium_seeds=1
I:iron_seeds=1
I:ironwood_seeds=1
I:jade_seeds=1
I:knightmetal_seeds=1
I:knightslime_seeds=1
I:lapis_lazuli_seeds=1
I:lead_seeds=1
I:limestone_seeds=1
I:lithium_seeds=1
I:lumium_seeds=1
I:magnesium_seeds=1
I:malachite_seeds=1
I:manasteel_seeds=1
I:manyullyn_seeds=1
I:marble_seeds=1
I:menril_seeds=1
I:meteoric_iron_seeds=1
I:mithril_seeds=1
I:moonstone_seeds=1
I:mystical_flower_seeds=1
I:nature_seeds=1
I:nether_quartz_seeds=1
I:nether_seeds=1
I:nickel_seeds=1
I:obsidian_seeds=1
I:octine_seeds=1
I:osmium_seeds=1
I:peridot_seeds=1
I:pig_seeds=1
I:platinum_seeds=1
I:pulsating_iron_seeds=1
I:quartz_enriched_iron_seeds=1
I:quicksilver_seeds=1
I:rabbit_seeds=1
I:redstone_alloy_seeds=1
I:redstone_seeds=1
I:refined_obsidian_seeds=1
I:rock_crystal_seeds=1
I:rubber_seeds=1
I:ruby_seeds=1
I:saltpeter_seeds=1
I:sapphire_seeds=1
I:sheep_seeds=1
I:signalum_seeds=1
I:silicon_seeds=1
I:silver_seeds=1
I:skeleton_seeds=1
I:sky_stone_seeds=1
I:slate_seeds=1
I:slime_seeds=1
I:slimy_bone_seeds=1
I:soularium_seeds=1
I:spider_seeds=1
I:star_steel_seeds=1
I:starmetal_seeds=1
I:steel_seeds=1
I:steeleaf_seeds=1
I:stone_seeds=1
I:sulfur_seeds=1
I:sunstone_seeds=1
I:syrmorite_seeds=1
I:tanzanite_seeds=1
I:terrasteel_seeds=1
I:thaumium_seeds=1
I:thorium_seeds=1
I:tin_seeds=1
I:titanium_seeds=1
I:topaz_seeds=1
I:tritanium_seeds=1
I:tungsten_seeds=1
I:uranium_238_seeds=1
I:uranium_seeds=1
I:valonite_seeds=1
I:vibrant_alloy_seeds=1
I:vinteum_seeds=1
I:void_metal_seeds=1
I:water_seeds=1
I:wither_skeleton_seeds=1
I:wood_seeds=1
I:yellorium_seeds=1
I:zinc_seeds=1
I:zombie_seeds=1
}
##########################################################################################################
# settings
#--------------------------------------------------------------------------------------------------------#
# Settings for all things Mystical Agriculture.
##########################################################################################################
settings {
# Should you be able to craft mob chunks? [default: true]
B:craftable_chunks=true
# The durability of the basic Infusion Crystal. [range: 1 ~ 25000, default: 1000]
I:crystal_durability=1000
# Amount of Supremium Essence the Ender Dragon should drop when killed. [range: 0 ~ 64, default: 4]
I:dragon_supremium=4
# Percentage chance of a second essence dropping. [range: 0 ~ 100, default: 5]
I:essence_chance=5
# Enable Fertilized Essence? [default: true]
B:fertilized_essence=true
# Percentage chance that a Resource Crop will drop a Fertilized Essence when harvested. [range: 0 ~ 100, default: 5]
I:fertilized_essence_chance=5
# Should the resource essences/seeds be added to the OreDictionary as essenceTier1, seedsTier1, etc.? [default: true]
B:generic_ore_dict_essence=true
# Enable Growth Accelerators? [default: true]
B:growth_accelerator=true
# Amount of seconds between each growth tick attempt. [range: 1 ~ 3600, default: 10]
I:growth_accelerator_speed=10
# Makes the Essence Ingots require 4 essence each instead of 2. [default: false]
B:harder_ingots=false
# Percentage chance for a hostile mob when killed to drop an Inferium Essence. [range: 0 ~ 100, default: 20]
I:hostile_drop_chance=20
# Enable Mystical Fertilizer? [default: true]
B:mystical_fertilizer=true
# Percentage chance for a passive mob when killed to drop an Inferium Essence. [range: 0 ~ 100, default: 20]
I:passive_drop_chance=20
# The durability of the Core Remover. [range: 1 ~ 25000, default: 4]
I:remover_durability=4
# Percentage chance of a second seed dropping. [range: 0 ~ 100, default: 10]
I:seed_chance=10
# Should the Seed Reprocessor be enabled? [default: true]
B:seed_reprocessor=true
# Amount of Supremium Essence the Wither should drop when killed. [range: 0 ~ 64, default: 2]
I:wither_supremium=2
# Enable the Witherproof Block and Glass? [default: true]
B:witherproof_blocks=true
}
##########################################################################################################
# tiers
#--------------------------------------------------------------------------------------------------------#
# Set the tiers of each seed. The tier affects the recipe and the tooltip.
# Tier 1: Inferium
# Tier 2: Prudentium
# Tier 3: Intermedium
# Tier 4: Superium
# Tier 5: Supremium
##########################################################################################################
tiers {
I:abyssalnite_tier=4
I:adamantine_tier=5
I:aluminum_brass_tier=2
I:aluminum_tier=2
I:alumite_tier=4
I:amber_tier=4
I:apatite_tier=2
I:aquamarine_tier=3
I:aquarium_tier=3
I:ardite_tier=3
I:basalt_tier=2
I:basalz_tier=3
I:black_quartz_tier=3
I:blaze_tier=4
I:blitz_tier=3
I:blizz_tier=3
I:blue_topaz_tier=3
I:boron_tier=4
I:brass_tier=3
I:bronze_tier=3
I:certus_quartz_tier=3
I:chicken_tier=2
I:chimerite_tier=3
I:chrome_tier=5
I:coal_tier=2
I:cobalt_tier=4
I:cold_iron_tier=3
I:compressed_iron_tier=4
I:conductive_iron_tier=3
I:constantan_tier=4
I:copper_tier=2
I:coralium_tier=3
I:cow_tier=2
I:creeper_tier=3
I:dark_gem_tier=3
I:dark_steel_tier=4
I:dawnstone_tier=4
I:desh_tier=5
I:diamond_tier=5
I:dilithium_tier=4
I:dirt_tier=1
I:draconium_tier=5
I:dreadium_tier=5
I:dye_tier=2
I:electrical_steel_tier=3
I:electrotine_tier=3
I:electrum_tier=4
I:elementium_tier=4
I:emerald_tier=5
I:end_steel_tier=5
I:end_tier=4
I:ender_amethyst_tier=5
I:ender_biotite_tier=3
I:enderium_tier=5
I:enderman_tier=4
I:energetic_alloy_tier=4
I:experience_tier=4
I:fiery_ingot_tier=4
I:fire_tier=2
I:fluix_tier=4
I:fluxed_electrum_tier=4
I:ghast_tier=4
I:glowstone_ingot_tier=4
I:glowstone_tier=3
I:gold_tier=4
I:grains_of_infinity_tier=2
I:graphite_tier=3
I:guardian_tier=3
I:hop_graphite_tier=4
I:ice_tier=1
I:invar_tier=4
I:iridium_ore_tier=5
I:iridium_tier=5
I:iron_tier=3
I:ironwood_tier=3
I:jade_tier=4
I:knightmetal_tier=4
I:knightslime_tier=3
I:lapis_lazuli_tier=4
I:lead_tier=3
I:limestone_tier=2
I:lithium_tier=4
I:lumium_tier=4
I:magnesium_tier=4
I:malachite_tier=4
I:manasteel_tier=3
I:manyullyn_tier=5
I:marble_tier=2
I:menril_tier=2
I:meteoric_iron_tier=4
I:mithril_tier=4
I:moonstone_tier=5
I:mystical_flower_tier=2
I:nature_tier=1
I:nether_quartz_tier=3
I:nether_tier=2
I:nickel_tier=4
I:obsidian_tier=3
I:octine_tier=3
I:osmium_tier=4
I:peridot_tier=4
I:pig_tier=2
I:platinum_tier=5
I:pulsating_iron_tier=4
I:quartz_enriched_iron_tier=3
I:quicksilver_tier=3
I:rabbit_tier=3
I:redstone_alloy_tier=3
I:redstone_tier=3
I:refined_obsidian_tier=5
I:rock_crystal_tier=5
I:rubber_tier=2
I:ruby_tier=4
I:saltpeter_tier=3
I:sapphire_tier=4
I:sheep_tier=2
I:signalum_tier=4
I:silicon_tier=2
I:silver_tier=3
I:skeleton_tier=3
I:sky_stone_tier=3
I:slate_tier=2
I:slime_tier=2
I:slimy_bone_tier=2
I:soularium_tier=4
I:spider_tier=3
I:star_steel_tier=4
I:starmetal_tier=5
I:steel_tier=4
I:steeleaf_tier=3
I:stone_tier=1
I:sulfur_tier=2
I:sunstone_tier=5
I:syrmorite_tier=3
I:tanzanite_tier=4
I:terrasteel_tier=5
I:thaumium_tier=3
I:thorium_tier=4
I:tin_tier=3
I:titanium_tier=5
I:topaz_tier=4
I:tritanium_tier=4
I:tungsten_tier=5
I:uranium_238_tier=5
I:uranium_tier=5
I:valonite_tier=5
I:vibrant_alloy_tier=5
I:vinteum_tier=3
I:void_metal_tier=4
I:water_tier=1
I:wither_skeleton_tier=5
I:wood_tier=1
I:yellorium_tier=5
I:zinc_tier=3
I:zombie_tier=1
}
##########################################################################################################
# world
#--------------------------------------------------------------------------------------------------------#
# Settings for any World Generation in Mystical Agriculture.
##########################################################################################################
world {
# Maximum Y level End Inferium Ore should spawn. [range: 1 ~ 127, default: 100]
I:end_inferium_maxy=100
# Minimum Y level End Inferium Ore should spawn. [range: 1 ~ 127, default: 10]
I:end_inferium_miny=10
# Amount of End Inferium Ore veins to spawn. Higher = more. [range: 0 ~ 1000, default: 20]
I:end_inferium_veincount=20
# Size of the End Inferium Ore veins. [range: 0 ~ 100, default: 6]
I:end_inferium_veinsize=6
# Maximum Y level End Prosperity Ore should spawn. [range: 1 ~ 127, default: 100]
I:end_prosperity_maxy=100
# Minimum Y level End Prosperity Ore should spawn. [range: 1 ~ 127, default: 10]
I:end_prosperity_miny=10
# Amount of End Prosperity Ore veins to spawn. Higher = more. [range: 0 ~ 1000, default: 20]
I:end_prosperity_veincount=20
# Size of the End Prosperity Ore veins. [range: 0 ~ 100, default: 6]
I:end_prosperity_veinsize=6
# Should the end ores generate in the world? [default: true]
B:generate_end=false
# Should the nether ores generate in the world? [default: true]
B:generate_nether=false
# Should the regular ores generate in the world? [default: true]
B:generate_regular=false
# Should Soulstone generate in the nether? [default: true]
B:generate_soulstone=true
# Maximum Y level Inferium Ore should spawn. [range: 1 ~ 255, default: 50]
I:inferium_maxy=50
# Minimum Y level Inferium Ore should spawn. [range: 1 ~ 255, default: 16]
I:inferium_miny=16
# Amount of Inferium Ore veins to spawn. Higher = more. [range: 0 ~ 1000, default: 16]
I:inferium_veincount=16
# Size of the Inferium Ore veins. [range: 0 ~ 100, default: 6]
I:inferium_veinsize=6
# Maximum Y level Nether Inferium Ore should spawn. [range: 1 ~ 127, default: 100]
I:nether_inferium_maxy=100
# Minimum Y level Nether Inferium Ore should spawn. [range: 1 ~ 127, default: 10]
I:nether_inferium_miny=10
# Amount of Nether Inferium Ore veins to spawn. Higher = more. [range: 0 ~ 1000, default: 16]
I:nether_inferium_veincount=16
# Size of the Nether Inferium Ore veins. [range: 0 ~ 100, default: 6]
I:nether_inferium_veinsize=6
# Maximum Y level Nether Prosperity Ore should spawn. [range: 1 ~ 127, default: 100]
I:nether_prosperity_maxy=100
# Minimum Y level Nether Prosperity Ore should spawn. [range: 1 ~ 127, default: 10]
I:nether_prosperity_miny=10
# Amount of Nether Prosperity Ore veins to spawn. Higher = more. [range: 0 ~ 1000, default: 12]
I:nether_prosperity_veincount=12
# Size of the Nether Prosperity Ore veins. [range: 0 ~ 100, default: 6]
I:nether_prosperity_veinsize=6
# Maximum Y level Prosperity Ore should spawn. [range: 1 ~ 255, default: 50]
I:prosperity_maxy=50
# Minimum Y level Prosperity Ore should spawn. [range: 1 ~ 255, default: 16]
I:prosperity_miny=16
# Amount of Prosperity Ore veins to spawn. Higher = more. [range: 0 ~ 1000, default: 12]
I:prosperity_veincount=12
# Size of the Prosperity Ore veins. [range: 0 ~ 100, default: 6]
I:prosperity_veinsize=6
# Maximum Y level Soulstone should spawn. [range: 1 ~ 127, default: 124]
I:soulstone_maxy=124
# Minimum Y level Soulstone should spawn. [range: 1 ~ 127, default: 16]
I:soulstone_miny=16
# Amount of Soulstone veins to spawn. Higher = more. [range: 0 ~ 100, default: 8]
I:soulstone_veincount=8
# Size of the Soulstone veins. [range: 0 ~ 40, default: 40]
I:soulstone_veinsize=40
}

View file

@ -0,0 +1,50 @@
{
"copper_ore": {
"type": "cluster",
"ore": {
"block": "thermalfoundation:ore",
"meta": 0
},
"stone": "minecraft:stone",
"rarity": 160,
"min_y": 8,
"max_y": 160,
"density": 70,
"vertical_size": 14,
"horizontal_size": 10
},
"apatite": {
"type": "cluster",
"ore": {
"block": "forestry:resources",
"meta": 0
},
"stone": "minecraft:stone",
"rarity": "100",
"min_y": -10,
"max_y": 0,
"use_relative_y": true,
"density": 30,
"vertical_size": 5,
"horizontal_size": 5
},
"gold_ore": {
"type": "cluster",
"ore": "minecraft:gold_ore",
"stone": "minecraft:stone",
"indicator": {
"blocks": "minecraft:gold_ore",
"ignore_vegatation": false,
"ignore_liquids": true,
"rarity": 24
},
"rarity": 170,
"min_y": 20,
"max_y": 40,
"density": 70,
"vertical_size": 14,
"horizontal_size": 10
}
}

View file

@ -393,5 +393,15 @@
"enable_seasonal_effects": true, "enable_seasonal_effects": true,
"use_tropical_seasons": true, "use_tropical_seasons": true,
"disable_crops": false "disable_crops": false
},
"biomesoplenty:cold_desert": {
"enable_seasonal_effects": false,
"use_tropical_seasons": false,
"disable_crops": false
},
"minecraft:ice_flats": {
"enable_seasonal_effects": true,
"use_tropical_seasons": true,
"disable_crops": false
} }
} }

103
index.toml generated
View file

@ -2,19 +2,7 @@ hash-format = "sha256"
[[files]] [[files]]
file = "config/AppliedEnergistics2/AppliedEnergistics2.cfg" file = "config/AppliedEnergistics2/AppliedEnergistics2.cfg"
hash = "57e6e7c0faee7ccefd2e0b1645c511a4a04c07d716bdb36b41b026b005f36002" hash = "44ae66185c6a85123305a6cd1976efe3913dd393b801b1e4434dd422a52a6f2f"
[[files]]
file = "config/AppliedEnergistics2/CustomRecipes.cfg"
hash = "f950ef864a77102dcc98884e6888b63dd90e73a9a3659e63ed6b14c42c188b04"
[[files]]
file = "config/AppliedEnergistics2/Facades.cfg"
hash = "661cd844fe44c188c95368174e115681b69d63f5b6f62a676bb9331860599ebb"
[[files]]
file = "config/AppliedEnergistics2/VersionChecker.cfg"
hash = "2e242856d2606b460572d34320c1e240c0c788a172c2f94de191630b7ddc443e"
[[files]] [[files]]
file = "config/AsmodeusCore/core.conf" file = "config/AsmodeusCore/core.conf"
@ -222,7 +210,7 @@ hash = "cba133ba6ce78679471b1d29260c126f5b3d357d751f3b3ff73d9fc1790f8130"
[[files]] [[files]]
file = "config/cofh/world/01_thermalfoundation_ores.json" file = "config/cofh/world/01_thermalfoundation_ores.json"
hash = "d9a45850f874a6956c68c5982b0ca3f9adb433dd7c79541c6eaabd92b84822c4" hash = "74d1ed6b1531fee837fa2597bffb386515b7d3119bfbeaff00fef3dccaadfbca"
[[files]] [[files]]
file = "config/cofh/world/02_thermalfoundation_oil.json" file = "config/cofh/world/02_thermalfoundation_oil.json"
@ -298,7 +286,11 @@ hash = "5c77525193c205c33d9aef1af3357f6250cd3c7d6cbbb70802926e6a9a9d991f"
[[files]] [[files]]
file = "config/mekanism.cfg" file = "config/mekanism.cfg"
hash = "f82eaf3e3aece72bdce2fcd750bdd28ff872c2b52d3a99d8a9763f1b73e2e480" hash = "7c25ebd1067545d08e7892bcc4be67bc24e87e02de76bfe7bc195cf6eb2ce996"
[[files]]
file = "config/mysticalagriculture.cfg"
hash = "57280ffdee013157a70daeb1e533bcc57928545d696753cb09db816805b67250"
[[files]] [[files]]
file = "config/nuclearcraft.cfg" file = "config/nuclearcraft.cfg"
@ -308,9 +300,13 @@ hash = "c0ea32b4c9e62478dc9f5e0cbec29e2cd644d37a67915d4535a99f60b1c1e1b4"
file = "config/openblocks.cfg" file = "config/openblocks.cfg"
hash = "5046cde3673ccd62ba2209aaab9a917b3e1b0da7f521477e89f68bdba1648187" hash = "5046cde3673ccd62ba2209aaab9a917b3e1b0da7f521477e89f68bdba1648187"
[[files]]
file = "config/oreveins/ore_veins.json"
hash = "214f7142f586483b47112fa0e39fc24a693e512634a71f3851e5cefbd4dbf6bb"
[[files]] [[files]]
file = "config/sereneseasons/biome_info.json" file = "config/sereneseasons/biome_info.json"
hash = "e6e907f40f8e4296186bad8ac49df09a9b4a30e4c6a556ad4b2f5618fb6667d2" hash = "3e1d1a3b00f582eb3c6c321a8fc9086b953c5a069f1442c7125168b639066f66"
[[files]] [[files]]
file = "config/sereneseasons/cropfertility.cfg" file = "config/sereneseasons/cropfertility.cfg"
@ -498,6 +494,11 @@ file = "mods/cb-multipart.pw.toml"
hash = "8543599cc981cc25fa739c9efad2ffd6ddcbcd10b681e47875bf5e7f87a9262f" hash = "8543599cc981cc25fa739c9efad2ffd6ddcbcd10b681e47875bf5e7f87a9262f"
metafile = true metafile = true
[[files]]
file = "mods/ceramics.pw.toml"
hash = "b2d4e26cc4e83452f1b23639e2f4eac5a0bac782e9a2cc88b8ec6f8597635238"
metafile = true
[[files]] [[files]]
file = "mods/chameleon.pw.toml" file = "mods/chameleon.pw.toml"
hash = "305815006195c0647af38ea5d8c03cd6c652c77bf975e3e967b754bc3b9ac569" hash = "305815006195c0647af38ea5d8c03cd6c652c77bf975e3e967b754bc3b9ac569"
@ -613,6 +614,11 @@ file = "mods/dark-utilities.pw.toml"
hash = "a9a80751bce6b64e5500ccd806b28b44f14e9960cb2ab1b4f6eca8cf771a9c99" hash = "a9a80751bce6b64e5500ccd806b28b44f14e9960cb2ab1b4f6eca8cf771a9c99"
metafile = true metafile = true
[[files]]
file = "mods/debark.pw.toml"
hash = "82082f91a6c398a8a007c9cec2b21a10cb299e4d15c9ea4d59973309f8d35596"
metafile = true
[[files]] [[files]]
file = "mods/demagnetize.pw.toml" file = "mods/demagnetize.pw.toml"
hash = "26a170f040c197f5ba9c2f12b4206b85831a9bae6c3f297e499bacf13b543586" hash = "26a170f040c197f5ba9c2f12b4206b85831a9bae6c3f297e499bacf13b543586"
@ -728,11 +734,6 @@ file = "mods/galacticraft-legacy.pw.toml"
hash = "7691411b84a496f1c848d38148a058297aec5d84ed8d888b8197a8597e58884b" hash = "7691411b84a496f1c848d38148a058297aec5d84ed8d888b8197a8597e58884b"
metafile = true metafile = true
[[files]]
file = "mods/galacticraft-rpc.pw.toml"
hash = "7f4847c6f1d78d6943bd1734dad9ff29d90ae27c41df655b9d2f19117a485519"
metafile = true
[[files]] [[files]]
file = "mods/galacticrafttweaker.pw.toml" file = "mods/galacticrafttweaker.pw.toml"
hash = "1096a10f0beeddf1ba1ff2e09797260483291c313d0005a8c886713d2ef3d459" hash = "1096a10f0beeddf1ba1ff2e09797260483291c313d0005a8c886713d2ef3d459"
@ -763,6 +764,11 @@ file = "mods/had-enough-items.pw.toml"
hash = "4d3e784d5cb1cc34faaebc39f6fa70d5028f5f1f0eb23a2bb491f433fecec640" hash = "4d3e784d5cb1cc34faaebc39f6fa70d5028f5f1f0eb23a2bb491f433fecec640"
metafile = true metafile = true
[[files]]
file = "mods/i-know-what-im-doing.pw.toml"
hash = "e206e7e5e00994d0de97e8da69cb040a47574d714e85203e22b712204e073aee"
metafile = true
[[files]] [[files]]
file = "mods/ic2-tweaker.pw.toml" file = "mods/ic2-tweaker.pw.toml"
hash = "b8c4b22815d21e7a601cb27cc8499cd7301ce23e8d5eb3624cc2caafbe2812ac" hash = "b8c4b22815d21e7a601cb27cc8499cd7301ce23e8d5eb3624cc2caafbe2812ac"
@ -898,6 +904,11 @@ file = "mods/just-enough-resources-jer.pw.toml"
hash = "93bb7ceddd7ab173b75e6759f71b627bdf07bbee3e6d37dbdf2296c3d12e09f0" hash = "93bb7ceddd7ab173b75e6759f71b627bdf07bbee3e6d37dbdf2296c3d12e09f0"
metafile = true metafile = true
[[files]]
file = "mods/libraryex.pw.toml"
hash = "3b801e140a30d59835776b7382e90fe95068e1dbb1204289f68ad8ee49d9d27f"
metafile = true
[[files]] [[files]]
file = "mods/lolasm.pw.toml" file = "mods/lolasm.pw.toml"
hash = "9506b5697596b313ef03a72fc044b318bae2d76a2b772ad374721bf89a63e1fd" hash = "9506b5697596b313ef03a72fc044b318bae2d76a2b772ad374721bf89a63e1fd"
@ -963,6 +974,11 @@ file = "mods/mjrlegendslib.pw.toml"
hash = "f0254cdd6d5f1c170dfdd1fb91c92f38962f3a5b37c241aea562e57645c8677b" hash = "f0254cdd6d5f1c170dfdd1fb91c92f38962f3a5b37c241aea562e57645c8677b"
metafile = true metafile = true
[[files]]
file = "mods/mo-bends.pw.toml"
hash = "e00dd7c2a596dbde20345e7dd1a4184249e98178bbf74c1ae0b3ca6d1f108d74"
metafile = true
[[files]] [[files]]
file = "mods/mob-grinding-utils.pw.toml" file = "mods/mob-grinding-utils.pw.toml"
hash = "60d45619268b6dbe13ede0e9475442f0e42753dcc00f1c5d2cfa45140c4ad60f" hash = "60d45619268b6dbe13ede0e9475442f0e42753dcc00f1c5d2cfa45140c4ad60f"
@ -1008,6 +1024,11 @@ file = "mods/mysticallib.pw.toml"
hash = "815710af54eb77994c123853e9e665bfc5b4ee325e870c54259a7f9a59fcf21a" hash = "815710af54eb77994c123853e9e665bfc5b4ee325e870c54259a7f9a59fcf21a"
metafile = true metafile = true
[[files]]
file = "mods/natures-compass.pw.toml"
hash = "59c691bccb11a19c67a0272aae379c20d157d5240e7001b2d92d80bf555b88d0"
metafile = true
[[files]] [[files]]
file = "mods/neat.pw.toml" file = "mods/neat.pw.toml"
hash = "799a1e945853fb75bfa3aaa45a1d120714f62c619535cb0e15b6d89af1d34fe4" hash = "799a1e945853fb75bfa3aaa45a1d120714f62c619535cb0e15b6d89af1d34fe4"
@ -1018,6 +1039,11 @@ file = "mods/netherending-ores.pw.toml"
hash = "2e831e176397254d435a4c71dfcbeadf9d99a6964b22f8cfdcc260384b43c279" hash = "2e831e176397254d435a4c71dfcbeadf9d99a6964b22f8cfdcc260384b43c279"
metafile = true metafile = true
[[files]]
file = "mods/netherex.pw.toml"
hash = "78c2a3d060bb60a73e797ce2c3036729a9cc471d37601149181b030ee8b7b6c9"
metafile = true
[[files]] [[files]]
file = "mods/nothirium.pw.toml" file = "mods/nothirium.pw.toml"
hash = "bb471776e7ad711b4d627f635776dd5ab41ad99840e4af57a31a95a317bd3504" hash = "bb471776e7ad711b4d627f635776dd5ab41ad99840e4af57a31a95a317bd3504"
@ -1148,6 +1174,16 @@ file = "mods/randompatches-forge.pw.toml"
hash = "93d16979ce8714c02e8e13cfb36d7f604e75ca334ec3349bf6d4e8e42f1c5563" hash = "93d16979ce8714c02e8e13cfb36d7f604e75ca334ec3349bf6d4e8e42f1c5563"
metafile = true metafile = true
[[files]]
file = "mods/realistic-ore-veins.pw.toml"
hash = "d53270536dd7e4807d5626cd7964edbdb3f33c3998d119a32de408491745c9c6"
metafile = true
[[files]]
file = "mods/realistic-terrain-generation.pw.toml"
hash = "bb1375a2229aa13160cfd9792127cf361642beb434f28e3fb49a71b221adf098"
metafile = true
[[files]] [[files]]
file = "mods/redstone-flux.pw.toml" file = "mods/redstone-flux.pw.toml"
hash = "c4730aa68206dba3e9fe24d60b107d914d202ba5e3f5842f06d3fa40ec05d06c" hash = "c4730aa68206dba3e9fe24d60b107d914d202ba5e3f5842f06d3fa40ec05d06c"
@ -1168,11 +1204,26 @@ file = "mods/rftools.pw.toml"
hash = "57b7614b66288b49d00c60b29f3997676353229262a60bbb3a0ae5f60ab34f2b" hash = "57b7614b66288b49d00c60b29f3997676353229262a60bbb3a0ae5f60ab34f2b"
metafile = true metafile = true
[[files]]
file = "mods/serene-seasons.pw.toml"
hash = "537667da8b18765eb6b6a4041ca23651f1c7b16caf1b206992012ffdf7df2ed4"
metafile = true
[[files]]
file = "mods/serene-tweaks.pw.toml"
hash = "91888e58a14acae52af0857c331d3eff512b37d2b457db73793dd51ba7cd1dd5"
metafile = true
[[files]] [[files]]
file = "mods/shadowfacts-forgelin.pw.toml" file = "mods/shadowfacts-forgelin.pw.toml"
hash = "3fc16d41893803e4afd4ddb2b981ed360081cea152a21f9783aac3bae182f6fc" hash = "3fc16d41893803e4afd4ddb2b981ed360081cea152a21f9783aac3bae182f6fc"
metafile = true metafile = true
[[files]]
file = "mods/snad.pw.toml"
hash = "e8f83a1b718ec25b337dc0fa7fe39e4ff4b562777bad9a062830f8ee6d8ef3db"
metafile = true
[[files]] [[files]]
file = "mods/solar-flux-reborn.pw.toml" file = "mods/solar-flux-reborn.pw.toml"
hash = "0c1388778196c259e84bf63e696f321842b387b35c253da6a7dca090c27572b0" hash = "0c1388778196c259e84bf63e696f321842b387b35c253da6a7dca090c27572b0"
@ -1208,6 +1259,11 @@ file = "mods/swingthroughgrass.pw.toml"
hash = "3f01c5fada47f907a911b22c947e3783ba1327a756951217b362e57358c7a4f0" hash = "3f01c5fada47f907a911b22c947e3783ba1327a756951217b362e57358c7a4f0"
metafile = true metafile = true
[[files]]
file = "mods/tellme.pw.toml"
hash = "4021df31f9c7d3c3af31695df69eb2d8ae18f735cd9b0fd0631662fa9e6d8877"
metafile = true
[[files]] [[files]]
file = "mods/tesla-core-lib.pw.toml" file = "mods/tesla-core-lib.pw.toml"
hash = "a59ce34f44040f07fdd4cd7df09113ef13790166abe529ab5556322da7bd6363" hash = "a59ce34f44040f07fdd4cd7df09113ef13790166abe529ab5556322da7bd6363"
@ -1273,6 +1329,11 @@ file = "mods/tomb-many-graves-2.pw.toml"
hash = "4aadc797a9cef1e2d93d7c7ffa1d015379f93bd3e68f8aa66991cc45a089d207" hash = "4aadc797a9cef1e2d93d7c7ffa1d015379f93bd3e68f8aa66991cc45a089d207"
metafile = true metafile = true
[[files]]
file = "mods/top-addons.pw.toml"
hash = "b0f7fc5d2a0177fb04294bde639aa21595933e00db66c7979f96a35824b1e7c4"
metafile = true
[[files]] [[files]]
file = "mods/tough-as-nails.pw.toml" file = "mods/tough-as-nails.pw.toml"
hash = "9849eb87522fc1b157029557e8cb13d467917185e21304acd34aadb5a76e215a" hash = "9849eb87522fc1b157029557e8cb13d467917185e21304acd34aadb5a76e215a"

13
mods/ceramics.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Ceramics"
filename = "Ceramics-1.12-1.3.7b.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "dd7b5ff40ce6d1ce82ea2b1fab3d8f202adae9b6"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3158763
project-id = 250617

13
mods/debark.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Debark"
filename = "Debark-0.1.3.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "0c98effb2dd9e0b4ae8533d481aded6ee32f2172"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3961173
project-id = 346073

View file

@ -1,13 +0,0 @@
name = "Galacticraft Rich Presence"
filename = "galacticraft-rpc-2.2.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "87570cb5f5d0a62fa9deb7413e1187a0b3d52c50"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 2947795
project-id = 315405

View file

@ -0,0 +1,13 @@
name = "I Know What I'm Doing (IKWID)"
filename = "ikwid-1.0.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "a3bdd530fe31df48c748ce48f023f73188c5bda5"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 2469710
project-id = 271492

13
mods/libraryex.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "LibraryEx"
filename = "LibraryEx-1.12.2-1.2.2.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "5d7a987ce176d23e49c2f3bedd9bda218ef1160f"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3374254
project-id = 298965

13
mods/mo-bends.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Mo' Bends"
filename = "MoBends_1.12.2-1.2.1-19.12.21.jar"
side = "client"
[download]
hash-format = "sha1"
hash = "79b40921c29312c4acec13db282c2abe3274af3b"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3573346
project-id = 231347

View file

@ -0,0 +1,13 @@
name = "Nature's Compass"
filename = "NaturesCompass-1.12.2-1.8.5.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "60bcf179cab708f67bbce98d201e82f3e7be9266"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 2893527
project-id = 252848

13
mods/netherex.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "NetherEx"
filename = "NetherEx-1.12.2-2.2.5.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "c7f4a5b135430b8393f69e971d4e0c6c6ff0c2d7"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3374256
project-id = 248039

View file

@ -0,0 +1,13 @@
name = "Realistic Ore Veins"
filename = "oreveins-2.0.15.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "95d9dcc134d5433f18163c4f367077950eaf78e4"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 2828147
project-id = 296887

View file

@ -0,0 +1,13 @@
name = "Realistic Terrain Generation"
filename = "RTG-1.12.2-6.1.0.0-snapshot.1.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "c91302fbb29f7c34cdf930eb90a847ccaf48f5a2"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 2782568
project-id = 237989

View file

@ -0,0 +1,13 @@
name = "Serene Seasons"
filename = "SereneSeasons-1.12.2-1.2.18-universal.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "05acc4faf6f5ca31215599c0ebf778ba18a9121b"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 2799213
project-id = 291874

View file

@ -0,0 +1,13 @@
name = "Serene Tweaks"
filename = "SereneTweaks-1.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "a730ba27c83ceba9fd1d847b3f7cbe928c93cd7b"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3152093
project-id = 408195

13
mods/snad.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "Snad"
filename = "Snad-1.12.1-1.7.09.16a.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "c978dbfca262e0b2f5cc0132dd76a5e2d2901304"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 2480458
project-id = 241344

13
mods/tellme.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "TellMe"
filename = "tellme-1.12.2-0.7.0-dev.20200919.184303.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "6e637d9047af361f8b64bfb2053f7da891938571"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 3060563
project-id = 225781

13
mods/top-addons.pw.toml Normal file
View file

@ -0,0 +1,13 @@
name = "TOP Addons"
filename = "topaddons-1.12.2-1.13.0.jar"
side = "both"
[download]
hash-format = "sha1"
hash = "81fd91d9b4579a3f07a8d3b860f7db5426e77c72"
mode = "metadata:curseforge"
[update]
[update.curseforge]
file-id = 2887479
project-id = 247111

View file

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index] [index]
file = "index.toml" file = "index.toml"
hash-format = "sha256" hash-format = "sha256"
hash = "cad267e44e2b7d3fcdf3564bd499eff5cd661141b6c7ab51dc5d783c3693259c" hash = "1d97754f0f1410e1990d6465b9d99ad55e152fa11804dd642f72013a1acb0503"
[versions] [versions]
forge = "14.23.5.2860" forge = "14.23.5.2860"