diff --git a/1.20.1-FearFactoryTest/minecraft/config/advanced_ae-common.toml b/1.20.1-FearFactoryTest/minecraft/config/advanced_ae-common.toml new file mode 100644 index 0000000..10796d2 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/advanced_ae-common.toml @@ -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 + diff --git a/1.20.1-FearFactoryTest/minecraft/config/ae2/client.json b/1.20.1-FearFactoryTest/minecraft/config/ae2/client.json new file mode 100644 index 0000000..bf182e1 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/ae2/client.json @@ -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 + } +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/ae2/common.json b/1.20.1-FearFactoryTest/minecraft/config/ae2/common.json new file mode 100644 index 0000000..6f089b8 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/ae2/common.json @@ -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 + } +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/ae2additions-common.toml b/1.20.1-FearFactoryTest/minecraft/config/ae2additions-common.toml new file mode 100644 index 0000000..ebda4a5 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/ae2additions-common.toml @@ -0,0 +1,5 @@ + +[meWirelessTransceiver] + basePower = 10 + distanceMultiplier = 1.0 + diff --git a/1.20.1-FearFactoryTest/minecraft/config/arseng-common.toml b/1.20.1-FearFactoryTest/minecraft/config/arseng-common.toml new file mode 100644 index 0000000..ee606dc --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/arseng-common.toml @@ -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 + diff --git a/1.20.1-FearFactoryTest/minecraft/config/createappliedkinetics-common.toml b/1.20.1-FearFactoryTest/minecraft/config/createappliedkinetics-common.toml new file mode 100644 index 0000000..c72ac61 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/createappliedkinetics-common.toml @@ -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 + diff --git a/1.20.1-FearFactoryTest/minecraft/config/de/mari_023/ae2wtlib.json5 b/1.20.1-FearFactoryTest/minecraft/config/de/mari_023/ae2wtlib.json5 new file mode 100644 index 0000000..9f1a54c --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/de/mari_023/ae2wtlib.json5 @@ -0,0 +1,3 @@ +{ + "magnetCardRange": 16.0 +} \ No newline at end of file diff --git a/1.20.1-FearFactoryTest/minecraft/config/expatternprovider-common.toml b/1.20.1-FearFactoryTest/minecraft/config/expatternprovider-common.toml new file mode 100644 index 0000000..fde544f --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/expatternprovider-common.toml @@ -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 + diff --git a/1.20.1-FearFactoryTest/minecraft/config/guideme.toml b/1.20.1-FearFactoryTest/minecraft/config/guideme.toml new file mode 100644 index 0000000..7cb39d0 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/config/guideme.toml @@ -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 + diff --git a/1.20.1-FearFactoryTest/minecraft/mods/AE2ToggleableViewCell-1.20.1-1.0.0.jar b/1.20.1-FearFactoryTest/minecraft/mods/AE2ToggleableViewCell-1.20.1-1.0.0.jar new file mode 100644 index 0000000..f07a01e --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/AE2ToggleableViewCell-1.20.1-1.0.0.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d6d7ccb593da1cef53577e5680960be6d89addec75a86537cf39ebbbbbc1111 +size 198740 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/AEAdditions-1.20.1-5.1.0.jar b/1.20.1-FearFactoryTest/minecraft/mods/AEAdditions-1.20.1-5.1.0.jar new file mode 100644 index 0000000..4b089bd --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/AEAdditions-1.20.1-5.1.0.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69665b60b88165d683dc2c615dfaf8ff1e96f48317f591d966c9906048dedcb7 +size 772815 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/AdvancedAE-1.1.2-1.20.1.jar b/1.20.1-FearFactoryTest/minecraft/mods/AdvancedAE-1.1.2-1.20.1.jar new file mode 100644 index 0000000..7d914ab --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/AdvancedAE-1.1.2-1.20.1.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63c0c03e16c2ff1f1ccd4c5bd56a4616bd4c1dc699b1744080bcaa01bf14daa +size 1376718 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/Applied-Botanics-forge-1.5.0.jar b/1.20.1-FearFactoryTest/minecraft/mods/Applied-Botanics-forge-1.5.0.jar new file mode 100644 index 0000000..84b3413 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/Applied-Botanics-forge-1.5.0.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a47a1a156b7da0b6da25c5ae082f29cedab54bf7dedd4d7ac20e2e8e06e17315 +size 248810 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/ExtendedAE-1.20-1.1.11-forge.jar b/1.20.1-FearFactoryTest/minecraft/mods/ExtendedAE-1.20-1.1.11-forge.jar new file mode 100644 index 0000000..02e33de --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/ExtendedAE-1.20-1.1.11-forge.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c5d91cc060ed18f6f3ee7aed1b5766d63d7888af526976d2fbce919d77cc58 +size 1303165 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/Glodium-1.20-1.5-forge.jar b/1.20.1-FearFactoryTest/minecraft/mods/Glodium-1.20-1.5-forge.jar new file mode 100644 index 0000000..754c591 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/Glodium-1.20-1.5-forge.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc419cb5bf511750c0a2da498b925f5122ac4f78617aca6630fe80abf0b6f460 +size 60550 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/ae2qolrecipes-forge-1.18-1.20.1-1.3.0.jar b/1.20.1-FearFactoryTest/minecraft/mods/ae2qolrecipes-forge-1.18-1.20.1-1.3.0.jar new file mode 100644 index 0000000..8b6e375 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/ae2qolrecipes-forge-1.18-1.20.1-1.3.0.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:913a031d7ef85a50e903c6a811eeb2173e11a31ad3e4f411dfa722654523e5cd +size 123729 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/ae2wtlib-15.2.3-forge.jar b/1.20.1-FearFactoryTest/minecraft/mods/ae2wtlib-15.2.3-forge.jar new file mode 100644 index 0000000..13557e8 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/ae2wtlib-15.2.3-forge.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b1797edb3307eca6c610c31b371d5a802c124d5052329d3454c065831298199 +size 213482 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/aecapfix-0.9.jar b/1.20.1-FearFactoryTest/minecraft/mods/aecapfix-0.9.jar new file mode 100644 index 0000000..55edc95 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/aecapfix-0.9.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a1aeb9b041aa7f7f2692d22364b6c95071162339295507ae1a057456ebc3b7a +size 38495 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/appliedenergistics2-forge-15.4.2.jar b/1.20.1-FearFactoryTest/minecraft/mods/appliedenergistics2-forge-15.4.2.jar new file mode 100644 index 0000000..40a5e98 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/appliedenergistics2-forge-15.4.2.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:221ccade735df157f04873d1c0d8bfc022f0844c3e29e09ee6fc9856d7bbd836 +size 8410614 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/arseng-1.2.0.jar b/1.20.1-FearFactoryTest/minecraft/mods/arseng-1.2.0.jar new file mode 100644 index 0000000..65f0ccc --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/arseng-1.2.0.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02850730d3535afeb19d94311c31693ee1986d07795934e4dc50282f7956e827 +size 147418 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/betterp2p-1.5.0-forge.jar b/1.20.1-FearFactoryTest/minecraft/mods/betterp2p-1.5.0-forge.jar new file mode 100644 index 0000000..3fafc47 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/betterp2p-1.5.0-forge.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a975a29b831853ad5b3e1c737359c86573164a6e928dbf33fa8aaf7a3e3a62d +size 262299 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/createappliedkinetics-1.5.0-1.20.1.jar b/1.20.1-FearFactoryTest/minecraft/mods/createappliedkinetics-1.5.0-1.20.1.jar new file mode 100644 index 0000000..1a9e69c --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/createappliedkinetics-1.5.0-1.20.1.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e99e884aec0200147ad4d43af2f8b6aa5d22361a7bec062b2c25e40e6f940569 +size 67550 diff --git a/1.20.1-FearFactoryTest/minecraft/mods/guideme-20.1.7.jar b/1.20.1-FearFactoryTest/minecraft/mods/guideme-20.1.7.jar new file mode 100644 index 0000000..a3230f2 --- /dev/null +++ b/1.20.1-FearFactoryTest/minecraft/mods/guideme-20.1.7.jar @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f01612808bbd8ea469de26c1970fe6dfb71f4a1fb78311155342fd048a137e95 +size 9401162