generated from NTCat/mcpacktemp
Compare commits
4 Commits
535b199336
...
03c8cc3c66
Author | SHA1 | Date | |
---|---|---|---|
03c8cc3c66 | |||
8c9b9c3e25 | |||
d8c3bef90d | |||
0fac625035 |
@ -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
@ -231,6 +231,17 @@
|
|||||||
"value": 100
|
"value": 100
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"combatroll:distance": {
|
||||||
|
"enabled": false,
|
||||||
|
"min": {
|
||||||
|
"default": 1,
|
||||||
|
"value": 1
|
||||||
|
},
|
||||||
|
"max": {
|
||||||
|
"default": 24,
|
||||||
|
"value": 24
|
||||||
|
}
|
||||||
|
},
|
||||||
"irons_spellbooks:cast_time_reduction": {
|
"irons_spellbooks:cast_time_reduction": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"min": {
|
"min": {
|
||||||
@ -264,6 +275,17 @@
|
|||||||
"value": 100
|
"value": 100
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"combatroll:recharge": {
|
||||||
|
"enabled": false,
|
||||||
|
"min": {
|
||||||
|
"default": 0.1,
|
||||||
|
"value": 0.1
|
||||||
|
},
|
||||||
|
"max": {
|
||||||
|
"default": 200,
|
||||||
|
"value": 200
|
||||||
|
}
|
||||||
|
},
|
||||||
"attributeslib:dodge_chance": {
|
"attributeslib:dodge_chance": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"min": {
|
"min": {
|
||||||
@ -682,6 +704,17 @@
|
|||||||
"value": 100
|
"value": 100
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"combatroll:count": {
|
||||||
|
"enabled": false,
|
||||||
|
"min": {
|
||||||
|
"default": 0,
|
||||||
|
"value": 0
|
||||||
|
},
|
||||||
|
"max": {
|
||||||
|
"default": 20,
|
||||||
|
"value": 20
|
||||||
|
}
|
||||||
|
},
|
||||||
"skilltree:stealth": {
|
"skilltree:stealth": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"min": {
|
"min": {
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
"maxPokemonLevel": 100,
|
"maxPokemonLevel": 100,
|
||||||
"maxPokemonFriendship": 255,
|
"maxPokemonFriendship": 255,
|
||||||
"announceDropItems": true,
|
"announceDropItems": true,
|
||||||
"defaultDropItemMethod": "ON_ENTITY",
|
|
||||||
"ambientPokemonCryTicks": 1080,
|
"ambientPokemonCryTicks": 1080,
|
||||||
"defaultBoxCount": 30,
|
"defaultBoxCount": 30,
|
||||||
"pokemonSaveIntervalSeconds": 30,
|
"pokemonSaveIntervalSeconds": 30,
|
||||||
|
11
client/config/combatroll/client.json5
Normal file
11
client/config/combatroll/client.json5
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"playCooldownSound": true,
|
||||||
|
"playCooldownFlash": true,
|
||||||
|
"playRollSound": true,
|
||||||
|
"hudArrowColor": 5540067,
|
||||||
|
"hudBackgroundOpacity": 75,
|
||||||
|
"showWhenFull": true,
|
||||||
|
"showHUDInCreative": false,
|
||||||
|
"showKeybinding": true,
|
||||||
|
"keybindingLabelPosition": "LEFT"
|
||||||
|
}
|
23
client/config/combatroll/enchantments.json
Normal file
23
client/config/combatroll/enchantments.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
9
client/config/combatroll/hud_config.json
Normal file
9
client/config/combatroll/hud_config.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"rollWidget": {
|
||||||
|
"origin": "BOTTOM",
|
||||||
|
"offset": {
|
||||||
|
"f_82470_": 108.0,
|
||||||
|
"f_82471_": -12.0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
22
client/config/combatroll/server.json5
Normal file
22
client/config/combatroll/server.json5
Normal 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
|
||||||
|
}
|
@ -8,7 +8,7 @@
|
|||||||
CosArmorGuiButton_Left = 65
|
CosArmorGuiButton_Left = 65
|
||||||
#The vertical pixel distance from the origin point of player inventoy gui
|
#The vertical pixel distance from the origin point of player inventoy gui
|
||||||
#Range: > -2147483648
|
#Range: > -2147483648
|
||||||
CosArmorGuiButton_Top = 75
|
CosArmorGuiButton_Top = 55
|
||||||
#Whether or not to hide the button for toggling the mod temporarily on client side
|
#Whether or not to hide the button for toggling the mod temporarily on client side
|
||||||
CosArmorToggleButton_Hidden = false
|
CosArmorToggleButton_Hidden = false
|
||||||
#The horizontal pixel distance from the origin point of player inventory gui
|
#The horizontal pixel distance from the origin point of player inventory gui
|
||||||
@ -16,7 +16,7 @@
|
|||||||
CosArmorToggleButton_Left = 59
|
CosArmorToggleButton_Left = 59
|
||||||
#The vertical pixel distance from the origin point of player inventory gui
|
#The vertical pixel distance from the origin point of player inventory gui
|
||||||
#Range: > -2147483648
|
#Range: > -2147483648
|
||||||
CosArmorToggleButton_Top = 72
|
CosArmorToggleButton_Top = 55
|
||||||
#Whether or not to hide the button for opening CosmeticArmorInventory in CreativeInventory
|
#Whether or not to hide the button for opening CosmeticArmorInventory in CreativeInventory
|
||||||
CosArmorCreativeGuiButton_Hidden = false
|
CosArmorCreativeGuiButton_Hidden = false
|
||||||
#The horizontal pixel distance from the origin point of creative inventory gui
|
#The horizontal pixel distance from the origin point of creative inventory gui
|
||||||
|
@ -24,6 +24,6 @@
|
|||||||
"notifications": {
|
"notifications": {
|
||||||
"force_disable_donation_prompts": false,
|
"force_disable_donation_prompts": false,
|
||||||
"has_cleared_donation_button": false,
|
"has_cleared_donation_button": false,
|
||||||
"has_seen_donation_prompt": false
|
"has_seen_donation_prompt": true
|
||||||
}
|
}
|
||||||
}
|
}
|
13
client/config/ftbxmodcompat.snbt
Normal file
13
client/config/ftbxmodcompat.snbt
Normal 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"
|
||||||
|
}
|
7
client/config/inventoryessentials-common.toml
Normal file
7
client/config/inventoryessentials-common.toml
Normal 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
|
||||||
|
|
@ -42,7 +42,16 @@
|
|||||||
"appeng.client.gui.implementations.IOBusScreen": true,
|
"appeng.client.gui.implementations.IOBusScreen": true,
|
||||||
"net.p3pp3rf1y.sophisticatedbackpacks.client.gui.BackpackScreen": true,
|
"net.p3pp3rf1y.sophisticatedbackpacks.client.gui.BackpackScreen": true,
|
||||||
"com.simibubi.create.content.equipment.clipboard.ClipboardScreen": 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": {
|
"hideBackground": {
|
||||||
"me.shedaniel.rei.impl.client.gui.screen.DefaultDisplayViewingScreen": true,
|
"me.shedaniel.rei.impl.client.gui.screen.DefaultDisplayViewingScreen": true,
|
||||||
@ -71,6 +80,13 @@
|
|||||||
"appeng.client.gui.implementations.IOBusScreen": true,
|
"appeng.client.gui.implementations.IOBusScreen": true,
|
||||||
"net.p3pp3rf1y.sophisticatedbackpacks.client.gui.BackpackScreen": true,
|
"net.p3pp3rf1y.sophisticatedbackpacks.client.gui.BackpackScreen": true,
|
||||||
"com.simibubi.create.content.equipment.clipboard.ClipboardScreen": 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
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -9,7 +9,6 @@ Create Crafts & Additions
|
|||||||
Create Diesel Generators
|
Create Diesel Generators
|
||||||
Create Enchantment Industry
|
Create Enchantment Industry
|
||||||
Create Stuff & Additions
|
Create Stuff & Additions
|
||||||
Create Utilities
|
|
||||||
Create: Cobblemon Industrialized
|
Create: Cobblemon Industrialized
|
||||||
Create: Easy Structures
|
Create: Easy Structures
|
||||||
Create: Steam 'n' Rails
|
Create: Steam 'n' Rails
|
||||||
@ -31,10 +30,12 @@ Vending Machine
|
|||||||
Wares
|
Wares
|
||||||
Waystones
|
Waystones
|
||||||
create: things and misc
|
create: things and misc
|
||||||
Iron Chests
|
|
||||||
Applied Energistics 2
|
Applied Energistics 2
|
||||||
Sophisticated Backpacks
|
Sophisticated Backpacks
|
||||||
Sophisticated Core
|
Sophisticated Core
|
||||||
Sophisticated Storage
|
Sophisticated Storage
|
||||||
Passive Skill Tree
|
Passive Skill Tree
|
||||||
Pet Transfer
|
Pet Transfer
|
||||||
|
Combat Roll
|
||||||
|
Create Utilities
|
||||||
|
FTB Quests
|
||||||
|
@ -76,3 +76,5 @@ ae2:condenser
|
|||||||
ae2:entropy
|
ae2:entropy
|
||||||
ae2:inscriber
|
ae2:inscriber
|
||||||
ae2:item_transformation
|
ae2:item_transformation
|
||||||
|
ftbquests:loot_crate
|
||||||
|
ftbquests:quest
|
||||||
|
@ -1 +1,2 @@
|
|||||||
|
T:{Count:1b,id:"scpo:moneyprinter"}
|
||||||
T:{Count:1b,id:"minecraft:raw_iron"}
|
T:{Count:1b,id:"minecraft:raw_iron"}
|
||||||
|
129
client/config/kingdomkeys-client.toml
Normal file
129
client/config/kingdomkeys-client.toml
Normal 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
|
||||||
|
|
73
client/config/kingdomkeys-common.toml
Normal file
73
client/config/kingdomkeys-common.toml
Normal 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
|
||||||
|
|
3
client/config/midnightlib.json
Normal file
3
client/config/midnightlib.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"config_screen_list": "TRUE"
|
||||||
|
}
|
4
client/config/moremousekeybinds.json
Normal file
4
client/config/moremousekeybinds.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"periodicAttackMatchCooldownSpeed": true,
|
||||||
|
"periodicAttackDelay": 40
|
||||||
|
}
|
@ -1,5 +1,5 @@
|
|||||||
#This file stores configuration options for Iris, such as the currently active shaderpack
|
#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
|
colorSpace=SRGB
|
||||||
disableUpdateMessage=false
|
disableUpdateMessage=false
|
||||||
enableDebugOptions=false
|
enableDebugOptions=false
|
||||||
|
17
client/config/sidebar_buttons.json
Normal file
17
client/config/sidebar_buttons.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
@ -98,16 +98,16 @@
|
|||||||
"name": "gui.xaero_entity_category_root",
|
"name": "gui.xaero_entity_category_root",
|
||||||
"protection": true,
|
"protection": true,
|
||||||
"settingOverrides": {
|
"settingOverrides": {
|
||||||
"displayHeight": 0.0,
|
|
||||||
"displayed": true,
|
"displayed": true,
|
||||||
|
"displayHeight": 0.0,
|
||||||
"heightBasedFade": true,
|
"heightBasedFade": true,
|
||||||
"renderOrder": 0.0,
|
"renderOrder": 0.0,
|
||||||
"color": 13.0,
|
"color": 13.0,
|
||||||
"displayNameWhenIconFails": true,
|
"displayNameWhenIconFails": true,
|
||||||
"entityNumber": 1000.0,
|
"entityNumber": 1000.0,
|
||||||
"alwaysDisplayNametags": false,
|
"alwaysDisplayNametags": false,
|
||||||
"dotSize": 2.0,
|
|
||||||
"startFadingAt": 0.0,
|
"startFadingAt": 0.0,
|
||||||
|
"dotSize": 2.0,
|
||||||
"renderOverMinimapFrame": 1.0,
|
"renderOverMinimapFrame": 1.0,
|
||||||
"icons": 0.0,
|
"icons": 0.0,
|
||||||
"names": 2.0,
|
"names": 2.0,
|
||||||
|
@ -42,7 +42,7 @@ hash = "6fbf05e2719f095908f8196a694f6a8f36bc39c7d5e71644b0ea55e025c8b80f"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/apotheosis/enchantments.cfg"
|
file = "config/apotheosis/enchantments.cfg"
|
||||||
hash = "636ecefe2d1555443295198ffa506fa05b76fcb1b8e8d56bfafac8c6e87e3ff0"
|
hash = "36b240d27546421f77056080d81d712f6db08ce02292b8ebb89c9a9a483f330a"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/apotheosis/garden.cfg"
|
file = "config/apotheosis/garden.cfg"
|
||||||
@ -50,7 +50,7 @@ hash = "8dea2945143e4e9e5bb0c6460296ad42a45ad95518d75a9ae36e2645c1f1e2be"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/apotheosis/names.cfg"
|
file = "config/apotheosis/names.cfg"
|
||||||
hash = "2e5f3c857156acb6962f3edd0db7e0d23e3ecd129486be5001fefd98f4be407d"
|
hash = "9592bca6019e4b99fb54acbf92f3e6ed6bf08a9188525738266a882c5044141a"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/apotheosis/potion.cfg"
|
file = "config/apotheosis/potion.cfg"
|
||||||
@ -70,7 +70,7 @@ hash = "b477c8c493b28366a6b282f29f46c9415e3a4a2a23fff6e09331644c435dfd48"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/attributefix.json"
|
file = "config/attributefix.json"
|
||||||
hash = "981e52b7ee8faa16035ce9629893a920c867bba767ef4d7ce8b9aa491ccb70da"
|
hash = "fcd17b7cf6c4205b3e1a879c62ff5e113391ea46354e8a96667371a314f30978"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/attributeslib.cfg"
|
file = "config/attributeslib.cfg"
|
||||||
@ -206,7 +206,7 @@ hash = "d32d3caafbc0c51fab75472c982e81abc36bb7a42457621f9535e87f2015440b"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/cobblemon/main.json"
|
file = "config/cobblemon/main.json"
|
||||||
hash = "1f520e0fb30e16a97d4053f4c0f48bcb6728fc6e7c5d5b999844e7b1c1369e0e"
|
hash = "925b3b41d290f5ffb253d0dc7b6bb88079dc920430bca2455bf1134ee7ba35f1"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/cobblemonintegrations-common.toml"
|
file = "config/cobblemonintegrations-common.toml"
|
||||||
@ -216,9 +216,25 @@ hash = "4f1a8f779180ecba18d38d56c39a05b80f90f55285571431665ca684b79ff6af"
|
|||||||
file = "config/collective.json5"
|
file = "config/collective.json5"
|
||||||
hash = "600046b205e20aa3a2ff5af8a66a202c00a97b1c27a6c0675211dbe11d4c0b5f"
|
hash = "600046b205e20aa3a2ff5af8a66a202c00a97b1c27a6c0675211dbe11d4c0b5f"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/combatroll/client.json5"
|
||||||
|
hash = "e9714f119c3862a898e53eab1a4ba6220a2194a5bdf0aea86623042d6cbf57e3"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/combatroll/enchantments.json"
|
||||||
|
hash = "b807ca9ebe5ca5e45c8367b08cb97a08aa73181b66da4ab7c9f92e02200ca01e"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/combatroll/hud_config.json"
|
||||||
|
hash = "dd256182183eda6d42d798798371b748908d54658805ca2b1886bae27c7b4d4c"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/combatroll/server.json5"
|
||||||
|
hash = "6c3ec2b2926b78c73dddf0cfedaf483efb7c3fe8a093f557e560ab280a0683f4"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/cosmeticarmorreworked-client.toml"
|
file = "config/cosmeticarmorreworked-client.toml"
|
||||||
hash = "d8e901ce0a9ca6e4104883606cbae09adbea19de045482dd11e3cd7867abaca4"
|
hash = "9fe3a6aca5e6d9a1dbcee46a32d3302ceae1d52e22653f0dfc7bdef6877eca4e"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/cosmeticarmorreworked-common.toml"
|
file = "config/cosmeticarmorreworked-common.toml"
|
||||||
@ -606,7 +622,7 @@ hash = "09ff183e061d93b79514bc171bf9118497578757e7a5c45946039487656e2619"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/embeddium-options.json"
|
file = "config/embeddium-options.json"
|
||||||
hash = "886675aa5c45ffdd669c6927d939f1fbe8c8665eb3e5157dd265f0fe7327af25"
|
hash = "825e917243a22ece6874a45a8642025843e6b0326e8cf9952ab098ac35921602"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/enchdesc.json"
|
file = "config/enchdesc.json"
|
||||||
@ -844,6 +860,10 @@ hash = "a440d2a7ce939ef3c462475555a9a188263aebdbf13db600de3f01d9d312970c"
|
|||||||
file = "config/forge-resource-caching.toml"
|
file = "config/forge-resource-caching.toml"
|
||||||
hash = "52df30f5c619e0b8f0549eb442f43cedbee8ca039cc711eaa25f1a13e3d3ee79"
|
hash = "52df30f5c619e0b8f0549eb442f43cedbee8ca039cc711eaa25f1a13e3d3ee79"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/ftbxmodcompat.snbt"
|
||||||
|
hash = "9abe2c7f784810cac3ca71c74d02aacd5fe6861d744cb143d077a525a2b42e76"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/highlighter-common.toml"
|
file = "config/highlighter-common.toml"
|
||||||
hash = "e24fead77e2d94d8890dda4b86c13d62298f5d05f1b0440d4782358da288b3b5"
|
hash = "e24fead77e2d94d8890dda4b86c13d62298f5d05f1b0440d4782358da288b3b5"
|
||||||
@ -852,13 +872,17 @@ hash = "e24fead77e2d94d8890dda4b86c13d62298f5d05f1b0440d4782358da288b3b5"
|
|||||||
file = "config/immersive_aircraft.json"
|
file = "config/immersive_aircraft.json"
|
||||||
hash = "86dbbf392600eeb816b22b53cf717e373ad4173125d006ff453ef646d4a0fbc7"
|
hash = "86dbbf392600eeb816b22b53cf717e373ad4173125d006ff453ef646d4a0fbc7"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/inventoryessentials-common.toml"
|
||||||
|
hash = "2696133bf8a18d3811868bbbc8bba93a3d79dda3aadeaa81ed78984b0538833b"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/invmove.json"
|
file = "config/invmove.json"
|
||||||
hash = "f07273670fb6fbd2012d7a63e2453826f00e42dd82efb3ea82a4d81894f3b410"
|
hash = "f07273670fb6fbd2012d7a63e2453826f00e42dd82efb3ea82a4d81894f3b410"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/invmove/unrecognized.json"
|
file = "config/invmove/unrecognized.json"
|
||||||
hash = "f3f54b292ed9cdce687c6d338608b183658d369e35fab12f93a8c397077b5535"
|
hash = "d70c2be745de8a77932a37ad1a99bf6e67af30a2cfc389026fe1d6e4a48dc614"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/invmove/vanilla.json"
|
file = "config/invmove/vanilla.json"
|
||||||
@ -898,7 +922,7 @@ hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/jei/ingredient-list-mod-sort-order.ini"
|
file = "config/jei/ingredient-list-mod-sort-order.ini"
|
||||||
hash = "abcb94d0207e83466c21dad0b826d886baf22e88f6e0a6645f5687e4589f3ee6"
|
hash = "9fe7c3d9ffe758a39174652e96ae4128872e653e9b650cb7723b67050c9e75b4"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/jei/ingredient-list-type-sort-order.ini"
|
file = "config/jei/ingredient-list-type-sort-order.ini"
|
||||||
@ -922,7 +946,7 @@ hash = "34eb990ae2cf62220a0d1be95629bcac46e6732f1cd6f7b6fdc54bcae02916e5"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/jei/recipe-category-sort-order.ini"
|
file = "config/jei/recipe-category-sort-order.ini"
|
||||||
hash = "c9cbae3b6afc4ebdc19d7566f426751ec0ace6265bc32a86cdbf0127d78e2961"
|
hash = "0e88f55a802e1d601966652e69d4b90ff95fe86ac6c8a46bec0f034f1e042d44"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/jei/world/local/New_World/bookmarks.ini"
|
file = "config/jei/world/local/New_World/bookmarks.ini"
|
||||||
@ -934,7 +958,7 @@ hash = "1b6a116468775c1c4ced1f7fcb00d5f51d4f795ee5a3d902ec89faa5ea0fb7dc"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/jei/world/local/New_World__2/bookmarks.ini"
|
file = "config/jei/world/local/New_World__2/bookmarks.ini"
|
||||||
hash = "3403f1af3d7547ae2b4c655c715f7dfd22ec62a2fc766d8a12e04b3a155dd0a0"
|
hash = "5bc7cc585c168898f317fdbc4bec03857e276e2d2a267877676bc248a30cb6bb"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/jeresources-common.toml"
|
file = "config/jeresources-common.toml"
|
||||||
@ -948,6 +972,14 @@ hash = "b101c668c6c658e2db126b7f6d3b9eb913537ff8903fbfce0128534299b2aea5"
|
|||||||
file = "config/justzoom/config.txt"
|
file = "config/justzoom/config.txt"
|
||||||
hash = "2a6230b55c4b70b4a3146d010bee34f0039842c66220af2f40f97a97f66686a6"
|
hash = "2a6230b55c4b70b4a3146d010bee34f0039842c66220af2f40f97a97f66686a6"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/kingdomkeys-client.toml"
|
||||||
|
hash = "06d2da40b35b05f27e4fd7ea0df6a152c4500413d316f63910e765c99b76a619"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/kingdomkeys-common.toml"
|
||||||
|
hash = "38fe819b383feaef68a5324a8d14059d185f5bcf9cb6abed0c630b3bc9e2783b"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/konkrete/locals/de_de.local"
|
file = "config/konkrete/locals/de_de.local"
|
||||||
hash = "79a34cfd15c2d9c06498dc221be79279507d9b57666cd44f8d2c2cf95d3582ef"
|
hash = "79a34cfd15c2d9c06498dc221be79279507d9b57666cd44f8d2c2cf95d3582ef"
|
||||||
@ -1000,13 +1032,21 @@ hash = "83b5ebf7613d4eab5b557b11b6433b9ef548e8ccb78b9c981c7fd7a0a0b27153"
|
|||||||
file = "config/mahoutsukai-client.toml"
|
file = "config/mahoutsukai-client.toml"
|
||||||
hash = "20e21e28b8f27dee459bf35f2d8fd17a04e39d34e2af8158a311b5e31d987194"
|
hash = "20e21e28b8f27dee459bf35f2d8fd17a04e39d34e2af8158a311b5e31d987194"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/midnightlib.json"
|
||||||
|
hash = "9bcdd9f5ae6c9fecc3a0dfee7507bf17c56702f14e40db9cdde90148f1d3b387"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/moremousekeybinds.json"
|
||||||
|
hash = "599894d931d1231cdd45e3f83ead3269789e4f58986fcec9cc1b7b8897a2b4ad"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/notenoughanimations.json"
|
file = "config/notenoughanimations.json"
|
||||||
hash = "f734f35399f949a79b29328d6d0398027a5e5c4f5ffa15f35a44c8054b54da34"
|
hash = "f734f35399f949a79b29328d6d0398027a5e5c4f5ffa15f35a44c8054b54da34"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/oculus.properties"
|
file = "config/oculus.properties"
|
||||||
hash = "ffef2c13cdaabda2e8f9324245b7f00ada9b630d7572cc052baaca15a52598ec"
|
hash = "b502e14c82385e1e6e190b922b1cf0ef15d11dee263569389ffba9b975ae98f4"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/passiveshield.json5"
|
file = "config/passiveshield.json5"
|
||||||
@ -1060,6 +1100,10 @@ hash = "28e5b8f2e7d93aa4a086c908e6fe135055d1ebda0eb5465d165e1d3790f34a1b"
|
|||||||
file = "config/rubidium-options.json"
|
file = "config/rubidium-options.json"
|
||||||
hash = "6f76044a1bf65a1c59a6fbf934d75ec5fc5d83c5613cb7091e1c0d94ee64070d"
|
hash = "6f76044a1bf65a1c59a6fbf934d75ec5fc5d83c5613cb7091e1c0d94ee64070d"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/sidebar_buttons.json"
|
||||||
|
hash = "f37500e8d3440dc1da3307f0fbbb3a0c181794c844efab9cfeb16564b4f22f3d"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/skilltree-client.toml"
|
file = "config/skilltree-client.toml"
|
||||||
hash = "1019a5094c566633f9e7bff77038fcd2ec966cbd824fc337460814e2752a79f1"
|
hash = "1019a5094c566633f9e7bff77038fcd2ec966cbd824fc337460814e2752a79f1"
|
||||||
@ -1198,7 +1242,7 @@ hash = "36332a37b48545f73f069dad385e2a266672954fa0b3fa31644f40ec88ea6636"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/xaerominimap_entities.json"
|
file = "config/xaerominimap_entities.json"
|
||||||
hash = "f04d4fbfc14fdbfb1bdf4f0012356f468a8f30802811585230a0bda1df825a93"
|
hash = "ff623c4f8344b8962ed99f519854c6d67eb80de1a568c9e076358db5b4ab413f"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/xaeropatreon.txt"
|
file = "config/xaeropatreon.txt"
|
||||||
@ -1212,6 +1256,10 @@ hash = "103979a8e59e396f99fb8646c4f8a690c2d743ca3744a2eb8f663b3102b7498c"
|
|||||||
file = "config/xaeroworldmap.txt"
|
file = "config/xaeroworldmap.txt"
|
||||||
hash = "6028733f967d0d0f6a80dd236d3dcc7d2446912c719ab9a7d3f83d8624d9b92d"
|
hash = "6028733f967d0d0f6a80dd236d3dcc7d2446912c719ab9a7d3f83d8624d9b92d"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "knownkeys.txt"
|
||||||
|
hash = "5ae6ebe1350df59ac3b5c541727cd749975022e92bb90e8b24e5e01e0aa9043b"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/1.20-Ghostwriter-2.4.5.jar"
|
file = "mods/1.20-Ghostwriter-2.4.5.jar"
|
||||||
hash = "8af51afa4f5060ea266bc80e4430d25df5088bc74cf8c03c2549eea84c1b8b42"
|
hash = "8af51afa4f5060ea266bc80e4430d25df5088bc74cf8c03c2549eea84c1b8b42"
|
||||||
@ -1280,6 +1328,10 @@ hash = "a57bb0f6ea2d8b0266a6711d13068620db62da46ae29eb1f7fe566978cd4f21f"
|
|||||||
file = "mods/CobblemonTrainers-forge-1.1.3+1.5.0-rc3.jar"
|
file = "mods/CobblemonTrainers-forge-1.1.3+1.5.0-rc3.jar"
|
||||||
hash = "bb024e9bd8c2a12aad8f0c253a5a033457bd005cf07f52f1bd8ba17746e1b969"
|
hash = "bb024e9bd8c2a12aad8f0c253a5a033457bd005cf07f52f1bd8ba17746e1b969"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/Controlling-forge-1.20.1-12.0.2.jar"
|
||||||
|
hash = "516308a93824119f6a1ebc75425aa21ee8f8de0c331942793a054ba6d9c24944"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/CraftPresence-2.3.9+1.20.1.jar"
|
file = "mods/CraftPresence-2.3.9+1.20.1.jar"
|
||||||
hash = "b44a0f8e3361077b4c6782176a67cbead137f37d682cc523a13b98f094b0487e"
|
hash = "b44a0f8e3361077b4c6782176a67cbead137f37d682cc523a13b98f094b0487e"
|
||||||
@ -1308,6 +1360,10 @@ hash = "bac12d4f22f571fc887bc662266c628b47fa296e41116de839dc8963051ed4ec"
|
|||||||
file = "mods/EnchantmentDescriptions-Forge-1.20.1-17.0.14.jar"
|
file = "mods/EnchantmentDescriptions-Forge-1.20.1-17.0.14.jar"
|
||||||
hash = "4216fc43621f422e7656c8bd6b2a5e4a5b0806cda7415885b99d9b18508ea9bc"
|
hash = "4216fc43621f422e7656c8bd6b2a5e4a5b0806cda7415885b99d9b18508ea9bc"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/FTBQuestsOptimizer-forge-2.0.1-1.20.1.jar"
|
||||||
|
hash = "12721aa17fcec0c63488aa0c505be63d61951534647a7b56651bd59175253620"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/Fallingleaves-1.20.1-2.1.0.jar"
|
file = "mods/Fallingleaves-1.20.1-2.1.0.jar"
|
||||||
hash = "46c1d4d94780ffad392b6139d4b0e535d399a310d9884c1f13230f31d43350a7"
|
hash = "46c1d4d94780ffad392b6139d4b0e535d399a310d9884c1f13230f31d43350a7"
|
||||||
@ -1376,6 +1432,10 @@ hash = "f53bd23c3c17c5ac89d3c74e5d1b6b7c1051c7d28ae2e8f4d3283c36c1d90174"
|
|||||||
file = "mods/SCP_Overtime_2.0.8.jar"
|
file = "mods/SCP_Overtime_2.0.8.jar"
|
||||||
hash = "561f67d42e682a86bbf45b415d38f4ac395645d6a49b9f07d9ee7c5f9259d815"
|
hash = "561f67d42e682a86bbf45b415d38f4ac395645d6a49b9f07d9ee7c5f9259d815"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/Searchables-forge-1.20.1-1.0.3.jar"
|
||||||
|
hash = "c1a76e93886210574d3f298c0461241fb711e52ac22c7a04d3236840f29e6576"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/Steam_Rails-1.6.4+forge-mc1.20.1.jar"
|
file = "mods/Steam_Rails-1.6.4+forge-mc1.20.1.jar"
|
||||||
hash = "d23403ec6f767f4aeb318db5f471cf5aabbb83cd6c5b3256878aa007f1330213"
|
hash = "d23403ec6f767f4aeb318db5f471cf5aabbb83cd6c5b3256878aa007f1330213"
|
||||||
@ -1466,7 +1526,7 @@ hash = "4ea3933ee2a9ffed5b739bbbf8a8c974737fd59cb6517c61c54b3eae9465ff54"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/balm-forge-1.20.1-7.2.2.jar"
|
file = "mods/balm-forge-1.20.1-7.2.2.jar"
|
||||||
hash = "6f4029cafb0b7f1bc4810af9237c8973dde05bdce30852625d72a40feaa1b71e"
|
hash = "d4cf32e6df112be22a5af233626d0053a257a589fa21c3f5e0fb922070287646"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/betterarcheology-1.1.9-1.20.1.jar"
|
file = "mods/betterarcheology-1.1.9-1.20.1.jar"
|
||||||
@ -1508,6 +1568,10 @@ hash = "8c219e59079700f6e04be24f231b7506a44be1b75efc53f32574de22b5233357"
|
|||||||
file = "mods/collective-1.20.1-7.57.jar"
|
file = "mods/collective-1.20.1-7.57.jar"
|
||||||
hash = "682f75ae18c7d06465d5d38559cee1a1d621c052324954a6dacfb96e22f478be"
|
hash = "682f75ae18c7d06465d5d38559cee1a1d621c052324954a6dacfb96e22f478be"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/combatroll-forge-1.3.2+1.20.1.jar"
|
||||||
|
hash = "01940f1c00356dea82dc228db8aed97d6eaacce7b010eaec1f3ddd197ce8a201"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/cosmeticarmorreworked-1.20.1-v1a.jar"
|
file = "mods/cosmeticarmorreworked-1.20.1-v1a.jar"
|
||||||
hash = "c790e8671625b05ec0aa19272e0ea74ea95619f953e3c6f39a6736af0d386804"
|
hash = "c790e8671625b05ec0aa19272e0ea74ea95619f953e3c6f39a6736af0d386804"
|
||||||
@ -1620,6 +1684,10 @@ hash = "516eeda029497c111aad8c0884e4a6909ca8cecd8b8eced2e4f2e901878e6c5c"
|
|||||||
file = "mods/entityculling-forge-1.6.2-mc1.20.1.jar"
|
file = "mods/entityculling-forge-1.6.2-mc1.20.1.jar"
|
||||||
hash = "132ec1dc9127511f044eea7a8ff3636373ed7dcb3696e4b25c4215bc85e8a25c"
|
hash = "132ec1dc9127511f044eea7a8ff3636373ed7dcb3696e4b25c4215bc85e8a25c"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/essential_1-3-2-4_forge_1-20-1.jar"
|
||||||
|
hash = "5f490046ea14efe9a6148885f77f4811938285de72c74b77cbeea0abcac663c6"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fancymenu_forge_3.2.2_MC_1.20.1.jar"
|
file = "mods/fancymenu_forge_3.2.2_MC_1.20.1.jar"
|
||||||
hash = "cc1d88f7c55ca99d15f410bfe9103ac61a3b315fc478ca5fe58fe40e8aabd7bb"
|
hash = "cc1d88f7c55ca99d15f410bfe9103ac61a3b315fc478ca5fe58fe40e8aabd7bb"
|
||||||
@ -1628,6 +1696,26 @@ hash = "cc1d88f7c55ca99d15f410bfe9103ac61a3b315fc478ca5fe58fe40e8aabd7bb"
|
|||||||
file = "mods/ferritecore-6.0.1-forge.jar"
|
file = "mods/ferritecore-6.0.1-forge.jar"
|
||||||
hash = "9c2c9396a49e796d88497758caa4637d2bcbb433c318e2dd9cebcffbaf0f6c54"
|
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]]
|
[[files]]
|
||||||
file = "mods/geckolib-forge-1.20.1-4.4.4.jar"
|
file = "mods/geckolib-forge-1.20.1-4.4.4.jar"
|
||||||
hash = "ebeade797d074d79a82d8d3a3adf0ad2636ce45e1ffd0de9612388ac333ccb69"
|
hash = "ebeade797d074d79a82d8d3a3adf0ad2636ce45e1ffd0de9612388ac333ccb69"
|
||||||
@ -1640,6 +1728,10 @@ hash = "a0967ce8605d99fd5870f093ddd3ba18c548b9b1858a459b42f4e0feabaefaee"
|
|||||||
file = "mods/immersive_aircraft-1.0.0+1.20.1-forge.jar"
|
file = "mods/immersive_aircraft-1.0.0+1.20.1-forge.jar"
|
||||||
hash = "b41568a399be339e17a4285f8826f261982ba334972ce2766f555af25907a9bd"
|
hash = "b41568a399be339e17a4285f8826f261982ba334972ce2766f555af25907a9bd"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/inventoryessentials-forge-1.20.1-8.2.3.jar"
|
||||||
|
hash = "374b72d5731662b05f18c7f1bcad53d19e9c15cff0b3fbff5bfb5dd038da687c"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/irons_rpg_tweaks-1.20-1.2.3.jar"
|
file = "mods/irons_rpg_tweaks-1.20-1.2.3.jar"
|
||||||
hash = "4c49ce105bc3383c0825e9ac24369af52261241dcce6dcbcde7d2aab6436ebc6"
|
hash = "4c49ce105bc3383c0825e9ac24369af52261241dcce6dcbcde7d2aab6436ebc6"
|
||||||
@ -1799,3 +1891,11 @@ hash = "2a51710b826e04abab388b6bcb28412e1a535468ccc307dafc6fa497db6524d9"
|
|||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/xaeros_waystones_compability-1.0.jar"
|
file = "mods/xaeros_waystones_compability-1.0.jar"
|
||||||
hash = "df3159e8db3220e39f7714d808430ba12b16e88140bf2f7a4be6ac2333b03e09"
|
hash = "df3159e8db3220e39f7714d808430ba12b16e88140bf2f7a4be6ac2333b03e09"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "options.txt"
|
||||||
|
hash = "28386d5bb755c74859f4ec8222b514850ac2a414e2dc86be41b18052b6305375"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "optionsof.txt"
|
||||||
|
hash = "5284bed57d35ef48886ffa08fc734b481345537254aa3316bff6012653487a76"
|
||||||
|
86
client/knownkeys.txt
Normal file
86
client/knownkeys.txt
Normal file
@ -0,0 +1,86 @@
|
|||||||
|
key.attack
|
||||||
|
key.use
|
||||||
|
key.forward
|
||||||
|
key.left
|
||||||
|
key.back
|
||||||
|
key.right
|
||||||
|
key.jump
|
||||||
|
key.sneak
|
||||||
|
key.sprint
|
||||||
|
key.drop
|
||||||
|
key.inventory
|
||||||
|
key.chat
|
||||||
|
key.playerlist
|
||||||
|
key.pickItem
|
||||||
|
key.command
|
||||||
|
key.socialInteractions
|
||||||
|
key.screenshot
|
||||||
|
key.togglePerspective
|
||||||
|
key.smoothCamera
|
||||||
|
key.fullscreen
|
||||||
|
key.spectatorOutlines
|
||||||
|
key.swapOffhand
|
||||||
|
key.saveToolbarActivator
|
||||||
|
key.loadToolbarActivator
|
||||||
|
key.advancements
|
||||||
|
key.hotbar.1
|
||||||
|
key.hotbar.2
|
||||||
|
key.hotbar.3
|
||||||
|
key.hotbar.4
|
||||||
|
key.hotbar.5
|
||||||
|
key.hotbar.6
|
||||||
|
key.hotbar.7
|
||||||
|
key.hotbar.8
|
||||||
|
key.hotbar.9
|
||||||
|
gui.xaero_open_map
|
||||||
|
gui.xaero_open_settings
|
||||||
|
gui.xaero_map_zoom_in
|
||||||
|
gui.xaero_map_zoom_out
|
||||||
|
gui.xaero_quick_confirm
|
||||||
|
key.craftingtweaks.rotate
|
||||||
|
key.craftingtweaks.rotate_counter_clockwise
|
||||||
|
key.craftingtweaks.balance
|
||||||
|
key.craftingtweaks.spread
|
||||||
|
key.craftingtweaks.clear
|
||||||
|
key.craftingtweaks.force_clear
|
||||||
|
key.craftingtweaks.compressOne
|
||||||
|
key.craftingtweaks.compressStack
|
||||||
|
key.craftingtweaks.compressAll
|
||||||
|
key.craftingtweaks.decompressOne
|
||||||
|
key.craftingtweaks.decompressStack
|
||||||
|
key.craftingtweaks.decompressAll
|
||||||
|
key.craftingtweaks.refill_last
|
||||||
|
key.craftingtweaks.refill_last_stack
|
||||||
|
key.craftingtweaks.transfer_stack
|
||||||
|
gui.xaero_switch_waypoint_set
|
||||||
|
gui.xaero_instant_waypoint
|
||||||
|
gui.xaero_toggle_slime
|
||||||
|
gui.xaero_toggle_grid
|
||||||
|
gui.xaero_toggle_waypoints
|
||||||
|
gui.xaero_toggle_map_waypoints
|
||||||
|
gui.xaero_toggle_map
|
||||||
|
gui.xaero_enlarge_map
|
||||||
|
gui.xaero_waypoints_key
|
||||||
|
gui.xaero_zoom_in
|
||||||
|
gui.xaero_zoom_out
|
||||||
|
gui.xaero_new_waypoint
|
||||||
|
gui.xaero_display_all_sets
|
||||||
|
gui.xaero_toggle_light_overlay
|
||||||
|
gui.xaero_toggle_entity_radar
|
||||||
|
gui.xaero_reverse_entity_radar
|
||||||
|
gui.xaero_toggle_manual_cave_mode
|
||||||
|
gui.xaero_alternative_list_players
|
||||||
|
gui.xaero_toggle_tracked_players
|
||||||
|
gui.xaero_toggle_pac_chunk_claims
|
||||||
|
gui.xaero_minimap_settings
|
||||||
|
iris.keybind.reload
|
||||||
|
iris.keybind.toggleShaders
|
||||||
|
iris.keybind.shaderPackSelection
|
||||||
|
key.cobblemon.hideparty
|
||||||
|
key.cobblemon.summary
|
||||||
|
key.cobblemon.downshiftparty
|
||||||
|
key.cobblemon.upshiftparty
|
||||||
|
key.cobblemon.throwpartypokemon
|
||||||
|
justzoom.keybinds.keybind.zoom
|
||||||
|
key.craftpresence.config_keycode.name
|
||||||
|
key.entityculling.toggle
|
BIN
client/mods/Controlling-forge-1.20.1-12.0.2.jar
Normal file
BIN
client/mods/Controlling-forge-1.20.1-12.0.2.jar
Normal file
Binary file not shown.
BIN
client/mods/FTBQuestsOptimizer-forge-2.0.1-1.20.1.jar
Normal file
BIN
client/mods/FTBQuestsOptimizer-forge-2.0.1-1.20.1.jar
Normal file
Binary file not shown.
BIN
client/mods/Searchables-forge-1.20.1-1.0.3.jar
Normal file
BIN
client/mods/Searchables-forge-1.20.1-1.0.3.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
client/mods/combatroll-forge-1.3.2+1.20.1.jar
Normal file
BIN
client/mods/combatroll-forge-1.3.2+1.20.1.jar
Normal file
Binary file not shown.
BIN
client/mods/essential_1-3-2-4_forge_1-20-1.jar
Normal file
BIN
client/mods/essential_1-3-2-4_forge_1-20-1.jar
Normal file
Binary file not shown.
BIN
client/mods/ftb-essentials-forge-2001.2.2.jar
Normal file
BIN
client/mods/ftb-essentials-forge-2001.2.2.jar
Normal file
Binary file not shown.
BIN
client/mods/ftb-library-forge-2001.2.1.jar
Normal file
BIN
client/mods/ftb-library-forge-2001.2.1.jar
Normal file
Binary file not shown.
BIN
client/mods/ftb-quests-forge-2001.4.2.jar
Normal file
BIN
client/mods/ftb-quests-forge-2001.4.2.jar
Normal file
Binary file not shown.
BIN
client/mods/ftb-teams-forge-2001.3.0.jar
Normal file
BIN
client/mods/ftb-teams-forge-2001.3.0.jar
Normal file
Binary file not shown.
BIN
client/mods/ftb-xmod-compat-forge-2.1.1.jar
Normal file
BIN
client/mods/ftb-xmod-compat-forge-2.1.1.jar
Normal file
Binary file not shown.
BIN
client/mods/inventoryessentials-forge-1.20.1-8.2.3.jar
Normal file
BIN
client/mods/inventoryessentials-forge-1.20.1-8.2.3.jar
Normal file
Binary file not shown.
0
client/mods/placeholder.txt
Normal file
0
client/mods/placeholder.txt
Normal file
322
client/options.txt
Normal file
322
client/options.txt
Normal file
@ -0,0 +1,322 @@
|
|||||||
|
version:3465
|
||||||
|
autoJump:false
|
||||||
|
operatorItemsTab:false
|
||||||
|
autoSuggestions:true
|
||||||
|
chatColors:true
|
||||||
|
chatLinks:true
|
||||||
|
chatLinksPrompt:true
|
||||||
|
enableVsync:false
|
||||||
|
entityShadows:true
|
||||||
|
forceUnicodeFont:false
|
||||||
|
discrete_mouse_scroll:false
|
||||||
|
invertYMouse:false
|
||||||
|
realmsNotifications:true
|
||||||
|
reducedDebugInfo:false
|
||||||
|
showSubtitles:false
|
||||||
|
directionalAudio:false
|
||||||
|
touchscreen:false
|
||||||
|
fullscreen:false
|
||||||
|
bobView:true
|
||||||
|
toggleCrouch:false
|
||||||
|
toggleSprint:false
|
||||||
|
darkMojangStudiosBackground:false
|
||||||
|
hideLightningFlashes:false
|
||||||
|
mouseSensitivity:0.5
|
||||||
|
fov:0.85
|
||||||
|
screenEffectScale:1.0
|
||||||
|
fovEffectScale:1.0
|
||||||
|
darknessEffectScale:1.0
|
||||||
|
glintSpeed:0.5
|
||||||
|
glintStrength:0.75
|
||||||
|
damageTiltStrength:1.0
|
||||||
|
highContrast:false
|
||||||
|
gamma:0.5
|
||||||
|
renderDistance:12
|
||||||
|
simulationDistance:12
|
||||||
|
entityDistanceScaling:1.0
|
||||||
|
guiScale:3
|
||||||
|
particles:0
|
||||||
|
maxFps:120
|
||||||
|
graphicsMode:1
|
||||||
|
ao:true
|
||||||
|
prioritizeChunkUpdates:0
|
||||||
|
biomeBlendRadius:2
|
||||||
|
renderClouds:"true"
|
||||||
|
resourcePacks:["mod_resources","vanilla","builtin/add_pack_finders_test"]
|
||||||
|
incompatibleResourcePacks:[]
|
||||||
|
lastServer:
|
||||||
|
lang:en_us
|
||||||
|
soundDevice:""
|
||||||
|
chatVisibility:0
|
||||||
|
chatOpacity:1.0
|
||||||
|
chatLineSpacing:0.0
|
||||||
|
textBackgroundOpacity:0.5
|
||||||
|
backgroundForChatOnly:true
|
||||||
|
hideServerAddress:false
|
||||||
|
advancedItemTooltips:true
|
||||||
|
pauseOnLostFocus:true
|
||||||
|
overrideWidth:0
|
||||||
|
overrideHeight:0
|
||||||
|
chatHeightFocused:1.0
|
||||||
|
chatDelay:0.0
|
||||||
|
chatHeightUnfocused:0.4375
|
||||||
|
chatScale:1.0
|
||||||
|
chatWidth:1.0
|
||||||
|
notificationDisplayTime:1.0
|
||||||
|
mipmapLevels:4
|
||||||
|
useNativeTransport:true
|
||||||
|
mainHand:"right"
|
||||||
|
attackIndicator:1
|
||||||
|
narrator:0
|
||||||
|
tutorialStep:none
|
||||||
|
mouseWheelSensitivity:1.0
|
||||||
|
rawMouseInput:true
|
||||||
|
glDebugVerbosity:1
|
||||||
|
skipMultiplayerWarning:true
|
||||||
|
skipRealms32bitWarning:false
|
||||||
|
hideMatchedNames:true
|
||||||
|
joinedFirstServer:true
|
||||||
|
hideBundleTutorial:false
|
||||||
|
syncChunkWrites:true
|
||||||
|
showAutosaveIndicator:true
|
||||||
|
allowServerListing:true
|
||||||
|
onlyShowSecureChat:false
|
||||||
|
panoramaScrollSpeed:1.0
|
||||||
|
telemetryOptInExtra:false
|
||||||
|
onboardAccessibility:false
|
||||||
|
key_key.attack:key.mouse.left
|
||||||
|
key_key.use:key.mouse.right
|
||||||
|
key_key.forward:key.keyboard.w
|
||||||
|
key_key.left:key.keyboard.a
|
||||||
|
key_key.back:key.keyboard.s
|
||||||
|
key_key.right:key.keyboard.d
|
||||||
|
key_key.jump:key.keyboard.space
|
||||||
|
key_key.sneak:key.keyboard.left.shift
|
||||||
|
key_key.sprint:key.keyboard.left.control
|
||||||
|
key_key.drop:key.keyboard.q
|
||||||
|
key_key.inventory:key.keyboard.e
|
||||||
|
key_key.chat:key.keyboard.t
|
||||||
|
key_key.playerlist:key.mouse.left
|
||||||
|
key_key.pickItem:key.mouse.middle
|
||||||
|
key_key.command:key.keyboard.slash
|
||||||
|
key_key.socialInteractions:key.keyboard.p
|
||||||
|
key_key.screenshot:key.keyboard.f2
|
||||||
|
key_key.togglePerspective:key.keyboard.f5
|
||||||
|
key_key.smoothCamera:key.keyboard.unknown
|
||||||
|
key_key.fullscreen:key.keyboard.f11
|
||||||
|
key_key.spectatorOutlines:key.keyboard.unknown
|
||||||
|
key_key.swapOffhand:key.keyboard.unknown
|
||||||
|
key_key.saveToolbarActivator:key.keyboard.c
|
||||||
|
key_key.loadToolbarActivator:key.keyboard.x
|
||||||
|
key_key.advancements:key.keyboard.l
|
||||||
|
key_key.hotbar.1:key.keyboard.1
|
||||||
|
key_key.hotbar.2:key.keyboard.2
|
||||||
|
key_key.hotbar.3:key.keyboard.3
|
||||||
|
key_key.hotbar.4:key.keyboard.4
|
||||||
|
key_key.hotbar.5:key.keyboard.5
|
||||||
|
key_key.hotbar.6:key.keyboard.6
|
||||||
|
key_key.hotbar.7:key.keyboard.7
|
||||||
|
key_key.hotbar.8:key.keyboard.8
|
||||||
|
key_key.hotbar.9:key.keyboard.9
|
||||||
|
key_keybind.name.ESSENTIAL_FRIENDS:key.keyboard.unknown
|
||||||
|
key_keybind.name.COSMETIC_STUDIO:key.keyboard.unknown
|
||||||
|
key_keybind.name.SCREENSHOT_MANAGER:key.keyboard.i
|
||||||
|
key_keybind.name.COSMETICS_VISIBILITY_TOGGLE:key.keyboard.unknown
|
||||||
|
key_keybind.name.CHAT_PEEK:key.keyboard.unknown
|
||||||
|
key_keybind.name.INVITE_FRIENDS:key.keyboard.unknown
|
||||||
|
key_keybind.name.EMOTE_WHEEL:key.keyboard.unknown
|
||||||
|
key_keybind.name.EMOTE_SLOT_1:key.keyboard.unknown
|
||||||
|
key_keybind.name.EMOTE_SLOT_2:key.keyboard.unknown
|
||||||
|
key_keybind.name.EMOTE_SLOT_3:key.keyboard.unknown
|
||||||
|
key_keybind.name.EMOTE_SLOT_4:key.keyboard.unknown
|
||||||
|
key_keybind.name.EMOTE_SLOT_5:key.keyboard.unknown
|
||||||
|
key_keybind.name.EMOTE_SLOT_6:key.keyboard.unknown
|
||||||
|
key_keybind.name.EMOTE_SLOT_7:key.keyboard.unknown
|
||||||
|
key_keybind.name.EMOTE_SLOT_8:key.keyboard.unknown
|
||||||
|
key_keybind.name.ZOOM:key.keyboard.unknown
|
||||||
|
key_key.immersive_aircraft.fallback_control_left:key.keyboard.unknown
|
||||||
|
key_key.immersive_aircraft.fallback_control_right:key.keyboard.unknown
|
||||||
|
key_key.immersive_aircraft.fallback_control_forward:key.keyboard.unknown
|
||||||
|
key_key.immersive_aircraft.fallback_control_backward:key.keyboard.unknown
|
||||||
|
key_key.immersive_aircraft.fallback_control_up:key.keyboard.unknown
|
||||||
|
key_key.immersive_aircraft.fallback_control_down:key.keyboard.unknown
|
||||||
|
key_key.immersive_aircraft.fallback_control_pull:key.keyboard.unknown
|
||||||
|
key_key.immersive_aircraft.fallback_control_push:key.keyboard.unknown
|
||||||
|
key_key.immersive_aircraft.fallback_use:key.keyboard.unknown
|
||||||
|
key_key.immersive_aircraft.dismount:key.keyboard.r
|
||||||
|
key_key.immersive_aircraft.boost:key.keyboard.b
|
||||||
|
key_gui.xaero_open_map:key.keyboard.m
|
||||||
|
key_gui.xaero_open_settings:key.keyboard.right.bracket
|
||||||
|
key_gui.xaero_map_zoom_in:key.keyboard.unknown
|
||||||
|
key_gui.xaero_map_zoom_out:key.keyboard.unknown
|
||||||
|
key_gui.xaero_quick_confirm:key.keyboard.right.shift
|
||||||
|
key_gui.xaero_toggle_dimension:key.keyboard.unknown
|
||||||
|
key_placebo.toggleTrails:key.keyboard.keypad.9
|
||||||
|
key_placebo.toggleWings:key.keyboard.keypad.8
|
||||||
|
key_keybind.sophisticatedbackpacks.open_backpack:key.keyboard.b
|
||||||
|
key_keybind.sophisticatedbackpacks.inventory_interaction:key.keyboard.c
|
||||||
|
key_keybind.sophisticatedbackpacks.tool_swap:key.keyboard.unknown
|
||||||
|
key_keybind.sophisticatedbackpacks.sort:key.mouse.middle
|
||||||
|
key_keybind.sophisticatedbackpacks.toggle_upgrade_3:key.keyboard.unknown
|
||||||
|
key_keybind.sophisticatedbackpacks.toggle_upgrade_4:key.keyboard.unknown
|
||||||
|
key_keybind.sophisticatedbackpacks.toggle_upgrade_5:key.keyboard.unknown
|
||||||
|
key_keybind.sophisticatedbackpacks.toggle_upgrade_1:key.keyboard.z:ALT
|
||||||
|
key_keybind.sophisticatedbackpacks.toggle_upgrade_2:key.keyboard.x:ALT
|
||||||
|
key_key.apotheosis.toggle_radial_mining:key.keyboard.o:CONTROL
|
||||||
|
key_railways.keyinfo.bogey_menu:key.keyboard.unknown
|
||||||
|
key_railways.keyinfo.cycle_menu:key.keyboard.unknown
|
||||||
|
key_key.curios.open.desc:key.keyboard.g
|
||||||
|
key_iris.keybind.reload:key.keyboard.unknown
|
||||||
|
key_iris.keybind.toggleShaders:key.keyboard.unknown
|
||||||
|
key_iris.keybind.shaderPackSelection:key.keyboard.unknown
|
||||||
|
key_key.cobblemon.hideparty:key.keyboard.o
|
||||||
|
key_key.cobblemon.summary:key.keyboard.n
|
||||||
|
key_key.cobblemon.downshiftparty:key.keyboard.down
|
||||||
|
key_key.cobblemon.upshiftparty:key.keyboard.up
|
||||||
|
key_key.cobblemon.throwpartypokemon:key.keyboard.r
|
||||||
|
key_key.ftbteams.open_gui:key.keyboard.unknown
|
||||||
|
key_key.ftbquests.quests:key.keyboard.unknown
|
||||||
|
key_key.inventoryessentials.single_transfer:key.mouse.left:CONTROL
|
||||||
|
key_key.inventoryessentials.bulk_transfer:key.mouse.left:SHIFT
|
||||||
|
key_key.inventoryessentials.bulk_transfer_modifier:key.keyboard.left.control
|
||||||
|
key_key.inventoryessentials.bulk_transfer_all:key.mouse.left
|
||||||
|
key_key.inventoryessentials.bulk_transfer_all_modifier:key.keyboard.space
|
||||||
|
key_key.inventoryessentials.bulk_drop:key.keyboard.q:SHIFT
|
||||||
|
key_key.inventoryessentials.bulk_drop_modifier:key.keyboard.left.control
|
||||||
|
key_key.inventoryessentials.screen_bulk_drop:key.mouse.left:SHIFT
|
||||||
|
key_key.inventoryessentials.drag_transfer:key.keyboard.left.shift
|
||||||
|
key_keybind.sophisticatedstorage.sort:key.mouse.middle
|
||||||
|
key_key.jei.bookmark:key.keyboard.a
|
||||||
|
key_key.jei.cheatItemStack2:key.mouse.middle
|
||||||
|
key_key.jei.nextPage:key.keyboard.unknown
|
||||||
|
key_key.jei.nextSearch:key.keyboard.down
|
||||||
|
key_key.jei.toggleOverlay:key.keyboard.o:CONTROL
|
||||||
|
key_key.jei.toggleCheatMode:key.keyboard.unknown
|
||||||
|
key_key.jei.copy.recipe.id:key.keyboard.unknown
|
||||||
|
key_key.jei.cheatOneItem:key.mouse.left
|
||||||
|
key_key.jei.toggleHideIngredient:key.mouse.left:CONTROL
|
||||||
|
key_key.jei.nextRecipePage:key.keyboard.page.down
|
||||||
|
key_key.jei.showUses:key.keyboard.u
|
||||||
|
key_key.jei.clearSearchBar:key.mouse.right
|
||||||
|
key_key.jei.toggleCheatModeConfigButton:key.mouse.left:CONTROL
|
||||||
|
key_key.jei.showUses2:key.mouse.right
|
||||||
|
key_key.jei.previousCategory:key.keyboard.page.up:SHIFT
|
||||||
|
key_key.jei.toggleBookmarkOverlay:key.keyboard.unknown
|
||||||
|
key_key.jei.previousRecipePage:key.keyboard.page.up
|
||||||
|
key_key.jei.nextCategory:key.keyboard.page.down:SHIFT
|
||||||
|
key_key.jei.showRecipe2:key.mouse.left
|
||||||
|
key_key.jei.previousSearch:key.keyboard.up
|
||||||
|
key_key.jei.toggleEditMode:key.keyboard.unknown
|
||||||
|
key_key.jei.closeRecipeGui:key.keyboard.escape
|
||||||
|
key_key.jei.focusSearch:key.keyboard.f:CONTROL
|
||||||
|
key_key.jei.showRecipe:key.keyboard.r
|
||||||
|
key_key.jei.recipeBack:key.keyboard.backspace
|
||||||
|
key_key.jei.cheatOneItem2:key.mouse.right
|
||||||
|
key_key.jei.toggleWildcardHideIngredient:key.mouse.right:CONTROL
|
||||||
|
key_key.jei.previousPage:key.keyboard.unknown
|
||||||
|
key_key.jei.cheatItemStack:key.mouse.left:SHIFT
|
||||||
|
key_key.wallet:key.keyboard.period
|
||||||
|
key_key.portable_terminal:key.keyboard.backslash
|
||||||
|
key_key.portable_atm:key.keyboard.equal
|
||||||
|
key_key.drawMahoujin:key.keyboard.m
|
||||||
|
key_key.changeMysticCode:key.keyboard.y
|
||||||
|
key_key.settingsGUI:key.keyboard.unknown
|
||||||
|
key_key.selectiveDisplacement:key.keyboard.h
|
||||||
|
key_key.craftingtweaks.rotate:key.keyboard.unknown
|
||||||
|
key_key.craftingtweaks.rotate_counter_clockwise:key.keyboard.unknown
|
||||||
|
key_key.craftingtweaks.balance:key.keyboard.unknown
|
||||||
|
key_key.craftingtweaks.spread:key.keyboard.unknown
|
||||||
|
key_key.craftingtweaks.clear:key.keyboard.unknown
|
||||||
|
key_key.craftingtweaks.force_clear:key.keyboard.unknown
|
||||||
|
key_key.craftingtweaks.compressOne:key.keyboard.k:CONTROL
|
||||||
|
key_key.craftingtweaks.compressStack:key.keyboard.k
|
||||||
|
key_key.craftingtweaks.compressAll:key.keyboard.k:SHIFT
|
||||||
|
key_key.craftingtweaks.decompressOne:key.keyboard.unknown
|
||||||
|
key_key.craftingtweaks.decompressStack:key.keyboard.unknown
|
||||||
|
key_key.craftingtweaks.decompressAll:key.keyboard.unknown
|
||||||
|
key_key.craftingtweaks.refill_last:key.keyboard.tab:CONTROL
|
||||||
|
key_key.craftingtweaks.refill_last_stack:key.keyboard.tab
|
||||||
|
key_key.craftingtweaks.transfer_stack:key.keyboard.unknown
|
||||||
|
key_keybinds.bettercombat.feint:key.keyboard.unknown
|
||||||
|
key_keybinds.bettercombat.toggle_mine_with_weapons:key.keyboard.unknown
|
||||||
|
key_keybinds.combatroll.roll:key.keyboard.left.alt
|
||||||
|
key_key.jade.config:key.keyboard.keypad.0
|
||||||
|
key_key.jade.show_overlay:key.keyboard.keypad.1
|
||||||
|
key_key.jade.toggle_liquid:key.keyboard.keypad.2
|
||||||
|
key_key.jade.show_recipes:key.keyboard.keypad.3
|
||||||
|
key_key.jade.show_uses:key.keyboard.keypad.4
|
||||||
|
key_key.jade.narrate:key.keyboard.keypad.5
|
||||||
|
key_key.jade.show_details:key.keyboard.left.shift
|
||||||
|
key_key.ae2.guide:key.keyboard.g
|
||||||
|
key_key.ae2.portable_item_cell:key.keyboard.unknown
|
||||||
|
key_key.ae2.portable_fluid_cell:key.keyboard.unknown
|
||||||
|
key_key.ae2.wireless_terminal:key.keyboard.unknown
|
||||||
|
key_key.display_skill_tree:key.keyboard.o
|
||||||
|
key_key.easy_villagers.pick_up:key.keyboard.v
|
||||||
|
key_key.easy_villagers.cycle_trades:key.keyboard.c
|
||||||
|
key_create.keyinfo.toolmenu:key.keyboard.left.alt
|
||||||
|
key_create.keyinfo.toolbelt:key.keyboard.left.alt
|
||||||
|
key_gui.xaero_switch_waypoint_set:key.keyboard.unknown
|
||||||
|
key_gui.xaero_instant_waypoint:key.keyboard.keypad.add
|
||||||
|
key_gui.xaero_toggle_slime:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_grid:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_waypoints:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_map_waypoints:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_map:key.keyboard.unknown
|
||||||
|
key_gui.xaero_enlarge_map:key.keyboard.unknown
|
||||||
|
key_gui.xaero_waypoints_key:key.keyboard.unknown
|
||||||
|
key_gui.xaero_zoom_in:key.keyboard.unknown
|
||||||
|
key_gui.xaero_zoom_out:key.keyboard.unknown
|
||||||
|
key_gui.xaero_new_waypoint:key.keyboard.unknown
|
||||||
|
key_gui.xaero_display_all_sets:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_light_overlay:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_entity_radar:key.keyboard.unknown
|
||||||
|
key_gui.xaero_reverse_entity_radar:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_manual_cave_mode:key.keyboard.unknown
|
||||||
|
key_gui.xaero_alternative_list_players:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_tracked_players:key.keyboard.unknown
|
||||||
|
key_gui.xaero_toggle_pac_chunk_claims:key.keyboard.unknown
|
||||||
|
key_gui.xaero_minimap_settings:key.keyboard.y
|
||||||
|
key_key.create_sa.flying:key.keyboard.space
|
||||||
|
key_key.create_sa.increase_reach:key.keyboard.up
|
||||||
|
key_key.create_sa.decrease_reach:key.keyboard.down
|
||||||
|
key_key.irons_spellbooks.spell_wheel:key.keyboard.f
|
||||||
|
key_key.irons_spellbooks.spellbook_cast:key.keyboard.v
|
||||||
|
key_key.irons_spellbooks.spell_bar_modifier:key.keyboard.left.alt
|
||||||
|
key_key.irons_spellbooks.spell_quick_cast_1:key.keyboard.unknown
|
||||||
|
key_key.irons_spellbooks.spell_quick_cast_2:key.keyboard.unknown
|
||||||
|
key_key.irons_spellbooks.spell_quick_cast_3:key.keyboard.unknown
|
||||||
|
key_key.irons_spellbooks.spell_quick_cast_4:key.keyboard.unknown
|
||||||
|
key_key.irons_spellbooks.spell_quick_cast_5:key.keyboard.unknown
|
||||||
|
key_key.irons_spellbooks.spell_quick_cast_6:key.keyboard.unknown
|
||||||
|
key_key.irons_spellbooks.spell_quick_cast_7:key.keyboard.unknown
|
||||||
|
key_key.irons_spellbooks.spell_quick_cast_8:key.keyboard.unknown
|
||||||
|
key_key.irons_spellbooks.spell_quick_cast_9:key.keyboard.unknown
|
||||||
|
key_key.irons_spellbooks.spell_quick_cast_10:key.keyboard.unknown
|
||||||
|
key_key.irons_spellbooks.spell_quick_cast_11:key.keyboard.unknown
|
||||||
|
key_key.irons_spellbooks.spell_quick_cast_12:key.keyboard.unknown
|
||||||
|
key_key.irons_spellbooks.spell_quick_cast_13:key.keyboard.unknown
|
||||||
|
key_key.irons_spellbooks.spell_quick_cast_14:key.keyboard.unknown
|
||||||
|
key_key.irons_spellbooks.spell_quick_cast_15:key.keyboard.unknown
|
||||||
|
key_justzoom.keybinds.keybind.zoom:key.keyboard.z
|
||||||
|
key_cos.key.opencosarmorinventory:key.keyboard.unknown
|
||||||
|
key_key.craftpresence.config_keycode.name:key.keyboard.0
|
||||||
|
key_key.entityculling.toggle:key.keyboard.unknown
|
||||||
|
key_keybind.invmove.toggleMove:key.keyboard.unknown
|
||||||
|
soundCategory_master:0.5
|
||||||
|
soundCategory_music:0.25
|
||||||
|
soundCategory_record:1.0
|
||||||
|
soundCategory_weather:1.0
|
||||||
|
soundCategory_block:1.0
|
||||||
|
soundCategory_hostile:1.0
|
||||||
|
soundCategory_neutral:1.0
|
||||||
|
soundCategory_player:1.0
|
||||||
|
soundCategory_ambient:1.0
|
||||||
|
soundCategory_voice:1.0
|
||||||
|
modelPart_cape:true
|
||||||
|
modelPart_jacket:true
|
||||||
|
modelPart_left_sleeve:true
|
||||||
|
modelPart_right_sleeve:true
|
||||||
|
modelPart_left_pants_leg:true
|
||||||
|
modelPart_right_pants_leg:true
|
||||||
|
modelPart_hat:true
|
70
client/optionsof.txt
Normal file
70
client/optionsof.txt
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
ofFogType:2
|
||||||
|
ofFogStart:0.8
|
||||||
|
ofMipmapType:0
|
||||||
|
ofOcclusionFancy:false
|
||||||
|
ofSmoothFps:true
|
||||||
|
ofSmoothWorld:true
|
||||||
|
ofAoLevel:1.0
|
||||||
|
ofClouds:1
|
||||||
|
ofCloudsHeight:0.0
|
||||||
|
ofTrees:1
|
||||||
|
ofRain:1
|
||||||
|
ofAnimatedWater:0
|
||||||
|
ofAnimatedLava:0
|
||||||
|
ofAnimatedFire:true
|
||||||
|
ofAnimatedPortal:true
|
||||||
|
ofAnimatedRedstone:true
|
||||||
|
ofAnimatedExplosion:true
|
||||||
|
ofAnimatedFlame:true
|
||||||
|
ofAnimatedSmoke:true
|
||||||
|
ofVoidParticles:true
|
||||||
|
ofWaterParticles:true
|
||||||
|
ofPortalParticles:true
|
||||||
|
ofPotionParticles:true
|
||||||
|
ofFireworkParticles:true
|
||||||
|
ofDrippingWaterLava:true
|
||||||
|
ofAnimatedTerrain:true
|
||||||
|
ofAnimatedTextures:true
|
||||||
|
ofRainSplash:true
|
||||||
|
ofLagometer:false
|
||||||
|
ofShowFps:false
|
||||||
|
ofAutoSaveTicks:7200
|
||||||
|
ofBetterGrass:1
|
||||||
|
ofConnectedTextures:1
|
||||||
|
ofWeather:true
|
||||||
|
ofSky:true
|
||||||
|
ofStars:true
|
||||||
|
ofSunMoon:true
|
||||||
|
ofVignette:1
|
||||||
|
ofChunkUpdates:1
|
||||||
|
ofChunkUpdatesDynamic:false
|
||||||
|
ofTime:0
|
||||||
|
ofAaLevel:0
|
||||||
|
ofAfLevel:1
|
||||||
|
ofProfiler:false
|
||||||
|
ofBetterSnow:true
|
||||||
|
ofSwampColors:true
|
||||||
|
ofRandomEntities:true
|
||||||
|
ofCustomFonts:true
|
||||||
|
ofCustomColors:true
|
||||||
|
ofCustomItems:true
|
||||||
|
ofCustomSky:true
|
||||||
|
ofShowCapes:true
|
||||||
|
ofNaturalTextures:true
|
||||||
|
ofEmissiveTextures:true
|
||||||
|
ofLazyChunkLoading:true
|
||||||
|
ofRenderRegions:false
|
||||||
|
ofSmartAnimations:true
|
||||||
|
ofDynamicFov:true
|
||||||
|
ofAlternateBlocks:true
|
||||||
|
ofDynamicLights:1
|
||||||
|
ofScreenshotSize:1
|
||||||
|
ofCustomEntityModels:true
|
||||||
|
ofCustomGuis:true
|
||||||
|
ofShowGlErrors:false
|
||||||
|
ofFastMath:true
|
||||||
|
ofFastRender:true
|
||||||
|
ofChatBackground:0
|
||||||
|
ofChatShadow:true
|
||||||
|
ofTelemetry:1
|
||||||
|
key_of.key.zoom:key.keyboard.c
|
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "a0de0997cdaebf29fde5ecc8d8284c25aac54c7421de6951edf84ea8c84d6b66"
|
hash = "238306ab348323b024f5dfacb01d2734ab875c6f94e1fb8cc83eaf25a7b38f6b"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.2.17"
|
forge = "47.2.17"
|
||||||
|
@ -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
@ -231,6 +231,17 @@
|
|||||||
"value": 100
|
"value": 100
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"combatroll:distance": {
|
||||||
|
"enabled": false,
|
||||||
|
"min": {
|
||||||
|
"default": 1,
|
||||||
|
"value": 1
|
||||||
|
},
|
||||||
|
"max": {
|
||||||
|
"default": 24,
|
||||||
|
"value": 24
|
||||||
|
}
|
||||||
|
},
|
||||||
"irons_spellbooks:cast_time_reduction": {
|
"irons_spellbooks:cast_time_reduction": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"min": {
|
"min": {
|
||||||
@ -264,6 +275,17 @@
|
|||||||
"value": 100
|
"value": 100
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"combatroll:recharge": {
|
||||||
|
"enabled": false,
|
||||||
|
"min": {
|
||||||
|
"default": 0.1,
|
||||||
|
"value": 0.1
|
||||||
|
},
|
||||||
|
"max": {
|
||||||
|
"default": 200,
|
||||||
|
"value": 200
|
||||||
|
}
|
||||||
|
},
|
||||||
"attributeslib:dodge_chance": {
|
"attributeslib:dodge_chance": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"min": {
|
"min": {
|
||||||
@ -682,6 +704,17 @@
|
|||||||
"value": 100
|
"value": 100
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"combatroll:count": {
|
||||||
|
"enabled": false,
|
||||||
|
"min": {
|
||||||
|
"default": 0,
|
||||||
|
"value": 0
|
||||||
|
},
|
||||||
|
"max": {
|
||||||
|
"default": 20,
|
||||||
|
"value": 20
|
||||||
|
}
|
||||||
|
},
|
||||||
"skilltree:stealth": {
|
"skilltree:stealth": {
|
||||||
"enabled": false,
|
"enabled": false,
|
||||||
"min": {
|
"min": {
|
||||||
|
@ -3,7 +3,6 @@
|
|||||||
"maxPokemonLevel": 100,
|
"maxPokemonLevel": 100,
|
||||||
"maxPokemonFriendship": 255,
|
"maxPokemonFriendship": 255,
|
||||||
"announceDropItems": true,
|
"announceDropItems": true,
|
||||||
"defaultDropItemMethod": "ON_ENTITY",
|
|
||||||
"ambientPokemonCryTicks": 1080,
|
"ambientPokemonCryTicks": 1080,
|
||||||
"defaultBoxCount": 30,
|
"defaultBoxCount": 30,
|
||||||
"pokemonSaveIntervalSeconds": 30,
|
"pokemonSaveIntervalSeconds": 30,
|
||||||
|
11
server/config/combatroll/client.json5
Normal file
11
server/config/combatroll/client.json5
Normal file
@ -0,0 +1,11 @@
|
|||||||
|
{
|
||||||
|
"playCooldownSound": true,
|
||||||
|
"playCooldownFlash": true,
|
||||||
|
"playRollSound": true,
|
||||||
|
"hudArrowColor": 5540067,
|
||||||
|
"hudBackgroundOpacity": 75,
|
||||||
|
"showWhenFull": true,
|
||||||
|
"showHUDInCreative": false,
|
||||||
|
"showKeybinding": true,
|
||||||
|
"keybindingLabelPosition": "LEFT"
|
||||||
|
}
|
23
server/config/combatroll/enchantments.json
Normal file
23
server/config/combatroll/enchantments.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
9
server/config/combatroll/hud_config.json
Normal file
9
server/config/combatroll/hud_config.json
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
{
|
||||||
|
"rollWidget": {
|
||||||
|
"origin": "BOTTOM",
|
||||||
|
"offset": {
|
||||||
|
"f_82470_": 108.0,
|
||||||
|
"f_82471_": -12.0
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
22
server/config/combatroll/server.json5
Normal file
22
server/config/combatroll/server.json5
Normal 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
|
||||||
|
}
|
@ -8,7 +8,7 @@
|
|||||||
CosArmorGuiButton_Left = 65
|
CosArmorGuiButton_Left = 65
|
||||||
#The vertical pixel distance from the origin point of player inventoy gui
|
#The vertical pixel distance from the origin point of player inventoy gui
|
||||||
#Range: > -2147483648
|
#Range: > -2147483648
|
||||||
CosArmorGuiButton_Top = 75
|
CosArmorGuiButton_Top = 55
|
||||||
#Whether or not to hide the button for toggling the mod temporarily on client side
|
#Whether or not to hide the button for toggling the mod temporarily on client side
|
||||||
CosArmorToggleButton_Hidden = false
|
CosArmorToggleButton_Hidden = false
|
||||||
#The horizontal pixel distance from the origin point of player inventory gui
|
#The horizontal pixel distance from the origin point of player inventory gui
|
||||||
@ -16,7 +16,7 @@
|
|||||||
CosArmorToggleButton_Left = 59
|
CosArmorToggleButton_Left = 59
|
||||||
#The vertical pixel distance from the origin point of player inventory gui
|
#The vertical pixel distance from the origin point of player inventory gui
|
||||||
#Range: > -2147483648
|
#Range: > -2147483648
|
||||||
CosArmorToggleButton_Top = 72
|
CosArmorToggleButton_Top = 55
|
||||||
#Whether or not to hide the button for opening CosmeticArmorInventory in CreativeInventory
|
#Whether or not to hide the button for opening CosmeticArmorInventory in CreativeInventory
|
||||||
CosArmorCreativeGuiButton_Hidden = false
|
CosArmorCreativeGuiButton_Hidden = false
|
||||||
#The horizontal pixel distance from the origin point of creative inventory gui
|
#The horizontal pixel distance from the origin point of creative inventory gui
|
||||||
|
@ -24,6 +24,6 @@
|
|||||||
"notifications": {
|
"notifications": {
|
||||||
"force_disable_donation_prompts": false,
|
"force_disable_donation_prompts": false,
|
||||||
"has_cleared_donation_button": false,
|
"has_cleared_donation_button": false,
|
||||||
"has_seen_donation_prompt": false
|
"has_seen_donation_prompt": true
|
||||||
}
|
}
|
||||||
}
|
}
|
13
server/config/ftbxmodcompat.snbt
Normal file
13
server/config/ftbxmodcompat.snbt
Normal 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"
|
||||||
|
}
|
7
server/config/inventoryessentials-common.toml
Normal file
7
server/config/inventoryessentials-common.toml
Normal 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
|
||||||
|
|
@ -42,7 +42,16 @@
|
|||||||
"appeng.client.gui.implementations.IOBusScreen": true,
|
"appeng.client.gui.implementations.IOBusScreen": true,
|
||||||
"net.p3pp3rf1y.sophisticatedbackpacks.client.gui.BackpackScreen": true,
|
"net.p3pp3rf1y.sophisticatedbackpacks.client.gui.BackpackScreen": true,
|
||||||
"com.simibubi.create.content.equipment.clipboard.ClipboardScreen": 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": {
|
"hideBackground": {
|
||||||
"me.shedaniel.rei.impl.client.gui.screen.DefaultDisplayViewingScreen": true,
|
"me.shedaniel.rei.impl.client.gui.screen.DefaultDisplayViewingScreen": true,
|
||||||
@ -71,6 +80,13 @@
|
|||||||
"appeng.client.gui.implementations.IOBusScreen": true,
|
"appeng.client.gui.implementations.IOBusScreen": true,
|
||||||
"net.p3pp3rf1y.sophisticatedbackpacks.client.gui.BackpackScreen": true,
|
"net.p3pp3rf1y.sophisticatedbackpacks.client.gui.BackpackScreen": true,
|
||||||
"com.simibubi.create.content.equipment.clipboard.ClipboardScreen": 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
|
||||||
}
|
}
|
||||||
}
|
}
|
@ -9,7 +9,6 @@ Create Crafts & Additions
|
|||||||
Create Diesel Generators
|
Create Diesel Generators
|
||||||
Create Enchantment Industry
|
Create Enchantment Industry
|
||||||
Create Stuff & Additions
|
Create Stuff & Additions
|
||||||
Create Utilities
|
|
||||||
Create: Cobblemon Industrialized
|
Create: Cobblemon Industrialized
|
||||||
Create: Easy Structures
|
Create: Easy Structures
|
||||||
Create: Steam 'n' Rails
|
Create: Steam 'n' Rails
|
||||||
@ -31,10 +30,12 @@ Vending Machine
|
|||||||
Wares
|
Wares
|
||||||
Waystones
|
Waystones
|
||||||
create: things and misc
|
create: things and misc
|
||||||
Iron Chests
|
|
||||||
Applied Energistics 2
|
Applied Energistics 2
|
||||||
Sophisticated Backpacks
|
Sophisticated Backpacks
|
||||||
Sophisticated Core
|
Sophisticated Core
|
||||||
Sophisticated Storage
|
Sophisticated Storage
|
||||||
Passive Skill Tree
|
Passive Skill Tree
|
||||||
Pet Transfer
|
Pet Transfer
|
||||||
|
Combat Roll
|
||||||
|
Create Utilities
|
||||||
|
FTB Quests
|
||||||
|
@ -76,3 +76,5 @@ ae2:condenser
|
|||||||
ae2:entropy
|
ae2:entropy
|
||||||
ae2:inscriber
|
ae2:inscriber
|
||||||
ae2:item_transformation
|
ae2:item_transformation
|
||||||
|
ftbquests:loot_crate
|
||||||
|
ftbquests:quest
|
||||||
|
@ -1 +1,2 @@
|
|||||||
|
T:{Count:1b,id:"scpo:moneyprinter"}
|
||||||
T:{Count:1b,id:"minecraft:raw_iron"}
|
T:{Count:1b,id:"minecraft:raw_iron"}
|
||||||
|
129
server/config/kingdomkeys-client.toml
Normal file
129
server/config/kingdomkeys-client.toml
Normal 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
|
||||||
|
|
73
server/config/kingdomkeys-common.toml
Normal file
73
server/config/kingdomkeys-common.toml
Normal 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
|
||||||
|
|
3
server/config/midnightlib.json
Normal file
3
server/config/midnightlib.json
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
{
|
||||||
|
"config_screen_list": "TRUE"
|
||||||
|
}
|
4
server/config/moremousekeybinds.json
Normal file
4
server/config/moremousekeybinds.json
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
{
|
||||||
|
"periodicAttackMatchCooldownSpeed": true,
|
||||||
|
"periodicAttackDelay": 40
|
||||||
|
}
|
@ -1,5 +1,5 @@
|
|||||||
#This file stores configuration options for Iris, such as the currently active shaderpack
|
#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
|
colorSpace=SRGB
|
||||||
disableUpdateMessage=false
|
disableUpdateMessage=false
|
||||||
enableDebugOptions=false
|
enableDebugOptions=false
|
||||||
|
17
server/config/sidebar_buttons.json
Normal file
17
server/config/sidebar_buttons.json
Normal 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
|
||||||
|
}
|
||||||
|
}
|
@ -98,16 +98,16 @@
|
|||||||
"name": "gui.xaero_entity_category_root",
|
"name": "gui.xaero_entity_category_root",
|
||||||
"protection": true,
|
"protection": true,
|
||||||
"settingOverrides": {
|
"settingOverrides": {
|
||||||
"displayHeight": 0.0,
|
|
||||||
"displayed": true,
|
"displayed": true,
|
||||||
|
"displayHeight": 0.0,
|
||||||
"heightBasedFade": true,
|
"heightBasedFade": true,
|
||||||
"renderOrder": 0.0,
|
"renderOrder": 0.0,
|
||||||
"color": 13.0,
|
"color": 13.0,
|
||||||
"displayNameWhenIconFails": true,
|
"displayNameWhenIconFails": true,
|
||||||
"entityNumber": 1000.0,
|
"entityNumber": 1000.0,
|
||||||
"alwaysDisplayNametags": false,
|
"alwaysDisplayNametags": false,
|
||||||
"dotSize": 2.0,
|
|
||||||
"startFadingAt": 0.0,
|
"startFadingAt": 0.0,
|
||||||
|
"dotSize": 2.0,
|
||||||
"renderOverMinimapFrame": 1.0,
|
"renderOverMinimapFrame": 1.0,
|
||||||
"icons": 0.0,
|
"icons": 0.0,
|
||||||
"names": 2.0,
|
"names": 2.0,
|
||||||
|
@ -42,7 +42,7 @@ hash = "6fbf05e2719f095908f8196a694f6a8f36bc39c7d5e71644b0ea55e025c8b80f"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/apotheosis/enchantments.cfg"
|
file = "config/apotheosis/enchantments.cfg"
|
||||||
hash = "636ecefe2d1555443295198ffa506fa05b76fcb1b8e8d56bfafac8c6e87e3ff0"
|
hash = "36b240d27546421f77056080d81d712f6db08ce02292b8ebb89c9a9a483f330a"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/apotheosis/garden.cfg"
|
file = "config/apotheosis/garden.cfg"
|
||||||
@ -50,7 +50,7 @@ hash = "8dea2945143e4e9e5bb0c6460296ad42a45ad95518d75a9ae36e2645c1f1e2be"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/apotheosis/names.cfg"
|
file = "config/apotheosis/names.cfg"
|
||||||
hash = "2e5f3c857156acb6962f3edd0db7e0d23e3ecd129486be5001fefd98f4be407d"
|
hash = "9592bca6019e4b99fb54acbf92f3e6ed6bf08a9188525738266a882c5044141a"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/apotheosis/potion.cfg"
|
file = "config/apotheosis/potion.cfg"
|
||||||
@ -70,7 +70,7 @@ hash = "b477c8c493b28366a6b282f29f46c9415e3a4a2a23fff6e09331644c435dfd48"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/attributefix.json"
|
file = "config/attributefix.json"
|
||||||
hash = "981e52b7ee8faa16035ce9629893a920c867bba767ef4d7ce8b9aa491ccb70da"
|
hash = "fcd17b7cf6c4205b3e1a879c62ff5e113391ea46354e8a96667371a314f30978"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/attributeslib.cfg"
|
file = "config/attributeslib.cfg"
|
||||||
@ -206,7 +206,7 @@ hash = "d32d3caafbc0c51fab75472c982e81abc36bb7a42457621f9535e87f2015440b"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/cobblemon/main.json"
|
file = "config/cobblemon/main.json"
|
||||||
hash = "1f520e0fb30e16a97d4053f4c0f48bcb6728fc6e7c5d5b999844e7b1c1369e0e"
|
hash = "925b3b41d290f5ffb253d0dc7b6bb88079dc920430bca2455bf1134ee7ba35f1"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/cobblemonintegrations-common.toml"
|
file = "config/cobblemonintegrations-common.toml"
|
||||||
@ -216,9 +216,25 @@ hash = "4f1a8f779180ecba18d38d56c39a05b80f90f55285571431665ca684b79ff6af"
|
|||||||
file = "config/collective.json5"
|
file = "config/collective.json5"
|
||||||
hash = "600046b205e20aa3a2ff5af8a66a202c00a97b1c27a6c0675211dbe11d4c0b5f"
|
hash = "600046b205e20aa3a2ff5af8a66a202c00a97b1c27a6c0675211dbe11d4c0b5f"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/combatroll/client.json5"
|
||||||
|
hash = "e9714f119c3862a898e53eab1a4ba6220a2194a5bdf0aea86623042d6cbf57e3"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/combatroll/enchantments.json"
|
||||||
|
hash = "b807ca9ebe5ca5e45c8367b08cb97a08aa73181b66da4ab7c9f92e02200ca01e"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/combatroll/hud_config.json"
|
||||||
|
hash = "dd256182183eda6d42d798798371b748908d54658805ca2b1886bae27c7b4d4c"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/combatroll/server.json5"
|
||||||
|
hash = "6c3ec2b2926b78c73dddf0cfedaf483efb7c3fe8a093f557e560ab280a0683f4"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/cosmeticarmorreworked-client.toml"
|
file = "config/cosmeticarmorreworked-client.toml"
|
||||||
hash = "d8e901ce0a9ca6e4104883606cbae09adbea19de045482dd11e3cd7867abaca4"
|
hash = "9fe3a6aca5e6d9a1dbcee46a32d3302ceae1d52e22653f0dfc7bdef6877eca4e"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/cosmeticarmorreworked-common.toml"
|
file = "config/cosmeticarmorreworked-common.toml"
|
||||||
@ -606,7 +622,7 @@ hash = "09ff183e061d93b79514bc171bf9118497578757e7a5c45946039487656e2619"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/embeddium-options.json"
|
file = "config/embeddium-options.json"
|
||||||
hash = "886675aa5c45ffdd669c6927d939f1fbe8c8665eb3e5157dd265f0fe7327af25"
|
hash = "825e917243a22ece6874a45a8642025843e6b0326e8cf9952ab098ac35921602"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/enchdesc.json"
|
file = "config/enchdesc.json"
|
||||||
@ -844,6 +860,10 @@ hash = "a440d2a7ce939ef3c462475555a9a188263aebdbf13db600de3f01d9d312970c"
|
|||||||
file = "config/forge-resource-caching.toml"
|
file = "config/forge-resource-caching.toml"
|
||||||
hash = "52df30f5c619e0b8f0549eb442f43cedbee8ca039cc711eaa25f1a13e3d3ee79"
|
hash = "52df30f5c619e0b8f0549eb442f43cedbee8ca039cc711eaa25f1a13e3d3ee79"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/ftbxmodcompat.snbt"
|
||||||
|
hash = "9abe2c7f784810cac3ca71c74d02aacd5fe6861d744cb143d077a525a2b42e76"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/highlighter-common.toml"
|
file = "config/highlighter-common.toml"
|
||||||
hash = "e24fead77e2d94d8890dda4b86c13d62298f5d05f1b0440d4782358da288b3b5"
|
hash = "e24fead77e2d94d8890dda4b86c13d62298f5d05f1b0440d4782358da288b3b5"
|
||||||
@ -852,13 +872,17 @@ hash = "e24fead77e2d94d8890dda4b86c13d62298f5d05f1b0440d4782358da288b3b5"
|
|||||||
file = "config/immersive_aircraft.json"
|
file = "config/immersive_aircraft.json"
|
||||||
hash = "86dbbf392600eeb816b22b53cf717e373ad4173125d006ff453ef646d4a0fbc7"
|
hash = "86dbbf392600eeb816b22b53cf717e373ad4173125d006ff453ef646d4a0fbc7"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/inventoryessentials-common.toml"
|
||||||
|
hash = "2696133bf8a18d3811868bbbc8bba93a3d79dda3aadeaa81ed78984b0538833b"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/invmove.json"
|
file = "config/invmove.json"
|
||||||
hash = "f07273670fb6fbd2012d7a63e2453826f00e42dd82efb3ea82a4d81894f3b410"
|
hash = "f07273670fb6fbd2012d7a63e2453826f00e42dd82efb3ea82a4d81894f3b410"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/invmove/unrecognized.json"
|
file = "config/invmove/unrecognized.json"
|
||||||
hash = "f3f54b292ed9cdce687c6d338608b183658d369e35fab12f93a8c397077b5535"
|
hash = "d70c2be745de8a77932a37ad1a99bf6e67af30a2cfc389026fe1d6e4a48dc614"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/invmove/vanilla.json"
|
file = "config/invmove/vanilla.json"
|
||||||
@ -898,7 +922,7 @@ hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/jei/ingredient-list-mod-sort-order.ini"
|
file = "config/jei/ingredient-list-mod-sort-order.ini"
|
||||||
hash = "abcb94d0207e83466c21dad0b826d886baf22e88f6e0a6645f5687e4589f3ee6"
|
hash = "9fe7c3d9ffe758a39174652e96ae4128872e653e9b650cb7723b67050c9e75b4"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/jei/ingredient-list-type-sort-order.ini"
|
file = "config/jei/ingredient-list-type-sort-order.ini"
|
||||||
@ -922,7 +946,7 @@ hash = "34eb990ae2cf62220a0d1be95629bcac46e6732f1cd6f7b6fdc54bcae02916e5"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/jei/recipe-category-sort-order.ini"
|
file = "config/jei/recipe-category-sort-order.ini"
|
||||||
hash = "c9cbae3b6afc4ebdc19d7566f426751ec0ace6265bc32a86cdbf0127d78e2961"
|
hash = "0e88f55a802e1d601966652e69d4b90ff95fe86ac6c8a46bec0f034f1e042d44"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/jei/world/local/New_World/bookmarks.ini"
|
file = "config/jei/world/local/New_World/bookmarks.ini"
|
||||||
@ -934,7 +958,7 @@ hash = "1b6a116468775c1c4ced1f7fcb00d5f51d4f795ee5a3d902ec89faa5ea0fb7dc"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/jei/world/local/New_World__2/bookmarks.ini"
|
file = "config/jei/world/local/New_World__2/bookmarks.ini"
|
||||||
hash = "3403f1af3d7547ae2b4c655c715f7dfd22ec62a2fc766d8a12e04b3a155dd0a0"
|
hash = "5bc7cc585c168898f317fdbc4bec03857e276e2d2a267877676bc248a30cb6bb"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/jeresources-common.toml"
|
file = "config/jeresources-common.toml"
|
||||||
@ -948,6 +972,14 @@ hash = "b101c668c6c658e2db126b7f6d3b9eb913537ff8903fbfce0128534299b2aea5"
|
|||||||
file = "config/justzoom/config.txt"
|
file = "config/justzoom/config.txt"
|
||||||
hash = "2a6230b55c4b70b4a3146d010bee34f0039842c66220af2f40f97a97f66686a6"
|
hash = "2a6230b55c4b70b4a3146d010bee34f0039842c66220af2f40f97a97f66686a6"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/kingdomkeys-client.toml"
|
||||||
|
hash = "06d2da40b35b05f27e4fd7ea0df6a152c4500413d316f63910e765c99b76a619"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/kingdomkeys-common.toml"
|
||||||
|
hash = "38fe819b383feaef68a5324a8d14059d185f5bcf9cb6abed0c630b3bc9e2783b"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/konkrete/locals/de_de.local"
|
file = "config/konkrete/locals/de_de.local"
|
||||||
hash = "79a34cfd15c2d9c06498dc221be79279507d9b57666cd44f8d2c2cf95d3582ef"
|
hash = "79a34cfd15c2d9c06498dc221be79279507d9b57666cd44f8d2c2cf95d3582ef"
|
||||||
@ -1000,13 +1032,21 @@ hash = "83b5ebf7613d4eab5b557b11b6433b9ef548e8ccb78b9c981c7fd7a0a0b27153"
|
|||||||
file = "config/mahoutsukai-client.toml"
|
file = "config/mahoutsukai-client.toml"
|
||||||
hash = "20e21e28b8f27dee459bf35f2d8fd17a04e39d34e2af8158a311b5e31d987194"
|
hash = "20e21e28b8f27dee459bf35f2d8fd17a04e39d34e2af8158a311b5e31d987194"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/midnightlib.json"
|
||||||
|
hash = "9bcdd9f5ae6c9fecc3a0dfee7507bf17c56702f14e40db9cdde90148f1d3b387"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/moremousekeybinds.json"
|
||||||
|
hash = "599894d931d1231cdd45e3f83ead3269789e4f58986fcec9cc1b7b8897a2b4ad"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/notenoughanimations.json"
|
file = "config/notenoughanimations.json"
|
||||||
hash = "f734f35399f949a79b29328d6d0398027a5e5c4f5ffa15f35a44c8054b54da34"
|
hash = "f734f35399f949a79b29328d6d0398027a5e5c4f5ffa15f35a44c8054b54da34"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/oculus.properties"
|
file = "config/oculus.properties"
|
||||||
hash = "ffef2c13cdaabda2e8f9324245b7f00ada9b630d7572cc052baaca15a52598ec"
|
hash = "b502e14c82385e1e6e190b922b1cf0ef15d11dee263569389ffba9b975ae98f4"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/passiveshield.json5"
|
file = "config/passiveshield.json5"
|
||||||
@ -1060,6 +1100,10 @@ hash = "28e5b8f2e7d93aa4a086c908e6fe135055d1ebda0eb5465d165e1d3790f34a1b"
|
|||||||
file = "config/rubidium-options.json"
|
file = "config/rubidium-options.json"
|
||||||
hash = "6f76044a1bf65a1c59a6fbf934d75ec5fc5d83c5613cb7091e1c0d94ee64070d"
|
hash = "6f76044a1bf65a1c59a6fbf934d75ec5fc5d83c5613cb7091e1c0d94ee64070d"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "config/sidebar_buttons.json"
|
||||||
|
hash = "f37500e8d3440dc1da3307f0fbbb3a0c181794c844efab9cfeb16564b4f22f3d"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/skilltree-client.toml"
|
file = "config/skilltree-client.toml"
|
||||||
hash = "1019a5094c566633f9e7bff77038fcd2ec966cbd824fc337460814e2752a79f1"
|
hash = "1019a5094c566633f9e7bff77038fcd2ec966cbd824fc337460814e2752a79f1"
|
||||||
@ -1198,7 +1242,7 @@ hash = "36332a37b48545f73f069dad385e2a266672954fa0b3fa31644f40ec88ea6636"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/xaerominimap_entities.json"
|
file = "config/xaerominimap_entities.json"
|
||||||
hash = "f04d4fbfc14fdbfb1bdf4f0012356f468a8f30802811585230a0bda1df825a93"
|
hash = "ff623c4f8344b8962ed99f519854c6d67eb80de1a568c9e076358db5b4ab413f"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "config/xaeropatreon.txt"
|
file = "config/xaeropatreon.txt"
|
||||||
@ -1284,6 +1328,10 @@ hash = "a57bb0f6ea2d8b0266a6711d13068620db62da46ae29eb1f7fe566978cd4f21f"
|
|||||||
file = "mods/CobblemonTrainers-forge-1.1.3+1.5.0-rc3.jar"
|
file = "mods/CobblemonTrainers-forge-1.1.3+1.5.0-rc3.jar"
|
||||||
hash = "bb024e9bd8c2a12aad8f0c253a5a033457bd005cf07f52f1bd8ba17746e1b969"
|
hash = "bb024e9bd8c2a12aad8f0c253a5a033457bd005cf07f52f1bd8ba17746e1b969"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/Controlling-forge-1.20.1-12.0.2.jar"
|
||||||
|
hash = "516308a93824119f6a1ebc75425aa21ee8f8de0c331942793a054ba6d9c24944"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/CraftPresence-2.3.9+1.20.1.jar"
|
file = "mods/CraftPresence-2.3.9+1.20.1.jar"
|
||||||
hash = "b44a0f8e3361077b4c6782176a67cbead137f37d682cc523a13b98f094b0487e"
|
hash = "b44a0f8e3361077b4c6782176a67cbead137f37d682cc523a13b98f094b0487e"
|
||||||
@ -1312,6 +1360,10 @@ hash = "bac12d4f22f571fc887bc662266c628b47fa296e41116de839dc8963051ed4ec"
|
|||||||
file = "mods/EnchantmentDescriptions-Forge-1.20.1-17.0.14.jar"
|
file = "mods/EnchantmentDescriptions-Forge-1.20.1-17.0.14.jar"
|
||||||
hash = "4216fc43621f422e7656c8bd6b2a5e4a5b0806cda7415885b99d9b18508ea9bc"
|
hash = "4216fc43621f422e7656c8bd6b2a5e4a5b0806cda7415885b99d9b18508ea9bc"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/FTBQuestsOptimizer-forge-2.0.1-1.20.1.jar"
|
||||||
|
hash = "12721aa17fcec0c63488aa0c505be63d61951534647a7b56651bd59175253620"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/Fallingleaves-1.20.1-2.1.0.jar"
|
file = "mods/Fallingleaves-1.20.1-2.1.0.jar"
|
||||||
hash = "46c1d4d94780ffad392b6139d4b0e535d399a310d9884c1f13230f31d43350a7"
|
hash = "46c1d4d94780ffad392b6139d4b0e535d399a310d9884c1f13230f31d43350a7"
|
||||||
@ -1380,6 +1432,10 @@ hash = "f53bd23c3c17c5ac89d3c74e5d1b6b7c1051c7d28ae2e8f4d3283c36c1d90174"
|
|||||||
file = "mods/SCP_Overtime_2.0.8.jar"
|
file = "mods/SCP_Overtime_2.0.8.jar"
|
||||||
hash = "561f67d42e682a86bbf45b415d38f4ac395645d6a49b9f07d9ee7c5f9259d815"
|
hash = "561f67d42e682a86bbf45b415d38f4ac395645d6a49b9f07d9ee7c5f9259d815"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/Searchables-forge-1.20.1-1.0.3.jar"
|
||||||
|
hash = "c1a76e93886210574d3f298c0461241fb711e52ac22c7a04d3236840f29e6576"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/Steam_Rails-1.6.4+forge-mc1.20.1.jar"
|
file = "mods/Steam_Rails-1.6.4+forge-mc1.20.1.jar"
|
||||||
hash = "d23403ec6f767f4aeb318db5f471cf5aabbb83cd6c5b3256878aa007f1330213"
|
hash = "d23403ec6f767f4aeb318db5f471cf5aabbb83cd6c5b3256878aa007f1330213"
|
||||||
@ -1470,7 +1526,7 @@ hash = "4ea3933ee2a9ffed5b739bbbf8a8c974737fd59cb6517c61c54b3eae9465ff54"
|
|||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/balm-forge-1.20.1-7.2.2.jar"
|
file = "mods/balm-forge-1.20.1-7.2.2.jar"
|
||||||
hash = "6f4029cafb0b7f1bc4810af9237c8973dde05bdce30852625d72a40feaa1b71e"
|
hash = "d4cf32e6df112be22a5af233626d0053a257a589fa21c3f5e0fb922070287646"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/betterarcheology-1.1.9-1.20.1.jar"
|
file = "mods/betterarcheology-1.1.9-1.20.1.jar"
|
||||||
@ -1512,6 +1568,10 @@ hash = "8c219e59079700f6e04be24f231b7506a44be1b75efc53f32574de22b5233357"
|
|||||||
file = "mods/collective-1.20.1-7.57.jar"
|
file = "mods/collective-1.20.1-7.57.jar"
|
||||||
hash = "682f75ae18c7d06465d5d38559cee1a1d621c052324954a6dacfb96e22f478be"
|
hash = "682f75ae18c7d06465d5d38559cee1a1d621c052324954a6dacfb96e22f478be"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/combatroll-forge-1.3.2+1.20.1.jar"
|
||||||
|
hash = "01940f1c00356dea82dc228db8aed97d6eaacce7b010eaec1f3ddd197ce8a201"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/cosmeticarmorreworked-1.20.1-v1a.jar"
|
file = "mods/cosmeticarmorreworked-1.20.1-v1a.jar"
|
||||||
hash = "c790e8671625b05ec0aa19272e0ea74ea95619f953e3c6f39a6736af0d386804"
|
hash = "c790e8671625b05ec0aa19272e0ea74ea95619f953e3c6f39a6736af0d386804"
|
||||||
@ -1624,6 +1684,10 @@ hash = "516eeda029497c111aad8c0884e4a6909ca8cecd8b8eced2e4f2e901878e6c5c"
|
|||||||
file = "mods/entityculling-forge-1.6.2-mc1.20.1.jar"
|
file = "mods/entityculling-forge-1.6.2-mc1.20.1.jar"
|
||||||
hash = "132ec1dc9127511f044eea7a8ff3636373ed7dcb3696e4b25c4215bc85e8a25c"
|
hash = "132ec1dc9127511f044eea7a8ff3636373ed7dcb3696e4b25c4215bc85e8a25c"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/essential_1-3-2-4_forge_1-20-1.jar"
|
||||||
|
hash = "5f490046ea14efe9a6148885f77f4811938285de72c74b77cbeea0abcac663c6"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/fancymenu_forge_3.2.2_MC_1.20.1.jar"
|
file = "mods/fancymenu_forge_3.2.2_MC_1.20.1.jar"
|
||||||
hash = "cc1d88f7c55ca99d15f410bfe9103ac61a3b315fc478ca5fe58fe40e8aabd7bb"
|
hash = "cc1d88f7c55ca99d15f410bfe9103ac61a3b315fc478ca5fe58fe40e8aabd7bb"
|
||||||
@ -1632,6 +1696,26 @@ hash = "cc1d88f7c55ca99d15f410bfe9103ac61a3b315fc478ca5fe58fe40e8aabd7bb"
|
|||||||
file = "mods/ferritecore-6.0.1-forge.jar"
|
file = "mods/ferritecore-6.0.1-forge.jar"
|
||||||
hash = "9c2c9396a49e796d88497758caa4637d2bcbb433c318e2dd9cebcffbaf0f6c54"
|
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]]
|
[[files]]
|
||||||
file = "mods/geckolib-forge-1.20.1-4.4.4.jar"
|
file = "mods/geckolib-forge-1.20.1-4.4.4.jar"
|
||||||
hash = "ebeade797d074d79a82d8d3a3adf0ad2636ce45e1ffd0de9612388ac333ccb69"
|
hash = "ebeade797d074d79a82d8d3a3adf0ad2636ce45e1ffd0de9612388ac333ccb69"
|
||||||
@ -1644,6 +1728,10 @@ hash = "a0967ce8605d99fd5870f093ddd3ba18c548b9b1858a459b42f4e0feabaefaee"
|
|||||||
file = "mods/immersive_aircraft-1.0.0+1.20.1-forge.jar"
|
file = "mods/immersive_aircraft-1.0.0+1.20.1-forge.jar"
|
||||||
hash = "b41568a399be339e17a4285f8826f261982ba334972ce2766f555af25907a9bd"
|
hash = "b41568a399be339e17a4285f8826f261982ba334972ce2766f555af25907a9bd"
|
||||||
|
|
||||||
|
[[files]]
|
||||||
|
file = "mods/inventoryessentials-forge-1.20.1-8.2.3.jar"
|
||||||
|
hash = "374b72d5731662b05f18c7f1bcad53d19e9c15cff0b3fbff5bfb5dd038da687c"
|
||||||
|
|
||||||
[[files]]
|
[[files]]
|
||||||
file = "mods/irons_rpg_tweaks-1.20-1.2.3.jar"
|
file = "mods/irons_rpg_tweaks-1.20-1.2.3.jar"
|
||||||
hash = "4c49ce105bc3383c0825e9ac24369af52261241dcce6dcbcde7d2aab6436ebc6"
|
hash = "4c49ce105bc3383c0825e9ac24369af52261241dcce6dcbcde7d2aab6436ebc6"
|
||||||
|
BIN
server/mods/Controlling-forge-1.20.1-12.0.2.jar
Normal file
BIN
server/mods/Controlling-forge-1.20.1-12.0.2.jar
Normal file
Binary file not shown.
BIN
server/mods/FTBQuestsOptimizer-forge-2.0.1-1.20.1.jar
Normal file
BIN
server/mods/FTBQuestsOptimizer-forge-2.0.1-1.20.1.jar
Normal file
Binary file not shown.
BIN
server/mods/Searchables-forge-1.20.1-1.0.3.jar
Normal file
BIN
server/mods/Searchables-forge-1.20.1-1.0.3.jar
Normal file
Binary file not shown.
Binary file not shown.
BIN
server/mods/combatroll-forge-1.3.2+1.20.1.jar
Normal file
BIN
server/mods/combatroll-forge-1.3.2+1.20.1.jar
Normal file
Binary file not shown.
BIN
server/mods/essential_1-3-2-4_forge_1-20-1.jar
Normal file
BIN
server/mods/essential_1-3-2-4_forge_1-20-1.jar
Normal file
Binary file not shown.
BIN
server/mods/ftb-essentials-forge-2001.2.2.jar
Normal file
BIN
server/mods/ftb-essentials-forge-2001.2.2.jar
Normal file
Binary file not shown.
BIN
server/mods/ftb-library-forge-2001.2.1.jar
Normal file
BIN
server/mods/ftb-library-forge-2001.2.1.jar
Normal file
Binary file not shown.
BIN
server/mods/ftb-quests-forge-2001.4.2.jar
Normal file
BIN
server/mods/ftb-quests-forge-2001.4.2.jar
Normal file
Binary file not shown.
BIN
server/mods/ftb-teams-forge-2001.3.0.jar
Normal file
BIN
server/mods/ftb-teams-forge-2001.3.0.jar
Normal file
Binary file not shown.
BIN
server/mods/ftb-xmod-compat-forge-2.1.1.jar
Normal file
BIN
server/mods/ftb-xmod-compat-forge-2.1.1.jar
Normal file
Binary file not shown.
BIN
server/mods/inventoryessentials-forge-1.20.1-8.2.3.jar
Normal file
BIN
server/mods/inventoryessentials-forge-1.20.1-8.2.3.jar
Normal file
Binary file not shown.
0
server/mods/placeholder.txt
Normal file
0
server/mods/placeholder.txt
Normal file
@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
|
|||||||
[index]
|
[index]
|
||||||
file = "index.toml"
|
file = "index.toml"
|
||||||
hash-format = "sha256"
|
hash-format = "sha256"
|
||||||
hash = "d422016b88cd86a3199d236aabe69808317cdc1a1a3adacfe3cf804c2f240336"
|
hash = "796c16f59c6962ac84f35f1f75709b83019f6de56997fa2690897bcdbff41980"
|
||||||
|
|
||||||
[versions]
|
[versions]
|
||||||
forge = "47.2.17"
|
forge = "47.2.17"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user