Compare commits

...

3 Commits

Author SHA1 Message Date
b636b452d2
add yungs mods + supplementaries 2023-09-12 13:58:46 -03:00
c6e9122f5e
add resource and shader packs 2023-09-12 13:45:19 -03:00
42fcfb5118
add mousewheelie config 2023-09-12 13:34:54 -03:00
19 changed files with 452 additions and 1 deletions

View File

@ -0,0 +1,159 @@
{
// General settings
general: {
// Sets the interval in milliseconds in which interactions are sent to the server.
// Lower numbers increase the speed but might be rejected by servers.
// default: 10
// Must be greater or equal to 1
interaction-rate: 10
// Sets the interval in milliseconds for singleplayer and local multiplayer.
// default: 1
// Must be greater or equal to 1
integrated-interaction-rate: 1
// Enables quick swapping of armor pieces and elytra pieces by clicking them while in hand.
// default: true
enable-quick-armor-swapping: true
// Enables dropping items when holding the drop modifier (alt by default) and clicking on them.
// The modifier can be changed in the vanilla controls menu.
// default: true
enable-drop-modifier: true
// Enables right-clicking in recipe books/villager trading to swiftly craft/trade.
// default: true
enable-quick-craft: true
// Whether item types should check nbt data.
// This is for example used by scrolling and drop-clicking.
// NONE disables this, ALL checks for exactly the same nbt and SOME allows for differences in damage and enchantments.
// default: SOME
item-kinds-nbt-match-mode: SOME
// Lets you define how the hotbar will be treated when e.g. scrolling or sorting items in the inventory.
// HARD: The hotbar will always be treated separately.
// SOFT: The hotbar will be treated as part of the inventory. This does not apply when sending the whole inventory (ctrl+shift).
// NONE: The hotbar will be treated as part of the inventory. This also applies when sending the whole inventory (ctrl+shift).
// default: SOFT
hotbar-scoping: SOFT
// This helps when you regularly move your mouse faster than the game can pick up.
// This will impact performance though.
// default: false
better-fast-dragging: false
// Enable clicking and dragging the bundle in the inventory to easily put in or out multiple stacks.
// default: true
enable-bundle-dragging: true
}
// With this feature, scrolling while hovering over a stack lets you easily move single items in or out of your inventory.
// In combination with modifiers such as Shift and Control (changeable in the Controls settings) you can scroll whole stacks, all of a kind of item or even all items in an inventory.
scrolling: {
// default: true
enable: true
// Invert the scroll direction when scrolling items.
// default: false
invert: false
// If enabled, items will be moved based on the visual position on the screen:
// When scrolling up, items will be sent to the upper inventory, when scrolling down to the lower inventory.
// If disabled, scrolling will instead affect the amount of items:
// When scrolling up, items will be moved towards the stack, when scrolling down items will be sent to the opposite inventory.
//
// Using "Invert scroll direction", you can swap the up and down behavior for these actions.
// default: true
directional-scrolling: true
// Sets whether to by default scroll items out of the creative menu.
// default: true
scroll-creative-menu-items: false
// Sets whether creative mode tabs can be switched by scrolling over them.
// default: true
scroll-creative-menu-tabs: false
}
// Change sort modes. Existing sort modes are ALPHABET, RAW_ID and QUANTITY.
// For Minecraft 1.19 and up there's also CREATIVE_SEARCH.
sort: {
// Sets the sort mode for normal sorting.
// default: creative
primary-sort: creative
// Sets the sort mode for sorting whilst pressing shift.
// default: quantity
shift-sort: quantity
// Sets the sort mode for sorting whilst pressing control.
// default: alphabet
control-sort: alphabet
// Whether to use close to instant sorting when in singleplayer or if Mouse Wheelie is installed on the server.
// default: true
server-accelerated-sorting: true
// Whether the creative search sorting should be optimized for performance.
// This will make use of more memory in exchange for processor time, only disable this if you run into memory issues.
// default: true
optimize-creative-search-sort: true
}
// Item refilling is a feature that automatically loads more items from your inventory when your current stack runs out.
// This is for example useful when building with a lot of the same block, so you don't have to constantly open your inventory.
//
// The first section of this config concerns which or under which circumstances items will get refilled.
// The "Refill rules" section, allows you to configure how the replacement stack will be determined by searching your inventory.
refill: {
// Enables item refilling.
// Turn this off to disable refilling entirely.
// default: true
enable: true
// Refills stacks in the off hand.
// default: true
off-hand: true
// Restore the refilled item to the originally selected slot.
// This will take a tad more time. You might want to turn this off on slow connections.
// default: false
restore-selected-slot: false
// Refill when the item just used changes to a different item.
// This is e.g. triggered when filling or emptying water buckets.
// default: true
item-changes: true
// Refill when the last food item in the hand has been consumed.
// default: true
eat: true
// Refill when dropping stacks from the hotbar.
// default: true
drop: true
// Refill when using up items, like tools or weapons.
// default: true
use: true
// Refill on other occasions.
// default: true
other: true
// Configure with which new item the previous stack will be refilled.
rules: {
// Tries to find any other block items.
// default: false
any-block: false
// Find items that are in the same creative inventory tab.
// default: false
itemgroup: false
// Try to find similar items through the item type hierarchy.
// This usually indicates a similar functionality.
// default: false
item-hierarchy: false
// Try to find similar block items through the block type hierarchy.
// This usually indicates a similar functionality.
// default: false
block-hierarchy: false
// Try to find any other food item.
// default: false
food: false
// Try to find equal items (no NBT matching).
// default: true
equal-items: true
// Try to find equal stacks (NBT matching).
// default: true
equal-stacks: true
}
}
// Configure when and how picking the correct tool for the currently faced block will work.
// By default tool picking will be triggered when middle clicking, that may be changed through the Vanilla Controls menu.
tool-picking: {
// Pick correct tool when middle clicking (rebindable) whilst holding a tool.
// default: true
hold-tool: true
// Pick correct tool when middle clicking (rebindable) whilst holding the same block as faced.
// default: false
hold-block: false
// Allows picking tools from the whole inventory.
// If disabled picking will only happen from the hotbar.
// default: true
pick-from-inventory: true
}
}

