This commit is contained in:
NTCat 2024-05-19 19:41:46 -07:00
parent 778c73f0be
commit 0fac625035
76 changed files with 8984 additions and 26 deletions

View File

@ -2970,3 +2970,120 @@
}
"combatroll:longfooted" {
# The max level of this enchantment - originally 5.
# Default: 8; Range: [1 ~ 127]
I:"Max Level"=8
# The max level of this enchantment available from loot sources.
# Default: 5; Range: [1 ~ 127]
I:"Max Loot Level"=5
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples
# Default:
S:"Max Power Function"=
# A function to determine the min enchanting power.
# Default:
S:"Min Power Function"=
# If this enchantment is only available by loot sources.
# Default: false
B:Treasure=false
# If this enchantment is obtainable via enchanting and enchanted loot items.
# Default: true
B:Discoverable=true
# If enchanted books of this enchantment are available via loot sources.
# Default: true
B:Lootable=true
# If enchanted books of this enchantment are available via villager trades.
# Default: true
B:Tradeable=true
# The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE.
# Default: RARE
S:Rarity=RARE
}
"combatroll:acrobat" {
# The max level of this enchantment - originally 10.
# Default: 11; Range: [1 ~ 127]
I:"Max Level"=11
# The max level of this enchantment available from loot sources.
# Default: 10; Range: [1 ~ 127]
I:"Max Loot Level"=10
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples
# Default:
S:"Max Power Function"=
# A function to determine the min enchanting power.
# Default:
S:"Min Power Function"=
# If this enchantment is only available by loot sources.
# Default: false
B:Treasure=false
# If this enchantment is obtainable via enchanting and enchanted loot items.
# Default: true
B:Discoverable=true
# If enchanted books of this enchantment are available via loot sources.
# Default: true
B:Lootable=true
# If enchanted books of this enchantment are available via villager trades.
# Default: true
B:Tradeable=true
# The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE.
# Default: RARE
S:Rarity=RARE
}
"combatroll:multi_roll" {
# The max level of this enchantment - originally 4.
# Default: 6; Range: [1 ~ 127]
I:"Max Level"=6
# The max level of this enchantment available from loot sources.
# Default: 4; Range: [1 ~ 127]
I:"Max Loot Level"=4
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples
# Default:
S:"Max Power Function"=
# A function to determine the min enchanting power.
# Default:
S:"Min Power Function"=
# If this enchantment is only available by loot sources.
# Default: false
B:Treasure=false
# If this enchantment is obtainable via enchanting and enchanted loot items.
# Default: true
B:Discoverable=true
# If enchanted books of this enchantment are available via loot sources.
# Default: true
B:Lootable=true
# If enchanted books of this enchantment are available via villager trades.
# Default: true
B:Tradeable=true
# The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE.
# Default: VERY_RARE
S:Rarity=VERY_RARE
}

File diff suppressed because it is too large Load Diff

View File

@ -231,6 +231,17 @@
"value": 100
}
},
"combatroll:distance": {
"enabled": false,
"min": {
"default": 1,
"value": 1
},
"max": {
"default": 24,
"value": 24
}
},
"irons_spellbooks:cast_time_reduction": {
"enabled": false,
"min": {
@ -264,6 +275,17 @@
"value": 100
}
},
"combatroll:recharge": {
"enabled": false,
"min": {
"default": 0.1,
"value": 0.1
},
"max": {
"default": 200,
"value": 200
}
},
"attributeslib:dodge_chance": {
"enabled": false,
"min": {
@ -682,6 +704,17 @@
"value": 100
}
},
"combatroll:count": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 20,
"value": 20
}
},
"skilltree:stealth": {
"enabled": false,
"min": {

View File

@ -3,7 +3,6 @@
"maxPokemonLevel": 100,
"maxPokemonFriendship": 255,
"announceDropItems": true,
"defaultDropItemMethod": "ON_ENTITY",
"ambientPokemonCryTicks": 1080,
"defaultBoxCount": 30,
"pokemonSaveIntervalSeconds": 30,

View File

@ -0,0 +1,11 @@
{
"playCooldownSound": true,
"playCooldownFlash": true,
"playRollSound": true,
"hudArrowColor": 5540067,
"hudBackgroundOpacity": 75,
"showWhenFull": true,
"showHUDInCreative": false,
"showKeybinding": true,
"keybindingLabelPosition": "LEFT"
}

View File

@ -0,0 +1,23 @@
{
"longfooted": {
"enabled": true,
"max_level": 5,
"min_cost": 12,
"step_cost": 12,
"bonus_per_level": 1.0
},
"acrobat": {
"enabled": true,
"max_level": 10,
"min_cost": 15,
"step_cost": 14,
"bonus_per_level": 0.1
},
"multi_roll": {
"enabled": true,
"max_level": 4,
"min_cost": 15,
"step_cost": 17,
"bonus_per_level": 1.0
}
}

View File

@ -0,0 +1,9 @@
{
"rollWidget": {
"origin": "BOTTOM",
"offset": {
"f_82470_": 108.0,
"f_82471_": -12.0
}
}
}

View File

@ -0,0 +1,22 @@
{
// The number of game ticks players become invulnerable upon rolling
"invulnerable_ticks_upon_roll": 0,
// The duration of the roll ability, expressed as a number of ticks, during which the player cannot use item/attack/jump etc...
"roll_duration": 8,
// Allows Vanilla Minecraft auto jump feature to work while rolling
"allow_auto_jump_while_rolling": true,
// Allows jumping while rolling. WARNING! Setting this to `true` breaks roll distance attribute and enchantment
"allow_jump_while_rolling": false,
// Allows combat roll while the player has its weapon on cooldown
"allow_rolling_while_weapon_cooldown": false,
// Allows combat roll while the player is in the air. WARNING! Setting this to `true` breaks roll distance attribute and enchantment
"allow_rolling_while_airborn": false,
// The amount of exhaust (hunger) to be added to the player on every roll
"exhaust_on_roll": 0.10000000149011612,
// The amount of food level above which players can do a roll
"food_level_required": 6.0,
// The cooldown duration of the combat roll ability expressed in seconds
"roll_cooldown": 4.0,
// Default roll distance attribute is `3`. Settings this to `1` will make it `4`. Warning! Attribute based scaling does not effect this.
"additional_roll_distance": 0.0
}

View File

@ -8,7 +8,7 @@
CosArmorGuiButton_Left = 65
#The vertical pixel distance from the origin point of player inventoy gui
#Range: > -2147483648
CosArmorGuiButton_Top = 75
CosArmorGuiButton_Top = 55
#Whether or not to hide the button for toggling the mod temporarily on client side
CosArmorToggleButton_Hidden = false
#The horizontal pixel distance from the origin point of player inventory gui
@ -16,7 +16,7 @@
CosArmorToggleButton_Left = 59
#The vertical pixel distance from the origin point of player inventory gui
#Range: > -2147483648
CosArmorToggleButton_Top = 72
CosArmorToggleButton_Top = 55
#Whether or not to hide the button for opening CosmeticArmorInventory in CreativeInventory
CosArmorCreativeGuiButton_Hidden = false
#The horizontal pixel distance from the origin point of creative inventory gui

View File

@ -24,6 +24,6 @@
"notifications": {
"force_disable_donation_prompts": false,
"has_cleared_donation_button": false,
"has_seen_donation_prompt": false
"has_seen_donation_prompt": true
}
}

View File

@ -0,0 +1,13 @@
{
# Select the permissions implementation to use
# DEFAULT: use FTB Ranks then Luckperms in preference order, depending on mod availability
# Default: "default"
# Valid values: "default", "ftb_ranks", "luckperms"
permission_selector: "default"
# Select the game stages implementation to use
# DEFAULT: use KubeJS, Game Stages, vanilla in preference order, depending on mod availability
# Default: "default"
# Valid values: "default", "vanilla", "kubejs", "gamestages"
stage_selector: "default"
}

View File

@ -0,0 +1,7 @@
#Use the client implementation even on servers that have the mod installed - only useful for development purposes.
forceClientImplementation = false
#Should space-clicking move all items even if an empty slot was clicked?
allowBulkTransferAllOnEmptySlot = false
#You can now go into your Controls and unbind the respective Inventory Essentials keys instead!
whereDidTheConfigsGo = true

View File

@ -42,7 +42,16 @@
"appeng.client.gui.implementations.IOBusScreen": true,
"net.p3pp3rf1y.sophisticatedbackpacks.client.gui.BackpackScreen": true,
"com.simibubi.create.content.equipment.clipboard.ClipboardScreen": true,
"lain.mods.cos.impl.client.gui.GuiCosArmorInventory": true
"lain.mods.cos.impl.client.gui.GuiCosArmorInventory": true,
"net.scpo.client.gui.PrinterGUIScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.menu.NoChoiceMenuPopup": true,
"online.kingdomkeys.kingdomkeys.client.gui.ConfirmChoiceMenuPopup": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.SynthesisScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.ShopScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.SynthesisCreateScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.SynthesisForgeScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.SynthesisMaterialScreen": true,
"io.github.lightman314.lightmanscurrency.client.gui.screen.inventory.WalletScreen": true
},
"hideBackground": {
"me.shedaniel.rei.impl.client.gui.screen.DefaultDisplayViewingScreen": true,
@ -71,6 +80,13 @@
"appeng.client.gui.implementations.IOBusScreen": true,
"net.p3pp3rf1y.sophisticatedbackpacks.client.gui.BackpackScreen": true,
"com.simibubi.create.content.equipment.clipboard.ClipboardScreen": true,
"lain.mods.cos.impl.client.gui.GuiCosArmorInventory": true
"lain.mods.cos.impl.client.gui.GuiCosArmorInventory": true,
"net.scpo.client.gui.PrinterGUIScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.SynthesisScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.ShopScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.SynthesisCreateScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.SynthesisForgeScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.SynthesisMaterialScreen": true,
"io.github.lightman314.lightmanscurrency.client.gui.screen.inventory.WalletScreen": true
}
}

