diff --git a/config/charm.toml b/config/charm.toml index 34a5391..ab07551 100644 --- a/config/charm.toml +++ b/config/charm.toml @@ -7,7 +7,7 @@ #Storage for maps that automatically updates the displayed map as you explore. "Atlases Enabled" = true #Refills your hotbar from your inventory. -"AutoRestock Enabled" = true +"AutoRestock Enabled" = false #Unlocks all vanilla recipes. "AutomaticRecipeUnlock Enabled" = true #Azalea wood is obtainable from naturally occurring azalea trees or by growing azalea saplings. @@ -84,11 +84,11 @@ #Adds decoration and more ores to mineshafts. "ImprovedMineshafts Enabled" = true #Button to automatically tidy inventories. -"InventoryTidying Enabled" = true +"InventoryTidying Enabled" = false #A functional block that speeds up cooking of clay, glass, bricks and terracotta. "Kilns Enabled" = true #Drop an item onto a lava bucket item to destroy it. -"LavaBucketDestroysItems Enabled" = true +"LavaBucketDestroysItems Enabled" = false #Use a noteblock while sneaking to lower its pitch by one semitone. "LowerNoteblockPitch Enabled" = true #Lumberjacks are villagers that trade wooden items. Their job site is the woodcutter. diff --git a/config/charmonium.toml b/config/charmonium.toml new file mode 100644 index 0000000..5f987dc --- /dev/null +++ b/config/charmonium.toml @@ -0,0 +1,89 @@ +#Plays ambient background sound according to the biome and time of day. +"BiomeAmbience Enabled" = true +#Plays specific ambient sound according to the situation or location. +"SituationalAmbience Enabled" = true + +[BiomeAmbience] + #Affects the volume of all biome ambient sounds. 1.0 is full volume. + "Volume scaling" = 0.55 + #Number of blocks above the ground that biome ambience will be silenced. + #Set to zero to disable. + "Above ground for ambience silencing" = 32 + #Number of blocks to check for neighbouring biomes. + #Set to zero to disable. + "Biome sound blending" = 32 + #Dimensions in which biome ambience will be played. + "Valid dimensions" = ["minecraft:overworld", "minecraft:the_end"] + #Biomes that will have badlands ambient sounds. + "Extra badlands biomes" = [] + #Biomes that will have beach ambient sounds. + "Extra beach biomes" = [] + #Biomes that will have desert ambient sounds. + "Extra desert biomes" = [] + #Biomes that will have forest ambient sounds. + "Extra forest biomes" = [] + #Biomes that will have icy ambient sounds. + "Extra icy biomes" = [] + #Biomes that will have jungle ambient sounds. + "Extra jungle biomes" = [] + #Biomes that will have mountain ambient sounds. + "Extra mountain biomes" = [] + #Biomes that will have ocean ambient sounds. + "Extra ocean biomes" = [] + #Biomes that will have plains ambient sounds. + "Extra plains biomes" = [] + #Biomes that will have river ambient sounds. + "Extra river biomes" = [] + #Biomes that will have savanna ambient sounds. + "Extra savanna biomes" = [] + #Biomes that will have swamp ambient sounds. + "Extra swamp biomes" = [] + #Biomes that will have taiga ambient sounds. + "Extra taiga biomes" = [] + #Biomes that will have The End ambient sounds. + "Extra End biomes" = [] + +[Core] + #The channel that Charmonium will use for playing sounds. Defaults to 'ambient'. + #Options: music, record, weather, block, hostile, neutral, player, ambient, voice + "Audio channel" = "ambient" + +[SituationalAmbience] + #Affects the volume of all situational ambient sounds. 1.0 is full volume. + "Volume scaling" = 0.55 + #Number of blocks above the ground that biome ambience will be silenced. + #Set to zero to disable. + "Above ground for ambience silencing" = 32 + #If true, plays ambient sounds while anywhere in the End. + "Alien ambience" = true + #If true, plays ambient sounds in cold and/or barren overworld environments. + "Bleak ambience" = true + #If true, plays a low drone sound when in a cave below Y 48. + "Cave drone ambience" = true + #If true, plays more intense cave sounds when below Y 0 and light level is lower than 10. + "Cave depth ambience" = true + #If true, plays ambient sounds when the player is underground and near deepslate blocks. + "Deepslate ambience" = true + #If true, plays ambient sounds in dry and/or hot overworld environments. + "Dry ambience" = true + #If true, plays ambient sounds from a nearby amethyst geode. + "Geode ambience" = true + #If true, plays ambient sounds when the player is underground and near gravel blocks. + "Gravel ambience" = true + #If true, plays ambient sounds when high up in the overworld. + "High ambience" = true + #If true, plays ambient sounds while inside a woodland mansion. + "Mansion ambience" = true + #If true, plays ambient sounds from a nearby mineshaft. + "Mineshaft ambience" = true + #If true, plays ambient sounds in plains environments at night. + "Night plains ambience" = true + #If true, plays ambient sounds when in a cold biome during a thunderstorm. + "Snowstorm ambience" = true + #If true, plays water sounds from a nearby water source when underground. + "Underground water ambience" = true + #If true, plays ambient sounds when a player is inside a village. + "Village ambience" = true + #Dimensions in which cave drone and cave depth sounds will be played. + "Valid cave drone dimensions" = ["minecraft:overworld"] + diff --git a/config/inventoryprofilesnext/integrationHints/player-defined.json b/config/inventoryprofilesnext/integrationHints/player-defined.json new file mode 100644 index 0000000..fbcc5ba --- /dev/null +++ b/config/inventoryprofilesnext/integrationHints/player-defined.json @@ -0,0 +1,39 @@ +{ + "net.minecraft.class_490": { + "buttonHints": { + "SORT": { + "horizontalOffset": -24, + "bottom": 24 + }, + "SORT_COLUMNS": { + "bottom": 24 + }, + "SORT_ROWS": { + "horizontalOffset": 12, + "bottom": 12 + }, + "SHOW_EDITOR": { + "top": 29 + }, + "SETTINGS": { + "top": 2 + } + } + }, + "appeng.client.gui.me.items.CraftingTermScreen": { + "buttonHints": { + "MOVE_TO_PLAYER": { + "top": -20 + }, + "SORT": { + "top": -20 + }, + "SORT_COLUMNS": { + "top": -20 + }, + "SORT_ROWS": { + "top": -20 + } + } + } +} \ No newline at end of file diff --git a/config/inventoryprofilesnext/inventoryprofiles.json b/config/inventoryprofilesnext/inventoryprofiles.json index 995cc59..11dc4c4 100644 --- a/config/inventoryprofilesnext/inventoryprofiles.json +++ b/config/inventoryprofilesnext/inventoryprofiles.json @@ -10,5 +10,12 @@ "AutoRefillSettings": { "refill_before_tool_break": false, "visual_durability_notification": false + }, + "Hotkeys": { + "sort_inventory": { + "main": { + "keys": "" + } + } } } \ No newline at end of file diff --git a/index.toml b/index.toml index 1f01511..c91c34a 100644 --- a/index.toml +++ b/index.toml @@ -502,7 +502,7 @@ metafile = true [[files]] file = "mods/inventory-profiles-next.pw.toml" -hash = "401bdc6dfbe2077f96080ab92c980246092d35fcdd4a6d968aa79def81860b87" +hash = "3f196a5ba67e18f52901014dd413376944faf11cbf2f35722a08ac6195dd363d" metafile = true [[files]] @@ -587,7 +587,7 @@ metafile = true [[files]] file = "mods/no-chat-reports.pw.toml" -hash = "95f7abbca81827057ca663fd0b6ac82d33477a7c8550bdf528b96c3f01016722" +hash = "a858a7f76194859c3909bbd178eb79cbf0a59c8e1db1d21d6330a58fdb588405" metafile = true [[files]] @@ -677,7 +677,7 @@ metafile = true [[files]] file = "mods/things.pw.toml" -hash = "996ed27ac4002ebaf4d8307d84ac3db7f5acbe3c1ac36e50cccbd418cf679d7e" +hash = "6b056c1e695fd8d088c8a373e071953815d7b52fe1087baa44565d3093b111e1" metafile = true [[files]] diff --git a/mods/inventory-profiles-next.pw.toml b/mods/inventory-profiles-next.pw.toml index 55954c9..3bd14fc 100644 --- a/mods/inventory-profiles-next.pw.toml +++ b/mods/inventory-profiles-next.pw.toml @@ -1,14 +1,13 @@ name = "Inventory Profiles Next" -filename = "InventoryProfilesNext-fabric-1.19-1.7.0.jar" +filename = "InventoryProfilesNext-fabric-1.19-1.6.0.jar" side = "client" [download] -mode = "url" -url = "https://cdn.modrinth.com/data/O7RBXm3n/versions/W6kVBhFX/InventoryProfilesNext-fabric-1.19-1.7.0.jar" -hash-format = "sha512" -hash = "ea6ae24eacc21a7cf73df3afca11d83b7acad22ac36c27ff6fdd862e29e9563b3e219eeb77dff5d1f542a0f5fdd1d98d7910308b7ae67903ae725985557afcf8" +url = "https://cdn.modrinth.com/data/O7RBXm3n/versions/fabric-1.19-1.6.0/InventoryProfilesNext-fabric-1.19-1.6.0.jar" +hash-format = "sha1" +hash = "a651175294324db5cd51e58682a70ad42ead0ff2" [update] [update.modrinth] mod-id = "O7RBXm3n" -version = "W6kVBhFX" +version = "Sry7DqOE" diff --git a/mods/no-chat-reports.pw.toml b/mods/no-chat-reports.pw.toml index 6769556..f328fed 100644 --- a/mods/no-chat-reports.pw.toml +++ b/mods/no-chat-reports.pw.toml @@ -1,14 +1,13 @@ name = "No Chat Reports" -filename = "NoChatReports-FABRIC-1.19.2-v1.10.2.jar" +filename = "NoChatReports-FABRIC-1.19.2-v1.11.1.jar" side = "both" [download] -mode = "url" -url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/sNRLZnRT/NoChatReports-FABRIC-1.19.2-v1.10.2.jar" -hash-format = "sha512" -hash = "2a4e510e3c8b508b2bce74993a292dd0d57aafff35bc2ed723ae7b8359a4549eb0406f7c1f314e48fe6885e60feba6e2fbc4abb8aeb12c8cba554edf79a7b2be" +url = "https://cdn.modrinth.com/data/qQyHxfxd/versions/IrGoPphV/NoChatReports-FABRIC-1.19.2-v1.11.1.jar" +hash-format = "sha1" +hash = "534c91a56218f6c87205eef0ff5e0f884cad33e6" [update] [update.modrinth] mod-id = "qQyHxfxd" -version = "sNRLZnRT" +version = "IrGoPphV" diff --git a/mods/things.pw.toml b/mods/things.pw.toml index 9eb531e..c7ba6f1 100644 --- a/mods/things.pw.toml +++ b/mods/things.pw.toml @@ -1,14 +1,13 @@ name = "Things" -filename = "things-0.2.19+1.19.jar" +filename = "things-0.2.20+1.19.jar" side = "both" [download] -mode = "url" -url = "https://cdn.modrinth.com/data/VzAGdu9D/versions/0.2.19+1.19/things-0.2.19%2B1.19.jar" -hash-format = "sha512" -hash = "145b0fe89a23c89385da077a6a3380bd2acb696451c4415e33e0ddfe0c2bf89d91f88f92873485b341c0a64824b105a4f9cfaac10a7839504faf8c812dd4ff6e" +url = "https://cdn.modrinth.com/data/VzAGdu9D/versions/Dwis6LWU/things-0.2.20%2B1.19.jar" +hash-format = "sha1" +hash = "05967e606562e79d6142d948dc38fa261456b1f9" [update] [update.modrinth] mod-id = "VzAGdu9D" -version = "YvuNpDEz" +version = "Dwis6LWU" diff --git a/pack.toml b/pack.toml index d950325..fdec99e 100644 --- a/pack.toml +++ b/pack.toml @@ -6,7 +6,7 @@ pack-format = "packwiz:1.1.0" [index] file = "index.toml" hash-format = "sha256" -hash = "97c6a2ce1dcedff2ec27e354b2be44620625c41e6358c727fe3eb8dd676e7600" +hash = "0317703ac9bad093cfe9f0fd4ec95fb81f3dc227cc8fed3313747e40955cafc5" [versions] fabric = "0.14.9"