View File

@ -76,6 +76,10 @@ hash = "d1186927ebf1307c233b1794887e2c7c57753ac299fd502275519639ba0756c8"
file = "config/yosbr/config/inventoryprofilesnext/integrationHints/player-defined.json"
hash = "02e095314779cbb7d104c158fc2c810b218bdcf8b29b01944162c5dfe1388f2f"
[[files]]
file = "config/yosbr/config/mousewheelie.hjson"
hash = "d61b0f0328acef4885b9ef87347067c71f8d00a30fac47e6c178113a0d347e8c"
[[files]]
file = "config/yosbr/config/preventer.json"
hash = "f1732450e74cbeaece566e75c5de7ee81cdeafd96693f786a460abb68162f65d"
@ -424,6 +428,11 @@ file = "mods/do-a-barrel-roll.pw.toml"
hash = "e82ce48190b2b7bc56aba98b91f0d0506c9f2f82c69ef6df9ed1ed6a4299a4fa"
metafile = true
[[files]]
file = "mods/dramatic-doors.pw.toml"
hash = "dcf9956e067b5902c98a892c7c5ba19b378385facfe40173bbc3e2746d9e2dc8"
metafile = true
[[files]]
file = "mods/drogstyle.pw.toml"
hash = "68452ca16aae1de43cb10ace5eb52120108eb1d357d09120d3caefd7c13886ff"
@ -979,6 +988,11 @@ file = "mods/styled-nicknames.pw.toml"
hash = "e6f4e06c4d4442c08a9f64772a3e078209d57a5d81f6c8ee0fde0da006789a3a"
metafile = true
[[files]]
file = "mods/supplementaries.pw.toml"
hash = "249feb70bab5b9f12d695f3b71bdc8829b8879874fdfd94d342f9ac3998421b1"
metafile = true
[[files]]
file = "mods/talkbubbles.pw.toml"
hash = "207b163203a37646cb83c075fe4a48aff33b5962cd17841321cfaf5b51a8f8b7"
@ -1099,7 +1113,77 @@ file = "mods/you-were-slain.pw.toml"
hash = "236098ad7c4953781d73898e28b09c794281bd16f829465e038d7ee29b9193dd"
metafile = true
[[files]]
file = "mods/yungs-api.pw.toml"
hash = "182ef434a75ea08ffddfb90e9115b33d4764e994c7f4a7fe431933887f631c9b"
metafile = true
[[files]]
file = "mods/yungs-better-desert-temples.pw.toml"
hash = "acc94606fd999ba21be74e554a91e2ec4faadcb7b9f2927e9817b81b6311708f"
metafile = true
[[files]]
file = "mods/yungs-better-dungeons.pw.toml"
hash = "65fbc5e41940f2b86c7da539eed12a66a842d1c012b031319c44e70a40b5e7c2"
metafile = true
[[files]]
file = "mods/yungs-better-jungle-temples.pw.toml"
hash = "66b584c3778acfa75d882bbbb729e7e099ce8060c3b4ec62fe84af8aa31ad9f0"
metafile = true
[[files]]
file = "mods/yungs-better-mineshafts.pw.toml"
hash = "4dcb6f8548d695dd7335fbc7156ee7143ebda05c06d32aaeecd5f4522a885da6"
metafile = true
[[files]]
file = "mods/yungs-better-nether-fortresses.pw.toml"
hash = "eb525be07f335ee5d437e95cded2995f2706e9264d778eee93140ac24d0eee3b"
metafile = true
[[files]]
file = "mods/yungs-better-ocean-monuments.pw.toml"
hash = "c1d78022e0293b7f4beb5f32e925e6b4b669665db2aff930d53f0cd05bda9909"
metafile = true
[[files]]
file = "mods/yungs-better-strongholds.pw.toml"
hash = "89e15ffda74c20227ce0a681178fb768b473edbd040b1f74bb988e5140200e70"
metafile = true
[[files]]
file = "mods/yungs-better-witch-huts.pw.toml"
hash = "1779855b453ddbd35ffcd23f601eea2805a65fbbe59a10a05c335f7f54e0edd9"
metafile = true
[[files]]
file = "mods/yungs-bridges.pw.toml"
hash = "80bda6e8d19873408e1477fef1ff7efa74e5a8c261973aa38d00b51e2f32685b"
metafile = true
[[files]]
file = "mods/zoomify.pw.toml"
hash = "ec7f94fcb88b139515557631074b5e90e64ea53761eb5753c2492007e24f59c4"
metafile = true
[[files]]
file = "resourcepacks/default-dark-mode.pw.toml"
hash = "9a33c692779c39ba93f978d14d84aa5b3d98d4a00f066831957a4b980ab4cf4f"
metafile = true
[[files]]
file = "shaderpacks/bsl-shaders.pw.toml"
hash = "820c7a11a6d105ee6b8e4faaf0b93f807fcdbc803f816437e2170c76c439e38c"
metafile = true
[[files]]
file = "shaderpacks/complementary-reimagined.pw.toml"
hash = "fe25dd4c082ac2195ec1f473f0390e2befa36a9a3743d27005701adf53f7aeea"
metafile = true
[[files]]
file = "shaderpacks/complementary-unbound.pw.toml"
hash = "5b488fd021ad1d6195dfdb63ca361be0d7a0941d0ffc6b31f31c53eccd623554"
metafile = true