View File

@ -9,7 +9,6 @@ Create Crafts & Additions
Create Diesel Generators
Create Enchantment Industry
Create Stuff & Additions
Create Utilities
Create: Cobblemon Industrialized
Create: Easy Structures
Create: Steam 'n' Rails
@ -31,10 +30,12 @@ Vending Machine
Wares
Waystones
create: things and misc
Iron Chests
Applied Energistics 2
Sophisticated Backpacks
Sophisticated Core
Sophisticated Storage
Passive Skill Tree
Pet Transfer
Combat Roll
Create Utilities
FTB Quests

View File

@ -76,3 +76,5 @@ ae2:condenser
ae2:entropy
ae2:inscriber
ae2:item_transformation
ftbquests:loot_crate
ftbquests:quest

View File

@ -1 +1,2 @@
T:{Count:1b,id:"scpo:moneyprinter"}
T:{Count:1b,id:"minecraft:raw_iron"}

View File

@ -0,0 +1,129 @@
[general]
#Summon both Keyblade and Armor with Summon Keyblade key
summonTogether = true
[general.gui]
#Toggle HUD visibility, weapon option will show only while holding a Keyblade or Organization weapon
#Allowed Values: SHOW, HIDE, WEAPON
showGuiToggle = "WEAPON"
#Drive Forms Visibility
showDriveForms = true
[general.gui.command_menu]
#The Magic to display in the Magic menu within the Command Menu
magicDisplayedInCommandMenu = ["kingdomkeys:magic_fire", "kingdomkeys:magic_blizzard", "kingdomkeys:magic_water", "kingdomkeys:magic_thunder", "kingdomkeys:magic_cure", "kingdomkeys:magic_aero", "kingdomkeys:magic_magnet", "kingdomkeys:magic_reflect", "kingdomkeys:magic_gravity", "kingdomkeys:magic_stop"]
#Command Menu Text X Offset
#Range: -1000 ~ 1000
cmTextXOffset = 0
#Command Menu Header Text Visibility
cmHeaderTextVisibility = true
#Command Menu classic color scheme
cmClassicColors = false
#Command Menu X Scale %
#Range: -1000 ~ 1000
cmXScale = 75
#Command Menu X Pos
#Range: -1000 ~ 1000
cmXPos = 0
#Command Menu Selected X Offset
#Range: -1000 ~ 1000
cmSelectedXOffset = 5
#Command Menu Submenu X Offset %
#Range: -1000 ~ 1000
cmSubXOffset = 100
[general.gui.hp_bar]
#Health Bar X Pos
#Range: -1000 ~ 1000
hpXPos = 0
#Health Bar Y Pos
#Range: -1000 ~ 1000
hpYPos = 0
#Show Hearts
hpShowHearts = true
#Low HP Alarm Volume
#Range: 0 ~ 10
hpAlarmVolume = 10
#Health Bar X Scale
#Range: -1000 ~ 1000
hpXScale = 0
[general.gui.mp_bar]
#Magic Bar X Pos
#Range: -1000 ~ 1000
mpXPos = 0
#Magic Bar Y Pos
#Range: -1000 ~ 1000
mpYPos = 0
#Magic Bar X Scale
#Range: -1000 ~ 1000
mpXScale = 100
[general.gui.dp_bar]
#Drive Bar X Pos
#Range: -1000 ~ 1000
dpXPos = 0
#Drive Bar Y Pos
#Range: -1000 ~ 1000
dpYPos = 0
#Drive Bar X Scale
#Range: -1000 ~ 1000
dpXScale = 100
#Drive Bar Y Scale
#Range: -1000 ~ 1000
dpYScale = 100
[general.gui.player_skin]
#Player Skin X Pos
#Range: -1000 ~ 1000
playerSkinXPos = 0
#Player Skin Y Pos
#Range: -1000 ~ 1000
playerSkinYPos = 0
[general.gui.lock_on]
#Lock On HP X Pos
#Range: -1000 ~ 1000
lockOnXPos = 0
#Lock On HP Y Pos
#Range: -1000 ~ 1000
lockOnYPos = 0
#Lock On HP Bar Scale
#Range: -1000 ~ 1000
lockOnHPScale = 70
#Lock On Icon Scale
#Range: -1000 ~ 1000
lockOnIconScale = 75
#Lock On Icon Rotation Speed
#Range: -1000 ~ 1000
lockOnIconRotation = 16
#Lock On HP per bar
#Range: 10 ~ 100
lockOnHpPerBar = 40
[general.gui.party]
#Party HUD X Pos
#Range: -1000 ~ 1000
partyXPos = 0
#Party HUD Y Pos
#Range: -1000 ~ 1000
partyYPos = 0
#Party HUD Y Offset
#Range: -1000 ~ 1000
partyYOffset = 60
[general.gui.focus]
#Focus HUD X Pos
#Range: -1000 ~ 1000
focusXPos = 0
#Focus HUD Y Pos
#Range: -1000 ~ 1000
focusYPos = 0
#Focus Bar X Scale
#Range: -1000 ~ 1000
focusXScale = 100
#Focus Bar Y Scale
#Range: -1000 ~ 1000
focusYScale = 100

