added AE2 & AE2 addons
This commit is contained in:
@ -0,0 +1,68 @@
|
|||||||
|
|
||||||
|
["quantum computer"]
|
||||||
|
#Define the maximum dimensions of the Quantum Computer Multiblock.
|
||||||
|
#Range: 5 ~ 12
|
||||||
|
quantumComputerMaxSize = 7
|
||||||
|
#Define the maximum amount of multi threaders per Quantum Computer Multiblock.
|
||||||
|
#Range: 4 ~ 16
|
||||||
|
quantumComputerAcceleratorThreads = 8
|
||||||
|
#Define the maximum amount of multi threaders per Quantum Computer Multiblock.
|
||||||
|
#Range: 1 ~ 2
|
||||||
|
quantumComputerMaxMultiThreaders = 1
|
||||||
|
#Define the maximum amount of Data Entanglers per Quantum Computer Multiblock.
|
||||||
|
#Range: 1 ~ 2
|
||||||
|
quantumComputermaxDataEntanglers = 1
|
||||||
|
#Define the multiplication factor of the multi threaders.
|
||||||
|
#Range: 2 ~ 8
|
||||||
|
quantumComputerMultiThreaderMultiplication = 4
|
||||||
|
#Define the multiplication factor of the data entanglers.
|
||||||
|
#Range: 2 ~ 8
|
||||||
|
quantumComputerDataEntanglerMultiplication = 4
|
||||||
|
|
||||||
|
["quantum armor"]
|
||||||
|
#Define the maximum walk speed increase. Values are divided by 10 before use.
|
||||||
|
#Range: 10 ~ 100
|
||||||
|
quantumArmorMaxWalkSpeed = 60
|
||||||
|
#Define the maximum sprint speed increase. Values are divided by 10 before use.
|
||||||
|
#Range: 10 ~ 150
|
||||||
|
quantumArmorMaxSprintSpeed = 80
|
||||||
|
#Define the maximum increase in step height.
|
||||||
|
#Range: 1 ~ 5
|
||||||
|
quantumArmorMaxStepHeight = 3
|
||||||
|
#Define the maximum increase in jump height.
|
||||||
|
#Range: 1 ~ 5
|
||||||
|
quantumArmorMaxJumpHeight = 3
|
||||||
|
#Define the maximum swim speed increase. Values are divided by 10 before use.
|
||||||
|
#Range: 10 ~ 150
|
||||||
|
quantumArmorSwimSpeedBoost = 80
|
||||||
|
#Define the HP increased of the HP Buffer card.
|
||||||
|
#Range: 5 ~ 50
|
||||||
|
quantumArmorHpBuffer = 20
|
||||||
|
#Define the maximum speed boost of the Flight Card.
|
||||||
|
#Range: 1 ~ 15
|
||||||
|
quantumArmorMaxFlightSpeed = 10
|
||||||
|
#Define the evasion % chance of the evasion card.
|
||||||
|
#Range: 0 ~ 100
|
||||||
|
quantumArmorEvasionChance = 30
|
||||||
|
#Define the max range of the magnet card.
|
||||||
|
#Range: 5 ~ 15
|
||||||
|
quantumArmorMagnetRange = 12
|
||||||
|
#Define the Attack Damage boost of the Strength Card.
|
||||||
|
#Range: 5 ~ 50
|
||||||
|
quantumArmorStrengthBoost = 10
|
||||||
|
#Define the Attack Speed Damage boost of the Attack Speed Card.
|
||||||
|
#Range: 1 ~ 10
|
||||||
|
quantumArmorAttackSpeedBoost = 5
|
||||||
|
#Define the luck boost of the Luck Card.
|
||||||
|
#Range: 1 ~ 5
|
||||||
|
quantumArmorLuckBoost = 2
|
||||||
|
#Define the max additional reach of the Reach Card.
|
||||||
|
#Range: 1 ~ 8
|
||||||
|
quantumArmorMaxReachBoost = 5
|
||||||
|
#Define the amount of hearts regenerated per tick with the Regeneration Card. Value will be divided by 10 before use.
|
||||||
|
#Range: 1 ~ 20
|
||||||
|
quantumArmorRenegerationPerTick = 10
|
||||||
|
#Define the maximum percentage of incoming damage absorbed by the Quantum Armor. This value is still limited by the energy buffer in the equipment.
|
||||||
|
#Range: 5 ~ 100
|
||||||
|
quantumArmorPercentageDamageAbsorption = 30
|
||||||
|
|
53
1.20.1-FearFactoryTest/minecraft/config/ae2/client.json
Normal file
53
1.20.1-FearFactoryTest/minecraft/config/ae2/client.json
Normal file
@ -0,0 +1,53 @@
|
|||||||
|
{
|
||||||
|
"client": {
|
||||||
|
"disableColoredCableRecipesInJEI": true,
|
||||||
|
"enableFacadesInJEI_comment": "Show facades in JEI ingredient list",
|
||||||
|
"enableFacadesInJEI": true,
|
||||||
|
"enableFacadeRecipesInJEI_comment": "Show facade recipes in JEI for supported blocks",
|
||||||
|
"enableFacadeRecipesInJEI": true,
|
||||||
|
"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,
|
||||||
|
"notifyForFinishedCraftingJobs_comment": "Show toast when long-running crafting jobs finish.",
|
||||||
|
"notifyForFinishedCraftingJobs": true,
|
||||||
|
"clearGridOnClose_comment": "Automatically clear the crafting/encoding grid when closing the terminal",
|
||||||
|
"clearGridOnClose": false,
|
||||||
|
"terminalMargin_comment": "The vertical margin to apply when sizing terminals. Used to make room for centered item mod search bars",
|
||||||
|
"terminalMargin": 25
|
||||||
|
},
|
||||||
|
"terminals": {
|
||||||
|
"terminalStyle": "small",
|
||||||
|
"pinAutoCraftedItems_comment": "Pin items that the player auto-crafts to the top of the terminal",
|
||||||
|
"pinAutoCraftedItems": true
|
||||||
|
},
|
||||||
|
"search": {
|
||||||
|
"searchModNameInTooltips_comment": "Should the mod name be included when searching in tooltips.",
|
||||||
|
"searchModNameInTooltips": false,
|
||||||
|
"useExternalSearch_comment": "Replaces AEs own search with the search of REI or JEI",
|
||||||
|
"useExternalSearch": false,
|
||||||
|
"clearExternalSearchOnOpen_comment": "When using useExternalSearch, clears the search when the terminal opens",
|
||||||
|
"clearExternalSearchOnOpen": true,
|
||||||
|
"syncWithExternalSearch_comment": "When REI/JEI is installed, automatically set the AE or REI/JEI search text when either is changed while the terminal is open",
|
||||||
|
"syncWithExternalSearch": true,
|
||||||
|
"rememberLastSearch_comment": "Remembers the last search term and restores it when the terminal opens",
|
||||||
|
"rememberLastSearch": true,
|
||||||
|
"autoFocusSearch_comment": "Automatically focuses the search field when the terminal opens",
|
||||||
|
"autoFocusSearch": false
|
||||||
|
},
|
||||||
|
"tooltips": {
|
||||||
|
"showCellUpgrades_comment": "Show installed upgrades in the tooltips of storage cells, color applicators and matter cannons",
|
||||||
|
"showCellUpgrades": true,
|
||||||
|
"showCellContent_comment": "Show a preview of the content in the tooltips of storage cells, color applicators and matter cannons",
|
||||||
|
"showCellContent": true,
|
||||||
|
"maxCellContentShown_comment": "The maximum number of content entries to show in the tooltip of storage cells, color applicators and matter cannons",
|
||||||
|
"maxCellContentShown": 5,
|
||||||
|
"enableGuideHotkey_comment": "Enables the \u0027hold key to show guide\u0027 functionality in tooltips",
|
||||||
|
"enableGuideHotkey": true
|
||||||
|
}
|
||||||
|
}
|
123
1.20.1-FearFactoryTest/minecraft/config/ae2/common.json
Normal file
123
1.20.1-FearFactoryTest/minecraft/config/ae2/common.json
Normal file
@ -0,0 +1,123 @@
|
|||||||
|
{
|
||||||
|
"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,
|
||||||
|
"channels_comment": "Changes the channel capacity that cables provide in AE2.",
|
||||||
|
"channels": "default",
|
||||||
|
"spatialAnchorEnableRandomTicks_comment": "Whether Spatial Anchors should force random chunk ticks and entity spawning.",
|
||||||
|
"spatialAnchorEnableRandomTicks": true
|
||||||
|
},
|
||||||
|
"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": {
|
||||||
|
"disassemblyCrafting_comment": "Enable shift-clicking with the crafting units in hand to disassemble them.",
|
||||||
|
"disassemblyCrafting": true,
|
||||||
|
"growthAccelerator_comment": "Number of ticks between two crystal growth accelerator ticks",
|
||||||
|
"growthAccelerator": 10
|
||||||
|
},
|
||||||
|
"spatialio": {
|
||||||
|
"spatialPowerMultiplier": 1250.0,
|
||||||
|
"spatialPowerExponent": 1.35
|
||||||
|
},
|
||||||
|
"logging": {
|
||||||
|
"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": false,
|
||||||
|
"spawnFlawlessOnly": false
|
||||||
|
},
|
||||||
|
"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,
|
||||||
|
"GridEnergyStoragePerNode_comment": "How much energy can the internal grid buffer storage per node attached to the grid.",
|
||||||
|
"GridEnergyStoragePerNode": 25.0,
|
||||||
|
"CrystalResonanceGeneratorRate_comment": "How much energy a crystal resonance generator generates per tick.",
|
||||||
|
"CrystalResonanceGeneratorRate": 20.0,
|
||||||
|
"p2pTunnelEnergyTax_comment": "The cost to transport energy through an energy P2P tunnel expressed as a factor of the transported energy.",
|
||||||
|
"p2pTunnelEnergyTax": 0.025,
|
||||||
|
"p2pTunnelTransportTax_comment": "The cost to transport items/fluids/etc. through P2P tunnels, expressed in AE energy per equivalent I/O bus operation for the transported object type (i.e. items\u003dper 1 item, fluids\u003dper 125mb).",
|
||||||
|
"p2pTunnelTransportTax": 0.025
|
||||||
|
},
|
||||||
|
"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": 20,
|
||||||
|
"ChargerMin": 10,
|
||||||
|
"ChargerMax": 10,
|
||||||
|
"IOPortMin": 1,
|
||||||
|
"IOPortMax": 5,
|
||||||
|
"VibrationChamberMin": 10,
|
||||||
|
"VibrationChamberMax": 40,
|
||||||
|
"StorageBusMin": 5,
|
||||||
|
"StorageBusMax": 60,
|
||||||
|
"ItemTunnelMin": 5,
|
||||||
|
"ItemTunnelMax": 60,
|
||||||
|
"LightTunnelMin": 5,
|
||||||
|
"LightTunnelMax": 60
|
||||||
|
},
|
||||||
|
"vibrationChamber": {
|
||||||
|
"_comment": "Settings for the Vibration Chamber",
|
||||||
|
"baseEnergyPerFuelTick_comment": "AE energy produced per fuel burn tick (reminder: coal \u003d 1600, block of coal \u003d 16000, lava bucket \u003d 20000 burn ticks)",
|
||||||
|
"baseEnergyPerFuelTick": 5.0,
|
||||||
|
"minEnergyPerGameTick_comment": "Minimum amount of AE/t the vibration chamber can slow down to when energy is being wasted.",
|
||||||
|
"minEnergyPerGameTick": 4,
|
||||||
|
"baseMaxEnergyPerGameTick_comment": "Maximum amount of AE/t the vibration chamber can speed up to when generated energy is being fully consumed.",
|
||||||
|
"baseMaxEnergyPerGameTick": 40
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,5 @@
|
|||||||
|
|
||||||
|
[meWirelessTransceiver]
|
||||||
|
basePower = 10
|
||||||
|
distanceMultiplier = 1.0
|
||||||
|
|
@ -0,0 +1,7 @@
|
|||||||
|
#How much AE energy the Source Acceptor should produce per unit of source.
|
||||||
|
#Range: 0.0 ~ 1.7976931348623157E308
|
||||||
|
ae_per_source = 16.0
|
||||||
|
#The maximum source capacity of Source P2P output tunnels.
|
||||||
|
#Range: > 0
|
||||||
|
output_p2p_buffer = 1000
|
||||||
|
|
@ -0,0 +1,5 @@
|
|||||||
|
#If AE2 Inscriber recipes should be remove and replaced with Create Sequenced Assembly recipes
|
||||||
|
#instead. This also removes the inscriber crafting recipe, and the recipes for crushing various
|
||||||
|
#things in the inscriber as Create has compatibility for these built in.
|
||||||
|
overwrite_ae2_recipes = true
|
||||||
|
|
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"magnetCardRange": 16.0
|
||||||
|
}
|
@ -0,0 +1,16 @@
|
|||||||
|
#ME Extend Import/Export Bus speed multiplier
|
||||||
|
#Range: 2 ~ 128
|
||||||
|
exBusMultiplier = 8
|
||||||
|
#ME Infinity Cell idle energy cost (unit: AE/t)
|
||||||
|
#Range: 0.1 ~ 64.0
|
||||||
|
cost = 8.0
|
||||||
|
#The max range between two wireless connector
|
||||||
|
#Range: 10.0 ~ 10000.0
|
||||||
|
range = 1000.0
|
||||||
|
#ME Infinity Cell types (item or fluid's id)
|
||||||
|
types = ["minecraft:water", "minecraft:cobblestone"]
|
||||||
|
#The AE device/part that can be packed by ME Packing Tape
|
||||||
|
whitelist = ["expatternprovider:ex_interface_part", "expatternprovider:ex_pattern_provider_part", "expatternprovider:ex_interface", "expatternprovider:ex_pattern_provider", "expatternprovider:ex_drive", "ae2:cable_interface", "ae2:cable_pattern_provider", "ae2:interface", "ae2:pattern_provider", "ae2:drive"]
|
||||||
|
#Disable Extended Inscriber's item render, it only works in client side.
|
||||||
|
disableItemRender = false
|
||||||
|
|
15
1.20.1-FearFactoryTest/minecraft/config/guideme.toml
Normal file
15
1.20.1-FearFactoryTest/minecraft/config/guideme.toml
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
|
||||||
|
[guides]
|
||||||
|
#Never load translated guide pages for your current language.
|
||||||
|
ignoreTranslatedGuides = false
|
||||||
|
|
||||||
|
[gui]
|
||||||
|
#Adapt GUI scaling for the Guide screen to fix Minecraft font issues at GUI scale 1 and 3.
|
||||||
|
adaptiveScaling = true
|
||||||
|
#Use the full width of the screen for the guide when it is opened.
|
||||||
|
fullWidthLayout = true
|
||||||
|
|
||||||
|
[debug]
|
||||||
|
#Show debugging overlays in GUI on mouse-over.
|
||||||
|
showDebugGuiOverlays = false
|
||||||
|
|
BIN
1.20.1-FearFactoryTest/minecraft/mods/AE2ToggleableViewCell-1.20.1-1.0.0.jar
(Stored with Git LFS)
Normal file
BIN
1.20.1-FearFactoryTest/minecraft/mods/AE2ToggleableViewCell-1.20.1-1.0.0.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
1.20.1-FearFactoryTest/minecraft/mods/AEAdditions-1.20.1-5.1.0.jar
(Stored with Git LFS)
Normal file
BIN
1.20.1-FearFactoryTest/minecraft/mods/AEAdditions-1.20.1-5.1.0.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
1.20.1-FearFactoryTest/minecraft/mods/AdvancedAE-1.1.2-1.20.1.jar
(Stored with Git LFS)
Normal file
BIN
1.20.1-FearFactoryTest/minecraft/mods/AdvancedAE-1.1.2-1.20.1.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
1.20.1-FearFactoryTest/minecraft/mods/Applied-Botanics-forge-1.5.0.jar
(Stored with Git LFS)
Normal file
BIN
1.20.1-FearFactoryTest/minecraft/mods/Applied-Botanics-forge-1.5.0.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
1.20.1-FearFactoryTest/minecraft/mods/ExtendedAE-1.20-1.1.11-forge.jar
(Stored with Git LFS)
Normal file
BIN
1.20.1-FearFactoryTest/minecraft/mods/ExtendedAE-1.20-1.1.11-forge.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
1.20.1-FearFactoryTest/minecraft/mods/Glodium-1.20-1.5-forge.jar
(Stored with Git LFS)
Normal file
BIN
1.20.1-FearFactoryTest/minecraft/mods/Glodium-1.20-1.5-forge.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
1.20.1-FearFactoryTest/minecraft/mods/ae2qolrecipes-forge-1.18-1.20.1-1.3.0.jar
(Stored with Git LFS)
Normal file
BIN
1.20.1-FearFactoryTest/minecraft/mods/ae2qolrecipes-forge-1.18-1.20.1-1.3.0.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
1.20.1-FearFactoryTest/minecraft/mods/ae2wtlib-15.2.3-forge.jar
(Stored with Git LFS)
Normal file
BIN
1.20.1-FearFactoryTest/minecraft/mods/ae2wtlib-15.2.3-forge.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
1.20.1-FearFactoryTest/minecraft/mods/aecapfix-0.9.jar
(Stored with Git LFS)
Normal file
BIN
1.20.1-FearFactoryTest/minecraft/mods/aecapfix-0.9.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
1.20.1-FearFactoryTest/minecraft/mods/appliedenergistics2-forge-15.4.2.jar
(Stored with Git LFS)
Normal file
BIN
1.20.1-FearFactoryTest/minecraft/mods/appliedenergistics2-forge-15.4.2.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
1.20.1-FearFactoryTest/minecraft/mods/arseng-1.2.0.jar
(Stored with Git LFS)
Normal file
BIN
1.20.1-FearFactoryTest/minecraft/mods/arseng-1.2.0.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
1.20.1-FearFactoryTest/minecraft/mods/betterp2p-1.5.0-forge.jar
(Stored with Git LFS)
Normal file
BIN
1.20.1-FearFactoryTest/minecraft/mods/betterp2p-1.5.0-forge.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
1.20.1-FearFactoryTest/minecraft/mods/createappliedkinetics-1.5.0-1.20.1.jar
(Stored with Git LFS)
Normal file
BIN
1.20.1-FearFactoryTest/minecraft/mods/createappliedkinetics-1.5.0-1.20.1.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
BIN
1.20.1-FearFactoryTest/minecraft/mods/guideme-20.1.7.jar
(Stored with Git LFS)
Normal file
BIN
1.20.1-FearFactoryTest/minecraft/mods/guideme-20.1.7.jar
(Stored with Git LFS)
Normal file
Binary file not shown.
Reference in New Issue
Block a user