View File

@ -0,0 +1,13 @@
name = "Dramatic Doors"
filename = "DramaticDoors-QuiFabrge-1.20.1-3.0.0.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/aQ7h7gal/versions/usVOEenS/DramaticDoors-QuiFabrge-1.20.1-3.0.0.jar"
hash-format = "sha1"
hash = "d6468ad8993ec9f0893fcdb6f363b28e450c4e66"
[update]
[update.modrinth]
mod-id = "aQ7h7gal"
version = "usVOEenS"

View File

@ -0,0 +1,13 @@
name = "Supplementaries"
filename = "supplementaries-1.20-2.5.28-fabric.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/fFEIiSDQ/versions/ZqJBsA8q/supplementaries-1.20-2.5.28-fabric.jar"
hash-format = "sha1"
hash = "fa4fbcfad1d006b9daa61c0dc0b70c833ab34454"
[update]
[update.modrinth]
mod-id = "fFEIiSDQ"
version = "ZqJBsA8q"

13
mods/yungs-api.pw.toml Normal file
View File

@ -0,0 +1,13 @@
name = "YUNG's API"
filename = "YungsApi-1.20-Fabric-4.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Ua7DFN59/versions/NmrTF2A5/YungsApi-1.20-Fabric-4.0.1.jar"
hash-format = "sha1"
hash = "c563cdab6cc3af1caab5d26c512c10d1876eba25"
[update]
[update.modrinth]
mod-id = "Ua7DFN59"
version = "NmrTF2A5"