View File

@ -0,0 +1,73 @@
[general]
#Enable debug console output
debugConsoleOutput = false
#Allow Bomb heartless to explode when lit on fire
bombExplodeWithfire = true
#Allow Blizzard to turn lava into obsidian and freeze water
blizzardChangeBlocks = true
#Allow keyblades to open iron doors with right click
keybladeOpenDoors = true
#Health % restored when using a drive form
#Range: 0 ~ 100
driveHeal = 50
#Drive Points Drop Multiplier
#Range: 0.0 ~ 100.0
drivePointsMultiplier = 1.0
#Focus Points Drop Multiplier
#Range: 0.0 ~ 100.0
focusPointsMultiplier = 1.0
#Critic Damage Multiplier
#Range: 0.0 ~ 100.0
critMult = 1.5
#Force the player to need a Keyblade or an Organization weapon to hurt Heartless, and Nobodies
needKeybladeForHeartless = false
[spawning]
#Heartless spawning mode: NEVER, ALWAYS, AFTER_KEYCHAIN (after the first keychain is synthesized), AFTER_DRAGON (after the Ender Dragon is defeated)
#Allowed Values: NEVER, ALWAYS, AFTER_KEYCHAIN, AFTER_DRAGON
heartlessSpawningMode = "AFTER_KEYCHAIN"
#Mob Spawn chance in percentage [type, chance] (if the chance doesn't add up to 100, enemies will not spawn)
mobSpawn = ["Pureblood,35", "Emblem,35", "Nobody,30"]
#Allow a heartless and a nobody to spawn when a player gets killed by a heartless
playerSpawnHeartless = true
#Allow heartless and nobodies to spawn with levels according to players
mobLevelingUp = true
#Heartless spawning in the ROD will increase 1 level every X blocks
#Range: 1 ~ 1000
rodHeartlessLevelScale = 10
#Max level for heartless spawning in ROD
#Range: 1 ~ 10000
rodHeartlessMaxLevel = 200
#Heartless and nobody stats: name, hp (% of the player's), strength (% of the player's)
playerSpawnHeartlessData = ["Heartless,100,100", "Nobody,100,100"]
#Force players who die in the Realm of Darkness to respawn there
respawnROD = false
#Mob base stats multiplier out of 100% (default 10)
#Range: 0 ~ 100
mobLevelStats = 10
#Make bosses despawn once his target disappears
bossDespawnIfNoTarget = true
[drops]
#HP Drops Probability
#Range: 0 ~ 100
hpDropProbability = 80
#MP Drops Probability
#Range: 0 ~ 100
mpDropProbability = 80
#Munny Drops Probability
#Range: 0 ~ 100
munnyDropProbability = 80
#Drive Drops Probability
#Range: 0 ~ 100
driveDropProbability = 80
#Focus Drops Probability
#Range: 0 ~ 100
focusDropProbability = 80
[shotlock]
#Shotlock Damage Multiplier (magic * multiplier)
#Range: 0.0 ~ 100.0
shotlockMult = 0.4

View File

@ -0,0 +1,3 @@
{
"config_screen_list": "TRUE"
}

View File

@ -0,0 +1,4 @@
{
"periodicAttackMatchCooldownSpeed": true,
"periodicAttackDelay": 40
}

View File

@ -1,5 +1,5 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Thu May 16 03:47:10 PDT 2024
#Sun May 19 19:36:34 PDT 2024
colorSpace=SRGB
disableUpdateMessage=false
enableDebugOptions=false

View File

@ -0,0 +1,17 @@
{
"ftbteams": {
"my_team": true
},
"ftbquests": {
"quests": true
},
"ftblibrary": {
"toggle.gamemode": true,
"toggle.rain": true,
"toggle.day": true,
"toggle.night": true
},
"ftbessentials": {
"trash_can": true
}
}

View File

