Changed to using Forge 40.1.45.
This commit is contained in:
21
client/overrides/config/appliedenergistics2/client.json
Normal file
21
client/overrides/config/appliedenergistics2/client.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"client": {
|
||||
"disableColoredCableRecipesInJEI": true,
|
||||
"enableFacadesInJEI": false,
|
||||
"enableEffects": true,
|
||||
"useTerminalUseLargeFont": false,
|
||||
"useColoredCraftingStatus": true,
|
||||
"PowerUnit_comment": "Power unit shown in AE UIs",
|
||||
"PowerUnit": "ae",
|
||||
"showDebugGuiOverlays_comment": "Show debugging GUI overlays",
|
||||
"showDebugGuiOverlays": false,
|
||||
"showPlacementPreview_comment": "Show a preview of part and facade placement",
|
||||
"showPlacementPreview": true
|
||||
},
|
||||
"terminals": {
|
||||
"searchTooltips_comment": "Should tooltips be searched. Performance impact",
|
||||
"searchTooltips": "yes",
|
||||
"terminalStyle": "tall",
|
||||
"terminalSearchMode": "default"
|
||||
}
|
||||
}
|
125
client/overrides/config/appliedenergistics2/common.json
Normal file
125
client/overrides/config/appliedenergistics2/common.json
Normal file
@@ -0,0 +1,125 @@
|
||||
{
|
||||
"general": {
|
||||
"unsupportedDeveloperTools": false,
|
||||
"matterCannonBlockDamage_comment": "Enables the ability of the Matter Cannon to break blocks.",
|
||||
"matterCannonBlockDamage": true,
|
||||
"tinyTntBlockDamage_comment": "Enables the ability of Tiny TNT to break blocks.",
|
||||
"tinyTntBlockDamage": true,
|
||||
"serverOpsIgnoreSecurity_comment": "Server operators are not restricted by ME security terminal settings.",
|
||||
"serverOpsIgnoreSecurity": true,
|
||||
"channels_comment": "Changes the channel capacity that cables provide in AE2.",
|
||||
"channels": "default",
|
||||
"pathfindingStepsPerTick_comment": "The number of pathfinding steps that are taken per tick and per grid that is booting. Lower numbers will mean booting takes longer, but less work is done per tick.",
|
||||
"pathfindingStepsPerTick": 4
|
||||
},
|
||||
"automation": {
|
||||
"formationPlaneEntityLimit": 128
|
||||
},
|
||||
"facades": {
|
||||
"allowBlockEntities_comment": "Unsupported: Allows whitelisting block entities as facades. Could work, have render issues, or corrupt your world. USE AT YOUR OWN RISK.",
|
||||
"allowBlockEntities": false
|
||||
},
|
||||
"craftingCPU": {
|
||||
"craftingCalculationTimePerTick": 5,
|
||||
"craftingSimulatedExtraction_comment": "When true: simulate extraction of all the network\u0027s contents when starting a crafting job calculation. When false: use the cached available content list (same as terminals). Enabling might work a bit better, but it will significantly reduce performance.",
|
||||
"craftingSimulatedExtraction": false
|
||||
},
|
||||
"crafting": {
|
||||
"inWorldSingularity_comment": "Enable the in-world crafting of singularities.",
|
||||
"inWorldSingularity": true,
|
||||
"inWorldFluix_comment": "Enable the in-world crafting of fluix crystals.",
|
||||
"inWorldFluix": true,
|
||||
"inWorldCrystalGrowth_comment": "Enable the in-world crafting of crystals.",
|
||||
"inWorldCrystalGrowth": true,
|
||||
"disassemblyCrafting_comment": "Enable shift-clicking with the crafting units in hand to disassemble them.",
|
||||
"disassemblyCrafting": true
|
||||
},
|
||||
"spatialio": {
|
||||
"spatialPowerMultiplier": 1250.0,
|
||||
"spatialPowerExponent": 1.35
|
||||
},
|
||||
"logging": {
|
||||
"securityAuditLog": false,
|
||||
"blockUpdateLog": false,
|
||||
"packetLog": false,
|
||||
"craftingLog": false,
|
||||
"debugLog": false,
|
||||
"gridLog": false,
|
||||
"chunkLoggerTrace_comment": "Enable stack trace logging for the chunk loading debug command",
|
||||
"chunkLoggerTrace": false
|
||||
},
|
||||
"battery": {
|
||||
"chargerChargeRate_comment": "The chargers charging rate factor, which is applied to the charged items charge rate. 2 means it charges everything twice as fast. 0.5 half as fast.",
|
||||
"chargerChargeRate": 1.0,
|
||||
"wirelessTerminal": 1600000,
|
||||
"chargedStaff": 8000,
|
||||
"entropyManipulator": 200000,
|
||||
"portableCell": 20000,
|
||||
"colorApplicator": 20000,
|
||||
"matterCannon": 200000
|
||||
},
|
||||
"worldGen": {
|
||||
"spawnPressesInMeteorites": true,
|
||||
"generateQuartzOre": true,
|
||||
"generateMeteorites": true,
|
||||
"quartzOresPerCluster": 7,
|
||||
"quartzOresClusterAmount": 20,
|
||||
"quartzOresBiomeBlacklist_comment": "Biome IDs in which quartz ores should NOT be generated (i.e. minecraft:plains).",
|
||||
"quartzOresBiomeBlacklist": []
|
||||
},
|
||||
"wireless": {
|
||||
"wirelessBaseCost": 8.0,
|
||||
"wirelessCostMultiplier": 1.0,
|
||||
"wirelessBaseRange": 16.0,
|
||||
"wirelessBoosterRangeMultiplier": 1.0,
|
||||
"wirelessBoosterExp": 1.5,
|
||||
"wirelessHighWirelessCount": 64.0,
|
||||
"wirelessTerminalDrainMultiplier": 1.0
|
||||
},
|
||||
"PortableCells": {
|
||||
"allowDisassembly_comment": "Allow disassembly of portable cells into the recipe ingredients using shift+right-click",
|
||||
"allowDisassembly": true
|
||||
},
|
||||
"PowerRatios": {
|
||||
"ForgeEnergy": 0.5,
|
||||
"UsageMultiplier": 1.0
|
||||
},
|
||||
"Condenser": {
|
||||
"MatterBalls": 256,
|
||||
"Singularity": 256000
|
||||
},
|
||||
"tickRates": {
|
||||
"_comment": " Min / Max Tickrates for dynamic ticking, most of these components also use sleeping, to prevent constant ticking, adjust with care, non standard rates are not supported or tested.",
|
||||
"InterfaceMin": 5,
|
||||
"InterfaceMax": 120,
|
||||
"ImportBusMin": 5,
|
||||
"ImportBusMax": 40,
|
||||
"ExportBusMin": 5,
|
||||
"ExportBusMax": 60,
|
||||
"AnnihilationPlaneMin": 2,
|
||||
"AnnihilationPlaneMax": 120,
|
||||
"METunnelMin": 5,
|
||||
"METunnelMax": 20,
|
||||
"InscriberMin": 1,
|
||||
"InscriberMax": 1,
|
||||
"ChargerMin": 10,
|
||||
"ChargerMax": 10,
|
||||
"IOPortMin": 1,
|
||||
"IOPortMax": 5,
|
||||
"VibrationChamberMin": 10,
|
||||
"VibrationChamberMax": 40,
|
||||
"StorageBusMin": 5,
|
||||
"StorageBusMax": 60,
|
||||
"ItemTunnelMin": 5,
|
||||
"ItemTunnelMax": 60,
|
||||
"LightTunnelMin": 5,
|
||||
"LightTunnelMax": 60
|
||||
},
|
||||
"inWorldCrystalGrowth": {
|
||||
"_comment": "Settings for in-world growth of crystals.",
|
||||
"improvedFluidTag_comment": "A fluid tag that identifies fluids that improve crystal growth speed. Does not affect growth with water/lava.",
|
||||
"improvedFluidTag": "",
|
||||
"improvedFluidMultiplier_comment": "The speed multiplier to use when the crystals are submerged in the improved fluid.",
|
||||
"improvedFluidMultiplier": 2.0
|
||||
}
|
||||
}
|
@@ -13,13 +13,13 @@
|
||||
#How often Carbuncles spawn
|
||||
#Range: 0 ~ 100
|
||||
carbuncleWeight = 5
|
||||
#How often Sylphs spawn
|
||||
#How often Whirlisprigs spawn
|
||||
#Range: 0 ~ 100
|
||||
sylphWeight = 5
|
||||
#How often Drygmys spawn
|
||||
#Range: 0 ~ 100
|
||||
drygmyWeight = 3
|
||||
#How much mana sylphs consume per generation
|
||||
#How much mana whirlisprigs consume per generation
|
||||
#Range: 0 ~ 10000
|
||||
sylphManaCost = 250
|
||||
#How often Wilden Guardians spawn
|
||||
@@ -37,6 +37,9 @@
|
||||
stalkerHuntsAnimals = false
|
||||
#Should the Wilden Defender attack animals?
|
||||
defenderHuntsAnimals = false
|
||||
#How much progress whirlisprigs must accumulate before creating resources
|
||||
#Range: 0 ~ 10000
|
||||
whirlisprigProgress = 250
|
||||
|
||||
[drygmy_production]
|
||||
#How much source drygmys consume per generation
|
||||
|
14
client/overrides/config/ars_nouveau/decelerate.toml
Normal file
14
client/overrides/config/ars_nouveau/decelerate.toml
Normal file
@@ -0,0 +1,14 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 5
|
||||
#Is Starter Glyph?
|
||||
starter = false
|
||||
#The maximum number of times this glyph may appear in a single spell
|
||||
#Range: > 1
|
||||
per_spell_limit = 2147483647
|
||||
|
17
client/overrides/config/ars_nouveau/name.toml
Normal file
17
client/overrides/config/ars_nouveau/name.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 25
|
||||
#Is Starter Glyph?
|
||||
starter = false
|
||||
#The maximum number of times this glyph may appear in a single spell
|
||||
#Range: > 1
|
||||
per_spell_limit = 2147483647
|
||||
#Limits the number of times a given augment may be applied to a given effect
|
||||
#Example entry: "amplify=5"
|
||||
augment_limits = []
|
||||
|
23
client/overrides/config/ars_nouveau/sense_magic.toml
Normal file
23
client/overrides/config/ars_nouveau/sense_magic.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 50
|
||||
#Is Starter Glyph?
|
||||
starter = false
|
||||
#The maximum number of times this glyph may appear in a single spell
|
||||
#Range: > 1
|
||||
per_spell_limit = 2147483647
|
||||
#Limits the number of times a given augment may be applied to a given effect
|
||||
#Example entry: "amplify=5"
|
||||
augment_limits = []
|
||||
#Potion duration, in seconds
|
||||
#Range: > 0
|
||||
potion_time = 60
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 15
|
||||
|
23
client/overrides/config/ars_nouveau/summon_undead.toml
Normal file
23
client/overrides/config/ars_nouveau/summon_undead.toml
Normal file
@@ -0,0 +1,23 @@
|
||||
|
||||
#General settings
|
||||
[general]
|
||||
#Is Enabled?
|
||||
enabled = true
|
||||
#Cost
|
||||
#Range: > -2147483648
|
||||
cost = 150
|
||||
#Is Starter Glyph?
|
||||
starter = false
|
||||
#The maximum number of times this glyph may appear in a single spell
|
||||
#Range: > 1
|
||||
per_spell_limit = 2147483647
|
||||
#Limits the number of times a given augment may be applied to a given effect
|
||||
#Example entry: "amplify=5"
|
||||
augment_limits = []
|
||||
#Base duration in seconds
|
||||
#Range: > 0
|
||||
duration = 15
|
||||
#Extend time duration, in seconds
|
||||
#Range: > 0
|
||||
extend_time = 10
|
||||
|
@@ -1,3 +1,3 @@
|
||||
#need help ? http://adfoc.us/70606381270177
|
||||
#Sun Jun 19 19:56:45 CDT 2022
|
||||
#Sun Jun 19 21:47:38 CDT 2022
|
||||
key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon
|
||||
|
@@ -1,3 +1,3 @@
|
||||
#need help ? http://adfoc.us/70606381270177
|
||||
#Sun Jun 19 19:56:45 CDT 2022
|
||||
#Sun Jun 19 21:47:38 CDT 2022
|
||||
key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon
|
||||
|
@@ -1,3 +1,3 @@
|
||||
#need help ? http://adfoc.us/70606381270177
|
||||
#Sun Jun 19 19:57:01 CDT 2022
|
||||
#Sun Jun 19 21:47:44 CDT 2022
|
||||
key.patreon.unlock.rewards=https\://www.patreon.com/jtorleon
|
||||
|
@@ -1,7 +1,10 @@
|
||||
#The renderer to use for monitors. Generally this should be kept at "best" - if monitors have performance issues, you may wish to experiment with alternative renderers.
|
||||
#The renderer to use for monitors. Generally this should be kept at "best" - if
|
||||
#monitors have performance issues, you may wish to experiment with alternative
|
||||
#renderers.
|
||||
#Allowed Values: BEST, TBO, VBO
|
||||
monitor_renderer = "BEST"
|
||||
#The maximum distance monitors will render at. This defaults to the standard tile entity limit, but may be extended if you wish to build larger monitors.
|
||||
#The maximum distance monitors will render at. This defaults to the standard tile
|
||||
#entity limit, but may be extended if you wish to build larger monitors.
|
||||
#Range: 16 ~ 1024
|
||||
monitor_distance = 64
|
||||
|
||||
|
@@ -3,7 +3,7 @@
|
||||
#The minimum chunk view distance allowed to use. Default: 4
|
||||
#Range: 3 ~ 200
|
||||
minChunkViewDist = 5
|
||||
#The maximum chunk view distance allowed to use. Set to the max a player could benefit from. Default: 12
|
||||
#The maximum chunk view distance allowed to use. Set to the max a player could benefit from. Default: 15
|
||||
#Range: 1 ~ 200
|
||||
maxChunkViewDist = 12
|
||||
#The minimum simulation distance allowed to use. Default: 4
|
||||
|
@@ -1,3 +1,6 @@
|
||||
#Delay, in milliseconds, before a multi-line tank info request will display the next line
|
||||
#Range: 250 ~ 10000
|
||||
info_line_change_delay = 1500
|
||||
|
||||
#Color Values for Bands,
|
||||
#Format: Decimal Values (0 to 16,777,215)
|
||||
|
@@ -13,4 +13,6 @@
|
||||
useCombinedDepthStencilAttachment = false
|
||||
#Forces the use of System.nanoTime instead of glfwGetTime, as the main Util time provider
|
||||
forceSystemNanoTime = false
|
||||
#Enable the Forge block rendering pipeline - fixes the lighting of custom models.
|
||||
forgeLightPipelineEnabled = true
|
||||
|
||||
|
@@ -26,4 +26,5 @@ preferredOres = ["immersiveengineering", "minecraft"]
|
||||
curios = true
|
||||
computercraft = true
|
||||
oc2 = true
|
||||
crafttweaker = true
|
||||
|
||||
|
@@ -3,6 +3,10 @@
|
||||
// the mead of kvasir as usual but the portal to alfheim will not work.
|
||||
"enableAlfheim": true,
|
||||
|
||||
// Whether players that manage to get to alfheim via another mod but have not drunk the mead of kvasir
|
||||
// should get a blindness effect..
|
||||
"lockAlfheim": true,
|
||||
|
||||
// Whether to replace the recipe for the Gaia Pylon with a recipe that requires Alfsteel.
|
||||
"replaceGaiaRecipe": true,
|
||||
|
||||
|
@@ -1,6 +1,7 @@
|
||||
#This file stores configuration options for Iris, such as the currently active shaderpack
|
||||
#Sun Jun 19 19:59:12 CDT 2022
|
||||
enableDebug=false
|
||||
#Sun Jun 19 21:49:32 CDT 2022
|
||||
disableUpdateMessage=false
|
||||
enableDebugOptions=false
|
||||
maxShadowRenderDistance=9
|
||||
shaderPack=
|
||||
enableShaders=true
|
||||
|
@@ -1,40 +1,40 @@
|
||||
{
|
||||
"Description": "Stores the layout of Pneumatic Armor HUD elements",
|
||||
"stats": {
|
||||
"power": {
|
||||
"hud_layout": {
|
||||
"pneumaticcraft:core_components": {
|
||||
"x": 0.984375,
|
||||
"y": 0.41420117,
|
||||
"leftSided": true
|
||||
},
|
||||
"message": {
|
||||
"x": 0.005,
|
||||
"y": 0.15,
|
||||
"leftSided": false
|
||||
},
|
||||
"blockTracker": {
|
||||
"x": 0.865625,
|
||||
"y": 0.41420117,
|
||||
"leftSided": true
|
||||
},
|
||||
"entityTracker": {
|
||||
"x": 0.75625,
|
||||
"y": 0.24852072,
|
||||
"leftSided": true
|
||||
},
|
||||
"itemSearch": {
|
||||
"pneumaticcraft:search": {
|
||||
"x": 0.005,
|
||||
"y": 0.1,
|
||||
"leftSided": false
|
||||
},
|
||||
"airCon": {
|
||||
"pneumaticcraft:block_tracker": {
|
||||
"x": 0.865625,
|
||||
"y": 0.41420117,
|
||||
"leftSided": true
|
||||
},
|
||||
"pneumaticcraft:jet_boots": {
|
||||
"x": 0.7,
|
||||
"y": 0.005,
|
||||
"leftSided": true
|
||||
},
|
||||
"pneumaticcraft:air_conditioning": {
|
||||
"x": 0.5,
|
||||
"y": 0.005,
|
||||
"leftSided": false
|
||||
},
|
||||
"jetBoots": {
|
||||
"x": 0.7,
|
||||
"y": 0.005,
|
||||
"pneumaticcraft:entity_tracker": {
|
||||
"x": 0.75625,
|
||||
"y": 0.24852072,
|
||||
"leftSided": true
|
||||
},
|
||||
"pneumaticcraft:core_components_message": {
|
||||
"x": 0.005,
|
||||
"y": 0.15,
|
||||
"leftSided": false
|
||||
}
|
||||
}
|
||||
}
|
@@ -376,6 +376,8 @@
|
||||
"Overleveled Books Glow Rainbow" = true
|
||||
#Format is lootTable,weight. i.e. "minecraft:chests/stronghold_library,30"
|
||||
"Loot Tables" = ["minecraft:chests/stronghold_library,30", "minecraft:chests/simple_dungeon,20", "minecraft:chests/bastion_treasure,25", "minecraft:chests/woodland_mansion,15", "minecraft:chests/nether_bridge,0", "minecraft:chests/underwater_ruin_big,0", "minecraft:chests/underwater_ruin_small,0", "quark:misc/monster_box,5"]
|
||||
#Master Librarians will offer to exchange Ancient Tomes, provided you give them a max-level Enchanted Book of the Tome's enchantment too.
|
||||
"Librarians Exchange Ancient Tomes" = true
|
||||
|
||||
[tweaks]
|
||||
"Lock Rotation" = true
|
||||
@@ -1616,6 +1618,8 @@
|
||||
#An array of influences that other blocks should apply.
|
||||
#Format is: "blockstate;strength;color;enchantments", i.e. "minecraft:sea_pickle[pickles=1,waterlogged=false];1;#008000;minecraft:aqua_affinity,minecraft:depth_strider,minecraft:riptide" (etc) or "minecraft:anvil[facing=north];#808080;-minecraft:thorns,minecraft:unbreaking" (etc)
|
||||
"States To Influences" = []
|
||||
#Candles with soul sand below them or below the bookshelves dampen enchantments instead of influence them.
|
||||
"Soul Candles Invert" = true
|
||||
|
||||
[oddities.magnets]
|
||||
#Any items you place in this list will be derived so that any block made of it will become magnetizable
|
||||
|
@@ -10,4 +10,6 @@
|
||||
enable_thin_block_handler = true
|
||||
#When enabled carpets on top of scaffolding can be passed through just like snow
|
||||
enable_carpet_passthrough = true
|
||||
#When enabled using bonemeal on a stripped log restores the bark
|
||||
bonemeal_restores_bark = true
|
||||
|
||||
|
@@ -14,6 +14,17 @@
|
||||
#If true, anvils will show all metal variants. If false, shows only a variant with the default texture
|
||||
showAllAnvilVariants = true
|
||||
|
||||
#Tweaks to vanilla damage sources to better work with armor
|
||||
[gameplay.damageTweaks]
|
||||
#Makes withering damage count as magic
|
||||
wither = true
|
||||
#Makes dragons breath count as magic
|
||||
dragon_breath = true
|
||||
#Makes falling blocks count as projectile
|
||||
falling_block = false
|
||||
#Makes lightning count as fire damage
|
||||
lightning = true
|
||||
|
||||
#Options related to recipes, limited options as a datapack allows most recipes to be modified
|
||||
[recipes]
|
||||
#Add a recipe that allows you to craft a piece of flint using 3 gravel
|
||||
@@ -24,7 +35,7 @@
|
||||
witherBoneDrop = true
|
||||
#Allows converting wither bones to regular bones
|
||||
witherBoneConversion = true
|
||||
#Slimealls not being usable in vanilla recipes that require slimeballs. Config option exists to disable easily in case this fix is redundant to another mod
|
||||
#Slimeballs not being usable in vanilla recipes that require slimeballs. Config option exists to disable easily in case this fix is redundant to another mod
|
||||
slimeRecipeFix = true
|
||||
#Fixes clear glass not being usable in vanilla recipes that require glass. Config option exists to disable easily in case this fix is redundant to another mod
|
||||
glassRecipeFix = true
|
||||
|
Reference in New Issue
Block a user