Some config updates
This commit is contained in:
parent
2b122f69ca
commit
9c93da3e5a
31
config/inventoryprofilesnext/inventoryprofiles.json
Normal file
31
config/inventoryprofilesnext/inventoryprofiles.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"ModSettings": {
|
||||
"highlight_foused_items": {
|
||||
"value": false
|
||||
},
|
||||
"enable_profiles": {
|
||||
"value": false
|
||||
},
|
||||
"enable_auto_refill": {
|
||||
"value": false
|
||||
},
|
||||
"villager_trading_enable": {
|
||||
"value": false
|
||||
},
|
||||
"first_run": false
|
||||
},
|
||||
"GuiSettings": {
|
||||
"enable_inventory_editor_button": {
|
||||
"value": false
|
||||
},
|
||||
"enable_inventory_settings_button": {
|
||||
"value": false
|
||||
},
|
||||
"enable_profiles_ui": {
|
||||
"value": false
|
||||
},
|
||||
"show_continuous_crafting_checkbox": {
|
||||
"value": false
|
||||
}
|
||||
}
|
||||
}
|
7
config/roughlyenoughitems/config.json5
Normal file → Executable file
7
config/roughlyenoughitems/config.json5
Normal file → Executable file
@ -127,11 +127,12 @@
|
||||
"clickableRecipeArrows": true,
|
||||
"registerRecipesInAnotherThread": true,
|
||||
"newFastEntryRendering": true,
|
||||
"cachingFastEntryRendering": false
|
||||
"cachingFastEntryRendering": false,
|
||||
"cachingDisplayLookup": true
|
||||
}
|
||||
},
|
||||
"appearance": {
|
||||
"recipeScreenType": "UNSET",
|
||||
"recipeScreenType": "ORIGINAL",
|
||||
// Declares the appearance of REI windows.
|
||||
"theme": "LIGHT",
|
||||
"layout": {
|
||||
@ -145,7 +146,7 @@
|
||||
// Declares the appearance of recipe's border.
|
||||
"recipeBorder": "DEFAULT",
|
||||
// Declares whether entry panel is scrolled.
|
||||
"scrollingEntryListWidget": false,
|
||||
"scrollingEntryListWidget": true,
|
||||
"horizontalEntriesBoundaries": 1.0,
|
||||
"verticalEntriesBoundaries": 1.0,
|
||||
"horizontalEntriesBoundariesColumns": 50,
|
||||
|
42
config/visuality.json
Normal file
42
config/visuality.json
Normal file
@ -0,0 +1,42 @@
|
||||
{
|
||||
"slimeEnabled": false,
|
||||
"chargeEnabled": false,
|
||||
"sparkleEnabled": false,
|
||||
"soulEnabled": false,
|
||||
"waterCircles": {
|
||||
"density": 10,
|
||||
"radius": 16,
|
||||
"enabled": true,
|
||||
"colored": true
|
||||
},
|
||||
"hitParticlesEnabled": false,
|
||||
"hitParticleEntries": [
|
||||
"minecraft:skeleton/visuality:bone",
|
||||
"minecraft:skeleton_horse/visuality:bone",
|
||||
"minecraft:stray/visuality:bone",
|
||||
"minecraft:wither_skeleton/visuality:wither_bone",
|
||||
"minecraft:chicken/visuality:feather",
|
||||
"minecraft:villager/visuality:emerald"
|
||||
],
|
||||
"shinyArmorEnabled": false,
|
||||
"shinyArmorEntries": [
|
||||
"minecraft:golden_helmet",
|
||||
"minecraft:golden_chestplate",
|
||||
"minecraft:golden_leggings",
|
||||
"minecraft:golden_boots",
|
||||
"minecraft:diamond_helmet",
|
||||
"minecraft:diamond_chestplate",
|
||||
"minecraft:diamond_leggings",
|
||||
"minecraft:diamond_boots"
|
||||
],
|
||||
"shinyBlocksEnabled": false,
|
||||
"shinyBlockEntries": [
|
||||
"minecraft:gold_ore",
|
||||
"minecraft:deepslate_gold_ore",
|
||||
"minecraft:nether_gold_ore",
|
||||
"minecraft:diamond_ore",
|
||||
"minecraft:deepslate_diamond_ore",
|
||||
"minecraft:emerald_ore",
|
||||
"minecraft:deepslate_emerald_ore"
|
||||
]
|
||||
}
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"zoomify_gui_category_behaviour": {
|
||||
"zoomify_gui_initialzoom_name": 4,
|
||||
"zoomify_gui_initialzoom_name": 2,
|
||||
"zoomify_gui_zoomintime_name": 0.5,
|
||||
"zoomify_gui_zoomouttime_name": 0.1,
|
||||
"zoomify_gui_zoomintransition_name": 12,
|
||||
|
27
index.toml
27
index.toml
@ -12,6 +12,9 @@ file = "config/defaultoptions/keybindings.txt"
|
||||
[[files]]
|
||||
file = "config/defaultoptions/options.txt"
|
||||
|
||||
[[files]]
|
||||
file = "config/inventoryprofilesnext/inventoryprofiles.json"
|
||||
|
||||
[[files]]
|
||||
file = "config/isxander-main-menu-credits.json"
|
||||
|
||||
@ -78,6 +81,10 @@ metafile = true
|
||||
file = "mods/c2me-fabric.pw.toml"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/can-i-mine-this-block.pw.toml"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/capes.pw.toml"
|
||||
metafile = true
|
||||
@ -98,6 +105,10 @@ metafile = true
|
||||
file = "mods/cloth-config.pw.toml"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/continuity.pw.toml"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/craftpresence.pw.toml"
|
||||
metafile = true
|
||||
@ -110,10 +121,6 @@ metafile = true
|
||||
file = "mods/dcch.pw.toml"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/deathlog.pw.toml"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/default-options.pw.toml"
|
||||
metafile = true
|
||||
@ -142,6 +149,10 @@ metafile = true
|
||||
file = "mods/inspecio.pw.toml"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/inventory-profiles-next.pw.toml"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/iris.pw.toml"
|
||||
metafile = true
|
||||
@ -158,6 +169,14 @@ metafile = true
|
||||
file = "mods/lambdynamiclights.pw.toml"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/libipn.pw.toml"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/light-overlay.pw.toml"
|
||||
metafile = true
|
||||
|
||||
[[files]]
|
||||
file = "mods/main-menu-credits.pw.toml"
|
||||
metafile = true
|
||||
|
@ -1,13 +0,0 @@
|
||||
name = "AdvancementInfo"
|
||||
filename = "advancementinfo-1.19.4-fabric0.76.0-1.3.1.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/G1epq3jN/versions/FURXdWNB/advancementinfo-1.19.4-fabric0.76.0-1.3.1.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "bbd9b0f2f2cc9913082b1476232ada6acb76bac1"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "G1epq3jN"
|
||||
version = "FURXdWNB"
|
@ -1,13 +0,0 @@
|
||||
name = "AntiGhost"
|
||||
filename = "antighost-1.20-fabric0.83.0-1.1.5.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/Jw3Wx1KR/versions/RzyN0vkk/antighost-1.20-fabric0.83.0-1.1.5.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "202078e8dd3be4a34d09e7008875df296266866b"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "Jw3Wx1KR"
|
||||
version = "RzyN0vkk"
|
13
mods/can-i-mine-this-block.pw.toml
Normal file
13
mods/can-i-mine-this-block.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "cAn i MiNe thIS bLOCk?"
|
||||
filename = "can-i-mine-this-block-1.4.0.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/fEwSlaoa/versions/lZ1YTSiE/can-i-mine-this-block-1.4.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "61a5201d1e7c277b55fe740159c354a824be3b2e"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "fEwSlaoa"
|
||||
version = "lZ1YTSiE"
|
@ -1,13 +0,0 @@
|
||||
name = "DeathLog"
|
||||
filename = "deathlog-0.3.2+1.20.jar"
|
||||
side = "both"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/TPAYeAOc/versions/V0Hz3q2W/deathlog-0.3.2%2B1.20.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "a637205931bac5fd455341d82cc32bb181d617f7"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "TPAYeAOc"
|
||||
version = "V0Hz3q2W"
|
@ -1,13 +0,0 @@
|
||||
name = "Exordium"
|
||||
filename = "exordium-fabric-1.0.3-mc1.19.4.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/DynYZEae/versions/MaOM64pW/exordium-fabric-1.0.3-mc1.19.4.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "54ea87c77a50d6964edca6ef82c4e4fd251c50bc"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "DynYZEae"
|
||||
version = "MaOM64pW"
|
13
mods/inventory-profiles-next.pw.toml
Normal file
13
mods/inventory-profiles-next.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Inventory Profiles Next"
|
||||
filename = "InventoryProfilesNext-fabric-1.20-1.10.6.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/O7RBXm3n/versions/MPvWmWwk/InventoryProfilesNext-fabric-1.20-1.10.6.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "2fdcb0ad16c1e7edf48070962f48eada3218f0f6"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "O7RBXm3n"
|
||||
version = "MPvWmWwk"
|
13
mods/libipn.pw.toml
Normal file
13
mods/libipn.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "libIPN"
|
||||
filename = "libIPN-fabric-1.20-3.0.2.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/onSQdWhM/versions/R8cssvoN/libIPN-fabric-1.20-3.0.2.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "7ca028553a1423d8f34ce31d6a6a31b1fcf57aeb"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "onSQdWhM"
|
||||
version = "R8cssvoN"
|
13
mods/light-overlay.pw.toml
Normal file
13
mods/light-overlay.pw.toml
Normal file
@ -0,0 +1,13 @@
|
||||
name = "Light Overlay"
|
||||
filename = "light-overlay-8.0.0.jar"
|
||||
side = "client"
|
||||
|
||||
[download]
|
||||
url = "https://cdn.modrinth.com/data/YfOlc91N/versions/FQVuf0Wz/light-overlay-8.0.0.jar"
|
||||
hash-format = "sha1"
|
||||
hash = "ba9d6db7b84d9b00b74e4fb04f137c96d080cb0a"
|
||||
|
||||
[update]
|
||||
[update.modrinth]
|
||||
mod-id = "YfOlc91N"
|
||||
version = "FQVuf0Wz"
|
Loading…
x
Reference in New Issue
Block a user