@ -98,16 +98,16 @@
"name": "gui.xaero_entity_category_root",
"protection": true,
"settingOverrides": {
"displayHeight": 0.0,
"displayed": true,
"displayHeight": 0.0,
"heightBasedFade": true,
"renderOrder": 0.0,
"color": 13.0,
"displayNameWhenIconFails": true,
"entityNumber": 1000.0,
"alwaysDisplayNametags": false,
"dotSize": 2.0,
"startFadingAt": 0.0,
"dotSize": 2.0,
"renderOverMinimapFrame": 1.0,
"icons": 0.0,
"names": 2.0,

View File

@ -1280,6 +1280,10 @@ hash = "a57bb0f6ea2d8b0266a6711d13068620db62da46ae29eb1f7fe566978cd4f21f"
file = "mods/CobblemonTrainers-forge-1.1.3+1.5.0-rc3.jar"
hash = "bb024e9bd8c2a12aad8f0c253a5a033457bd005cf07f52f1bd8ba17746e1b969"
[[files]]
file = "mods/Controlling-forge-1.20.1-12.0.2.jar"
hash = "516308a93824119f6a1ebc75425aa21ee8f8de0c331942793a054ba6d9c24944"
[[files]]
file = "mods/CraftPresence-2.3.9+1.20.1.jar"
hash = "b44a0f8e3361077b4c6782176a67cbead137f37d682cc523a13b98f094b0487e"
@ -1308,6 +1312,10 @@ hash = "bac12d4f22f571fc887bc662266c628b47fa296e41116de839dc8963051ed4ec"
file = "mods/EnchantmentDescriptions-Forge-1.20.1-17.0.14.jar"
hash = "4216fc43621f422e7656c8bd6b2a5e4a5b0806cda7415885b99d9b18508ea9bc"
[[files]]
file = "mods/FTBQuestsOptimizer-forge-2.0.1-1.20.1.jar"
hash = "12721aa17fcec0c63488aa0c505be63d61951534647a7b56651bd59175253620"
[[files]]
file = "mods/Fallingleaves-1.20.1-2.1.0.jar"
hash = "46c1d4d94780ffad392b6139d4b0e535d399a310d9884c1f13230f31d43350a7"
@ -1376,6 +1384,10 @@ hash = "f53bd23c3c17c5ac89d3c74e5d1b6b7c1051c7d28ae2e8f4d3283c36c1d90174"
file = "mods/SCP_Overtime_2.0.8.jar"
hash = "561f67d42e682a86bbf45b415d38f4ac395645d6a49b9f07d9ee7c5f9259d815"
[[files]]
file = "mods/Searchables-forge-1.20.1-1.0.3.jar"
hash = "c1a76e93886210574d3f298c0461241fb711e52ac22c7a04d3236840f29e6576"
[[files]]
file = "mods/Steam_Rails-1.6.4+forge-mc1.20.1.jar"
hash = "d23403ec6f767f4aeb318db5f471cf5aabbb83cd6c5b3256878aa007f1330213"
@ -1466,7 +1478,7 @@ hash = "4ea3933ee2a9ffed5b739bbbf8a8c974737fd59cb6517c61c54b3eae9465ff54"
[[files]]
file = "mods/balm-forge-1.20.1-7.2.2.jar"
hash = "6f4029cafb0b7f1bc4810af9237c8973dde05bdce30852625d72a40feaa1b71e"
hash = "d4cf32e6df112be22a5af233626d0053a257a589fa21c3f5e0fb922070287646"
[[files]]
file = "mods/betterarcheology-1.1.9-1.20.1.jar"
@ -1508,6 +1520,10 @@ hash = "8c219e59079700f6e04be24f231b7506a44be1b75efc53f32574de22b5233357"
file = "mods/collective-1.20.1-7.57.jar"
hash = "682f75ae18c7d06465d5d38559cee1a1d621c052324954a6dacfb96e22f478be"
[[files]]
file = "mods/combatroll-forge-1.3.2+1.20.1.jar"
hash = "01940f1c00356dea82dc228db8aed97d6eaacce7b010eaec1f3ddd197ce8a201"
[[files]]
file = "mods/cosmeticarmorreworked-1.20.1-v1a.jar"
hash = "c790e8671625b05ec0aa19272e0ea74ea95619f953e3c6f39a6736af0d386804"
@ -1620,6 +1636,10 @@ hash = "516eeda029497c111aad8c0884e4a6909ca8cecd8b8eced2e4f2e901878e6c5c"
file = "mods/entityculling-forge-1.6.2-mc1.20.1.jar"
hash = "132ec1dc9127511f044eea7a8ff3636373ed7dcb3696e4b25c4215bc85e8a25c"
[[files]]
file = "mods/essential_1-3-2-4_forge_1-20-1.jar"
hash = "5f490046ea14efe9a6148885f77f4811938285de72c74b77cbeea0abcac663c6"
[[files]]
file = "mods/fancymenu_forge_3.2.2_MC_1.20.1.jar"
hash = "cc1d88f7c55ca99d15f410bfe9103ac61a3b315fc478ca5fe58fe40e8aabd7bb"
@ -1628,6 +1648,26 @@ hash = "cc1d88f7c55ca99d15f410bfe9103ac61a3b315fc478ca5fe58fe40e8aabd7bb"
file = "mods/ferritecore-6.0.1-forge.jar"
hash = "9c2c9396a49e796d88497758caa4637d2bcbb433c318e2dd9cebcffbaf0f6c54"
[[files]]
file = "mods/ftb-essentials-forge-2001.2.2.jar"
hash = "17475fdb125ce7f81225d12d7638f7d1fb239f7c4beb7b6b9976fa0a622b692c"
[[files]]
file = "mods/ftb-library-forge-2001.2.1.jar"
hash = "c9eb8c8c607551d85418c92bb85095b770960b5e1a3754bfcd39b12498ba3e73"
[[files]]
file = "mods/ftb-quests-forge-2001.4.2.jar"
hash = "634d9823e78d3ba1ffdf18b9692a7c25056bd590f6926cbca4b765d4dcf6bc2a"
[[files]]
file = "mods/ftb-teams-forge-2001.3.0.jar"
hash = "74817d522e59c62d083772ad66fe2395642751edb60b991a33f0306cb1aad105"
[[files]]
file = "mods/ftb-xmod-compat-forge-2.1.1.jar"
hash = "3b15e2e052c74dd63f76076dc2ec1d747c2a8448c5c6ebc10b1beb0aa3f5ce0b"
[[files]]
file = "mods/geckolib-forge-1.20.1-4.4.4.jar"
hash = "ebeade797d074d79a82d8d3a3adf0ad2636ce45e1ffd0de9612388ac333ccb69"
@ -1640,6 +1680,10 @@ hash = "a0967ce8605d99fd5870f093ddd3ba18c548b9b1858a459b42f4e0feabaefaee"
file = "mods/immersive_aircraft-1.0.0+1.20.1-forge.jar"
hash = "b41568a399be339e17a4285f8826f261982ba334972ce2766f555af25907a9bd"
[[files]]
file = "mods/inventoryessentials-forge-1.20.1-8.2.3.jar"
hash = "374b72d5731662b05f18c7f1bcad53d19e9c15cff0b3fbff5bfb5dd038da687c"
[[files]]
file = "mods/irons_rpg_tweaks-1.20-1.2.3.jar"
hash = "4c49ce105bc3383c0825e9ac24369af52261241dcce6dcbcde7d2aab6436ebc6"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "a0de0997cdaebf29fde5ecc8d8284c25aac54c7421de6951edf84ea8c84d6b66"
hash = "0364b631d9fdc3ea1e06d10076d4ae8144e06fe1897530a2e7495ebd5c4f3a9f"
[versions]
forge = "47.2.17"

View File

@ -2970,3 +2970,120 @@
}
"combatroll:longfooted" {
# The max level of this enchantment - originally 5.
# Default: 8; Range: [1 ~ 127]
I:"Max Level"=8
# The max level of this enchantment available from loot sources.
# Default: 5; Range: [1 ~ 127]
I:"Max Loot Level"=5
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples
# Default:
S:"Max Power Function"=
# A function to determine the min enchanting power.
# Default:
S:"Min Power Function"=
# If this enchantment is only available by loot sources.
# Default: false
B:Treasure=false
# If this enchantment is obtainable via enchanting and enchanted loot items.
# Default: true
B:Discoverable=true
# If enchanted books of this enchantment are available via loot sources.
# Default: true
B:Lootable=true
# If enchanted books of this enchantment are available via villager trades.
# Default: true
B:Tradeable=true
# The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE.
# Default: RARE
S:Rarity=RARE
}
"combatroll:acrobat" {
# The max level of this enchantment - originally 10.
# Default: 11; Range: [1 ~ 127]
I:"Max Level"=11
# The max level of this enchantment available from loot sources.
# Default: 10; Range: [1 ~ 127]
I:"Max Loot Level"=10
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples
# Default:
S:"Max Power Function"=
# A function to determine the min enchanting power.
# Default:
S:"Min Power Function"=
# If this enchantment is only available by loot sources.
# Default: false
B:Treasure=false
# If this enchantment is obtainable via enchanting and enchanted loot items.
# Default: true
B:Discoverable=true
# If enchanted books of this enchantment are available via loot sources.
# Default: true
B:Lootable=true
# If enchanted books of this enchantment are available via villager trades.
# Default: true
B:Tradeable=true
# The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE.
# Default: RARE
S:Rarity=RARE
}
"combatroll:multi_roll" {
# The max level of this enchantment - originally 4.
# Default: 6; Range: [1 ~ 127]
I:"Max Level"=6
# The max level of this enchantment available from loot sources.
# Default: 4; Range: [1 ~ 127]
I:"Max Loot Level"=4
# A function to determine the max enchanting power. The variable "x" is level. See: https://github.com/uklimaschewski/EvalEx#usage-examples
# Default:
S:"Max Power Function"=
# A function to determine the min enchanting power.
# Default:
S:"Min Power Function"=
# If this enchantment is only available by loot sources.
# Default: false
B:Treasure=false
# If this enchantment is obtainable via enchanting and enchanted loot items.
# Default: true
B:Discoverable=true
# If enchanted books of this enchantment are available via loot sources.
# Default: true
B:Lootable=true
# If enchanted books of this enchantment are available via villager trades.
# Default: true
B:Tradeable=true
# The rarity of this enchantment. Valid values are COMMON, UNCOMMON, RARE, and VERY_RARE.
# Default: VERY_RARE
S:Rarity=VERY_RARE
}