View File

@ -0,0 +1,13 @@
name = "YUNG's Better Desert Temples"
filename = "YungsBetterDesertTemples-1.20-Fabric-3.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/XNlO7sBv/versions/xrrG1pue/YungsBetterDesertTemples-1.20-Fabric-3.0.1.jar"
hash-format = "sha1"
hash = "92e65513cb0b6dbf95de0d1c35cd2bf2b68364e0"
[update]
[update.modrinth]
mod-id = "XNlO7sBv"
version = "xrrG1pue"

View File

@ -0,0 +1,13 @@
name = "YUNG's Better Dungeons"
filename = "YungsBetterDungeons-1.20-Fabric-4.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/o1C1Dkj5/versions/xraHSR9S/YungsBetterDungeons-1.20-Fabric-4.0.1.jar"
hash-format = "sha1"
hash = "5d5f8b7c0ffaba5ed6f1bbe1057dfbe834d2479f"
[update]
[update.modrinth]
mod-id = "o1C1Dkj5"
version = "xraHSR9S"

View File

@ -0,0 +1,13 @@
name = "YUNG's Better Jungle Temples"
filename = "YungsBetterJungleTemples-1.20-Fabric-2.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/z9Ve58Ih/versions/uLnkpEnp/YungsBetterJungleTemples-1.20-Fabric-2.0.1.jar"
hash-format = "sha1"
hash = "dae4f7fb620c420956b608025ec43591940ce132"
[update]
[update.modrinth]
mod-id = "z9Ve58Ih"
version = "uLnkpEnp"

View File

@ -0,0 +1,13 @@
name = "YUNG's Better Mineshafts"
filename = "YungsBetterMineshafts-1.20-Fabric-4.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/HjmxVlSr/versions/McprBxTA/YungsBetterMineshafts-1.20-Fabric-4.0.1.jar"
hash-format = "sha1"
hash = "7425f22d2ef64981da13805cbea02a76bc68a446"
[update]
[update.modrinth]
mod-id = "HjmxVlSr"
version = "McprBxTA"

View File

@ -0,0 +1,13 @@
name = "YUNG's Better Nether Fortresses"
filename = "YungsBetterNetherFortresses-1.20-Fabric-2.0.2.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Z2mXHnxP/versions/YouhzPUf/YungsBetterNetherFortresses-1.20-Fabric-2.0.2.jar"
hash-format = "sha1"
hash = "ff9989227e01f44143c83dcc5de91023ea72e1cf"
[update]
[update.modrinth]
mod-id = "Z2mXHnxP"
version = "YouhzPUf"

View File

@ -0,0 +1,13 @@
name = "YUNG's Better Ocean Monuments"
filename = "YungsBetterOceanMonuments-1.20-Fabric-3.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/3dT9sgt4/versions/QArcFtQd/YungsBetterOceanMonuments-1.20-Fabric-3.0.1.jar"
hash-format = "sha1"
hash = "707369261bd27a462577ac028d8b514702429db3"
[update]
[update.modrinth]
mod-id = "3dT9sgt4"
version = "QArcFtQd"