File diff suppressed because it is too large Load Diff

View File

@ -231,6 +231,17 @@
"value": 100
}
},
"combatroll:distance": {
"enabled": false,
"min": {
"default": 1,
"value": 1
},
"max": {
"default": 24,
"value": 24
}
},
"irons_spellbooks:cast_time_reduction": {
"enabled": false,
"min": {
@ -264,6 +275,17 @@
"value": 100
}
},
"combatroll:recharge": {
"enabled": false,
"min": {
"default": 0.1,
"value": 0.1
},
"max": {
"default": 200,
"value": 200
}
},
"attributeslib:dodge_chance": {
"enabled": false,
"min": {
@ -682,6 +704,17 @@
"value": 100
}
},
"combatroll:count": {
"enabled": false,
"min": {
"default": 0,
"value": 0
},
"max": {
"default": 20,
"value": 20
}
},
"skilltree:stealth": {
"enabled": false,
"min": {

View File

@ -3,7 +3,6 @@
"maxPokemonLevel": 100,
"maxPokemonFriendship": 255,
"announceDropItems": true,
"defaultDropItemMethod": "ON_ENTITY",
"ambientPokemonCryTicks": 1080,
"defaultBoxCount": 30,
"pokemonSaveIntervalSeconds": 30,

View File

@ -0,0 +1,11 @@
{
"playCooldownSound": true,
"playCooldownFlash": true,
"playRollSound": true,
"hudArrowColor": 5540067,
"hudBackgroundOpacity": 75,
"showWhenFull": true,
"showHUDInCreative": false,
"showKeybinding": true,
"keybindingLabelPosition": "LEFT"
}

View File

@ -0,0 +1,23 @@
{
"longfooted": {
"enabled": true,
"max_level": 5,
"min_cost": 12,
"step_cost": 12,
"bonus_per_level": 1.0
},
"acrobat": {
"enabled": true,
"max_level": 10,
"min_cost": 15,
"step_cost": 14,
"bonus_per_level": 0.1
},
"multi_roll": {
"enabled": true,
"max_level": 4,
"min_cost": 15,
"step_cost": 17,
"bonus_per_level": 1.0
}
}

View File

@ -0,0 +1,9 @@
{
"rollWidget": {
"origin": "BOTTOM",
"offset": {
"f_82470_": 108.0,
"f_82471_": -12.0
}
}
}

View File

@ -0,0 +1,22 @@
{
// The number of game ticks players become invulnerable upon rolling
"invulnerable_ticks_upon_roll": 0,
// The duration of the roll ability, expressed as a number of ticks, during which the player cannot use item/attack/jump etc...
"roll_duration": 8,
// Allows Vanilla Minecraft auto jump feature to work while rolling
"allow_auto_jump_while_rolling": true,
// Allows jumping while rolling. WARNING! Setting this to `true` breaks roll distance attribute and enchantment
"allow_jump_while_rolling": false,
// Allows combat roll while the player has its weapon on cooldown
"allow_rolling_while_weapon_cooldown": false,
// Allows combat roll while the player is in the air. WARNING! Setting this to `true` breaks roll distance attribute and enchantment
"allow_rolling_while_airborn": false,
// The amount of exhaust (hunger) to be added to the player on every roll
"exhaust_on_roll": 0.10000000149011612,
// The amount of food level above which players can do a roll
"food_level_required": 6.0,
// The cooldown duration of the combat roll ability expressed in seconds
"roll_cooldown": 4.0,
// Default roll distance attribute is `3`. Settings this to `1` will make it `4`. Warning! Attribute based scaling does not effect this.
"additional_roll_distance": 0.0
}

View File

@ -8,7 +8,7 @@
CosArmorGuiButton_Left = 65
#The vertical pixel distance from the origin point of player inventoy gui
#Range: > -2147483648
CosArmorGuiButton_Top = 75
CosArmorGuiButton_Top = 55
#Whether or not to hide the button for toggling the mod temporarily on client side
CosArmorToggleButton_Hidden = false
#The horizontal pixel distance from the origin point of player inventory gui
@ -16,7 +16,7 @@
CosArmorToggleButton_Left = 59
#The vertical pixel distance from the origin point of player inventory gui
#Range: > -2147483648
CosArmorToggleButton_Top = 72
CosArmorToggleButton_Top = 55
#Whether or not to hide the button for opening CosmeticArmorInventory in CreativeInventory
CosArmorCreativeGuiButton_Hidden = false
#The horizontal pixel distance from the origin point of creative inventory gui

View File

@ -24,6 +24,6 @@
"notifications": {
"force_disable_donation_prompts": false,
"has_cleared_donation_button": false,
"has_seen_donation_prompt": false
"has_seen_donation_prompt": true
}
}

View File

@ -0,0 +1,13 @@
{
# Select the permissions implementation to use
# DEFAULT: use FTB Ranks then Luckperms in preference order, depending on mod availability
# Default: "default"
# Valid values: "default", "ftb_ranks", "luckperms"
permission_selector: "default"
# Select the game stages implementation to use
# DEFAULT: use KubeJS, Game Stages, vanilla in preference order, depending on mod availability
# Default: "default"
# Valid values: "default", "vanilla", "kubejs", "gamestages"
stage_selector: "default"
}

View File

@ -0,0 +1,7 @@
#Use the client implementation even on servers that have the mod installed - only useful for development purposes.
forceClientImplementation = false
#Should space-clicking move all items even if an empty slot was clicked?
allowBulkTransferAllOnEmptySlot = false
#You can now go into your Controls and unbind the respective Inventory Essentials keys instead!
whereDidTheConfigsGo = true

View File

@ -42,7 +42,16 @@
"appeng.client.gui.implementations.IOBusScreen": true,
"net.p3pp3rf1y.sophisticatedbackpacks.client.gui.BackpackScreen": true,
"com.simibubi.create.content.equipment.clipboard.ClipboardScreen": true,
"lain.mods.cos.impl.client.gui.GuiCosArmorInventory": true
"lain.mods.cos.impl.client.gui.GuiCosArmorInventory": true,
"net.scpo.client.gui.PrinterGUIScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.menu.NoChoiceMenuPopup": true,
"online.kingdomkeys.kingdomkeys.client.gui.ConfirmChoiceMenuPopup": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.SynthesisScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.ShopScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.SynthesisCreateScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.SynthesisForgeScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.SynthesisMaterialScreen": true,
"io.github.lightman314.lightmanscurrency.client.gui.screen.inventory.WalletScreen": true
},
"hideBackground": {
"me.shedaniel.rei.impl.client.gui.screen.DefaultDisplayViewingScreen": true,
@ -71,6 +80,13 @@
"appeng.client.gui.implementations.IOBusScreen": true,
"net.p3pp3rf1y.sophisticatedbackpacks.client.gui.BackpackScreen": true,
"com.simibubi.create.content.equipment.clipboard.ClipboardScreen": true,
"lain.mods.cos.impl.client.gui.GuiCosArmorInventory": true
"lain.mods.cos.impl.client.gui.GuiCosArmorInventory": true,
"net.scpo.client.gui.PrinterGUIScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.SynthesisScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.ShopScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.SynthesisCreateScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.SynthesisForgeScreen": true,
"online.kingdomkeys.kingdomkeys.client.gui.synthesis.SynthesisMaterialScreen": true,
"io.github.lightman314.lightmanscurrency.client.gui.screen.inventory.WalletScreen": true
}
}

View File

@ -9,7 +9,6 @@ Create Crafts & Additions
Create Diesel Generators
Create Enchantment Industry
Create Stuff & Additions
Create Utilities
Create: Cobblemon Industrialized
Create: Easy Structures
Create: Steam 'n' Rails
@ -31,10 +30,12 @@ Vending Machine
Wares
Waystones
create: things and misc
Iron Chests
Applied Energistics 2
Sophisticated Backpacks
Sophisticated Core
Sophisticated Storage
Passive Skill Tree
Pet Transfer
Combat Roll
Create Utilities
FTB Quests

View File

@ -76,3 +76,5 @@ ae2:condenser
ae2:entropy
ae2:inscriber
ae2:item_transformation
ftbquests:loot_crate
ftbquests:quest

View File

@ -1 +1,2 @@
T:{Count:1b,id:"scpo:moneyprinter"}
T:{Count:1b,id:"minecraft:raw_iron"}

View File

@ -0,0 +1,129 @@
[general]
#Summon both Keyblade and Armor with Summon Keyblade key
summonTogether = true
[general.gui]
#Toggle HUD visibility, weapon option will show only while holding a Keyblade or Organization weapon
#Allowed Values: SHOW, HIDE, WEAPON
showGuiToggle = "WEAPON"
#Drive Forms Visibility
showDriveForms = true
[general.gui.command_menu]
#The Magic to display in the Magic menu within the Command Menu
magicDisplayedInCommandMenu = ["kingdomkeys:magic_fire", "kingdomkeys:magic_blizzard", "kingdomkeys:magic_water", "kingdomkeys:magic_thunder", "kingdomkeys:magic_cure", "kingdomkeys:magic_aero", "kingdomkeys:magic_magnet", "kingdomkeys:magic_reflect", "kingdomkeys:magic_gravity", "kingdomkeys:magic_stop"]
#Command Menu Text X Offset
#Range: -1000 ~ 1000
cmTextXOffset = 0
#Command Menu Header Text Visibility
cmHeaderTextVisibility = true
#Command Menu classic color scheme
cmClassicColors = false
#Command Menu X Scale %
#Range: -1000 ~ 1000
cmXScale = 75
#Command Menu X Pos
#Range: -1000 ~ 1000
cmXPos = 0
#Command Menu Selected X Offset
#Range: -1000 ~ 1000
cmSelectedXOffset = 5
#Command Menu Submenu X Offset %
#Range: -1000 ~ 1000
cmSubXOffset = 100
[general.gui.hp_bar]
#Health Bar X Pos
#Range: -1000 ~ 1000
hpXPos = 0
#Health Bar Y Pos
#Range: -1000 ~ 1000
hpYPos = 0
#Show Hearts
hpShowHearts = true
#Low HP Alarm Volume
#Range: 0 ~ 10
hpAlarmVolume = 10
#Health Bar X Scale
#Range: -1000 ~ 1000
hpXScale = 0
[general.gui.mp_bar]
#Magic Bar X Pos
#Range: -1000 ~ 1000
mpXPos = 0
#Magic Bar Y Pos
#Range: -1000 ~ 1000
mpYPos = 0
#Magic Bar X Scale
#Range: -1000 ~ 1000
mpXScale = 100
[general.gui.dp_bar]
#Drive Bar X Pos
#Range: -1000 ~ 1000
dpXPos = 0
#Drive Bar Y Pos
#Range: -1000 ~ 1000
dpYPos = 0
#Drive Bar X Scale
#Range: -1000 ~ 1000
dpXScale = 100
#Drive Bar Y Scale
#Range: -1000 ~ 1000
dpYScale = 100
[general.gui.player_skin]
#Player Skin X Pos
#Range: -1000 ~ 1000
playerSkinXPos = 0
#Player Skin Y Pos
#Range: -1000 ~ 1000
playerSkinYPos = 0
[general.gui.lock_on]
#Lock On HP X Pos
#Range: -1000 ~ 1000
lockOnXPos = 0
#Lock On HP Y Pos
#Range: -1000 ~ 1000
lockOnYPos = 0
#Lock On HP Bar Scale
#Range: -1000 ~ 1000
lockOnHPScale = 70
#Lock On Icon Scale
#Range: -1000 ~ 1000
lockOnIconScale = 75
#Lock On Icon Rotation Speed
#Range: -1000 ~ 1000
lockOnIconRotation = 16
#Lock On HP per bar
#Range: 10 ~ 100
lockOnHpPerBar = 40
[general.gui.party]
#Party HUD X Pos
#Range: -1000 ~ 1000
partyXPos = 0
#Party HUD Y Pos
#Range: -1000 ~ 1000
partyYPos = 0
#Party HUD Y Offset
#Range: -1000 ~ 1000
partyYOffset = 60
[general.gui.focus]
#Focus HUD X Pos
#Range: -1000 ~ 1000
focusXPos = 0
#Focus HUD Y Pos
#Range: -1000 ~ 1000
focusYPos = 0
#Focus Bar X Scale
#Range: -1000 ~ 1000
focusXScale = 100
#Focus Bar Y Scale
#Range: -1000 ~ 1000
focusYScale = 100