View File

@ -0,0 +1,13 @@
name = "YUNG's Better Strongholds"
filename = "YungsBetterStrongholds-1.20-Fabric-4.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/kidLKymU/versions/A5qUVGg0/YungsBetterStrongholds-1.20-Fabric-4.0.1.jar"
hash-format = "sha1"
hash = "2d248c244327e1fcfa04e040daca3966093fb620"
[update]
[update.modrinth]
mod-id = "kidLKymU"
version = "A5qUVGg0"

View File

@ -0,0 +1,13 @@
name = "YUNG's Better Witch Huts"
filename = "YungsBetterWitchHuts-1.20-Fabric-3.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/t5FRdP87/versions/ymnwqLI1/YungsBetterWitchHuts-1.20-Fabric-3.0.1.jar"
hash-format = "sha1"
hash = "a95e7d53cb7f9e9fd817d6f8579f0f26fa01ad42"
[update]
[update.modrinth]
mod-id = "t5FRdP87"
version = "ymnwqLI1"

View File

@ -0,0 +1,13 @@
name = "YUNG's Bridges"
filename = "YungsBridges-1.20-Fabric-4.0.1.jar"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/Ht4BfYp6/versions/j10QkrM6/YungsBridges-1.20-Fabric-4.0.1.jar"
hash-format = "sha1"
hash = "07a33b38e09c3f5e7d31f8641b723448e702fb4b"
[update]
[update.modrinth]
mod-id = "Ht4BfYp6"
version = "j10QkrM6"

View File

@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0"
[index]
file = "index.toml"
hash-format = "sha256"
hash = "11491645ea9234c719eb09ee1f339b4ea743cd8b012f81bf106b483235d5c3e8"
hash = "d3d6a11c850c8fca370fa893ca2487dad49bbdce6a09b3addbabf47267dc3068"
[versions]
fabric = "0.14.22"

View File

@ -0,0 +1,13 @@
name = "Default Dark Mode"
filename = "Default-Dark-Mode-1.20-2023.7.0.zip"
side = "both"
[download]
url = "https://cdn.modrinth.com/data/6SLU7tS5/versions/SEAHWiIS/Default-Dark-Mode-1.20-2023.7.0.zip"
hash-format = "sha1"
hash = "fc488eca9d771b6bd7ce5c651793d812a0adb1ae"
[update]
[update.modrinth]
mod-id = "6SLU7tS5"
version = "SEAHWiIS"

View File

@ -0,0 +1,13 @@
name = "BSL Shaders"
filename = "BSL_v8.2.05.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/Q1vvjJYV/versions/Mshu5RrT/BSL_v8.2.05.zip"
hash-format = "sha1"
hash = "08f2b997d93c9eaa71e18886862cadf03f55437a"
[update]
[update.modrinth]
mod-id = "Q1vvjJYV"
version = "Mshu5RrT"

View File

@ -0,0 +1,13 @@
name = "Complementary Shaders - Reimagined"
filename = "ComplementaryReimagined_r5.0.1.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/NKGyBgjH/ComplementaryReimagined_r5.0.1.zip"
hash-format = "sha1"
hash = "4879d9bbb16ff50ebb75b4b3e11b4093b76ae20d"
[update]
[update.modrinth]
mod-id = "HVnmMxH1"
version = "NKGyBgjH"

View File

@ -0,0 +1,13 @@
name = "Complementary Shaders - Unbound"
filename = "ComplementaryUnbound_r5.0.1.zip"
side = "client"
[download]
url = "https://cdn.modrinth.com/data/R6NEzAwj/versions/JHN3K1Ng/ComplementaryUnbound_r5.0.1.zip"
hash-format = "sha1"
hash = "52c599c7d23cf6c27cef0946e6bcaa248f59f5df"
[update]
[update.modrinth]
mod-id = "R6NEzAwj"
version = "JHN3K1Ng"