View File

@ -0,0 +1,73 @@
[general]
#Enable debug console output
debugConsoleOutput = false
#Allow Bomb heartless to explode when lit on fire
bombExplodeWithfire = true
#Allow Blizzard to turn lava into obsidian and freeze water
blizzardChangeBlocks = true
#Allow keyblades to open iron doors with right click
keybladeOpenDoors = true
#Health % restored when using a drive form
#Range: 0 ~ 100
driveHeal = 50
#Drive Points Drop Multiplier
#Range: 0.0 ~ 100.0
drivePointsMultiplier = 1.0
#Focus Points Drop Multiplier
#Range: 0.0 ~ 100.0
focusPointsMultiplier = 1.0
#Critic Damage Multiplier
#Range: 0.0 ~ 100.0
critMult = 1.5
#Force the player to need a Keyblade or an Organization weapon to hurt Heartless, and Nobodies
needKeybladeForHeartless = false
[spawning]
#Heartless spawning mode: NEVER, ALWAYS, AFTER_KEYCHAIN (after the first keychain is synthesized), AFTER_DRAGON (after the Ender Dragon is defeated)
#Allowed Values: NEVER, ALWAYS, AFTER_KEYCHAIN, AFTER_DRAGON
heartlessSpawningMode = "AFTER_KEYCHAIN"
#Mob Spawn chance in percentage [type, chance] (if the chance doesn't add up to 100, enemies will not spawn)
mobSpawn = ["Pureblood,35", "Emblem,35", "Nobody,30"]
#Allow a heartless and a nobody to spawn when a player gets killed by a heartless
playerSpawnHeartless = true
#Allow heartless and nobodies to spawn with levels according to players
mobLevelingUp = true
#Heartless spawning in the ROD will increase 1 level every X blocks
#Range: 1 ~ 1000
rodHeartlessLevelScale = 10
#Max level for heartless spawning in ROD
#Range: 1 ~ 10000
rodHeartlessMaxLevel = 200
#Heartless and nobody stats: name, hp (% of the player's), strength (% of the player's)
playerSpawnHeartlessData = ["Heartless,100,100", "Nobody,100,100"]
#Force players who die in the Realm of Darkness to respawn there
respawnROD = false
#Mob base stats multiplier out of 100% (default 10)
#Range: 0 ~ 100
mobLevelStats = 10
#Make bosses despawn once his target disappears
bossDespawnIfNoTarget = true
[drops]
#HP Drops Probability
#Range: 0 ~ 100
hpDropProbability = 80
#MP Drops Probability
#Range: 0 ~ 100
mpDropProbability = 80
#Munny Drops Probability
#Range: 0 ~ 100
munnyDropProbability = 80
#Drive Drops Probability
#Range: 0 ~ 100
driveDropProbability = 80
#Focus Drops Probability
#Range: 0 ~ 100
focusDropProbability = 80
[shotlock]
#Shotlock Damage Multiplier (magic * multiplier)
#Range: 0.0 ~ 100.0
shotlockMult = 0.4

View File

@ -0,0 +1,3 @@
{
"config_screen_list": "TRUE"
}

View File

@ -0,0 +1,4 @@
{
"periodicAttackMatchCooldownSpeed": true,
"periodicAttackDelay": 40
}

View File

@ -1,5 +1,5 @@
#This file stores configuration options for Iris, such as the currently active shaderpack
#Thu May 16 03:47:10 PDT 2024
#Sun May 19 19:36:34 PDT 2024
colorSpace=SRGB
disableUpdateMessage=false
enableDebugOptions=false

View File

@ -0,0 +1,17 @@
{
"ftbteams": {
"my_team": true
},
"ftbquests": {
"quests": true
},
"ftblibrary": {
"toggle.gamemode": true,
"toggle.rain": true,
"toggle.day": true,
"toggle.night": true
},
"ftbessentials": {
"trash_can": true
}
}

View File

@ -98,16 +98,16 @@
"name": "gui.xaero_entity_category_root",
"protection": true,
"settingOverrides": {
"displayHeight": 0.0,
"displayed": true,
"displayHeight": 0.0,
"heightBasedFade": true,
"renderOrder": 0.0,
"color": 13.0,
"displayNameWhenIconFails": true,
"entityNumber": 1000.0,
"alwaysDisplayNametags": false,
"dotSize": 2.0,
"startFadingAt": 0.0,
"dotSize": 2.0,
"renderOverMinimapFrame": 1.0,
"icons": 0.0,
"names": 2.0,

View File

@ -1284,6 +1284,10 @@ hash = "a57bb0f6ea2d8b0266a6711d13068620db62da46ae29eb1f7fe566978cd4f21f"
file = "mods/CobblemonTrainers-forge-1.1.3+1.5.0-rc3.jar"
hash = "bb024e9bd8c2a12aad8f0c253a5a033457bd005cf07f52f1bd8ba17746e1b969"
[[files]]
file = "mods/Controlling-forge-1.20.1-12.0.2.jar"
hash = "516308a93824119f6a1ebc75425aa21ee8f8de0c331942793a054ba6d9c24944"
[[files]]
file = "mods/CraftPresence-2.3.9+1.20.1.jar"
hash = "b44a0f8e3361077b4c6782176a67cbead137f37d682cc523a13b98f094b0487e"
@ -1312,6 +1316,10 @@ hash = "bac12d4f22f571fc887bc662266c628b47fa296e41116de839dc8963051ed4ec"
file = "mods/EnchantmentDescriptions-Forge-1.20.1-17.0.14.jar"
hash = "4216fc43621f422e7656c8bd6b2a5e4a5b0806cda7415885b99d9b18508ea9bc"
[[files]]
file = "mods/FTBQuestsOptimizer-forge-2.0.1-1.20.1.jar"
hash = "12721aa17fcec0c63488aa0c505be63d61951534647a7b56651bd59175253620"
[[files]]
file = "mods/Fallingleaves-1.20.1-2.1.0.jar"
hash = "46c1d4d94780ffad392b6139d4b0e535d399a310d9884c1f13230f31d43350a7"
@ -1380,6 +1388,10 @@ hash = "f53bd23c3c17c5ac89d3c74e5d1b6b7c1051c7d28ae2e8f4d3283c36c1d90174"
file = "mods/SCP_Overtime_2.0.8.jar"
hash = "561f67d42e682a86bbf45b415d38f4ac395645d6a49b9f07d9ee7c5f9259d815"
[[files]]
file = "mods/Searchables-forge-1.20.1-1.0.3.jar"
hash = "c1a76e93886210574d3f298c0461241fb711e52ac22c7a04d3236840f29e6576"
[[files]]
file = "mods/Steam_Rails-1.6.4+forge-mc1.20.1.jar"
hash = "d23403ec6f767f4aeb318db5f471cf5aabbb83cd6c5b3256878aa007f1330213"
@ -1470,7 +1482,7 @@ hash = "4ea3933ee2a9ffed5b739bbbf8a8c974737fd59cb6517c61c54b3eae9465ff54"
[[files]]
file = "mods/balm-forge-1.20.1-7.2.2.jar"
hash = "6f4029cafb0b7f1bc4810af9237c8973dde05bdce30852625d72a40feaa1b71e"
hash = "d4cf32e6df112be22a5af233626d0053a257a589fa21c3f5e0fb922070287646"
[[files]]
file = "mods/betterarcheology-1.1.9-1.20.1.jar"
@ -1512,6 +1524,10 @@ hash = "8c219e59079700f6e04be24f231b7506a44be1b75efc53f32574de22b5233357"
file = "mods/collective-1.20.1-7.57.jar"
hash = "682f75ae18c7d06465d5d38559cee1a1d621c052324954a6dacfb96e22f478be"
[[files]]
file = "mods/combatroll-forge-1.3.2+1.20.1.jar"
hash = "01940f1c00356dea82dc228db8aed97d6eaacce7b010eaec1f3ddd197ce8a201"
[[files]]
file = "mods/cosmeticarmorreworked-1.20.1-v1a.jar"
hash = "c790e8671625b05ec0aa19272e0ea74ea95619f953e3c6f39a6736af0d386804"
@ -1624,6 +1640,10 @@ hash = "516eeda029497c111aad8c0884e4a6909ca8cecd8b8eced2e4f2e901878e6c5c"
file = "mods/entityculling-forge-1.6.2-mc1.20.1.jar"
hash = "132ec1dc9127511f044eea7a8ff3636373ed7dcb3696e4b25c4215bc85e8a25c"
[[files]]
file = "mods/essential_1-3-2-4_forge_1-20-1.jar"
hash = "5f490046ea14efe9a6148885f77f4811938285de72c74b77cbeea0abcac663c6"
[[files]]
file = "mods/fancymenu_forge_3.2.2_MC_1.20.1.jar"
hash = "cc1d88f7c55ca99d15f410bfe9103ac61a3b315fc478ca5fe58fe40e8aabd7bb"
@ -1632,6 +1652,26 @@ hash = "cc1d88f7c55ca99d15f410bfe9103ac61a3b315fc478ca5fe58fe40e8aabd7bb"
file = "mods/ferritecore-6.0.1-forge.jar"
hash = "9c2c9396a49e796d88497758caa4637d2bcbb433c318e2dd9cebcffbaf0f6c54"
[[files]]
file = "mods/ftb-essentials-forge-2001.2.2.jar"
hash = "17475fdb125ce7f81225d12d7638f7d1fb239f7c4beb7b6b9976fa0a622b692c"
[[files]]
file = "mods/ftb-library-forge-2001.2.1.jar"
hash = "c9eb8c8c607551d85418c92bb85095b770960b5e1a3754bfcd39b12498ba3e73"
[[files]]
file = "mods/ftb-quests-forge-2001.4.2.jar"
hash = "634d9823e78d3ba1ffdf18b9692a7c25056bd590f6926cbca4b765d4dcf6bc2a"
[[files]]
file = "mods/ftb-teams-forge-2001.3.0.jar"
hash = "74817d522e59c62d083772ad66fe2395642751edb60b991a33f0306cb1aad105"
[[files]]
file = "mods/ftb-xmod-compat-forge-2.1.1.jar"
hash = "3b15e2e052c74dd63f76076dc2ec1d747c2a8448c5c6ebc10b1beb0aa3f5ce0b"
[[files]]
file = "mods/geckolib-forge-1.20.1-4.4.4.jar"
hash = "ebeade797d074d79a82d8d3a3adf0ad2636ce45e1ffd0de9612388ac333ccb69"
@ -1644,6 +1684,10 @@ hash = "a0967ce8605d99fd5870f093ddd3ba18c548b9b1858a459b42f4e0feabaefaee"
file = "mods/immersive_aircraft-1.0.0+1.20.1-forge.jar"
hash = "b41568a399be339e17a4285f8826f261982ba334972ce2766f555af25907a9bd"
[[files]]
file = "mods/inventoryessentials-forge-1.20.1-8.2.3.jar"
hash = "374b72d5731662b05f18c7f1bcad53d19e9c15cff0b3fbff5bfb5dd038da687c"
[[files]]
file = "mods/irons_rpg_tweaks-1.20-1.2.3.jar"
hash = "4c49ce105bc3383c0825e9ac24369af52261241dcce6dcbcde7d2aab6436ebc6"

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "d422016b88cd86a3199d236aabe69808317cdc1a1a3adacfe3cf804c2f240336"
hash = "acc1df368d7d65f0437f75da7a1f74c057eab88a46998452ff3c2da10e9c64df"
[versions]
forge = "47.2.17"