diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..d790abd --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +# Disable Git line ending conversion, to prevent packwiz index hashes changing when committing from Windows +* -text \ No newline at end of file diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..595abf1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Exclude exported CurseForge zip files +#*.zip + +# Exclude exported Modrinth modpacks +#*.mrpack +.commit + +# Exclude output directory +.output/ + +*.mrpack \ No newline at end of file diff --git a/.packwizignore b/.packwizignore new file mode 100644 index 0000000..55eb0ef --- /dev/null +++ b/.packwizignore @@ -0,0 +1,39 @@ +# .packwizignore follows the same format as .gitignore, and can be used to exclude unwanted files from pack exports +# See https://git-scm.com/docs/gitignore + +# Exclude Git metadata +.git/ +.git/** +.gitattributes +.gitignore + +# Exlcude Github metadata +.github/ +.github/** +.commit + +# Exclude README +/README.md +/CHANGELOG.md + +# Exclude exported CurseForge zip files +# *.zip + +# Exclude exported Modrinth modpacks +# *.mrpack + +# Exclude jars +*.jar + +# Exclude output directory +.output/ +.output/** + +# Exclude Packwiz metadata +index.toml +pack.toml + +.packwizignore + +# Exclude ignored mods +*.toml\! \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 898d117..e463166 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,22 +1,25 @@ **New mods:** -- [Boat Item View](https://modrinth.com/mod/boat-item-view) -- [Bobby](https://modrinth.com/mod/bobby) -- [ChatAnimation](https://modrinth.com/mod/chatanimation) -- [Hold That Chunk](https://modrinth.com/mod/hold-that-chunk) -- [MixinTrace](https://modrinth.com/mod/mixintrace) -- [Model Gap Fix](https://modrinth.com/mod/modelfix) -- [ModernFix](https://modrinth.com/mod/modernfix) -- [ThreadTweak](https://modrinth.com/mod/threadtweak) +- [Server Pinger Fixer](https://modrinth.com/mod/serverpingerfixer) +- [Smooth Boot](https://modrinth.com/mod/smoothboot-fabric) +- [MoreChatHistory](https://modrinth.com/mod/morechathistory) +- [LazyDFU](https://modrinth.com/mod/lazydfu) +- [Exordium](https://modrinth.com/mod/exordium) +- [Dark Loading Screen](https://modrinth.com/mod/dark-loading-screen) +- [CustomHud](https://modrinth.com/mod/customhud) +- [Custom Entity Models](https://modrinth.com/mod/cem) +- [Animatica](https://modrinth.com/mod/animatica) +- [Animatica](https://modrinth.com/mod/animatica) **Fixes** -- Weather details were not turned off by default -- Fix overlapping item textures in hand +- Boost FPS compared to version 2.1.1 **Features** -- Easy map viewing in boat -- Save your chunks for high distance -- Smooth chat send animation +- Now you don't need to refresh the server list 10 times +- Convenient fps counter in the upper left corner +- (experimental) Added [Timoti11] {Lite} shaders without shadows +- More configs by Sugar Optimization **Updates:** -- [Timoti11] Shaders: `2.0.3` => `2.3` -- some configs \ No newline at end of file +- [Timoti11] Shaders +- [Mazon_Alex] Shaders +- All mods \ No newline at end of file diff --git a/Quasar-2.1.1.mrpack b/Quasar-2.1.1.mrpack deleted file mode 100644 index e407b2a..0000000 Binary files a/Quasar-2.1.1.mrpack and /dev/null differ diff --git a/Quasar-2.1.2.mrpack b/Quasar-2.1.2.mrpack new file mode 100644 index 0000000..3967f65 Binary files /dev/null and b/Quasar-2.1.2.mrpack differ diff --git a/config/NoChatReports/NCR-Client.json b/config/NoChatReports/NCR-Client.json new file mode 100644 index 0000000..02a4f5f --- /dev/null +++ b/config/NoChatReports/NCR-Client.json @@ -0,0 +1,5 @@ +{ + "showNCRButton": false, + "showReloadButton": false, + "verifiedIconEnabled": false +} \ No newline at end of file diff --git a/config/blur.json b/config/blur.json deleted file mode 100644 index 87768c1..0000000 --- a/config/blur.json +++ /dev/null @@ -1,17 +0,0 @@ -{ - "blurExclusions": [ - "net.minecraft.class_408", - "com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiOverlay$UserInputGuiScreen", - "ai.arcblroth.projectInception.client.InceptionInterfaceScreen", - "net.optifine.gui.GuiChatOF", - "io.github.darkkronicle.advancedchatcore.chat.AdvancedChatScreen" - ], - "fadeTimeMillis": 85, - "ease": true, - "radius": 4, - "gradientStart": "#000000", - "gradientStartAlpha": 70, - "gradientEnd": "#000000", - "gradientEndAlpha": 80, - "showScreenTitle": true -} \ No newline at end of file diff --git a/config/c2me.toml b/config/c2me.toml index f55566a..57ee1bf 100644 --- a/config/c2me.toml +++ b/config/c2me.toml @@ -1,111 +1,14 @@ -version = 3 -# (Default: 1) Configures the parallelism of global executor -globalExecutorParallelism = 2 - -[clientSideConfig] - - [clientSideConfig.modifyMaxVDConfig] - # (Default: true) Whether to modify maximum view distance - enabled = true - # (Default: 35) Max render distance allowed in game options - maxViewDistance = 64 - -[noTickViewDistance] - # (Default: true) Whether to use compatibility mode to send chunks - # This may fix some mod compatibility issues - compatibilityMode = true - # (Default: false) Whether to ensure correct chunks within normal render distance - # This will send chunks twice increasing network load - ensureChunkCorrectness = false - # (Default: 12) No-tick view distance updates per tick - # Lower this for a better latency and higher this for a faster loading - updatesPerTick = 10 - # (Default: true) Whether to enable no-tick view distance - enabled = true - -[generalOptimizations] - # (Default: true) Whether to enable mid-tick chunk tasks - # Mid-tick chunk tasks is to execute chunk tasks during server tick loop - # to speed up chunk loading and generation - # This helps chunks loading and generating under high MSPT but may raise - # MSPT when chunks are loading or generating - # - # Incompatible with Dimensional Threading (dimthread) - # - doMidTickChunkTasks = true - # (Default: true) Whether to let async chunk request no longer block server thread - # (may cause incompatibility with other mods) - optimizeAsyncChunkRequest = true - - [generalOptimizations.autoSave] - # (Default: ENHANCED) Defines how auto save should be handled - # VANILLA: Use vanilla auto-save behavior (auto-save performed every tick during ticking) - # ENHANCED: Use C2ME enhanced auto-save (auto-save performed when the server have spare time after ticking) - # PERIODIC: Use pre-1.18 vanilla auto-save behavior (auto-save performed every 6000 ticks during ticking) - # - # Please preserve quotes so this config don't break - # - mode = "ENHANCED" - # (Default: 20000) Defines the delay in milliseconds between performing auto-save for a chunk - # This is only used when mode is set to ENHANCED - # - delay = 20000 - -[ioSystem] - # (Default: true) Whether to use async chunk loading & unloading - async = true - # (Default: -1) Defines which chunk compression should be used - # -1 for Vanilla default - # 1 for GZip (RFC1952) (Vanilla compatible) - # 2 for Zlib (RFC1950) (Vanilla default) (Vanilla compatible) - # 3 for Uncompressed (Fastest, but higher disk usage) (Vanilla compatible) - # - # Original chunk data will still readable after modifying this option - # as this option only affects newly stored chunks - # Invalid values will fall back to vanilla default - # - chunkStreamVersion = 2 - # (Default: true) Whether to use the optimized implementation of IO system - replaceImpl = true - # (Default: 1536) Soft limit for io worker nbt cache - chunkDataCacheSoftLimit = 1536 - # (Default: 6144) Hard limit for io worker nbt cache - chunkDataCacheLimit = 6144 - -[asyncScheduling] - # (Default: true) Whether to enable async and parallel scheduling - # This will reduce server thread load - # (may cause incompatibility with other mods) - # - enabled = true - -[threadedWorldGen] - # (Default: true) Whether to allow feature generation (world decorations like trees, ores and etc.) run in parallel - # (may cause incompatibility with other mods) - allowThreadedFeatures = true - # (Default: true) Whether to allow reducing lock radius - # (may cause incompatibility with other mods) - reduceLockRadius = true - # (Default: false) Whether to enable this feature - enabled = true - -[vanillaWorldGenOptimizations] - # (Default: true) Whether to enable aquifer optimizations to accelerate overworld worldgen - # (may cause incompatibility with other mods) - optimizeAquifer = true - # (Default: true) Whether to enable End Biome Cache to accelerate The End worldgen - # This is no longer included in lithium-fabric - # (may cause incompatibility with other mods) - # - useEndBiomeCache = true -[clientSideConfig] - - [clientSideConfig.modifyMaxVDConfig] - enabled = false - -[noTickViewDistance] - compatibilityMode = false - maxConcurrentChunkLoads = 1 - -[ioSystem] - gcFreeChunkSerializer = true \ No newline at end of file +version = 3 + +[clientSideConfig] + + [clientSideConfig.modifyMaxVDConfig] + enabled = false + +[noTickViewDistance] + compatibilityMode = false + maxConcurrentChunkLoads = 1 + +[ioSystem] + gcFreeChunkSerializer = true + diff --git a/config/chat_heads.json5 b/config/chat_heads.json5 deleted file mode 100644 index fc771a9..0000000 --- a/config/chat_heads.json5 +++ /dev/null @@ -1,6 +0,0 @@ -{ - "offsetNonPlayerText": false, - "senderDetection": "UUID_AND_HEURISTIC", - "smartHeuristics": true, - "nameAliases": { } -} \ No newline at end of file diff --git a/config/citresewn-defaults.json b/config/citresewn-defaults.json deleted file mode 100644 index b3bdcb5..0000000 --- a/config/citresewn-defaults.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "type_enchantment_scroll_multiplier": 1.0 -} \ No newline at end of file diff --git a/config/citresewn.json b/config/citresewn.json deleted file mode 100644 index 66bf5aa..0000000 --- a/config/citresewn.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "enabled": true, - "mute_errors": false, - "mute_warns": false, - "cache_ms": 50, - "broken_paths": false -} \ No newline at end of file diff --git a/config/clickthrough.json b/config/clickthrough.json deleted file mode 100644 index 51bcf30..0000000 --- a/config/clickthrough.json +++ /dev/null @@ -1,38 +0,0 @@ -{ - "clickthrough.config.sneaktodye": { - "key": "clickthrough.config.sneaktodye", - "toolTip": "clickthrough.config.tt.sneaktodye", - "value": true, - "defaultValue": true - }, - "clickthrough.config.ignore.3": { - "key": "clickthrough.config.ignore.3", - "toolTip": "clickthrough.config.tt.ignore.3", - "value": "b\\s*\\d+|b\\s*\\d+\\s*:\\s*\\d+\\s*s|\\d+\\s*s", - "defaultValue": "b\\s*\\d+|b\\s*\\d+\\s*:\\s*\\d+\\s*s|\\d+\\s*s" - }, - "clickthrough.config.ignore.4": { - "key": "clickthrough.config.ignore.4", - "toolTip": "clickthrough.config.tt.ignore.4", - "value": "", - "defaultValue": "" - }, - "clickthrough.config.onlycontainers": { - "key": "clickthrough.config.onlycontainers", - "toolTip": "clickthrough.config.tt.onlycontainers", - "value": false, - "defaultValue": false - }, - "clickthrough.config.ignore.1": { - "key": "clickthrough.config.ignore.1", - "toolTip": "clickthrough.config.tt.ignore.1", - "value": "\\[\\D+\\]", - "defaultValue": "\\[\\D+\\]" - }, - "clickthrough.config.ignore.2": { - "key": "clickthrough.config.ignore.2", - "toolTip": "clickthrough.config.tt.ignore.2", - "value": "", - "defaultValue": "" - } -} \ No newline at end of file diff --git a/config/continuity.json b/config/continuity.json deleted file mode 100644 index 9ec8990..0000000 --- a/config/continuity.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "connected_textures": true, - "emissive_textures": true, - "custom_block_layers": true, - "use_manual_culling": true -} \ No newline at end of file diff --git a/config/custom-hud/profile1.txt b/config/custom-hud/profile1.txt new file mode 100644 index 0000000..86b077c --- /dev/null +++ b/config/custom-hud/profile1.txt @@ -0,0 +1,4 @@ +// Please use a different profile file to change! +==BackgroundColor:0x00000000== +==Section:TopLeft== +&bQuasar &f{fps} \ No newline at end of file diff --git a/config/dark-loading-screen.json b/config/dark-loading-screen.json index a75ea4b..02cff07 100644 --- a/config/dark-loading-screen.json +++ b/config/dark-loading-screen.json @@ -1,9 +1,9 @@ -{ - "background": "242526", - "bar": "F06BF2", - "barBackground": "242526", - "border": "F2F2F2", - "logo": "F2F2F0", - "fadeIn": 1.0, - "fadeOut": 2.0 +{ + "background": "242526", + "bar": "F06BF2", + "barBackground": "242526", + "border": "F2F2F2", + "logo": "F2F2F0", + "fadeIn": 1.0, + "fadeOut": 2.0 } \ No newline at end of file diff --git a/config/dynamicfps.toml b/config/dynamicfps.toml deleted file mode 100644 index 98c9b18..0000000 --- a/config/dynamicfps.toml +++ /dev/null @@ -1,6 +0,0 @@ -reduceFPSWhenUnfocused = true -unfocusedFPS = 60 -restoreFPSWhenHovered = true -unfocusedVolumeMultiplier = 0.25 -hiddenVolumeMultiplier = 0.0 -runGCOnUnfocus = false diff --git a/config/enhanced_bes.properties b/config/enhanced_bes.properties index 8573666..dbe4250 100644 --- a/config/enhanced_bes.properties +++ b/config/enhanced_bes.properties @@ -1,17 +1,17 @@ -#Configuration file for Enhanced Block Entities -#Fri Apr 08 20:47:15 MSK 2022 -sign_ao=false -render_enhanced_signs=true -bell_ao=true -shulker_box_ao=false -experimental_signs=true -chest_ao=false -sign_text_rendering=smart -experimental_chests=true -christmas_chests=allowed -bed_ao=false -render_enhanced_chests=true -render_enhanced_beds=true -render_enhanced_shulker_boxes=true -experimental_beds=true -render_enhanced_bells=true +#Configuration file for Enhanced Block Entities +#Fri Apr 08 20:47:15 MSK 2022 +sign_ao=false +render_enhanced_signs=true +bell_ao=true +shulker_box_ao=false +experimental_signs=true +chest_ao=false +sign_text_rendering=smart +experimental_chests=true +christmas_chests=allowed +bed_ao=false +render_enhanced_chests=true +render_enhanced_beds=true +render_enhanced_shulker_boxes=true +experimental_beds=true +render_enhanced_bells=true diff --git a/config/entityculling.json b/config/entityculling.json index 394e418..06905bd 100644 --- a/config/entityculling.json +++ b/config/entityculling.json @@ -1,24 +1,5 @@ { - "configVersion": 5, - "renderNametagsThroughWalls": true, - "blockEntityWhitelist": [ - "create:rope_pulley", - "minecraft:beacon", - "create:hose_pulley", - "betterend:eternal_pedestal" - ], - "entityWhitelist": [ - "botania:mana_burst" - ], - "tracingDistance": 128, - "debugMode": false, - "sleepDelay": 20, - "hitboxLimit": 50, - "skipMarkerArmorStands": true, - "tickCulling": true, - "tickCullingWhitelist": [ - "minecraft:boat", - "minecraft:firework_rocket" - ], + "sleepDelay": 153, + "hitboxLimit": 90, "disableF3": true -} +} \ No newline at end of file diff --git a/config/exordium.json b/config/exordium.json new file mode 100644 index 0000000..63c52dd --- /dev/null +++ b/config/exordium.json @@ -0,0 +1,42 @@ +{ + "configVersion": 3, + "enableSignBuffering": false, + "targetFPSNameTags": 60, + "enableNametagScreenBuffering": false, + "chatSettings": { + "enabled": false, + "maxFps": 60, + "forceBlend": false, + "forceUpdates": false + }, + "debugScreenSettings": { + "enabled": false, + "maxFps": 10, + "forceBlend": false, + "forceUpdates": false + }, + "hotbarSettings": { + "enabled": true, + "maxFps": 20, + "forceBlend": false, + "forceUpdates": false + }, + "experienceSettings": { + "enabled": false, + "maxFps": 5, + "forceBlend": false, + "forceUpdates": false + }, + "healthSettings": { + "enabled": false, + "maxFps": 20, + "forceBlend": false, + "forceUpdates": false + }, + "scoreboardSettings": { + "enabled": false, + "maxFps": 5, + "forceBlend": false, + "forceUpdates": false + } +} \ No newline at end of file diff --git a/config/extrasounds.cache b/config/extrasounds.cache deleted file mode 100644 index dd13679..0000000 --- a/config/extrasounds.cache +++ /dev/null @@ -1,2 +0,0 @@ -1;1186;extrasounds 2.3.1+1.19.3 -{"item.place.minecraft.mud_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mud_bricks","type":"event"}]},"item.pickup.minecraft.end_stone_brick_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.hanging_roots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.hanging_roots","type":"event"}]},"item.select.minecraft.warped_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_fence","type":"event"}]},"item.pickup.minecraft.stone_pressure_plate":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.red_nether_brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_nether_brick_stairs","type":"event"}]},"item.select.minecraft.medium_amethyst_bud":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.medium_amethyst_bud","type":"event"}]},"item.pickup.minecraft.purple_wool":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.barrier":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.barrier","type":"event"}]},"item.pickup.minecraft.deepslate_tile_stairs":{"sounds":[{"name":"minecraft:block.deepslate_tiles.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.lily_of_the_valley":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.waxed_copper_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_copper_block","type":"event"}]},"item.pickup.minecraft.stripped_jungle_log":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.beetroot_seeds":{"sounds":[{"name":"minecraft:item.crop.plant","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.mud_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mud_bricks","type":"event"}]},"item.select.minecraft.iron_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_block","type":"event"}]},"item.place.minecraft.stray_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stray_spawn_egg","type":"event"}]},"item.select.minecraft.popped_chorus_fruit":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.popped_chorus_fruit","type":"event"}]},"item.place.minecraft.small_amethyst_bud":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.small_amethyst_bud","type":"event"}]},"item.place.minecraft.pillager_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pillager_spawn_egg","type":"event"}]},"item.place.minecraft.white_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_terracotta","type":"event"}]},"item.pickup.minecraft.wooden_sword":{"sounds":[{"name":"extrasounds:item.category.gear.wood","type":"event"}]},"item.place.minecraft.nether_brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_brick_slab","type":"event"}]},"item.pickup.minecraft.cat_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.pig_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pig_spawn_egg","type":"event"}]},"item.place.minecraft.golden_boots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_boots","type":"event"}]},"item.place.minecraft.splash_potion":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.splash_potion","type":"event"}]},"item.select.minecraft.polished_blackstone_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone_wall","type":"event"}]},"item.select.minecraft.ice":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ice","type":"event"}]},"item.select.minecraft.tipped_arrow":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tipped_arrow","type":"event"}]},"item.place.minecraft.dead_bubble_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_bubble_coral_fan","type":"event"}]},"item.place.minecraft.golden_apple":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_apple","type":"event"}]},"item.pickup.minecraft.white_carpet":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.crimson_trapdoor":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.white_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_banner","type":"event"}]},"item.pickup.minecraft.iron_ore":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.ladder":{"sounds":[{"name":"minecraft:block.ladder.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.red_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_terracotta","type":"event"}]},"item.pickup.minecraft.birch_trapdoor":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.netherite_leggings":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_leggings","type":"event"}]},"item.pickup.minecraft.oak_trapdoor":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.spruce_sign":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.warped_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_door","type":"event"}]},"item.place.minecraft.cobblestone_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cobblestone_stairs","type":"event"}]},"item.select.minecraft.skeleton_skull":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.skeleton_skull","type":"event"}]},"item.place.minecraft.gilded_blackstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gilded_blackstone","type":"event"}]},"item.pickup.minecraft.zombified_piglin_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.pumpkin_seeds":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pumpkin_seeds","type":"event"}]},"item.pickup.minecraft.polished_blackstone_bricks":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.target":{"sounds":[{"name":"minecraft:block.grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.stripped_warped_stem":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_warped_stem","type":"event"}]},"item.select.minecraft.command_block_minecart":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.command_block_minecart","type":"event"}]},"item.pickup.minecraft.acacia_planks":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.slime_ball":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.slime_ball","type":"event"}]},"item.place.minecraft.diorite":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diorite","type":"event"}]},"item.place.minecraft.stripped_oak_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_oak_wood","type":"event"}]},"item.pickup.minecraft.dark_prismarine":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.stonecutter":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.barrier":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.barrier","type":"event"}]},"item.pickup.minecraft.written_book":{"sounds":[{"name":"extrasounds:item.category.paper","type":"event"}]},"item.pickup.minecraft.granite_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.diamond_chestplate":{"sounds":[{"name":"extrasounds:item.category.gear.diamond","type":"event"}]},"item.pickup.minecraft.infested_chiseled_stone_bricks":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.command_block_minecart":{"sounds":[{"name":"extrasounds:item.category.minecart","type":"event"}]},"item.select.minecraft.spruce_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_pressure_plate","type":"event"}]},"item.pickup.minecraft.orange_candle":{"sounds":[{"name":"minecraft:block.candle.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.slime_ball":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.slime_ball","type":"event"}]},"item.select.minecraft.rotten_flesh":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.rotten_flesh","type":"event"}]},"item.pickup.minecraft.bookshelf":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.iron_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_door","type":"event"}]},"item.pickup.minecraft.spruce_sapling":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.pickup.minecraft.blackstone_wall":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.tube_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tube_coral_block","type":"event"}]},"item.place.minecraft.note_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.note_block","type":"event"}]},"item.select.minecraft.note_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.note_block","type":"event"}]},"item.place.minecraft.magma_cube_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magma_cube_spawn_egg","type":"event"}]},"item.select.minecraft.beehive":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.beehive","type":"event"}]},"item.place.minecraft.stone_brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_brick_stairs","type":"event"}]},"item.pickup.minecraft.brown_glazed_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.oak_planks":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.waxed_copper_block":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.spruce_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_slab","type":"event"}]},"item.place.minecraft.nether_wart_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_wart_block","type":"event"}]},"item.select.minecraft.frog_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.frog_spawn_egg","type":"event"}]},"item.pickup.minecraft.globe_banner_pattern":{"sounds":[{"name":"extrasounds:item.category.paper","type":"event"}]},"item.pickup.minecraft.dark_oak_fence_gate":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.pink_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_concrete","type":"event"}]},"item.select.minecraft.purple_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_concrete","type":"event"}]},"item.place.minecraft.blue_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_shulker_box","type":"event"}]},"item.select.minecraft.spruce_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_slab","type":"event"}]},"item.select.minecraft.oak_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_planks","type":"event"}]},"item.place.minecraft.soul_campfire":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.soul_campfire","type":"event"}]},"item.pickup.minecraft.oxidized_cut_copper":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.oak_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_planks","type":"event"}]},"item.pickup.minecraft.iron_block":{"sounds":[{"name":"minecraft:block.metal.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.oak_slab":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.sandstone_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sandstone_stairs","type":"event"}]},"item.select.minecraft.dark_prismarine":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_prismarine","type":"event"}]},"item.pickup.minecraft.white_tulip":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.orange_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_candle","type":"event"}]},"item.select.minecraft.magenta_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_dye","type":"event"}]},"item.place.minecraft.dried_kelp_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dried_kelp_block","type":"event"}]},"item.select.minecraft.candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.candle","type":"event"}]},"item.pickup.minecraft.terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.trapped_chest":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.purple_glazed_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.dead_brain_coral":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.weathered_cut_copper_slab":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.iron_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_block","type":"event"}]},"item.pickup.minecraft.purple_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.acacia_door":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.potato":{"sounds":[{"name":"minecraft:item.crop.plant","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.sandstone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sandstone_slab","type":"event"}]},"item.pickup.minecraft.tnt_minecart":{"sounds":[{"name":"extrasounds:item.category.minecart","type":"event"}]},"item.select.minecraft.acacia_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_planks","type":"event"}]},"item.select.minecraft.pearlescent_froglight":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pearlescent_froglight","type":"event"}]},"item.select.minecraft.warped_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_door","type":"event"}]},"item.place.minecraft.verdant_froglight":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.verdant_froglight","type":"event"}]},"item.select.minecraft.granite_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.granite_wall","type":"event"}]},"item.pickup.minecraft.birch_hanging_sign":{"sounds":[{"name":"minecraft:block.hanging_sign.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.light_blue_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_glazed_terracotta","type":"event"}]},"item.pickup.minecraft.item_frame":{"sounds":[{"name":"extrasounds:item.category.frame","type":"event"}]},"item.place.minecraft.camel_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.camel_spawn_egg","type":"event"}]},"item.pickup.minecraft.coal_ore":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.blue_carpet":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.mangrove_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_fence_gate","type":"event"}]},"item.pickup.minecraft.reinforced_deepslate":{"sounds":[{"name":"minecraft:block.deepslate.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.blue_glazed_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.diorite_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.spruce_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_wood","type":"event"}]},"item.select.minecraft.trapped_chest":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.trapped_chest","type":"event"}]},"item.pickup.minecraft.fox_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.skull_banner_pattern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.skull_banner_pattern","type":"event"}]},"item.pickup.minecraft.bee_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.iron_boots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_boots","type":"event"}]},"item.place.minecraft.blue_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_wool","type":"event"}]},"item.pickup.minecraft.weathered_cut_copper":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.zombie_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.poppy":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.poppy","type":"event"}]},"item.select.minecraft.green_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_terracotta","type":"event"}]},"item.place.minecraft.air":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.air","type":"event"}]},"item.pickup.minecraft.mud_bricks":{"sounds":[{"name":"minecraft:block.mud_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.gray_stained_glass":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.hanging_roots":{"sounds":[{"name":"minecraft:block.hanging_roots.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.nether_brick":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_brick","type":"event"}]},"item.select.minecraft.target":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.target","type":"event"}]},"item.select.minecraft.birch_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_button","type":"event"}]},"item.pickup.minecraft.light_gray_glazed_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.horn_coral":{"sounds":[{"name":"minecraft:block.wet_grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.glow_berries":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glow_berries","type":"event"}]},"item.place.minecraft.bamboo_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_slab","type":"event"}]},"item.select.minecraft.anvil":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.anvil","type":"event"}]},"item.pickup.minecraft.lime_candle":{"sounds":[{"name":"minecraft:block.candle.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.magenta_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_dye","type":"event"}]},"item.pickup.minecraft.blaze_rod":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.flowering_azalea_leaves":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.flowering_azalea_leaves","type":"event"}]},"item.select.minecraft.green_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_concrete_powder","type":"event"}]},"item.pickup.minecraft.recovery_compass":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.quartz":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.wither_skeleton_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wither_skeleton_spawn_egg","type":"event"}]},"item.pickup.minecraft.dandelion":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.cyan_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_carpet","type":"event"}]},"item.select.minecraft.blackstone_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blackstone_wall","type":"event"}]},"item.pickup.minecraft.detector_rail":{"sounds":[{"name":"extrasounds:item.category.rail","type":"event"}]},"item.pickup.minecraft.note_block":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.stone_hoe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_hoe","type":"event"}]},"item.pickup.minecraft.saddle":{"sounds":[{"name":"extrasounds:item.category.gear.leather","type":"event"}]},"item.pickup.minecraft.dead_fire_coral_block":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.gunpowder":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.orange_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_stained_glass_pane","type":"event"}]},"item.place.minecraft.crimson_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_stairs","type":"event"}]},"item.select.minecraft.bamboo_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_slab","type":"event"}]},"item.pickup.minecraft.smooth_stone_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.waxed_weathered_cut_copper_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_weathered_cut_copper_slab","type":"event"}]},"item.pickup.minecraft.wandering_trader_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.pufferfish_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.hay_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.hay_block","type":"event"}]},"item.pickup.minecraft.iron_boots":{"sounds":[{"name":"extrasounds:item.category.gear.iron","type":"event"}]},"item.pickup.minecraft.orange_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.magenta_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_concrete","type":"event"}]},"item.select.minecraft.polished_blackstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone","type":"event"}]},"item.select.minecraft.fletching_table":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.fletching_table","type":"event"}]},"item.pickup.minecraft.chain":{"sounds":[{"name":"minecraft:block.chain.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.horn_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.horn_coral","type":"event"}]},"item.select.minecraft.cooked_salmon":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cooked_salmon","type":"event"}]},"item.pickup.minecraft.yellow_stained_glass":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.ender_eye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ender_eye","type":"event"}]},"item.place.minecraft.end_stone_brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.end_stone_brick_stairs","type":"event"}]},"item.place.minecraft.cyan_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_carpet","type":"event"}]},"item.select.minecraft.flower_pot":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.flower_pot","type":"event"}]},"item.place.minecraft.vindicator_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.vindicator_spawn_egg","type":"event"}]},"item.select.minecraft.diamond_chestplate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_chestplate","type":"event"}]},"item.select.minecraft.lily_of_the_valley":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lily_of_the_valley","type":"event"}]},"item.select.minecraft.infested_stone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.infested_stone_bricks","type":"event"}]},"item.select.minecraft.warped_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_trapdoor","type":"event"}]},"item.place.minecraft.experience_bottle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.experience_bottle","type":"event"}]},"item.place.minecraft.music_disc_chirp":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_chirp","type":"event"}]},"item.place.minecraft.tadpole_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tadpole_bucket","type":"event"}]},"item.select.minecraft.bubble_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bubble_coral","type":"event"}]},"item.select.minecraft.netherite_chestplate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_chestplate","type":"event"}]},"item.select.minecraft.red_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_concrete","type":"event"}]},"item.place.minecraft.dead_fire_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_fire_coral","type":"event"}]},"item.select.minecraft.deepslate_lapis_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_lapis_ore","type":"event"}]},"item.place.minecraft.andesite_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.andesite_stairs","type":"event"}]},"item.place.minecraft.repeater":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.repeater","type":"event"}]},"item.select.minecraft.furnace_minecart":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.furnace_minecart","type":"event"}]},"item.pickup.minecraft.dark_oak_log":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.silverfish_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.bone_meal":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.azalea_leaves":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.azalea_leaves","type":"event"}]},"item.select.minecraft.crimson_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_sign","type":"event"}]},"item.place.minecraft.crimson_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_button","type":"event"}]},"item.pickup.minecraft.deepslate_brick_wall":{"sounds":[{"name":"minecraft:block.deepslate_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.piston":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.piston","type":"event"}]},"item.pickup.minecraft.warped_trapdoor":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.leather_horse_armor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.leather_horse_armor","type":"event"}]},"item.pickup.minecraft.experience_bottle":{"sounds":[{"name":"extrasounds:item.category.potion","type":"event"}]},"item.select.minecraft.gray_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_stained_glass","type":"event"}]},"item.place.minecraft.leather_chestplate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.leather_chestplate","type":"event"}]},"item.pickup.minecraft.verdant_froglight":{"sounds":[{"name":"minecraft:block.froglight.place","volume":0.3,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.stone_sword":{"sounds":[{"name":"extrasounds:item.category.gear.stone","type":"event"}]},"item.place.minecraft.light_gray_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_concrete","type":"event"}]},"item.select.minecraft.lava_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lava_bucket","type":"event"}]},"item.place.minecraft.spectral_arrow":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spectral_arrow","type":"event"}]},"item.pickup.minecraft.cut_copper":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.tnt_minecart":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tnt_minecart","type":"event"}]},"item.place.minecraft.smooth_sandstone_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_sandstone_stairs","type":"event"}]},"item.place.minecraft.sponge":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sponge","type":"event"}]},"item.select.minecraft.cyan_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_stained_glass_pane","type":"event"}]},"item.pickup.minecraft.mangrove_chest_boat":{"sounds":[{"name":"extrasounds:item.category.boat","type":"event"}]},"item.place.minecraft.brick":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brick","type":"event"}]},"item.place.minecraft.trader_llama_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.trader_llama_spawn_egg","type":"event"}]},"item.place.minecraft.exposed_cut_copper_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.exposed_cut_copper_slab","type":"event"}]},"item.place.minecraft.brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brick_slab","type":"event"}]},"item.place.minecraft.axolotl_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.axolotl_bucket","type":"event"}]},"item.select.minecraft.glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glass_pane","type":"event"}]},"item.pickup.minecraft.mangrove_slab":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.orange_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_terracotta","type":"event"}]},"item.pickup.minecraft.lime_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.cracked_stone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cracked_stone_bricks","type":"event"}]},"item.place.minecraft.tripwire_hook":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tripwire_hook","type":"event"}]},"item.place.minecraft.sugar":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sugar","type":"event"}]},"item.place.minecraft.diorite_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diorite_slab","type":"event"}]},"item.select.minecraft.polished_blackstone_brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone_brick_slab","type":"event"}]},"item.pickup.minecraft.lime_concrete_powder":{"sounds":[{"name":"minecraft:block.sand.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.spruce_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_planks","type":"event"}]},"item.pickup.minecraft.mossy_cobblestone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.light_gray_shulker_box":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.polished_diorite_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.blue_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_glazed_terracotta","type":"event"}]},"item.select.minecraft.quartz":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.quartz","type":"event"}]},"item.select.minecraft.bundle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bundle","type":"event"}]},"item.place.minecraft.spider_eye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spider_eye","type":"event"}]},"item.select.minecraft.spruce_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_wood","type":"event"}]},"item.pickup.minecraft.basalt":{"sounds":[{"name":"minecraft:block.basalt.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.mooshroom_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mooshroom_spawn_egg","type":"event"}]},"item.pickup.minecraft.acacia_leaves":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.pickup.minecraft.tadpole_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.green_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_candle","type":"event"}]},"item.pickup.minecraft.carved_pumpkin":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.chiseled_deepslate":{"sounds":[{"name":"minecraft:block.deepslate_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.music_disc_11":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_11","type":"event"}]},"item.pickup.minecraft.sculk_sensor":{"sounds":[{"name":"minecraft:block.sculk_sensor.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.sheep_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.music_disc_13":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_13","type":"event"}]},"item.select.minecraft.pink_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_carpet","type":"event"}]},"item.pickup.minecraft.magenta_candle":{"sounds":[{"name":"minecraft:block.candle.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.dead_fire_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_fire_coral_block","type":"event"}]},"item.select.minecraft.white_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_glazed_terracotta","type":"event"}]},"item.select.minecraft.bell":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bell","type":"event"}]},"item.place.minecraft.cocoa_beans":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cocoa_beans","type":"event"}]},"item.pickup.minecraft.dead_horn_coral":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.suspicious_stew":{"sounds":[{"name":"extrasounds:item.category.bowl","type":"event"}]},"item.select.minecraft.diamond_sword":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_sword","type":"event"}]},"item.select.minecraft.cyan_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_dye","type":"event"}]},"item.pickup.minecraft.oxidized_cut_copper_stairs":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.potion":{"sounds":[{"name":"extrasounds:item.category.potion","type":"event"}]},"item.pickup.minecraft.mangrove_pressure_plate":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.mangrove_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_trapdoor","type":"event"}]},"item.select.minecraft.dispenser":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dispenser","type":"event"}]},"item.select.minecraft.sandstone_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sandstone_wall","type":"event"}]},"item.place.minecraft.packed_mud":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.packed_mud","type":"event"}]},"item.select.minecraft.cocoa_beans":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cocoa_beans","type":"event"}]},"item.select.minecraft.waxed_oxidized_cut_copper_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_oxidized_cut_copper_slab","type":"event"}]},"item.place.minecraft.crimson_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_slab","type":"event"}]},"item.pickup.minecraft.nether_star":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.jungle_leaves":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_leaves","type":"event"}]},"item.pickup.minecraft.brown_stained_glass_pane":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.light_gray_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_wool","type":"event"}]},"item.pickup.minecraft.purple_stained_glass_pane":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.gray_banner":{"sounds":[{"name":"extrasounds:item.category.banner","type":"event"}]},"item.select.minecraft.detector_rail":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.detector_rail","type":"event"}]},"item.pickup.minecraft.crimson_fence_gate":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.comparator":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.comparator","type":"event"}]},"item.pickup.minecraft.white_glazed_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.spider_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spider_spawn_egg","type":"event"}]},"item.place.minecraft.light_gray_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_stained_glass","type":"event"}]},"item.place.minecraft.music_disc_blocks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_blocks","type":"event"}]},"item.place.minecraft.golden_leggings":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_leggings","type":"event"}]},"item.place.minecraft.jungle_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_sign","type":"event"}]},"item.place.minecraft.purple_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_terracotta","type":"event"}]},"item.select.minecraft.mangrove_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_pressure_plate","type":"event"}]},"item.place.minecraft.item_frame":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.item_frame","type":"event"}]},"item.place.minecraft.brain_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brain_coral_fan","type":"event"}]},"item.select.minecraft.cracked_deepslate_tiles":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cracked_deepslate_tiles","type":"event"}]},"item.pickup.minecraft.nether_wart_block":{"sounds":[{"name":"minecraft:block.wart_block.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.crimson_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_fence_gate","type":"event"}]},"item.select.minecraft.white_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_stained_glass_pane","type":"event"}]},"item.select.minecraft.deepslate_tile_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_tile_slab","type":"event"}]},"item.pickup.minecraft.cake":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.cut_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cut_copper","type":"event"}]},"item.place.minecraft.purple_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_glazed_terracotta","type":"event"}]},"item.place.minecraft.zombie_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.zombie_spawn_egg","type":"event"}]},"item.pickup.minecraft.deepslate_copper_ore":{"sounds":[{"name":"minecraft:block.deepslate.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glass_pane","type":"event"}]},"item.select.minecraft.crimson_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_pressure_plate","type":"event"}]},"item.place.minecraft.recovery_compass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.recovery_compass","type":"event"}]},"item.pickup.minecraft.jungle_hanging_sign":{"sounds":[{"name":"minecraft:block.hanging_sign.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.pig_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.stripped_crimson_hyphae":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_crimson_hyphae","type":"event"}]},"item.place.minecraft.gray_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_concrete","type":"event"}]},"item.select.minecraft.cat_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cat_spawn_egg","type":"event"}]},"item.select.minecraft.golden_sword":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_sword","type":"event"}]},"item.pickup.minecraft.painting":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.sticky_piston":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sticky_piston","type":"event"}]},"item.place.minecraft.terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.terracotta","type":"event"}]},"item.select.minecraft.brown_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_bed","type":"event"}]},"item.select.minecraft.hopper_minecart":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.hopper_minecart","type":"event"}]},"item.select.minecraft.grass_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.grass_block","type":"event"}]},"item.pickup.minecraft.candle":{"sounds":[{"name":"minecraft:block.candle.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.acacia_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_trapdoor","type":"event"}]},"item.select.minecraft.diorite":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diorite","type":"event"}]},"item.place.minecraft.glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glass","type":"event"}]},"item.select.minecraft.beef":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.beef","type":"event"}]},"item.select.minecraft.glow_lichen":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glow_lichen","type":"event"}]},"item.select.minecraft.terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.terracotta","type":"event"}]},"item.place.minecraft.bell":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bell","type":"event"}]},"item.pickup.minecraft.lime_carpet":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.orange_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_carpet","type":"event"}]},"item.select.minecraft.polished_deepslate_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_deepslate_stairs","type":"event"}]},"item.place.minecraft.command_block_minecart":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.command_block_minecart","type":"event"}]},"item.pickup.minecraft.stone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.yellow_dye":{"sounds":[{"name":"extrasounds:item.category.dust","type":"event"}]},"item.pickup.minecraft.diamond_sword":{"sounds":[{"name":"extrasounds:item.category.gear.diamond","type":"event"}]},"item.pickup.minecraft.stripped_crimson_hyphae":{"sounds":[{"name":"minecraft:block.stem.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.prismarine_bricks":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.azalea_leaves":{"sounds":[{"name":"minecraft:block.azalea_leaves.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.wither_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.gray_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_stained_glass_pane","type":"event"}]},"item.place.minecraft.oxidized_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oxidized_copper","type":"event"}]},"item.select.minecraft.cyan_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_candle","type":"event"}]},"item.pickup.minecraft.infested_cracked_stone_bricks":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.oxidized_cut_copper_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oxidized_cut_copper_slab","type":"event"}]},"item.place.minecraft.red_nether_brick_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_nether_brick_wall","type":"event"}]},"item.place.minecraft.dead_brain_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_brain_coral_fan","type":"event"}]},"item.select.minecraft.light_blue_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_terracotta","type":"event"}]},"item.place.minecraft.raw_gold":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.raw_gold","type":"event"}]},"item.pickup.minecraft.stripped_oak_wood":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.emerald_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.emerald_block","type":"event"}]},"item.select.minecraft.rose_bush":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.rose_bush","type":"event"}]},"item.place.minecraft.crimson_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_pressure_plate","type":"event"}]},"item.select.minecraft.gray_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_glazed_terracotta","type":"event"}]},"item.select.minecraft.sandstone_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sandstone_stairs","type":"event"}]},"item.place.minecraft.horn_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.horn_coral_block","type":"event"}]},"item.pickup.minecraft.bone":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.potion":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.potion","type":"event"}]},"item.select.minecraft.mangrove_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_slab","type":"event"}]},"item.pickup.minecraft.sandstone_wall":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.cooked_salmon":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.armor_stand":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.ender_dragon_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.carrot":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.carrot","type":"event"}]},"item.pickup.minecraft.blue_candle":{"sounds":[{"name":"minecraft:block.candle.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.brown_shulker_box":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.deepslate_tile_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_tile_stairs","type":"event"}]},"item.select.minecraft.iron_boots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_boots","type":"event"}]},"item.pickup.minecraft.dark_oak_leaves":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.comparator":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.comparator","type":"event"}]},"item.select.minecraft.jungle_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_sign","type":"event"}]},"item.pickup.minecraft.book":{"sounds":[{"name":"extrasounds:item.category.paper","type":"event"}]},"item.select.minecraft.pufferfish_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pufferfish_spawn_egg","type":"event"}]},"item.place.minecraft.salmon":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.salmon","type":"event"}]},"item.place.minecraft.phantom_membrane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.phantom_membrane","type":"event"}]},"item.pickup.minecraft.amethyst_block":{"sounds":[{"name":"minecraft:block.amethyst_block.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.cracked_deepslate_tiles":{"sounds":[{"name":"minecraft:block.deepslate_tiles.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.wither_skeleton_skull":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wither_skeleton_skull","type":"event"}]},"item.pickup.minecraft.jungle_sapling":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.waxed_exposed_cut_copper_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_exposed_cut_copper_stairs","type":"event"}]},"item.pickup.minecraft.warped_hyphae":{"sounds":[{"name":"minecraft:block.stem.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.dead_tube_coral_fan":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.stripped_oak_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_oak_wood","type":"event"}]},"item.place.minecraft.glow_lichen":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glow_lichen","type":"event"}]},"item.select.minecraft.farmland":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.farmland","type":"event"}]},"item.select.minecraft.yellow_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_stained_glass","type":"event"}]},"item.pickup.minecraft.big_dripleaf":{"sounds":[{"name":"minecraft:block.big_dripleaf.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.lava_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lava_bucket","type":"event"}]},"item.place.minecraft.spruce_leaves":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_leaves","type":"event"}]},"item.pickup.minecraft.brown_wool":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.wet_sponge":{"sounds":[{"name":"minecraft:block.grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.horn_coral_block":{"sounds":[{"name":"minecraft:block.coral_block.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.brown_stained_glass":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.netherite_pickaxe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_pickaxe","type":"event"}]},"item.place.minecraft.mangrove_propagule":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_propagule","type":"event"}]},"item.place.minecraft.green_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_terracotta","type":"event"}]},"item.place.minecraft.acacia_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_hanging_sign","type":"event"}]},"item.pickup.minecraft.polished_deepslate":{"sounds":[{"name":"minecraft:block.polished_deepslate.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.gray_wool":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.ocelot_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ocelot_spawn_egg","type":"event"}]},"item.pickup.minecraft.flower_pot":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.red_mushroom_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_mushroom_block","type":"event"}]},"item.place.minecraft.pink_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_concrete_powder","type":"event"}]},"item.place.minecraft.lily_pad":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lily_pad","type":"event"}]},"item.select.minecraft.cobbled_deepslate_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cobbled_deepslate_stairs","type":"event"}]},"item.select.minecraft.polished_deepslate_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_deepslate_wall","type":"event"}]},"item.select.minecraft.paper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.paper","type":"event"}]},"item.pickup.minecraft.black_bed":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.brown_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_stained_glass_pane","type":"event"}]},"item.select.minecraft.blue_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_shulker_box","type":"event"}]},"item.pickup.minecraft.bread":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.light_gray_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_dye","type":"event"}]},"item.place.minecraft.lightning_rod":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lightning_rod","type":"event"}]},"item.pickup.minecraft.soul_sand":{"sounds":[{"name":"minecraft:block.soul_sand.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.rabbit_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.rabbit_spawn_egg","type":"event"}]},"item.place.minecraft.crimson_stem":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_stem","type":"event"}]},"item.select.minecraft.cooked_porkchop":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cooked_porkchop","type":"event"}]},"item.pickup.minecraft.mangrove_stairs":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.horn_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.horn_coral","type":"event"}]},"item.place.minecraft.waxed_cut_copper_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_cut_copper_slab","type":"event"}]},"item.select.minecraft.cactus":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cactus","type":"event"}]},"item.place.minecraft.cyan_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_candle","type":"event"}]},"item.select.minecraft.prismarine_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.prismarine_bricks","type":"event"}]},"item.place.minecraft.crimson_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_trapdoor","type":"event"}]},"item.select.minecraft.lantern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lantern","type":"event"}]},"item.select.minecraft.netherite_axe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_axe","type":"event"}]},"item.pickup.minecraft.crimson_hyphae":{"sounds":[{"name":"minecraft:block.stem.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.trader_llama_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.trader_llama_spawn_egg","type":"event"}]},"item.pickup.minecraft.waxed_cut_copper_stairs":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.stripped_birch_wood":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.sticky_piston":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.piglin_head":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.piglin_head","type":"event"}]},"item.place.minecraft.moss_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.moss_carpet","type":"event"}]},"item.place.minecraft.oak_chest_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_chest_boat","type":"event"}]},"item.place.minecraft.tadpole_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tadpole_spawn_egg","type":"event"}]},"item.place.minecraft.green_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_bed","type":"event"}]},"item.pickup.minecraft.polished_deepslate_wall":{"sounds":[{"name":"minecraft:block.polished_deepslate.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.polished_blackstone_wall":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.white_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_bed","type":"event"}]},"item.select.minecraft.jungle_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_pressure_plate","type":"event"}]},"item.select.minecraft.verdant_froglight":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.verdant_froglight","type":"event"}]},"item.select.minecraft.light_gray_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_concrete_powder","type":"event"}]},"item.select.minecraft.redstone_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.redstone_ore","type":"event"}]},"item.pickup.minecraft.turtle_egg":{"sounds":[{"name":"minecraft:block.metal.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.music_disc_5":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_5","type":"event"}]},"item.place.minecraft.snowball":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.snowball","type":"event"}]},"item.pickup.minecraft.music_disc_cat":{"sounds":[{"name":"extrasounds:item.category.music_disc","type":"event"}]},"item.pickup.minecraft.nether_brick_stairs":{"sounds":[{"name":"minecraft:block.nether_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.diorite":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.stone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_slab","type":"event"}]},"item.place.minecraft.zombie_head":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.zombie_head","type":"event"}]},"item.place.minecraft.red_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_banner","type":"event"}]},"item.pickup.minecraft.green_stained_glass":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.spruce_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_door","type":"event"}]},"item.select.minecraft.netherite_hoe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_hoe","type":"event"}]},"item.pickup.minecraft.warped_sign":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.dead_brain_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_brain_coral","type":"event"}]},"item.select.minecraft.sugar":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sugar","type":"event"}]},"item.select.minecraft.white_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_bed","type":"event"}]},"item.place.minecraft.warped_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_hanging_sign","type":"event"}]},"item.pickup.minecraft.netherite_axe":{"sounds":[{"name":"extrasounds:item.category.gear.netherite","type":"event"}]},"item.place.minecraft.dead_brain_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_brain_coral_block","type":"event"}]},"item.select.minecraft.chest_minecart":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chest_minecart","type":"event"}]},"item.select.minecraft.llama_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.llama_spawn_egg","type":"event"}]},"item.pickup.minecraft.orange_concrete_powder":{"sounds":[{"name":"minecraft:block.sand.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.birch_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_hanging_sign","type":"event"}]},"item.place.minecraft.glow_squid_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glow_squid_spawn_egg","type":"event"}]},"item.place.minecraft.polished_granite_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_granite_stairs","type":"event"}]},"item.place.minecraft.blaze_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blaze_spawn_egg","type":"event"}]},"item.pickup.minecraft.chain_command_block":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.diamond_axe":{"sounds":[{"name":"extrasounds:item.category.gear.diamond","type":"event"}]},"item.select.minecraft.dark_oak_leaves":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_leaves","type":"event"}]},"item.pickup.minecraft.oak_door":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.tube_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tube_coral_fan","type":"event"}]},"item.select.minecraft.weathered_cut_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.weathered_cut_copper","type":"event"}]},"item.place.minecraft.jungle_sapling":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_sapling","type":"event"}]},"item.place.minecraft.amethyst_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.amethyst_block","type":"event"}]},"item.place.minecraft.magma_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magma_block","type":"event"}]},"item.place.minecraft.furnace_minecart":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.furnace_minecart","type":"event"}]},"item.place.minecraft.flint_and_steel":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.flint_and_steel","type":"event"}]},"item.select.minecraft.birch_chest_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_chest_boat","type":"event"}]},"item.place.minecraft.lilac":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lilac","type":"event"}]},"item.select.minecraft.pink_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_dye","type":"event"}]},"item.pickup.minecraft.green_dye":{"sounds":[{"name":"extrasounds:item.category.dust","type":"event"}]},"item.place.minecraft.cod_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cod_spawn_egg","type":"event"}]},"item.pickup.minecraft.mangrove_wood":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.honey_bottle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.honey_bottle","type":"event"}]},"item.select.minecraft.red_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_banner","type":"event"}]},"item.pickup.minecraft.pearlescent_froglight":{"sounds":[{"name":"minecraft:block.froglight.place","volume":0.3,"pitch":1.7,"type":"event"}]},"item.place.minecraft.yellow_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_concrete","type":"event"}]},"item.pickup.minecraft.granite":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.mud_brick_wall":{"sounds":[{"name":"minecraft:block.mud_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.deepslate_brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_brick_slab","type":"event"}]},"item.pickup.minecraft.crafting_table":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.polished_granite_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_granite_slab","type":"event"}]},"item.select.minecraft.emerald_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.emerald_ore","type":"event"}]},"item.pickup.minecraft.oxidized_cut_copper_slab":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.green_concrete_powder":{"sounds":[{"name":"minecraft:block.sand.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.emerald_block":{"sounds":[{"name":"minecraft:block.metal.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.mangrove_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_fence_gate","type":"event"}]},"item.select.minecraft.redstone_torch":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.redstone_torch","type":"event"}]},"item.pickup.minecraft.black_candle":{"sounds":[{"name":"minecraft:block.candle.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.dark_prismarine_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_prismarine_stairs","type":"event"}]},"item.pickup.minecraft.stripped_spruce_log":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.wooden_shovel":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wooden_shovel","type":"event"}]},"item.pickup.minecraft.wheat":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.netherite_boots":{"sounds":[{"name":"extrasounds:item.category.gear.netherite","type":"event"}]},"item.select.minecraft.bamboo_raft":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_raft","type":"event"}]},"item.pickup.minecraft.stone_brick_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.piglin_banner_pattern":{"sounds":[{"name":"extrasounds:item.category.paper","type":"event"}]},"item.pickup.minecraft.knowledge_book":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.pink_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_candle","type":"event"}]},"item.pickup.minecraft.observer":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.spruce_leaves":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_leaves","type":"event"}]},"item.place.minecraft.crimson_nylium":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_nylium","type":"event"}]},"item.select.minecraft.granite_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.granite_stairs","type":"event"}]},"item.pickup.minecraft.barrier":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.cooked_mutton":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cooked_mutton","type":"event"}]},"item.place.minecraft.nether_wart":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_wart","type":"event"}]},"item.select.minecraft.yellow_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_shulker_box","type":"event"}]},"item.select.minecraft.smooth_quartz_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_quartz_slab","type":"event"}]},"item.select.minecraft.carved_pumpkin":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.carved_pumpkin","type":"event"}]},"item.select.minecraft.waxed_cut_copper_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_cut_copper_stairs","type":"event"}]},"item.place.minecraft.end_stone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.end_stone_bricks","type":"event"}]},"item.place.minecraft.chest":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chest","type":"event"}]},"item.place.minecraft.prismarine_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.prismarine_wall","type":"event"}]},"item.pickup.minecraft.cave_spider_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.lever":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.red_nether_brick_slab":{"sounds":[{"name":"minecraft:block.nether_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.spyglass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spyglass","type":"event"}]},"item.pickup.minecraft.jack_o_lantern":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.stone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_bricks","type":"event"}]},"item.select.minecraft.deepslate_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_bricks","type":"event"}]},"item.select.minecraft.brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brick_stairs","type":"event"}]},"item.pickup.minecraft.sea_pickle":{"sounds":[{"name":"minecraft:block.slime_block.place","volume":0.4,"pitch":1.7,"type":"event"}]},"item.select.minecraft.respawn_anchor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.respawn_anchor","type":"event"}]},"item.place.minecraft.white_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_carpet","type":"event"}]},"item.place.minecraft.blue_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_banner","type":"event"}]},"item.place.minecraft.sea_pickle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sea_pickle","type":"event"}]},"item.place.minecraft.yellow_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_carpet","type":"event"}]},"item.pickup.minecraft.chiseled_sandstone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.warped_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_slab","type":"event"}]},"item.pickup.minecraft.yellow_stained_glass_pane":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.jungle_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_trapdoor","type":"event"}]},"item.select.minecraft.black_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_dye","type":"event"}]},"item.place.minecraft.beef":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.beef","type":"event"}]},"item.pickup.minecraft.mangrove_roots":{"sounds":[{"name":"minecraft:block.mangrove_roots.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.beef":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.polished_deepslate_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_deepslate_stairs","type":"event"}]},"item.pickup.minecraft.crimson_slab":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.elytra":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.elytra","type":"event"}]},"item.pickup.minecraft.stripped_jungle_wood":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.pink_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_carpet","type":"event"}]},"item.place.minecraft.fishing_rod":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.fishing_rod","type":"event"}]},"item.pickup.minecraft.smooth_sandstone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.white_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.pink_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_terracotta","type":"event"}]},"item.place.minecraft.chorus_flower":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chorus_flower","type":"event"}]},"item.select.minecraft.goat_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.goat_spawn_egg","type":"event"}]},"item.pickup.minecraft.end_stone_brick_wall":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.dead_fire_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_fire_coral_fan","type":"event"}]},"item.place.minecraft.wooden_hoe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wooden_hoe","type":"event"}]},"item.select.minecraft.tropical_fish":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tropical_fish","type":"event"}]},"item.pickup.minecraft.enchanted_golden_apple":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.polished_blackstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone","type":"event"}]},"item.select.minecraft.light_gray_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_stained_glass_pane","type":"event"}]},"item.pickup.minecraft.light_gray_concrete_powder":{"sounds":[{"name":"minecraft:block.sand.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.soul_soil":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.soul_soil","type":"event"}]},"item.place.minecraft.spruce_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_trapdoor","type":"event"}]},"item.pickup.minecraft.light_blue_candle":{"sounds":[{"name":"minecraft:block.candle.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.lime_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_banner","type":"event"}]},"item.place.minecraft.deepslate_iron_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_iron_ore","type":"event"}]},"item.select.minecraft.stone_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_pressure_plate","type":"event"}]},"item.place.minecraft.player_head":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.player_head","type":"event"}]},"item.select.minecraft.netherite_leggings":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_leggings","type":"event"}]},"item.place.minecraft.beetroot":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.beetroot","type":"event"}]},"item.place.minecraft.grass_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.grass_block","type":"event"}]},"item.pickup.minecraft.copper_ingot":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.orange_wool":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.splash_potion":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.splash_potion","type":"event"}]},"item.select.minecraft.glowstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glowstone","type":"event"}]},"item.pickup.minecraft.warped_nylium":{"sounds":[{"name":"minecraft:block.nylium.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.cracked_polished_blackstone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cracked_polished_blackstone_bricks","type":"event"}]},"item.select.minecraft.red_sandstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_sandstone","type":"event"}]},"item.pickup.minecraft.stripped_warped_stem":{"sounds":[{"name":"minecraft:block.stem.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.light_weighted_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_weighted_pressure_plate","type":"event"}]},"item.place.minecraft.lantern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lantern","type":"event"}]},"item.select.minecraft.gray_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_carpet","type":"event"}]},"item.pickup.minecraft.soul_campfire":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.red_shulker_box":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.magenta_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_candle","type":"event"}]},"item.pickup.minecraft.pink_stained_glass_pane":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.smooth_red_sandstone_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_red_sandstone_stairs","type":"event"}]},"item.pickup.minecraft.honeycomb":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.cobblestone_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.blaze_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blaze_powder","type":"event"}]},"item.place.minecraft.warped_stem":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_stem","type":"event"}]},"item.pickup.minecraft.gray_bed":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.dropper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dropper","type":"event"}]},"item.pickup.minecraft.wheat_seeds":{"sounds":[{"name":"minecraft:item.crop.plant","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.phantom_membrane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.phantom_membrane","type":"event"}]},"item.pickup.minecraft.oak_fence_gate":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.birch_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_stairs","type":"event"}]},"item.place.minecraft.blue_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_bed","type":"event"}]},"item.place.minecraft.iron_bars":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_bars","type":"event"}]},"item.place.minecraft.cracked_nether_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cracked_nether_bricks","type":"event"}]},"item.pickup.minecraft.prismarine_brick_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.light_gray_stained_glass_pane":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.brain_coral":{"sounds":[{"name":"minecraft:block.wet_grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.pink_stained_glass":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.bell":{"sounds":[{"name":"minecraft:block.anvil.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.music_disc_stal":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_stal","type":"event"}]},"item.select.minecraft.horn_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.horn_coral_block","type":"event"}]},"item.select.minecraft.red_nether_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_nether_bricks","type":"event"}]},"item.place.minecraft.dark_oak_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_log","type":"event"}]},"item.place.minecraft.oak_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_door","type":"event"}]},"item.pickup.minecraft.red_dye":{"sounds":[{"name":"extrasounds:item.category.dust","type":"event"}]},"item.pickup.minecraft.birch_pressure_plate":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.dried_kelp_block":{"sounds":[{"name":"minecraft:block.grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.music_disc_otherside":{"sounds":[{"name":"extrasounds:item.category.music_disc","type":"event"}]},"item.place.minecraft.iron_pickaxe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_pickaxe","type":"event"}]},"item.place.minecraft.chainmail_leggings":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chainmail_leggings","type":"event"}]},"item.pickup.minecraft.wooden_hoe":{"sounds":[{"name":"extrasounds:item.category.gear.wood","type":"event"}]},"item.pickup.minecraft.netherite_block":{"sounds":[{"name":"minecraft:block.netherite_block.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.rabbit_stew":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.rabbit_stew","type":"event"}]},"item.select.minecraft.orange_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_terracotta","type":"event"}]},"item.pickup.minecraft.pink_dye":{"sounds":[{"name":"extrasounds:item.category.dust","type":"event"}]},"item.place.minecraft.polished_blackstone_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone_pressure_plate","type":"event"}]},"item.pickup.minecraft.farmland":{"sounds":[{"name":"minecraft:block.gravel.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.brain_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brain_coral","type":"event"}]},"item.select.minecraft.cobblestone_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cobblestone_stairs","type":"event"}]},"item.select.minecraft.smooth_stone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_stone_slab","type":"event"}]},"item.place.minecraft.dripstone_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dripstone_block","type":"event"}]},"item.pickup.minecraft.stone_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.spider_eye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spider_eye","type":"event"}]},"item.place.minecraft.music_disc_mall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_mall","type":"event"}]},"item.select.minecraft.crimson_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_fence_gate","type":"event"}]},"item.pickup.minecraft.light_weighted_pressure_plate":{"sounds":[{"name":"minecraft:block.metal.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.warped_hyphae":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_hyphae","type":"event"}]},"item.pickup.minecraft.light_gray_dye":{"sounds":[{"name":"extrasounds:item.category.dust","type":"event"}]},"item.place.minecraft.orange_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_concrete","type":"event"}]},"item.pickup.minecraft.dropper":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.bamboo_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_door","type":"event"}]},"item.place.minecraft.stone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_slab","type":"event"}]},"item.pickup.minecraft.infested_stone_bricks":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.gray_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_concrete_powder","type":"event"}]},"item.place.minecraft.oak_leaves":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_leaves","type":"event"}]},"item.place.minecraft.deepslate_coal_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_coal_ore","type":"event"}]},"item.place.minecraft.crimson_hyphae":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_hyphae","type":"event"}]},"item.place.minecraft.ender_chest":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ender_chest","type":"event"}]},"item.place.minecraft.orange_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_candle","type":"event"}]},"item.select.minecraft.wet_sponge":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wet_sponge","type":"event"}]},"item.select.minecraft.green_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_stained_glass","type":"event"}]},"item.select.minecraft.raw_iron_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.raw_iron_block","type":"event"}]},"item.select.minecraft.melon":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.melon","type":"event"}]},"item.select.minecraft.light_blue_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_concrete_powder","type":"event"}]},"item.select.minecraft.ender_pearl":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ender_pearl","type":"event"}]},"item.select.minecraft.chiseled_deepslate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chiseled_deepslate","type":"event"}]},"item.pickup.minecraft.granite_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.scaffolding":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.scaffolding","type":"event"}]},"item.pickup.minecraft.mangrove_button":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.acacia_sign":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.bamboo_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_fence","type":"event"}]},"item.place.minecraft.wet_sponge":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wet_sponge","type":"event"}]},"item.place.minecraft.netherite_axe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_axe","type":"event"}]},"item.pickup.minecraft.polished_blackstone_brick_wall":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.light_gray_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_glazed_terracotta","type":"event"}]},"item.pickup.minecraft.cyan_banner":{"sounds":[{"name":"extrasounds:item.category.banner","type":"event"}]},"item.pickup.minecraft.oak_sapling":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.reinforced_deepslate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.reinforced_deepslate","type":"event"}]},"item.place.minecraft.mud_brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mud_brick_slab","type":"event"}]},"item.select.minecraft.iron_golem_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_golem_spawn_egg","type":"event"}]},"item.select.minecraft.mossy_stone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mossy_stone_bricks","type":"event"}]},"item.place.minecraft.acacia_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_slab","type":"event"}]},"item.place.minecraft.prismarine":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.prismarine","type":"event"}]},"item.place.minecraft.pink_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_stained_glass","type":"event"}]},"item.place.minecraft.wooden_pickaxe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wooden_pickaxe","type":"event"}]},"item.select.minecraft.fox_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.fox_spawn_egg","type":"event"}]},"item.pickup.minecraft.cod_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.crimson_stem":{"sounds":[{"name":"minecraft:block.stem.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.packed_mud":{"sounds":[{"name":"minecraft:block.packed_mud.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.purple_stained_glass":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.white_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_stained_glass","type":"event"}]},"item.place.minecraft.hopper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.hopper","type":"event"}]},"item.pickup.minecraft.beehive":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.cyan_stained_glass_pane":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.crimson_hanging_sign":{"sounds":[{"name":"minecraft:block.nether_wood_hanging_sign.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.quartz_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.quartz_block","type":"event"}]},"item.place.minecraft.brown_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_bed","type":"event"}]},"item.pickup.minecraft.orange_carpet":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.beacon":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.beacon","type":"event"}]},"item.place.minecraft.dragon_breath":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dragon_breath","type":"event"}]},"item.pickup.minecraft.stripped_acacia_log":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.mangrove_log":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.cobblestone_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cobblestone_wall","type":"event"}]},"item.select.minecraft.painting":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.painting","type":"event"}]},"item.place.minecraft.waxed_cut_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_cut_copper","type":"event"}]},"item.place.minecraft.mossy_cobblestone_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mossy_cobblestone_stairs","type":"event"}]},"item.select.minecraft.turtle_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.turtle_spawn_egg","type":"event"}]},"item.place.minecraft.emerald_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.emerald_block","type":"event"}]},"item.place.minecraft.waxed_weathered_cut_copper_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_weathered_cut_copper_stairs","type":"event"}]},"item.place.minecraft.light_blue_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_terracotta","type":"event"}]},"item.pickup.minecraft.coarse_dirt":{"sounds":[{"name":"minecraft:block.gravel.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.pink_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_wool","type":"event"}]},"item.select.minecraft.jungle_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_fence_gate","type":"event"}]},"item.pickup.minecraft.chainmail_boots":{"sounds":[{"name":"extrasounds:item.category.gear.chain","type":"event"}]},"item.place.minecraft.cut_copper_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cut_copper_slab","type":"event"}]},"item.place.minecraft.stripped_jungle_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_jungle_wood","type":"event"}]},"item.place.minecraft.end_stone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.end_stone","type":"event"}]},"item.select.minecraft.diamond_axe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_axe","type":"event"}]},"item.select.minecraft.pumpkin_pie":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pumpkin_pie","type":"event"}]},"item.pickup.minecraft.cyan_wool":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.gravel":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gravel","type":"event"}]},"item.select.minecraft.mycelium":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mycelium","type":"event"}]},"item.select.minecraft.iron_hoe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_hoe","type":"event"}]},"item.place.minecraft.turtle_helmet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.turtle_helmet","type":"event"}]},"item.pickup.minecraft.emerald_ore":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.glowstone_dust":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glowstone_dust","type":"event"}]},"item.place.minecraft.magenta_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_concrete_powder","type":"event"}]},"item.place.minecraft.dark_oak_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_button","type":"event"}]},"item.select.minecraft.wither_skeleton_skull":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wither_skeleton_skull","type":"event"}]},"item.select.minecraft.gray_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_candle","type":"event"}]},"item.place.minecraft.structure_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.structure_block","type":"event"}]},"item.place.minecraft.red_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_dye","type":"event"}]},"item.select.minecraft.end_stone_brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.end_stone_brick_slab","type":"event"}]},"item.place.minecraft.rabbit_hide":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.rabbit_hide","type":"event"}]},"item.select.minecraft.item_frame":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.item_frame","type":"event"}]},"item.select.minecraft.spruce_sapling":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_sapling","type":"event"}]},"item.place.minecraft.clay_ball":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.clay_ball","type":"event"}]},"item.select.minecraft.stripped_bamboo_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_bamboo_block","type":"event"}]},"item.place.minecraft.jungle_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_pressure_plate","type":"event"}]},"item.place.minecraft.bow":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bow","type":"event"}]},"item.select.minecraft.purple_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_terracotta","type":"event"}]},"item.select.minecraft.polished_granite_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_granite_slab","type":"event"}]},"item.place.minecraft.fermented_spider_eye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.fermented_spider_eye","type":"event"}]},"item.pickup.minecraft.glass_pane":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.polished_andesite_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_andesite_slab","type":"event"}]},"item.pickup.minecraft.composter":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.smithing_table":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.orange_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_stained_glass","type":"event"}]},"item.pickup.minecraft.fire_charge":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.snow":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.snow","type":"event"}]},"item.place.minecraft.chiseled_sandstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chiseled_sandstone","type":"event"}]},"item.place.minecraft.bat_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bat_spawn_egg","type":"event"}]},"item.pickup.minecraft.light_blue_carpet":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.orange_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_stained_glass_pane","type":"event"}]},"item.select.minecraft.coarse_dirt":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.coarse_dirt","type":"event"}]},"item.pickup.minecraft.clock":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.stone_pickaxe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_pickaxe","type":"event"}]},"item.pickup.minecraft.respawn_anchor":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.spruce_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_fence","type":"event"}]},"item.select.minecraft.crafting_table":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crafting_table","type":"event"}]},"item.pickup.minecraft.dark_prismarine_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.dropper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dropper","type":"event"}]},"item.place.minecraft.brown_mushroom_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_mushroom_block","type":"event"}]},"item.select.minecraft.warped_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_sign","type":"event"}]},"item.pickup.minecraft.music_disc_13":{"sounds":[{"name":"extrasounds:item.category.music_disc","type":"event"}]},"item.pickup.minecraft.music_disc_11":{"sounds":[{"name":"extrasounds:item.category.music_disc","type":"event"}]},"item.select.minecraft.gray_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_bed","type":"event"}]},"item.select.minecraft.end_stone_brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.end_stone_brick_stairs","type":"event"}]},"item.pickup.minecraft.light_blue_concrete_powder":{"sounds":[{"name":"minecraft:block.sand.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.flint":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.flint","type":"event"}]},"item.pickup.minecraft.mangrove_hanging_sign":{"sounds":[{"name":"minecraft:block.hanging_sign.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.mangrove_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_trapdoor","type":"event"}]},"item.select.minecraft.mangrove_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_stairs","type":"event"}]},"item.pickup.minecraft.iron_chestplate":{"sounds":[{"name":"extrasounds:item.category.gear.iron","type":"event"}]},"item.place.minecraft.blue_orchid":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_orchid","type":"event"}]},"item.pickup.minecraft.magenta_bed":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.brick_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.music_disc_11":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_11","type":"event"}]},"item.place.minecraft.music_disc_13":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_13","type":"event"}]},"item.pickup.minecraft.redstone_block":{"sounds":[{"name":"minecraft:block.metal.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.acacia_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_hanging_sign","type":"event"}]},"item.pickup.minecraft.oak_wood":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.dead_horn_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_horn_coral","type":"event"}]},"item.pickup.minecraft.creeper_head":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.dark_oak_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_planks","type":"event"}]},"item.select.minecraft.oak_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_pressure_plate","type":"event"}]},"item.pickup.minecraft.gravel":{"sounds":[{"name":"minecraft:block.gravel.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.apple":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.apple","type":"event"}]},"item.select.minecraft.seagrass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.seagrass","type":"event"}]},"item.select.minecraft.muddy_mangrove_roots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.muddy_mangrove_roots","type":"event"}]},"item.select.minecraft.debug_stick":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.debug_stick","type":"event"}]},"item.select.minecraft.red_nether_brick_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_nether_brick_wall","type":"event"}]},"item.pickup.minecraft.mangrove_door":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.snow_golem_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.snow_golem_spawn_egg","type":"event"}]},"item.pickup.minecraft.shroomlight":{"sounds":[{"name":"minecraft:block.shroomlight.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.red_tulip":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.place.minecraft.smooth_sandstone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_sandstone_slab","type":"event"}]},"item.select.minecraft.tinted_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tinted_glass","type":"event"}]},"item.select.minecraft.birch_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_trapdoor","type":"event"}]},"item.select.minecraft.polished_deepslate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_deepslate","type":"event"}]},"item.select.minecraft.allium":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.allium","type":"event"}]},"item.select.minecraft.music_disc_cat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_cat","type":"event"}]},"item.pickup.minecraft.polished_basalt":{"sounds":[{"name":"minecraft:block.basalt.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.written_book":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.written_book","type":"event"}]},"item.pickup.minecraft.redstone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.wither_rose":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.place.minecraft.rose_bush":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.rose_bush","type":"event"}]},"item.place.minecraft.big_dripleaf":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.big_dripleaf","type":"event"}]},"item.pickup.minecraft.magenta_carpet":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.stone_brick_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_brick_wall","type":"event"}]},"item.place.minecraft.snow":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.snow","type":"event"}]},"item.pickup.minecraft.light_gray_banner":{"sounds":[{"name":"extrasounds:item.category.banner","type":"event"}]},"item.place.minecraft.green_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_carpet","type":"event"}]},"item.select.minecraft.saddle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.saddle","type":"event"}]},"item.place.minecraft.spider_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spider_spawn_egg","type":"event"}]},"item.place.minecraft.netherite_pickaxe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_pickaxe","type":"event"}]},"item.place.minecraft.smooth_stone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_stone","type":"event"}]},"item.pickup.minecraft.nether_brick_wall":{"sounds":[{"name":"minecraft:block.nether_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.skeleton_horse_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.skeleton_horse_spawn_egg","type":"event"}]},"item.place.minecraft.acacia_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_wood","type":"event"}]},"item.pickup.minecraft.birch_log":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.polar_bear_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polar_bear_spawn_egg","type":"event"}]},"item.place.minecraft.crimson_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_fence","type":"event"}]},"item.place.minecraft.medium_amethyst_bud":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.medium_amethyst_bud","type":"event"}]},"item.select.minecraft.light_gray_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_banner","type":"event"}]},"item.select.minecraft.magenta_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_carpet","type":"event"}]},"item.pickup.minecraft.gray_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.wither_skeleton_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wither_skeleton_spawn_egg","type":"event"}]},"item.pickup.minecraft.red_sand":{"sounds":[{"name":"minecraft:block.sand.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.slime_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.slime_spawn_egg","type":"event"}]},"item.place.minecraft.jungle_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_boat","type":"event"}]},"item.select.minecraft.bamboo_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_trapdoor","type":"event"}]},"item.place.minecraft.dispenser":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dispenser","type":"event"}]},"item.select.minecraft.dried_kelp_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dried_kelp_block","type":"event"}]},"item.select.minecraft.amethyst_shard":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.amethyst_shard","type":"event"}]},"item.place.minecraft.beehive":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.beehive","type":"event"}]},"item.pickup.minecraft.cooked_porkchop":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.oak_leaves":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_leaves","type":"event"}]},"item.place.minecraft.oak_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_trapdoor","type":"event"}]},"item.pickup.minecraft.spruce_boat":{"sounds":[{"name":"extrasounds:item.category.boat","type":"event"}]},"item.place.minecraft.spruce_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_fence_gate","type":"event"}]},"item.place.minecraft.warped_fungus":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_fungus","type":"event"}]},"item.place.minecraft.beetroot_seeds":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.beetroot_seeds","type":"event"}]},"item.select.minecraft.cut_copper_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cut_copper_slab","type":"event"}]},"item.pickup.minecraft.amethyst_shard":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.netherite_chestplate":{"sounds":[{"name":"extrasounds:item.category.gear.netherite","type":"event"}]},"item.select.minecraft.blue_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_concrete_powder","type":"event"}]},"item.select.minecraft.sugar_cane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sugar_cane","type":"event"}]},"item.pickup.minecraft.pumpkin_seeds":{"sounds":[{"name":"minecraft:item.crop.plant","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.dark_oak_sapling":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.gray_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_concrete","type":"event"}]},"item.place.minecraft.detector_rail":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.detector_rail","type":"event"}]},"item.place.minecraft.cooked_beef":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cooked_beef","type":"event"}]},"item.select.minecraft.brown_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_glazed_terracotta","type":"event"}]},"item.place.minecraft.black_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_glazed_terracotta","type":"event"}]},"item.pickup.minecraft.bamboo_sign":{"sounds":[{"name":"minecraft:block.bamboo_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.white_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_terracotta","type":"event"}]},"item.pickup.minecraft.dead_brain_coral_block":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.black_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_wool","type":"event"}]},"item.select.minecraft.acacia_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_wood","type":"event"}]},"item.pickup.minecraft.podzol":{"sounds":[{"name":"minecraft:block.gravel.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.lime_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_shulker_box","type":"event"}]},"item.pickup.minecraft.pink_shulker_box":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.brown_candle":{"sounds":[{"name":"minecraft:block.candle.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.netherite_boots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_boots","type":"event"}]},"item.select.minecraft.disc_fragment_5":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.disc_fragment_5","type":"event"}]},"item.select.minecraft.stripped_jungle_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_jungle_wood","type":"event"}]},"item.pickup.minecraft.quartz_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.cornflower":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cornflower","type":"event"}]},"item.pickup.minecraft.repeater":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.stripped_dark_oak_log":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.bamboo_mosaic_stairs":{"sounds":[{"name":"minecraft:block.bamboo_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.end_stone_brick_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.end_stone_brick_wall","type":"event"}]},"item.place.minecraft.salmon_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.salmon_bucket","type":"event"}]},"item.pickup.minecraft.poisonous_potato":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.blackstone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blackstone_slab","type":"event"}]},"item.place.minecraft.magenta_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_stained_glass_pane","type":"event"}]},"item.place.minecraft.stone_axe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_axe","type":"event"}]},"item.select.minecraft.birch_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_wood","type":"event"}]},"item.place.minecraft.purple_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_concrete_powder","type":"event"}]},"item.select.minecraft.cave_spider_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cave_spider_spawn_egg","type":"event"}]},"item.select.minecraft.light_gray_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_stained_glass","type":"event"}]},"item.select.minecraft.light_blue_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_carpet","type":"event"}]},"item.place.minecraft.birch_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_trapdoor","type":"event"}]},"item.select.minecraft.mangrove_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_door","type":"event"}]},"item.pickup.minecraft.glow_lichen":{"sounds":[{"name":"minecraft:block.grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.cobbled_deepslate_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cobbled_deepslate_wall","type":"event"}]},"item.place.minecraft.crimson_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_hanging_sign","type":"event"}]},"item.pickup.minecraft.milk_bucket":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.chorus_plant":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.lead":{"sounds":[{"name":"extrasounds:item.category.gear.leather","type":"event"}]},"item.place.minecraft.orange_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_carpet","type":"event"}]},"item.select.minecraft.salmon":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.salmon","type":"event"}]},"item.place.minecraft.light_gray_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_concrete_powder","type":"event"}]},"item.select.minecraft.oxeye_daisy":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oxeye_daisy","type":"event"}]},"item.pickup.minecraft.diorite_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.mangrove_chest_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_chest_boat","type":"event"}]},"item.select.minecraft.oxidized_cut_copper_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oxidized_cut_copper_slab","type":"event"}]},"item.select.minecraft.drowned_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.drowned_spawn_egg","type":"event"}]},"item.place.minecraft.magma_cream":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magma_cream","type":"event"}]},"item.pickup.minecraft.sunflower":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.bamboo_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_button","type":"event"}]},"item.select.minecraft.spruce_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_hanging_sign","type":"event"}]},"item.place.minecraft.coal_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.coal_ore","type":"event"}]},"item.pickup.minecraft.jungle_trapdoor":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.zoglin_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.zoglin_spawn_egg","type":"event"}]},"item.place.minecraft.dark_oak_chest_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_chest_boat","type":"event"}]},"item.place.minecraft.ladder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ladder","type":"event"}]},"item.select.minecraft.diorite_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diorite_wall","type":"event"}]},"item.place.minecraft.diamond_boots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_boots","type":"event"}]},"item.select.minecraft.book":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.book","type":"event"}]},"item.select.minecraft.allay_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.allay_spawn_egg","type":"event"}]},"item.select.minecraft.lime_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_stained_glass","type":"event"}]},"item.pickup.minecraft.lightning_rod":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.cornflower":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cornflower","type":"event"}]},"item.pickup.minecraft.dragon_head":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.target":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.target","type":"event"}]},"item.pickup.minecraft.golden_hoe":{"sounds":[{"name":"extrasounds:item.category.gear.golden","type":"event"}]},"item.select.minecraft.green_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_carpet","type":"event"}]},"item.pickup.minecraft.mud":{"sounds":[{"name":"minecraft:block.mud.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.gold_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gold_block","type":"event"}]},"item.pickup.minecraft.allay_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.mangrove_propagule":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_propagule","type":"event"}]},"item.place.minecraft.magenta_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_banner","type":"event"}]},"item.select.minecraft.baked_potato":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.baked_potato","type":"event"}]},"item.pickup.minecraft.dolphin_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.gold_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gold_block","type":"event"}]},"item.select.minecraft.dark_oak_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_trapdoor","type":"event"}]},"item.place.minecraft.jungle_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_fence_gate","type":"event"}]},"item.place.minecraft.oak_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_wood","type":"event"}]},"item.select.minecraft.campfire":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.campfire","type":"event"}]},"item.pickup.minecraft.polished_blackstone_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.sand":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sand","type":"event"}]},"item.select.minecraft.brown_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_candle","type":"event"}]},"item.pickup.minecraft.echo_shard":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.ghast_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ghast_spawn_egg","type":"event"}]},"item.select.minecraft.sponge":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sponge","type":"event"}]},"item.select.minecraft.exposed_cut_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.exposed_cut_copper","type":"event"}]},"item.select.minecraft.gunpowder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gunpowder","type":"event"}]},"item.place.minecraft.stripped_acacia_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_acacia_wood","type":"event"}]},"item.select.minecraft.vine":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.vine","type":"event"}]},"item.place.minecraft.bone_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bone_block","type":"event"}]},"item.pickup.minecraft.command_block":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.knowledge_book":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.knowledge_book","type":"event"}]},"item.place.minecraft.diamond_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_block","type":"event"}]},"item.select.minecraft.charcoal":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.charcoal","type":"event"}]},"item.place.minecraft.birch_chest_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_chest_boat","type":"event"}]},"item.place.minecraft.polar_bear_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polar_bear_spawn_egg","type":"event"}]},"item.place.minecraft.music_disc_otherside":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_otherside","type":"event"}]},"item.place.minecraft.acacia_leaves":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_leaves","type":"event"}]},"item.select.minecraft.acacia_chest_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_chest_boat","type":"event"}]},"item.pickup.minecraft.egg":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.deepslate_copper_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_copper_ore","type":"event"}]},"item.pickup.minecraft.iron_horse_armor":{"sounds":[{"name":"extrasounds:item.category.gear.golden","type":"event"}]},"item.select.minecraft.mossy_cobblestone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mossy_cobblestone","type":"event"}]},"item.select.minecraft.jungle_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_planks","type":"event"}]},"item.place.minecraft.lime_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_concrete_powder","type":"event"}]},"item.place.minecraft.raw_iron":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.raw_iron","type":"event"}]},"item.pickup.minecraft.dead_bush":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.brown_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_stained_glass","type":"event"}]},"item.select.minecraft.ochre_froglight":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ochre_froglight","type":"event"}]},"item.select.minecraft.stone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone","type":"event"}]},"item.pickup.minecraft.lapis_lazuli":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.crimson_fungus":{"sounds":[{"name":"minecraft:block.fungus.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.oak_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_hanging_sign","type":"event"}]},"item.select.minecraft.dark_oak_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_slab","type":"event"}]},"item.place.minecraft.light_blue_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_shulker_box","type":"event"}]},"item.pickup.minecraft.dragon_breath":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.polished_granite_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.smithing_table":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smithing_table","type":"event"}]},"item.pickup.minecraft.cobbled_deepslate_stairs":{"sounds":[{"name":"minecraft:block.deepslate.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.dead_brain_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_brain_coral","type":"event"}]},"item.select.minecraft.music_disc_strad":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_strad","type":"event"}]},"item.select.minecraft.gray_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_dye","type":"event"}]},"item.select.minecraft.zombified_piglin_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.zombified_piglin_spawn_egg","type":"event"}]},"item.pickup.minecraft.tall_grass":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.place.minecraft.deepslate_tile_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_tile_slab","type":"event"}]},"item.pickup.minecraft.sand":{"sounds":[{"name":"minecraft:block.sand.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.jungle_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_door","type":"event"}]},"item.select.minecraft.andesite":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.andesite","type":"event"}]},"item.place.minecraft.bamboo_chest_raft":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_chest_raft","type":"event"}]},"item.pickup.minecraft.light_blue_bed":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.tuff":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tuff","type":"event"}]},"item.pickup.minecraft.rose_bush":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.stone_sword":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_sword","type":"event"}]},"item.select.minecraft.purple_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_banner","type":"event"}]},"item.place.minecraft.smooth_quartz_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_quartz_stairs","type":"event"}]},"item.place.minecraft.fox_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.fox_spawn_egg","type":"event"}]},"item.select.minecraft.bread":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bread","type":"event"}]},"item.place.minecraft.bee_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bee_spawn_egg","type":"event"}]},"item.select.minecraft.melon_slice":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.melon_slice","type":"event"}]},"item.place.minecraft.chiseled_polished_blackstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chiseled_polished_blackstone","type":"event"}]},"item.select.minecraft.cake":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cake","type":"event"}]},"item.select.minecraft.podzol":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.podzol","type":"event"}]},"item.pickup.minecraft.bubble_coral_fan":{"sounds":[{"name":"minecraft:block.wet_grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.deepslate_copper_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_copper_ore","type":"event"}]},"item.pickup.minecraft.waxed_weathered_cut_copper_slab":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.deepslate_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_bricks","type":"event"}]},"item.place.minecraft.jungle_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_log","type":"event"}]},"item.pickup.minecraft.stripped_spruce_wood":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.crimson_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_trapdoor","type":"event"}]},"item.place.minecraft.moss_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.moss_block","type":"event"}]},"item.pickup.minecraft.fishing_rod":{"sounds":[{"name":"extrasounds:item.category.gear.generic","type":"event"}]},"item.select.minecraft.activator_rail":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.activator_rail","type":"event"}]},"item.select.minecraft.crimson_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_hanging_sign","type":"event"}]},"item.select.minecraft.chorus_plant":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chorus_plant","type":"event"}]},"item.select.minecraft.jungle_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_stairs","type":"event"}]},"item.pickup.minecraft.black_carpet":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.black_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_terracotta","type":"event"}]},"item.select.minecraft.jukebox":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jukebox","type":"event"}]},"item.pickup.minecraft.dragon_egg":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.redstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.redstone","type":"event"}]},"item.select.minecraft.tropical_fish_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tropical_fish_bucket","type":"event"}]},"item.pickup.minecraft.shulker_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.firework_rocket":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.spruce_sapling":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_sapling","type":"event"}]},"item.place.minecraft.paper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.paper","type":"event"}]},"item.place.minecraft.oak_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_slab","type":"event"}]},"item.place.minecraft.black_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_concrete","type":"event"}]},"item.pickup.minecraft.cow_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.spruce_wood":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.waxed_exposed_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_exposed_copper","type":"event"}]},"item.place.minecraft.cod":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cod","type":"event"}]},"item.select.minecraft.crying_obsidian":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crying_obsidian","type":"event"}]},"item.place.minecraft.saddle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.saddle","type":"event"}]},"item.place.minecraft.quartz":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.quartz","type":"event"}]},"item.pickup.minecraft.witch_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.jungle_leaves":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.place.minecraft.red_mushroom":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_mushroom","type":"event"}]},"item.select.minecraft.emerald":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.emerald","type":"event"}]},"item.select.minecraft.squid_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.squid_spawn_egg","type":"event"}]},"item.place.minecraft.magenta_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_wool","type":"event"}]},"item.place.minecraft.infested_chiseled_stone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.infested_chiseled_stone_bricks","type":"event"}]},"item.place.minecraft.birch_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_slab","type":"event"}]},"item.pickup.minecraft.conduit":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.yellow_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_carpet","type":"event"}]},"item.select.minecraft.cut_copper_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cut_copper_stairs","type":"event"}]},"item.select.minecraft.purple_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_stained_glass_pane","type":"event"}]},"item.select.minecraft.netherite_scrap":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_scrap","type":"event"}]},"item.select.minecraft.bone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bone","type":"event"}]},"item.select.minecraft.wheat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wheat","type":"event"}]},"item.place.minecraft.dark_oak_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_planks","type":"event"}]},"item.place.minecraft.cut_copper_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cut_copper_stairs","type":"event"}]},"item.select.minecraft.acacia_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_log","type":"event"}]},"item.select.minecraft.pink_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_stained_glass_pane","type":"event"}]},"item.select.minecraft.stripped_oak_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_oak_log","type":"event"}]},"item.pickup.minecraft.calcite":{"sounds":[{"name":"minecraft:block.calcite.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.tnt":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tnt","type":"event"}]},"item.pickup.minecraft.seagrass":{"sounds":[{"name":"minecraft:block.wet_grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.zombie_horse_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.green_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_shulker_box","type":"event"}]},"item.pickup.minecraft.axolotl_bucket":{"sounds":[{"name":"minecraft:item.bucket.fill","volume":0.4,"pitch":1.7,"type":"event"}]},"item.place.minecraft.lead":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lead","type":"event"}]},"item.select.minecraft.end_stone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.end_stone_bricks","type":"event"}]},"item.place.minecraft.light_gray_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_bed","type":"event"}]},"item.select.minecraft.lectern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lectern","type":"event"}]},"item.pickup.minecraft.red_wool":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.chipped_anvil":{"sounds":[{"name":"minecraft:block.anvil.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.jungle_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_hanging_sign","type":"event"}]},"item.select.minecraft.black_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_carpet","type":"event"}]},"item.pickup.minecraft.turtle_helmet":{"sounds":[{"name":"extrasounds:item.category.gear.turtle","type":"event"}]},"item.place.minecraft.tropical_fish_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tropical_fish_spawn_egg","type":"event"}]},"item.select.minecraft.green_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_shulker_box","type":"event"}]},"item.select.minecraft.zombie_horse_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.zombie_horse_spawn_egg","type":"event"}]},"item.place.minecraft.mutton":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mutton","type":"event"}]},"item.pickup.minecraft.large_fern":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.place.minecraft.cut_sandstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cut_sandstone","type":"event"}]},"item.select.minecraft.light_gray_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_concrete","type":"event"}]},"item.pickup.minecraft.bamboo_door":{"sounds":[{"name":"minecraft:block.bamboo_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.sugar_cane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sugar_cane","type":"event"}]},"item.place.minecraft.copper_ingot":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.copper_ingot","type":"event"}]},"item.pickup.minecraft.mossy_stone_bricks":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.cooked_mutton":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.prismarine_brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.prismarine_brick_slab","type":"event"}]},"item.select.minecraft.chorus_flower":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chorus_flower","type":"event"}]},"item.select.minecraft.iron_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_ore","type":"event"}]},"item.select.minecraft.dark_oak_sapling":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_sapling","type":"event"}]},"item.place.minecraft.trident":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.trident","type":"event"}]},"item.select.minecraft.cyan_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_concrete","type":"event"}]},"item.place.minecraft.deepslate_brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_brick_stairs","type":"event"}]},"item.pickup.minecraft.popped_chorus_fruit":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.splash_potion":{"sounds":[{"name":"extrasounds:item.category.potion","type":"event"}]},"item.select.minecraft.jungle_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_wood","type":"event"}]},"item.place.minecraft.birch_leaves":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_leaves","type":"event"}]},"item.place.minecraft.red_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_concrete_powder","type":"event"}]},"item.pickup.minecraft.magma_block":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.cobbled_deepslate":{"sounds":[{"name":"minecraft:block.deepslate.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.blackstone_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blackstone_stairs","type":"event"}]},"item.select.minecraft.dead_bubble_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_bubble_coral_fan","type":"event"}]},"item.pickup.minecraft.petrified_oak_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.cobweb":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cobweb","type":"event"}]},"item.pickup.minecraft.spruce_fence_gate":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.dark_oak_planks":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.music_disc_ward":{"sounds":[{"name":"extrasounds:item.category.music_disc","type":"event"}]},"item.select.minecraft.waxed_exposed_cut_copper_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_exposed_cut_copper_slab","type":"event"}]},"item.place.minecraft.birch_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_fence","type":"event"}]},"item.pickup.minecraft.rabbit":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.basalt":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.basalt","type":"event"}]},"item.select.minecraft.carrot":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.carrot","type":"event"}]},"item.select.minecraft.lime_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_stained_glass_pane","type":"event"}]},"item.pickup.minecraft.zombie_head":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.cooked_porkchop":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cooked_porkchop","type":"event"}]},"item.place.minecraft.bamboo_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_block","type":"event"}]},"item.select.minecraft.nether_brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_brick_stairs","type":"event"}]},"item.select.minecraft.yellow_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_glazed_terracotta","type":"event"}]},"item.pickup.minecraft.tadpole_bucket":{"sounds":[{"name":"minecraft:item.bucket.fill","volume":0.4,"pitch":1.7,"type":"event"}]},"item.select.minecraft.bee_nest":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bee_nest","type":"event"}]},"item.select.minecraft.oak_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_boat","type":"event"}]},"item.select.minecraft.music_disc_far":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_far","type":"event"}]},"item.place.minecraft.spruce_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_pressure_plate","type":"event"}]},"item.place.minecraft.orange_tulip":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_tulip","type":"event"}]},"item.pickup.minecraft.skull_banner_pattern":{"sounds":[{"name":"extrasounds:item.category.paper","type":"event"}]},"item.select.minecraft.stripped_jungle_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_jungle_log","type":"event"}]},"item.select.minecraft.deepslate_gold_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_gold_ore","type":"event"}]},"item.select.minecraft.lapis_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lapis_ore","type":"event"}]},"item.pickup.minecraft.netherite_sword":{"sounds":[{"name":"extrasounds:item.category.gear.netherite","type":"event"}]},"item.pickup.minecraft.brown_carpet":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.iron_pickaxe":{"sounds":[{"name":"extrasounds:item.category.gear.iron","type":"event"}]},"item.select.minecraft.red_mushroom_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_mushroom_block","type":"event"}]},"item.place.minecraft.white_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_concrete","type":"event"}]},"item.select.minecraft.blue_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_candle","type":"event"}]},"item.pickup.minecraft.crimson_planks":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.polished_blackstone_brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone_brick_stairs","type":"event"}]},"item.select.minecraft.purpur_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purpur_slab","type":"event"}]},"item.pickup.minecraft.nether_gold_ore":{"sounds":[{"name":"minecraft:block.nether_gold_ore.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.trapped_chest":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.trapped_chest","type":"event"}]},"item.place.minecraft.purpur_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purpur_block","type":"event"}]},"item.place.minecraft.beetroot_soup":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.beetroot_soup","type":"event"}]},"item.pickup.minecraft.green_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.purple_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_stained_glass_pane","type":"event"}]},"item.select.minecraft.bamboo_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_stairs","type":"event"}]},"item.pickup.minecraft.polished_blackstone_button":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.stone_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.husk_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.husk_spawn_egg","type":"event"}]},"item.select.minecraft.black_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_concrete","type":"event"}]},"item.select.minecraft.prismarine":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.prismarine","type":"event"}]},"item.pickup.minecraft.spruce_door":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.wither_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wither_spawn_egg","type":"event"}]},"item.pickup.minecraft.deepslate_iron_ore":{"sounds":[{"name":"minecraft:block.deepslate.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.goat_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.pumpkin":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.red_sandstone_wall":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.waxed_exposed_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_exposed_copper","type":"event"}]},"item.select.minecraft.small_dripleaf":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.small_dripleaf","type":"event"}]},"item.pickup.minecraft.spruce_leaves":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.pickup.minecraft.dripstone_block":{"sounds":[{"name":"minecraft:block.dripstone_block.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.dark_oak_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_fence","type":"event"}]},"item.select.minecraft.light_blue_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_stained_glass_pane","type":"event"}]},"item.select.minecraft.magenta_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_stained_glass","type":"event"}]},"item.place.minecraft.orange_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_shulker_box","type":"event"}]},"item.place.minecraft.horn_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.horn_coral_fan","type":"event"}]},"item.select.minecraft.dark_oak_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_wood","type":"event"}]},"item.select.minecraft.granite_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.granite_slab","type":"event"}]},"item.pickup.minecraft.yellow_wool":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.prismarine_crystals":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.prismarine_crystals","type":"event"}]},"item.place.minecraft.blast_furnace":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blast_furnace","type":"event"}]},"item.pickup.minecraft.acacia_fence":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.magenta_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_banner","type":"event"}]},"item.place.minecraft.lime_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_stained_glass_pane","type":"event"}]},"item.select.minecraft.music_disc_mall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_mall","type":"event"}]},"item.place.minecraft.white_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_stained_glass_pane","type":"event"}]},"item.select.minecraft.lapis_lazuli":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lapis_lazuli","type":"event"}]},"item.place.minecraft.end_stone_brick_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.end_stone_brick_wall","type":"event"}]},"item.place.minecraft.totem_of_undying":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.totem_of_undying","type":"event"}]},"item.place.minecraft.purple_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_candle","type":"event"}]},"item.select.minecraft.mangrove_roots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_roots","type":"event"}]},"item.place.minecraft.green_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_stained_glass","type":"event"}]},"item.select.minecraft.lime_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_glazed_terracotta","type":"event"}]},"item.select.minecraft.gold_nugget":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gold_nugget","type":"event"}]},"item.select.minecraft.dragon_breath":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dragon_breath","type":"event"}]},"item.pickup.minecraft.red_candle":{"sounds":[{"name":"minecraft:block.candle.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.leather_chestplate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.leather_chestplate","type":"event"}]},"item.select.minecraft.honeycomb":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.honeycomb","type":"event"}]},"item.select.minecraft.dead_tube_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_tube_coral_fan","type":"event"}]},"item.select.minecraft.deepslate_coal_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_coal_ore","type":"event"}]},"item.place.minecraft.pink_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_candle","type":"event"}]},"item.select.minecraft.spruce_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_stairs","type":"event"}]},"item.select.minecraft.moss_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.moss_block","type":"event"}]},"item.place.minecraft.chicken":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chicken","type":"event"}]},"item.select.minecraft.waxed_weathered_cut_copper_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_weathered_cut_copper_stairs","type":"event"}]},"item.pickup.minecraft.quartz_block":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.acacia_chest_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_chest_boat","type":"event"}]},"item.select.minecraft.iron_shovel":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_shovel","type":"event"}]},"item.place.minecraft.cooked_salmon":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cooked_salmon","type":"event"}]},"item.place.minecraft.gray_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_terracotta","type":"event"}]},"item.place.minecraft.anvil":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.anvil","type":"event"}]},"item.select.minecraft.crimson_stem":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_stem","type":"event"}]},"item.pickup.minecraft.prismarine":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.music_disc_stal":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_stal","type":"event"}]},"item.pickup.minecraft.lime_wool":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.waxed_weathered_cut_copper_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_weathered_cut_copper_slab","type":"event"}]},"item.pickup.minecraft.medium_amethyst_bud":{"sounds":[{"name":"minecraft:block.large_amethyst_bud.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.poppy":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.poppy","type":"event"}]},"item.pickup.minecraft.netherite_ingot":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.magenta_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_concrete","type":"event"}]},"item.pickup.minecraft.sandstone_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.crimson_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_fence","type":"event"}]},"item.place.minecraft.large_amethyst_bud":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.large_amethyst_bud","type":"event"}]},"item.pickup.minecraft.iron_shovel":{"sounds":[{"name":"extrasounds:item.category.gear.iron","type":"event"}]},"item.select.minecraft.lime_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_concrete","type":"event"}]},"item.place.minecraft.candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.candle","type":"event"}]},"item.place.minecraft.pointed_dripstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pointed_dripstone","type":"event"}]},"item.place.minecraft.soul_lantern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.soul_lantern","type":"event"}]},"item.pickup.minecraft.carrot":{"sounds":[{"name":"minecraft:item.crop.plant","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.music_disc_wait":{"sounds":[{"name":"extrasounds:item.category.music_disc","type":"event"}]},"item.place.minecraft.mossy_stone_brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mossy_stone_brick_stairs","type":"event"}]},"item.select.minecraft.wooden_hoe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wooden_hoe","type":"event"}]},"item.pickup.minecraft.white_stained_glass_pane":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.acacia_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_door","type":"event"}]},"item.select.minecraft.redstone_lamp":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.redstone_lamp","type":"event"}]},"item.select.minecraft.diamond_shovel":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_shovel","type":"event"}]},"item.select.minecraft.birch_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_planks","type":"event"}]},"item.select.minecraft.feather":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.feather","type":"event"}]},"item.place.minecraft.brown_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_concrete_powder","type":"event"}]},"item.pickup.minecraft.grass":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.birch_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_door","type":"event"}]},"item.place.minecraft.blue_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_candle","type":"event"}]},"item.pickup.minecraft.purpur_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.lime_concrete":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.dead_fire_coral":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.azure_bluet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.azure_bluet","type":"event"}]},"item.select.minecraft.magma_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magma_block","type":"event"}]},"item.place.minecraft.observer":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.observer","type":"event"}]},"item.place.minecraft.white_tulip":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_tulip","type":"event"}]},"item.place.minecraft.cobbled_deepslate_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cobbled_deepslate_stairs","type":"event"}]},"item.place.minecraft.iron_leggings":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_leggings","type":"event"}]},"item.pickup.minecraft.clay":{"sounds":[{"name":"minecraft:block.gravel.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.diamond_horse_armor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_horse_armor","type":"event"}]},"item.select.minecraft.deepslate_tile_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_tile_wall","type":"event"}]},"item.select.minecraft.nether_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_bricks","type":"event"}]},"item.select.minecraft.dandelion":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dandelion","type":"event"}]},"item.place.minecraft.warped_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_planks","type":"event"}]},"item.select.minecraft.bowl":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bowl","type":"event"}]},"item.pickup.minecraft.stick":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.chainmail_leggings":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chainmail_leggings","type":"event"}]},"item.place.minecraft.music_disc_far":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_far","type":"event"}]},"item.pickup.minecraft.mangrove_trapdoor":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.ancient_debris":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ancient_debris","type":"event"}]},"item.place.minecraft.infested_mossy_stone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.infested_mossy_stone_bricks","type":"event"}]},"item.place.minecraft.pig_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pig_spawn_egg","type":"event"}]},"item.place.minecraft.quartz_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.quartz_bricks","type":"event"}]},"item.place.minecraft.disc_fragment_5":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.disc_fragment_5","type":"event"}]},"item.pickup.minecraft.crimson_door":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.crimson_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_slab","type":"event"}]},"item.place.minecraft.netherite_scrap":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_scrap","type":"event"}]},"item.place.minecraft.muddy_mangrove_roots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.muddy_mangrove_roots","type":"event"}]},"item.pickup.minecraft.damaged_anvil":{"sounds":[{"name":"minecraft:block.anvil.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.cyan_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_concrete_powder","type":"event"}]},"item.pickup.minecraft.purpur_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.spruce_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_sign","type":"event"}]},"item.pickup.minecraft.deepslate_brick_slab":{"sounds":[{"name":"minecraft:block.deepslate_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.chiseled_red_sandstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chiseled_red_sandstone","type":"event"}]},"item.place.minecraft.dark_oak_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_trapdoor","type":"event"}]},"item.place.minecraft.acacia_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_log","type":"event"}]},"item.pickup.minecraft.black_concrete_powder":{"sounds":[{"name":"minecraft:block.sand.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.goat_horn":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.goat_horn","type":"event"}]},"item.select.minecraft.iron_helmet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_helmet","type":"event"}]},"item.pickup.minecraft.mossy_stone_brick_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.red_tulip":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_tulip","type":"event"}]},"item.select.minecraft.smooth_quartz_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_quartz_stairs","type":"event"}]},"item.select.minecraft.music_disc_otherside":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_otherside","type":"event"}]},"item.select.minecraft.polished_diorite_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_diorite_stairs","type":"event"}]},"item.select.minecraft.repeating_command_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.repeating_command_block","type":"event"}]},"item.select.minecraft.enchanted_book":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.enchanted_book","type":"event"}]},"item.select.minecraft.cut_sandstone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cut_sandstone_slab","type":"event"}]},"item.pickup.minecraft.polished_andesite_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.jungle_sapling":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_sapling","type":"event"}]},"item.pickup.minecraft.creeper_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.red_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_stained_glass","type":"event"}]},"item.pickup.minecraft.jungle_stairs":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.stone_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_pressure_plate","type":"event"}]},"item.select.minecraft.polished_blackstone_brick_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone_brick_wall","type":"event"}]},"item.pickup.minecraft.dirt_path":{"sounds":[{"name":"minecraft:block.grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.polished_andesite_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_andesite_stairs","type":"event"}]},"item.select.minecraft.wandering_trader_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wandering_trader_spawn_egg","type":"event"}]},"item.pickup.minecraft.iron_helmet":{"sounds":[{"name":"extrasounds:item.category.gear.iron","type":"event"}]},"item.place.minecraft.jukebox":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jukebox","type":"event"}]},"item.select.minecraft.brown_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_banner","type":"event"}]},"item.select.minecraft.creeper_head":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.creeper_head","type":"event"}]},"item.select.minecraft.copper_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.copper_block","type":"event"}]},"item.pickup.minecraft.crimson_stairs":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.tinted_glass":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.jigsaw":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jigsaw","type":"event"}]},"item.select.minecraft.gray_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_terracotta","type":"event"}]},"item.place.minecraft.water_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.water_bucket","type":"event"}]},"item.place.minecraft.white_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_stained_glass","type":"event"}]},"item.place.minecraft.light_gray_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_banner","type":"event"}]},"item.pickup.minecraft.pink_bed":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.black_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_concrete_powder","type":"event"}]},"item.pickup.minecraft.furnace_minecart":{"sounds":[{"name":"extrasounds:item.category.minecart","type":"event"}]},"item.select.minecraft.turtle_helmet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.turtle_helmet","type":"event"}]},"item.select.minecraft.nether_quartz_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_quartz_ore","type":"event"}]},"item.pickup.minecraft.gray_concrete_powder":{"sounds":[{"name":"minecraft:block.sand.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.peony":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.mangrove_leaves":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_leaves","type":"event"}]},"item.place.minecraft.pink_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_concrete","type":"event"}]},"item.select.minecraft.bamboo_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_door","type":"event"}]},"item.place.minecraft.brown_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_stained_glass_pane","type":"event"}]},"item.select.minecraft.blue_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_carpet","type":"event"}]},"item.place.minecraft.polished_diorite_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_diorite_stairs","type":"event"}]},"item.pickup.minecraft.jungle_chest_boat":{"sounds":[{"name":"extrasounds:item.category.boat","type":"event"}]},"item.place.minecraft.brown_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_glazed_terracotta","type":"event"}]},"item.select.minecraft.arrow":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.arrow","type":"event"}]},"item.select.minecraft.diamond_leggings":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_leggings","type":"event"}]},"item.pickup.minecraft.sculk_catalyst":{"sounds":[{"name":"minecraft:block.sculk_catalyst.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.yellow_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_candle","type":"event"}]},"item.select.minecraft.sea_pickle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sea_pickle","type":"event"}]},"item.select.minecraft.dark_prismarine_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_prismarine_stairs","type":"event"}]},"item.pickup.minecraft.bamboo":{"sounds":[{"name":"minecraft:block.bamboo.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.dark_oak_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_boat","type":"event"}]},"item.place.minecraft.cyan_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_bed","type":"event"}]},"item.place.minecraft.bowl":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bowl","type":"event"}]},"item.pickup.minecraft.smooth_sandstone_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.gray_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_carpet","type":"event"}]},"item.pickup.minecraft.gold_nugget":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.brown_concrete_powder":{"sounds":[{"name":"minecraft:block.sand.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.gold_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gold_ore","type":"event"}]},"item.place.minecraft.glow_berries":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glow_berries","type":"event"}]},"item.select.minecraft.stripped_spruce_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_spruce_wood","type":"event"}]},"item.pickup.minecraft.muddy_mangrove_roots":{"sounds":[{"name":"minecraft:block.muddy_mangrove_roots.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.iron_horse_armor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_horse_armor","type":"event"}]},"item.pickup.minecraft.vine":{"sounds":[{"name":"minecraft:block.vine.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.diamond":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.mossy_cobblestone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mossy_cobblestone","type":"event"}]},"item.place.minecraft.red_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_bed","type":"event"}]},"item.place.minecraft.bamboo_raft":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_raft","type":"event"}]},"item.select.minecraft.bamboo_chest_raft":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_chest_raft","type":"event"}]},"item.pickup.minecraft.yellow_shulker_box":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.golden_pickaxe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_pickaxe","type":"event"}]},"item.place.minecraft.melon":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.melon","type":"event"}]},"item.place.minecraft.vine":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.vine","type":"event"}]},"item.pickup.minecraft.spruce_pressure_plate":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.lapis_ore":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.dark_prismarine_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.deepslate_tiles":{"sounds":[{"name":"minecraft:block.deepslate_tiles.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.purple_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_bed","type":"event"}]},"item.place.minecraft.light_blue_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_concrete","type":"event"}]},"item.pickup.minecraft.warped_roots":{"sounds":[{"name":"minecraft:block.roots.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.warped_nylium":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_nylium","type":"event"}]},"item.select.minecraft.furnace":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.furnace","type":"event"}]},"item.select.minecraft.black_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_glazed_terracotta","type":"event"}]},"item.place.minecraft.brick_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brick_wall","type":"event"}]},"item.pickup.minecraft.netherite_leggings":{"sounds":[{"name":"extrasounds:item.category.gear.netherite","type":"event"}]},"item.place.minecraft.enchanted_golden_apple":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.enchanted_golden_apple","type":"event"}]},"item.select.minecraft.tube_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tube_coral_block","type":"event"}]},"item.select.minecraft.brown_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_dye","type":"event"}]},"item.pickup.minecraft.dead_brain_coral_fan":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.compass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.compass","type":"event"}]},"item.pickup.minecraft.cocoa_beans":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.glowstone":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.rabbit_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.mangrove_sign":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.basalt":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.basalt","type":"event"}]},"item.pickup.minecraft.smoker":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.blue_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_terracotta","type":"event"}]},"item.place.minecraft.black_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_dye","type":"event"}]},"item.pickup.minecraft.pufferfish":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.prismarine_brick_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.melon_seeds":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.melon_seeds","type":"event"}]},"item.select.minecraft.light":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light","type":"event"}]},"item.select.minecraft.turtle_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.turtle_egg","type":"event"}]},"item.place.minecraft.iron_axe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_axe","type":"event"}]},"item.pickup.minecraft.flowering_azalea":{"sounds":[{"name":"minecraft:block.flowering_azalea.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.stone_shovel":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_shovel","type":"event"}]},"item.pickup.minecraft.bowl":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.zombie_head":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.zombie_head","type":"event"}]},"item.place.minecraft.knowledge_book":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.knowledge_book","type":"event"}]},"item.pickup.minecraft.music_disc_chirp":{"sounds":[{"name":"extrasounds:item.category.music_disc","type":"event"}]},"item.place.minecraft.diamond_chestplate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_chestplate","type":"event"}]},"item.place.minecraft.ink_sac":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ink_sac","type":"event"}]},"item.place.minecraft.squid_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.squid_spawn_egg","type":"event"}]},"item.select.minecraft.blue_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_stained_glass","type":"event"}]},"item.place.minecraft.emerald_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.emerald_ore","type":"event"}]},"item.select.minecraft.cyan_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_glazed_terracotta","type":"event"}]},"item.pickup.minecraft.blue_dye":{"sounds":[{"name":"extrasounds:item.category.dust","type":"event"}]},"item.select.minecraft.obsidian":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.obsidian","type":"event"}]},"item.pickup.minecraft.goat_horn":{"sounds":[{"name":"extrasounds:item.category.loose_metal","volume":0.6,"pitch":0.9,"type":"event"}]},"item.place.minecraft.rooted_dirt":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.rooted_dirt","type":"event"}]},"item.place.minecraft.purple_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_carpet","type":"event"}]},"item.pickup.minecraft.melon_slice":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.music_disc_blocks":{"sounds":[{"name":"extrasounds:item.category.music_disc","type":"event"}]},"item.place.minecraft.elder_guardian_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.elder_guardian_spawn_egg","type":"event"}]},"item.select.minecraft.piglin_head":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.piglin_head","type":"event"}]},"item.pickup.minecraft.spruce_log":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.end_portal_frame":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.end_portal_frame","type":"event"}]},"item.place.minecraft.mangrove_roots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_roots","type":"event"}]},"item.select.minecraft.white_tulip":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_tulip","type":"event"}]},"item.place.minecraft.frogspawn":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.frogspawn","type":"event"}]},"item.select.minecraft.sculk":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sculk","type":"event"}]},"item.pickup.minecraft.wooden_axe":{"sounds":[{"name":"extrasounds:item.category.gear.wood","type":"event"}]},"item.pickup.minecraft.oak_chest_boat":{"sounds":[{"name":"extrasounds:item.category.boat","type":"event"}]},"item.place.minecraft.dead_tube_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_tube_coral","type":"event"}]},"item.select.minecraft.pillager_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pillager_spawn_egg","type":"event"}]},"item.select.minecraft.jungle_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_slab","type":"event"}]},"item.select.minecraft.purple_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_bed","type":"event"}]},"item.place.minecraft.jungle_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_fence","type":"event"}]},"item.select.minecraft.stripped_warped_hyphae":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_warped_hyphae","type":"event"}]},"item.place.minecraft.lapis_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lapis_block","type":"event"}]},"item.select.minecraft.raw_gold":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.raw_gold","type":"event"}]},"item.pickup.minecraft.mushroom_stew":{"sounds":[{"name":"extrasounds:item.category.bowl","type":"event"}]},"item.place.minecraft.flint":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.flint","type":"event"}]},"item.pickup.minecraft.firework_star":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.green_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_glazed_terracotta","type":"event"}]},"item.select.minecraft.light_gray_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_terracotta","type":"event"}]},"item.select.minecraft.jungle_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_button","type":"event"}]},"item.select.minecraft.bamboo_mosaic_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_mosaic_stairs","type":"event"}]},"item.select.minecraft.orange_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_shulker_box","type":"event"}]},"item.pickup.minecraft.axolotl_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.cyan_bed":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.white_shulker_box":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.stone_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_stairs","type":"event"}]},"item.place.minecraft.cookie":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cookie","type":"event"}]},"item.place.minecraft.birch_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_door","type":"event"}]},"item.pickup.minecraft.grass_block":{"sounds":[{"name":"minecraft:block.grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.lime_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_bed","type":"event"}]},"item.select.minecraft.torch":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.torch","type":"event"}]},"item.select.minecraft.milk_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.milk_bucket","type":"event"}]},"item.place.minecraft.heavy_weighted_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.heavy_weighted_pressure_plate","type":"event"}]},"item.pickup.minecraft.map":{"sounds":[{"name":"extrasounds:item.category.paper","type":"event"}]},"item.place.minecraft.lime_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_candle","type":"event"}]},"item.select.minecraft.stone_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_button","type":"event"}]},"item.place.minecraft.blackstone_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blackstone_stairs","type":"event"}]},"item.pickup.minecraft.oak_leaves":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.pickup.minecraft.waxed_cut_copper_slab":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.poisonous_potato":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.poisonous_potato","type":"event"}]},"item.pickup.minecraft.apple":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.mangrove_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_wood","type":"event"}]},"item.pickup.minecraft.waxed_oxidized_cut_copper":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.jigsaw":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jigsaw","type":"event"}]},"item.pickup.minecraft.weathered_cut_copper_stairs":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.elder_guardian_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.deepslate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate","type":"event"}]},"item.select.minecraft.magenta_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_concrete_powder","type":"event"}]},"item.pickup.minecraft.mushroom_stem":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.book":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.book","type":"event"}]},"item.pickup.minecraft.pink_carpet":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.hanging_roots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.hanging_roots","type":"event"}]},"item.place.minecraft.light_gray_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_terracotta","type":"event"}]},"item.place.minecraft.turtle_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.turtle_egg","type":"event"}]},"item.place.minecraft.deepslate_lapis_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_lapis_ore","type":"event"}]},"item.select.minecraft.lime_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_dye","type":"event"}]},"item.select.minecraft.netherite_boots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_boots","type":"event"}]},"item.select.minecraft.creeper_banner_pattern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.creeper_banner_pattern","type":"event"}]},"item.pickup.minecraft.golden_boots":{"sounds":[{"name":"extrasounds:item.category.gear.golden","type":"event"}]},"item.place.minecraft.bone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bone","type":"event"}]},"item.select.minecraft.glass_bottle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glass_bottle","type":"event"}]},"item.select.minecraft.waxed_oxidized_cut_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_oxidized_cut_copper","type":"event"}]},"item.select.minecraft.honey_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.honey_block","type":"event"}]},"item.select.minecraft.blue_ice":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_ice","type":"event"}]},"item.place.minecraft.map":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.map","type":"event"}]},"item.pickup.minecraft.smooth_quartz_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.spruce_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_door","type":"event"}]},"item.pickup.minecraft.jungle_wood":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.bamboo_slab":{"sounds":[{"name":"minecraft:block.bamboo_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.red_carpet":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.copper_ore":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.pink_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_bed","type":"event"}]},"item.select.minecraft.stray_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stray_spawn_egg","type":"event"}]},"item.pickup.minecraft.skeleton_skull":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.dark_oak_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_door","type":"event"}]},"item.place.minecraft.packed_ice":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.packed_ice","type":"event"}]},"item.select.minecraft.filled_map":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.filled_map","type":"event"}]},"item.pickup.minecraft.mangrove_fence_gate":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.light_gray_candle":{"sounds":[{"name":"minecraft:block.candle.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.moss_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.moss_carpet","type":"event"}]},"item.pickup.minecraft.bricks":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.oak_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_fence","type":"event"}]},"item.place.minecraft.raw_gold_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.raw_gold_block","type":"event"}]},"item.select.minecraft.brown_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_concrete","type":"event"}]},"item.place.minecraft.bundle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bundle","type":"event"}]},"item.pickup.minecraft.acacia_trapdoor":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.fire_coral":{"sounds":[{"name":"minecraft:block.wet_grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.cactus":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cactus","type":"event"}]},"item.place.minecraft.skeleton_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.skeleton_spawn_egg","type":"event"}]},"item.pickup.minecraft.acacia_slab":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.polished_deepslate_slab":{"sounds":[{"name":"minecraft:block.polished_deepslate.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.glow_item_frame":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glow_item_frame","type":"event"}]},"item.place.minecraft.light_blue_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_wool","type":"event"}]},"item.pickup.minecraft.gray_concrete":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.brown_dye":{"sounds":[{"name":"extrasounds:item.category.dust","type":"event"}]},"item.pickup.minecraft.purple_shulker_box":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.lodestone":{"sounds":[{"name":"minecraft:block.lodestone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.fishing_rod":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.fishing_rod","type":"event"}]},"item.select.minecraft.red_sandstone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_sandstone_slab","type":"event"}]},"item.place.minecraft.red_nether_brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_nether_brick_slab","type":"event"}]},"item.pickup.minecraft.oak_log":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.sandstone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.polar_bear_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.repeating_command_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.repeating_command_block","type":"event"}]},"item.pickup.minecraft.panda_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.pumpkin_seeds":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pumpkin_seeds","type":"event"}]},"item.select.minecraft.ink_sac":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ink_sac","type":"event"}]},"item.select.minecraft.red_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_bed","type":"event"}]},"item.select.minecraft.red_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_terracotta","type":"event"}]},"item.place.minecraft.wheat_seeds":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wheat_seeds","type":"event"}]},"item.select.minecraft.experience_bottle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.experience_bottle","type":"event"}]},"item.pickup.minecraft.blue_shulker_box":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.red_nether_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_nether_bricks","type":"event"}]},"item.place.minecraft.ochre_froglight":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ochre_froglight","type":"event"}]},"item.pickup.minecraft.dark_oak_button":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.dried_kelp":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.large_amethyst_bud":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.large_amethyst_bud","type":"event"}]},"item.select.minecraft.nether_brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_brick_slab","type":"event"}]},"item.pickup.minecraft.golden_apple":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.magenta_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_glazed_terracotta","type":"event"}]},"item.place.minecraft.bubble_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bubble_coral_fan","type":"event"}]},"item.pickup.minecraft.dark_oak_stairs":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.ghast_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ghast_spawn_egg","type":"event"}]},"item.select.minecraft.stripped_dark_oak_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_dark_oak_wood","type":"event"}]},"item.pickup.minecraft.mossy_cobblestone_wall":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.polished_diorite":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.green_stained_glass_pane":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.porkchop":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.porkchop","type":"event"}]},"item.pickup.minecraft.purple_candle":{"sounds":[{"name":"minecraft:block.candle.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.oxidized_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oxidized_copper","type":"event"}]},"item.place.minecraft.powder_snow_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.powder_snow_bucket","type":"event"}]},"item.pickup.minecraft.wolf_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.orange_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_concrete_powder","type":"event"}]},"item.place.minecraft.oxidized_cut_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oxidized_cut_copper","type":"event"}]},"item.pickup.minecraft.gilded_blackstone":{"sounds":[{"name":"minecraft:block.gilded_blackstone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.red_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_shulker_box","type":"event"}]},"item.select.minecraft.sunflower":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sunflower","type":"event"}]},"item.select.minecraft.acacia_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_fence","type":"event"}]},"item.select.minecraft.netherite_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_block","type":"event"}]},"item.place.minecraft.cauldron":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cauldron","type":"event"}]},"item.place.minecraft.gray_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_stained_glass","type":"event"}]},"item.select.minecraft.crossbow":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crossbow","type":"event"}]},"item.pickup.minecraft.chorus_fruit":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.quartz_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.quartz_stairs","type":"event"}]},"item.pickup.minecraft.purple_carpet":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.dark_oak_boat":{"sounds":[{"name":"extrasounds:item.category.boat","type":"event"}]},"item.place.minecraft.white_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_dye","type":"event"}]},"item.place.minecraft.cave_spider_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cave_spider_spawn_egg","type":"event"}]},"item.select.minecraft.stripped_acacia_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_acacia_wood","type":"event"}]},"item.place.minecraft.dead_bubble_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_bubble_coral","type":"event"}]},"item.pickup.minecraft.heavy_weighted_pressure_plate":{"sounds":[{"name":"minecraft:block.metal.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.prismarine_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.powered_rail":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.powered_rail","type":"event"}]},"item.pickup.minecraft.lime_bed":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.waxed_oxidized_cut_copper_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_oxidized_cut_copper_stairs","type":"event"}]},"item.place.minecraft.black_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_concrete_powder","type":"event"}]},"item.select.minecraft.mossy_stone_brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mossy_stone_brick_slab","type":"event"}]},"item.pickup.minecraft.melon_seeds":{"sounds":[{"name":"minecraft:item.crop.plant","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.purple_dye":{"sounds":[{"name":"extrasounds:item.category.dust","type":"event"}]},"item.place.minecraft.wither_rose":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wither_rose","type":"event"}]},"item.place.minecraft.allium":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.allium","type":"event"}]},"item.select.minecraft.grindstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.grindstone","type":"event"}]},"item.pickup.minecraft.fire_coral_fan":{"sounds":[{"name":"minecraft:block.wet_grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.nautilus_shell":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nautilus_shell","type":"event"}]},"item.place.minecraft.brown_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_wool","type":"event"}]},"item.place.minecraft.bamboo_mosaic_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_mosaic_stairs","type":"event"}]},"item.place.minecraft.pufferfish_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pufferfish_bucket","type":"event"}]},"item.select.minecraft.brown_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_wool","type":"event"}]},"item.select.minecraft.amethyst_cluster":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.amethyst_cluster","type":"event"}]},"item.select.minecraft.writable_book":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.writable_book","type":"event"}]},"item.place.minecraft.warped_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_sign","type":"event"}]},"item.place.minecraft.spawner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spawner","type":"event"}]},"item.place.minecraft.oak_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_pressure_plate","type":"event"}]},"item.select.minecraft.acacia_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_slab","type":"event"}]},"item.select.minecraft.blue_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_terracotta","type":"event"}]},"item.pickup.minecraft.white_candle":{"sounds":[{"name":"minecraft:block.candle.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.structure_void":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.structure_void","type":"event"}]},"item.place.minecraft.ocelot_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ocelot_spawn_egg","type":"event"}]},"item.pickup.minecraft.smooth_red_sandstone_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.blue_orchid":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_orchid","type":"event"}]},"item.select.minecraft.bamboo_mosaic":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_mosaic","type":"event"}]},"item.pickup.minecraft.jungle_slab":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.yellow_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_dye","type":"event"}]},"item.select.minecraft.ender_dragon_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ender_dragon_spawn_egg","type":"event"}]},"item.place.minecraft.lime_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_terracotta","type":"event"}]},"item.place.minecraft.stripped_spruce_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_spruce_wood","type":"event"}]},"item.select.minecraft.netherrack":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherrack","type":"event"}]},"item.select.minecraft.crimson_nylium":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_nylium","type":"event"}]},"item.pickup.minecraft.sculk_shrieker":{"sounds":[{"name":"minecraft:block.sculk_shrieker.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.stripped_bamboo_block":{"sounds":[{"name":"minecraft:block.bamboo_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.tripwire_hook":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tripwire_hook","type":"event"}]},"item.pickup.minecraft.birch_planks":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.ladder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ladder","type":"event"}]},"item.select.minecraft.pointed_dripstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pointed_dripstone","type":"event"}]},"item.place.minecraft.minecart":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.minecart","type":"event"}]},"item.select.minecraft.oak_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_sign","type":"event"}]},"item.place.minecraft.waxed_weathered_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_weathered_copper","type":"event"}]},"item.select.minecraft.waxed_cut_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_cut_copper","type":"event"}]},"item.place.minecraft.stonecutter":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stonecutter","type":"event"}]},"item.select.minecraft.tropical_fish_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tropical_fish_spawn_egg","type":"event"}]},"item.pickup.minecraft.orange_bed":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.bubble_coral_block":{"sounds":[{"name":"minecraft:block.coral_block.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.cut_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cut_copper","type":"event"}]},"item.pickup.minecraft.light_gray_wool":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.raw_copper":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.blue_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_glazed_terracotta","type":"event"}]},"item.place.minecraft.wooden_sword":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wooden_sword","type":"event"}]},"item.pickup.minecraft.piglin_head":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.flower_banner_pattern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.flower_banner_pattern","type":"event"}]},"item.place.minecraft.waxed_weathered_cut_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_weathered_cut_copper","type":"event"}]},"item.pickup.minecraft.mud_brick_slab":{"sounds":[{"name":"minecraft:block.mud_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.glow_item_frame":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glow_item_frame","type":"event"}]},"item.select.minecraft.nether_wart":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_wart","type":"event"}]},"item.pickup.minecraft.birch_button":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.golden_horse_armor":{"sounds":[{"name":"extrasounds:item.category.gear.golden","type":"event"}]},"item.pickup.minecraft.netherite_hoe":{"sounds":[{"name":"extrasounds:item.category.gear.netherite","type":"event"}]},"item.select.minecraft.soul_sand":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.soul_sand","type":"event"}]},"item.pickup.minecraft.cracked_polished_blackstone_bricks":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.nether_wart":{"sounds":[{"name":"minecraft:item.nether_wart.plant","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.cake":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cake","type":"event"}]},"item.pickup.minecraft.magenta_glazed_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.red_nether_brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_nether_brick_slab","type":"event"}]},"item.place.minecraft.bamboo_mosaic_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_mosaic_slab","type":"event"}]},"item.pickup.minecraft.bedrock":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.birch_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_fence_gate","type":"event"}]},"item.pickup.minecraft.pink_concrete":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.gray_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_candle","type":"event"}]},"item.place.minecraft.mangrove_leaves":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_leaves","type":"event"}]},"item.select.minecraft.warped_roots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_roots","type":"event"}]},"item.place.minecraft.yellow_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_dye","type":"event"}]},"item.select.minecraft.black_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_bed","type":"event"}]},"item.place.minecraft.mangrove_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_boat","type":"event"}]},"item.place.minecraft.pink_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_stained_glass_pane","type":"event"}]},"item.pickup.minecraft.music_disc_5":{"sounds":[{"name":"extrasounds:item.category.music_disc","type":"event"}]},"item.place.minecraft.mushroom_stem":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mushroom_stem","type":"event"}]},"item.pickup.minecraft.honey_bottle":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.andesite_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.andesite_stairs","type":"event"}]},"item.place.minecraft.mushroom_stew":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mushroom_stew","type":"event"}]},"item.select.minecraft.light_gray_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_shulker_box","type":"event"}]},"item.place.minecraft.waxed_copper_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_copper_block","type":"event"}]},"item.select.minecraft.jungle_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_log","type":"event"}]},"item.place.minecraft.filled_map":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.filled_map","type":"event"}]},"item.place.minecraft.evoker_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.evoker_spawn_egg","type":"event"}]},"item.select.minecraft.name_tag":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.name_tag","type":"event"}]},"item.select.minecraft.black_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_candle","type":"event"}]},"item.pickup.minecraft.cooked_cod":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.phantom_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.phantom_spawn_egg","type":"event"}]},"item.pickup.minecraft.cobblestone_wall":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.lime_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_concrete_powder","type":"event"}]},"item.select.minecraft.brain_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brain_coral_block","type":"event"}]},"item.pickup.minecraft.waxed_exposed_cut_copper":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.sculk_sensor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sculk_sensor","type":"event"}]},"item.place.minecraft.compass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.compass","type":"event"}]},"item.place.minecraft.netherite_hoe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_hoe","type":"event"}]},"item.place.minecraft.dark_oak_sapling":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_sapling","type":"event"}]},"item.pickup.minecraft.music_disc_pigstep":{"sounds":[{"name":"extrasounds:item.category.music_disc","type":"event"}]},"item.place.minecraft.mud":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mud","type":"event"}]},"item.select.minecraft.cooked_beef":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cooked_beef","type":"event"}]},"item.select.minecraft.acacia_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_button","type":"event"}]},"item.select.minecraft.polished_blackstone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone_bricks","type":"event"}]},"item.select.minecraft.birch_sapling":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_sapling","type":"event"}]},"item.place.minecraft.netherite_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_block","type":"event"}]},"item.select.minecraft.packed_ice":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.packed_ice","type":"event"}]},"item.pickup.minecraft.fire_coral_block":{"sounds":[{"name":"minecraft:block.coral_block.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.stone_bricks":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.waxed_exposed_cut_copper_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_exposed_cut_copper_stairs","type":"event"}]},"item.select.minecraft.wooden_pickaxe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wooden_pickaxe","type":"event"}]},"item.place.minecraft.prismarine_brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.prismarine_brick_slab","type":"event"}]},"item.place.minecraft.cyan_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_stained_glass","type":"event"}]},"item.pickup.minecraft.sculk_vein":{"sounds":[{"name":"minecraft:block.sculk_vein.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.smooth_quartz":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_quartz","type":"event"}]},"item.pickup.minecraft.leather_helmet":{"sounds":[{"name":"extrasounds:item.category.gear.leather","type":"event"}]},"item.pickup.minecraft.raw_iron":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.lectern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lectern","type":"event"}]},"item.select.minecraft.trident":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.trident","type":"event"}]},"item.place.minecraft.shroomlight":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.shroomlight","type":"event"}]},"item.pickup.minecraft.gold_ingot":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.dark_prismarine_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_prismarine_slab","type":"event"}]},"item.place.minecraft.husk_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.husk_spawn_egg","type":"event"}]},"item.select.minecraft.scaffolding":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.scaffolding","type":"event"}]},"item.place.minecraft.magenta_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_bed","type":"event"}]},"item.select.minecraft.rabbit_foot":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.rabbit_foot","type":"event"}]},"item.place.minecraft.magenta_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_shulker_box","type":"event"}]},"item.pickup.minecraft.blue_orchid":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.deepslate_redstone_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_redstone_ore","type":"event"}]},"item.select.minecraft.chain":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chain","type":"event"}]},"item.place.minecraft.piglin_brute_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.piglin_brute_spawn_egg","type":"event"}]},"item.pickup.minecraft.cut_sandstone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.brown_mushroom":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.cod_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cod_spawn_egg","type":"event"}]},"item.pickup.minecraft.waxed_exposed_copper":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.pink_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.crimson_button":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.cyan_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_shulker_box","type":"event"}]},"item.place.minecraft.waxed_exposed_cut_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_exposed_cut_copper","type":"event"}]},"item.place.minecraft.stripped_crimson_hyphae":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_crimson_hyphae","type":"event"}]},"item.pickup.minecraft.minecart":{"sounds":[{"name":"extrasounds:item.category.minecart","type":"event"}]},"item.pickup.minecraft.spider_eye":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.cooked_chicken":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.granite_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.granite_wall","type":"event"}]},"item.select.minecraft.totem_of_undying":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.totem_of_undying","type":"event"}]},"item.pickup.minecraft.tuff":{"sounds":[{"name":"minecraft:block.tuff.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.diorite_wall":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.birch_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_slab","type":"event"}]},"item.select.minecraft.red_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_stained_glass_pane","type":"event"}]},"item.select.minecraft.red_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_stained_glass","type":"event"}]},"item.place.minecraft.blue_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_dye","type":"event"}]},"item.select.minecraft.mossy_cobblestone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mossy_cobblestone_slab","type":"event"}]},"item.select.minecraft.dead_tube_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_tube_coral","type":"event"}]},"item.pickup.minecraft.light_blue_shulker_box":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.andesite_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.andesite_slab","type":"event"}]},"item.place.minecraft.endermite_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.endermite_spawn_egg","type":"event"}]},"item.place.minecraft.blaze_rod":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blaze_rod","type":"event"}]},"item.select.minecraft.infested_cracked_stone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.infested_cracked_stone_bricks","type":"event"}]},"item.place.minecraft.skull_banner_pattern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.skull_banner_pattern","type":"event"}]},"item.pickup.minecraft.rabbit_foot":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.black_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_stained_glass","type":"event"}]},"item.place.minecraft.dead_fire_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_fire_coral_block","type":"event"}]},"item.pickup.minecraft.stone_brick_wall":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.prismarine_wall":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.grindstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.grindstone","type":"event"}]},"item.select.minecraft.light_gray_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_bed","type":"event"}]},"item.place.minecraft.iron_ingot":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_ingot","type":"event"}]},"item.place.minecraft.red_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_shulker_box","type":"event"}]},"item.pickup.minecraft.guardian_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.scute":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.scute","type":"event"}]},"item.pickup.minecraft.cooked_beef":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.barrel":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.small_amethyst_bud":{"sounds":[{"name":"minecraft:block.small_amethyst_bud.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.polished_granite":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.birch_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_wood","type":"event"}]},"item.place.minecraft.enchanting_table":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.enchanting_table","type":"event"}]},"item.pickup.minecraft.cauldron":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.warped_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_pressure_plate","type":"event"}]},"item.pickup.minecraft.acacia_wood":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.debug_stick":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.debug_stick","type":"event"}]},"item.pickup.minecraft.warped_wart_block":{"sounds":[{"name":"minecraft:block.wart_block.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.chiseled_bookshelf":{"sounds":[{"name":"minecraft:block.chiseled_bookshelf.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.crimson_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_door","type":"event"}]},"item.select.minecraft.lime_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_terracotta","type":"event"}]},"item.pickup.minecraft.cobbled_deepslate_wall":{"sounds":[{"name":"minecraft:block.deepslate.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.infested_deepslate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.infested_deepslate","type":"event"}]},"item.select.minecraft.smooth_red_sandstone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_red_sandstone_slab","type":"event"}]},"item.place.minecraft.gray_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_wool","type":"event"}]},"item.place.minecraft.leather_leggings":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.leather_leggings","type":"event"}]},"item.place.minecraft.diamond_leggings":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_leggings","type":"event"}]},"item.select.minecraft.coal_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.coal_block","type":"event"}]},"item.place.minecraft.magenta_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_stained_glass","type":"event"}]},"item.place.minecraft.gunpowder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gunpowder","type":"event"}]},"item.pickup.minecraft.music_disc_strad":{"sounds":[{"name":"extrasounds:item.category.music_disc","type":"event"}]},"item.pickup.minecraft.azure_bluet":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.pickup.minecraft.lilac":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.pickup.minecraft.yellow_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.written_book":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.written_book","type":"event"}]},"item.place.minecraft.blaze_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blaze_powder","type":"event"}]},"item.pickup.minecraft.prismarine_shard":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.carrot_on_a_stick":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.carrot_on_a_stick","type":"event"}]},"item.pickup.minecraft.flower_banner_pattern":{"sounds":[{"name":"extrasounds:item.category.paper","type":"event"}]},"item.place.minecraft.stripped_birch_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_birch_wood","type":"event"}]},"item.place.minecraft.mud_brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mud_brick_stairs","type":"event"}]},"item.pickup.minecraft.iron_trapdoor":{"sounds":[{"name":"minecraft:block.metal.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.podzol":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.podzol","type":"event"}]},"item.select.minecraft.stripped_birch_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_birch_log","type":"event"}]},"item.pickup.minecraft.leather_horse_armor":{"sounds":[{"name":"extrasounds:item.category.gear.golden","type":"event"}]},"item.place.minecraft.end_stone_brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.end_stone_brick_slab","type":"event"}]},"item.pickup.minecraft.debug_stick":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.dead_bubble_coral_block":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.vex_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.vex_spawn_egg","type":"event"}]},"item.select.minecraft.bubble_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bubble_coral_fan","type":"event"}]},"item.place.minecraft.yellow_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_wool","type":"event"}]},"item.select.minecraft.cobblestone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cobblestone_slab","type":"event"}]},"item.pickup.minecraft.scaffolding":{"sounds":[{"name":"minecraft:block.scaffolding.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.red_concrete":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.netherite_helmet":{"sounds":[{"name":"extrasounds:item.category.gear.netherite","type":"event"}]},"item.pickup.minecraft.beetroot_soup":{"sounds":[{"name":"extrasounds:item.category.bowl","type":"event"}]},"item.select.minecraft.golden_leggings":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_leggings","type":"event"}]},"item.place.minecraft.jungle_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_button","type":"event"}]},"item.select.minecraft.end_portal_frame":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.end_portal_frame","type":"event"}]},"item.pickup.minecraft.dead_tube_coral":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.stone_hoe":{"sounds":[{"name":"extrasounds:item.category.gear.stone","type":"event"}]},"item.pickup.minecraft.snow_golem_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.yellow_concrete_powder":{"sounds":[{"name":"minecraft:block.sand.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.iron_ingot":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_ingot","type":"event"}]},"item.select.minecraft.stone_axe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_axe","type":"event"}]},"item.select.minecraft.iron_sword":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_sword","type":"event"}]},"item.pickup.minecraft.bubble_coral":{"sounds":[{"name":"minecraft:block.wet_grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.iron_sword":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_sword","type":"event"}]},"item.place.minecraft.oak_sapling":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_sapling","type":"event"}]},"item.place.minecraft.mangrove_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_stairs","type":"event"}]},"item.select.minecraft.leather_boots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.leather_boots","type":"event"}]},"item.pickup.minecraft.andesite":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.red_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_glazed_terracotta","type":"event"}]},"item.place.minecraft.cyan_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_banner","type":"event"}]},"item.pickup.minecraft.cobbled_deepslate_slab":{"sounds":[{"name":"minecraft:block.deepslate.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.red_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_wool","type":"event"}]},"item.place.minecraft.yellow_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_stained_glass_pane","type":"event"}]},"item.place.minecraft.diorite_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diorite_stairs","type":"event"}]},"item.place.minecraft.cut_sandstone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cut_sandstone_slab","type":"event"}]},"item.select.minecraft.azalea":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.azalea","type":"event"}]},"item.place.minecraft.polished_deepslate_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_deepslate_wall","type":"event"}]},"item.place.minecraft.crimson_roots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_roots","type":"event"}]},"item.place.minecraft.lingering_potion":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lingering_potion","type":"event"}]},"item.pickup.minecraft.honey_block":{"sounds":[{"name":"minecraft:block.honey_block.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.black_concrete":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.egg","type":"event"}]},"item.select.minecraft.hopper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.hopper","type":"event"}]},"item.select.minecraft.repeater":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.repeater","type":"event"}]},"item.pickup.minecraft.shears":{"sounds":[{"name":"extrasounds:item.category.gear.golden","type":"event"}]},"item.select.minecraft.orange_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_concrete","type":"event"}]},"item.place.minecraft.weathered_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.weathered_copper","type":"event"}]},"item.pickup.minecraft.stripped_birch_log":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.orange_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_wool","type":"event"}]},"item.place.minecraft.golden_chestplate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_chestplate","type":"event"}]},"item.pickup.minecraft.gray_candle":{"sounds":[{"name":"minecraft:block.candle.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.stick":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stick","type":"event"}]},"item.place.minecraft.netherite_chestplate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_chestplate","type":"event"}]},"item.select.minecraft.lodestone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lodestone","type":"event"}]},"item.pickup.minecraft.warped_fence":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.pink_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_concrete_powder","type":"event"}]},"item.select.minecraft.honey_bottle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.honey_bottle","type":"event"}]},"item.pickup.minecraft.granite_wall":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.golden_axe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_axe","type":"event"}]},"item.select.minecraft.yellow_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_wool","type":"event"}]},"item.place.minecraft.mossy_cobblestone_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mossy_cobblestone_wall","type":"event"}]},"item.pickup.minecraft.furnace":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.mangrove_fence":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.warped_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_fence_gate","type":"event"}]},"item.pickup.minecraft.magenta_banner":{"sounds":[{"name":"extrasounds:item.category.banner","type":"event"}]},"item.pickup.minecraft.iron_sword":{"sounds":[{"name":"extrasounds:item.category.gear.iron","type":"event"}]},"item.place.minecraft.bamboo_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_fence_gate","type":"event"}]},"item.select.minecraft.shears":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.shears","type":"event"}]},"item.select.minecraft.peony":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.peony","type":"event"}]},"item.place.minecraft.acacia_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_sign","type":"event"}]},"item.place.minecraft.ravager_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ravager_spawn_egg","type":"event"}]},"item.select.minecraft.music_disc_5":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_5","type":"event"}]},"item.select.minecraft.white_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_concrete_powder","type":"event"}]},"item.pickup.minecraft.blast_furnace":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.crimson_fungus":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_fungus","type":"event"}]},"item.select.minecraft.oak_sapling":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_sapling","type":"event"}]},"item.pickup.minecraft.black_stained_glass":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.iron_horse_armor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_horse_armor","type":"event"}]},"item.select.minecraft.oak_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_trapdoor","type":"event"}]},"item.pickup.minecraft.shield":{"sounds":[{"name":"extrasounds:item.category.gear.iron","type":"event"}]},"item.place.minecraft.bone_meal":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bone_meal","type":"event"}]},"item.pickup.minecraft.waxed_oxidized_copper":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.golden_shovel":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_shovel","type":"event"}]},"item.place.minecraft.cobweb":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cobweb","type":"event"}]},"item.place.minecraft.andesite_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.andesite_wall","type":"event"}]},"item.place.minecraft.birch_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_log","type":"event"}]},"item.place.minecraft.red_sandstone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_sandstone_slab","type":"event"}]},"item.pickup.minecraft.mossy_stone_brick_wall":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.polished_blackstone_brick_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.strider_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.strider_spawn_egg","type":"event"}]},"item.place.minecraft.damaged_anvil":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.damaged_anvil","type":"event"}]},"item.pickup.minecraft.donkey_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.white_banner":{"sounds":[{"name":"extrasounds:item.category.banner","type":"event"}]},"item.pickup.minecraft.blue_concrete":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.polished_diorite_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.shield":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.shield","type":"event"}]},"item.pickup.minecraft.stripped_crimson_stem":{"sounds":[{"name":"minecraft:block.stem.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.light_blue_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_wool","type":"event"}]},"item.select.minecraft.acacia_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_sign","type":"event"}]},"item.place.minecraft.waxed_exposed_cut_copper_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_exposed_cut_copper_slab","type":"event"}]},"item.pickup.minecraft.mooshroom_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.acacia_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_pressure_plate","type":"event"}]},"item.place.minecraft.warden_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warden_spawn_egg","type":"event"}]},"item.pickup.minecraft.pink_candle":{"sounds":[{"name":"minecraft:block.candle.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.mossy_stone_brick_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mossy_stone_brick_wall","type":"event"}]},"item.place.minecraft.cut_red_sandstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cut_red_sandstone","type":"event"}]},"item.place.minecraft.dark_oak_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_fence_gate","type":"event"}]},"item.place.minecraft.green_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_stained_glass_pane","type":"event"}]},"item.pickup.minecraft.tnt":{"sounds":[{"name":"minecraft:block.grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.blackstone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.bookshelf":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bookshelf","type":"event"}]},"item.select.minecraft.spectral_arrow":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spectral_arrow","type":"event"}]},"item.pickup.minecraft.black_shulker_box":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.chest_minecart":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chest_minecart","type":"event"}]},"item.pickup.minecraft.mangrove_boat":{"sounds":[{"name":"extrasounds:item.category.boat","type":"event"}]},"item.select.minecraft.cobbled_deepslate_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cobbled_deepslate_slab","type":"event"}]},"item.place.minecraft.purpur_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purpur_stairs","type":"event"}]},"item.select.minecraft.pink_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_shulker_box","type":"event"}]},"item.select.minecraft.birch_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_sign","type":"event"}]},"item.select.minecraft.brewing_stand":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brewing_stand","type":"event"}]},"item.place.minecraft.salmon_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.salmon_spawn_egg","type":"event"}]},"item.select.minecraft.cyan_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_banner","type":"event"}]},"item.pickup.minecraft.glass":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brick_stairs","type":"event"}]},"item.select.minecraft.brown_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_concrete_powder","type":"event"}]},"item.pickup.minecraft.blue_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.prismarine_crystals":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.prismarine_crystals","type":"event"}]},"item.pickup.minecraft.green_concrete":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.soul_sand":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.soul_sand","type":"event"}]},"item.place.minecraft.golden_pickaxe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_pickaxe","type":"event"}]},"item.place.minecraft.white_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_glazed_terracotta","type":"event"}]},"item.place.minecraft.lime_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_concrete","type":"event"}]},"item.place.minecraft.orange_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_wool","type":"event"}]},"item.select.minecraft.tube_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tube_coral_fan","type":"event"}]},"item.pickup.minecraft.quartz_bricks":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.map":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.map","type":"event"}]},"item.pickup.minecraft.light_gray_concrete":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.black_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_shulker_box","type":"event"}]},"item.pickup.minecraft.cod":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.dark_prismarine_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_prismarine_slab","type":"event"}]},"item.select.minecraft.wooden_sword":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wooden_sword","type":"event"}]},"item.select.minecraft.dead_horn_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_horn_coral_block","type":"event"}]},"item.pickup.minecraft.small_dripleaf":{"sounds":[{"name":"minecraft:block.small_dripleaf.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.light_gray_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_wool","type":"event"}]},"item.pickup.minecraft.azalea":{"sounds":[{"name":"minecraft:block.azalea.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.dark_oak_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_log","type":"event"}]},"item.pickup.minecraft.music_disc_far":{"sounds":[{"name":"extrasounds:item.category.music_disc","type":"event"}]},"item.select.minecraft.oak_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_stairs","type":"event"}]},"item.place.minecraft.leather_helmet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.leather_helmet","type":"event"}]},"item.pickup.minecraft.string":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.charcoal":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.deepslate_tile_wall":{"sounds":[{"name":"minecraft:block.deepslate_tiles.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.brown_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_terracotta","type":"event"}]},"item.place.minecraft.polished_blackstone_brick_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone_brick_wall","type":"event"}]},"item.pickup.minecraft.mule_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.redstone_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.redstone_ore","type":"event"}]},"item.pickup.minecraft.blackstone_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.iron_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_trapdoor","type":"event"}]},"item.select.minecraft.polished_blackstone_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone_button","type":"event"}]},"item.select.minecraft.beetroot_soup":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.beetroot_soup","type":"event"}]},"item.select.minecraft.jungle_chest_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_chest_boat","type":"event"}]},"item.pickup.minecraft.crimson_sign":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.loom":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.loom","type":"event"}]},"item.select.minecraft.yellow_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_concrete_powder","type":"event"}]},"item.place.minecraft.raw_copper_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.raw_copper_block","type":"event"}]},"item.place.minecraft.spruce_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_stairs","type":"event"}]},"item.select.minecraft.golden_horse_armor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_horse_armor","type":"event"}]},"item.pickup.minecraft.polished_andesite":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.diamond_block":{"sounds":[{"name":"minecraft:block.metal.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.cyan_shulker_box":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.stripped_dark_oak_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_dark_oak_log","type":"event"}]},"item.pickup.minecraft.hoglin_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.yellow_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_glazed_terracotta","type":"event"}]},"item.pickup.minecraft.piglin_brute_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.leather":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.leather","type":"event"}]},"item.pickup.minecraft.golden_helmet":{"sounds":[{"name":"extrasounds:item.category.gear.golden","type":"event"}]},"item.select.minecraft.gray_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_stained_glass_pane","type":"event"}]},"item.place.minecraft.light_blue_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_glazed_terracotta","type":"event"}]},"item.pickup.minecraft.coal_block":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.exposed_cut_copper_slab":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.birch_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_fence_gate","type":"event"}]},"item.place.minecraft.spruce_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_button","type":"event"}]},"item.pickup.minecraft.waxed_weathered_cut_copper_stairs":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.blue_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_stained_glass","type":"event"}]},"item.select.minecraft.clay":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.clay","type":"event"}]},"item.place.minecraft.deepslate_gold_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_gold_ore","type":"event"}]},"item.select.minecraft.soul_torch":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.soul_torch","type":"event"}]},"item.select.minecraft.pink_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_glazed_terracotta","type":"event"}]},"item.place.minecraft.blackstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blackstone","type":"event"}]},"item.pickup.minecraft.mutton":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.diorite_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diorite_slab","type":"event"}]},"item.place.minecraft.amethyst_shard":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.amethyst_shard","type":"event"}]},"item.select.minecraft.dead_bush":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_bush","type":"event"}]},"item.pickup.minecraft.fermented_spider_eye":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.stripped_acacia_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_acacia_log","type":"event"}]},"item.pickup.minecraft.oak_boat":{"sounds":[{"name":"extrasounds:item.category.boat","type":"event"}]},"item.pickup.minecraft.tipped_arrow":{"sounds":[{"name":"extrasounds:item.category.arrow","type":"event"}]},"item.place.minecraft.prismarine_brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.prismarine_brick_stairs","type":"event"}]},"item.select.minecraft.axolotl_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.axolotl_bucket","type":"event"}]},"item.place.minecraft.villager_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.villager_spawn_egg","type":"event"}]},"item.place.minecraft.enchanted_book":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.enchanted_book","type":"event"}]},"item.pickup.minecraft.spore_blossom":{"sounds":[{"name":"minecraft:block.spore_blossom.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.white_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_shulker_box","type":"event"}]},"item.pickup.minecraft.twisting_vines":{"sounds":[{"name":"minecraft:block.weeping_vines.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.infested_stone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.fire_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.fire_coral","type":"event"}]},"item.place.minecraft.fern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.fern","type":"event"}]},"item.pickup.minecraft.chest":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.mossy_cobblestone_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mossy_cobblestone_wall","type":"event"}]},"item.select.minecraft.mangrove_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_log","type":"event"}]},"item.pickup.minecraft.magenta_shulker_box":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.acacia_stairs":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.golden_sword":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_sword","type":"event"}]},"item.place.minecraft.llama_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.llama_spawn_egg","type":"event"}]},"item.place.minecraft.coal_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.coal_block","type":"event"}]},"item.select.minecraft.acacia_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_trapdoor","type":"event"}]},"item.pickup.minecraft.pink_glazed_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.bubble_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bubble_coral_block","type":"event"}]},"item.place.minecraft.birch_sapling":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_sapling","type":"event"}]},"item.pickup.minecraft.spruce_hanging_sign":{"sounds":[{"name":"minecraft:block.hanging_sign.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.brick":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.waxed_weathered_cut_copper":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.light_blue_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_stained_glass","type":"event"}]},"item.pickup.minecraft.nether_brick":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.mangrove_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_pressure_plate","type":"event"}]},"item.place.minecraft.jungle_chest_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_chest_boat","type":"event"}]},"item.select.minecraft.fire_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.fire_coral","type":"event"}]},"item.place.minecraft.bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bucket","type":"event"}]},"item.pickup.minecraft.rabbit_stew":{"sounds":[{"name":"extrasounds:item.category.bowl","type":"event"}]},"item.select.minecraft.white_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_candle","type":"event"}]},"item.select.minecraft.spore_blossom":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spore_blossom","type":"event"}]},"item.place.minecraft.cooked_rabbit":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cooked_rabbit","type":"event"}]},"item.pickup.minecraft.diamond_shovel":{"sounds":[{"name":"extrasounds:item.category.gear.diamond","type":"event"}]},"item.select.minecraft.blue_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_concrete","type":"event"}]},"item.place.minecraft.enderman_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.enderman_spawn_egg","type":"event"}]},"item.place.minecraft.magenta_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_terracotta","type":"event"}]},"item.select.minecraft.lime_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_carpet","type":"event"}]},"item.select.minecraft.white_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_shulker_box","type":"event"}]},"item.pickup.minecraft.moss_carpet":{"sounds":[{"name":"minecraft:block.moss_carpet.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.mangrove_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_boat","type":"event"}]},"item.select.minecraft.glistering_melon_slice":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glistering_melon_slice","type":"event"}]},"item.place.minecraft.pink_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_glazed_terracotta","type":"event"}]},"item.pickup.minecraft.leather":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.snow_block":{"sounds":[{"name":"minecraft:block.snow.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.light_blue_stained_glass":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.writable_book":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.writable_book","type":"event"}]},"item.pickup.minecraft.diamond_pickaxe":{"sounds":[{"name":"extrasounds:item.category.gear.diamond","type":"event"}]},"item.place.minecraft.cyan_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_dye","type":"event"}]},"item.pickup.minecraft.chiseled_stone_bricks":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bricks","type":"event"}]},"item.place.minecraft.dark_oak_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_door","type":"event"}]},"item.place.minecraft.rabbit":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.rabbit","type":"event"}]},"item.place.minecraft.crimson_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_planks","type":"event"}]},"item.place.minecraft.diamond_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_ore","type":"event"}]},"item.select.minecraft.spruce_chest_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_chest_boat","type":"event"}]},"item.place.minecraft.glass_bottle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glass_bottle","type":"event"}]},"item.pickup.minecraft.tropical_fish_bucket":{"sounds":[{"name":"minecraft:item.bucket.fill","volume":0.4,"pitch":1.7,"type":"event"}]},"item.select.minecraft.golden_chestplate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_chestplate","type":"event"}]},"item.pickup.minecraft.mangrove_planks":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.smooth_quartz":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_quartz","type":"event"}]},"item.pickup.minecraft.weathered_copper":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.dark_oak_fence":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.jungle_door":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.pink_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_wool","type":"event"}]},"item.pickup.minecraft.bamboo_raft":{"sounds":[{"name":"extrasounds:item.category.boat","type":"event"}]},"item.place.minecraft.green_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_dye","type":"event"}]},"item.select.minecraft.polished_blackstone_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone_stairs","type":"event"}]},"item.pickup.minecraft.warped_fence_gate":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.wheat_seeds":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wheat_seeds","type":"event"}]},"item.place.minecraft.redstone_torch":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.redstone_torch","type":"event"}]},"item.place.minecraft.blue_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_concrete_powder","type":"event"}]},"item.pickup.minecraft.polished_blackstone_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.structure_void":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.structure_void","type":"event"}]},"item.select.minecraft.cut_red_sandstone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cut_red_sandstone_slab","type":"event"}]},"item.select.minecraft.chorus_fruit":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chorus_fruit","type":"event"}]},"item.pickup.minecraft.ravager_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.horse_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.cyan_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_shulker_box","type":"event"}]},"item.place.minecraft.purpur_pillar":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purpur_pillar","type":"event"}]},"item.place.minecraft.command_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.command_block","type":"event"}]},"item.select.minecraft.warped_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_pressure_plate","type":"event"}]},"item.pickup.minecraft.green_bed":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.warped_slab":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.leather_boots":{"sounds":[{"name":"extrasounds:item.category.gear.leather","type":"event"}]},"item.select.minecraft.pufferfish_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pufferfish_bucket","type":"event"}]},"item.pickup.minecraft.light_gray_carpet":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.white_concrete":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.chipped_anvil":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chipped_anvil","type":"event"}]},"item.pickup.minecraft.polished_blackstone_pressure_plate":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.black_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_bed","type":"event"}]},"item.place.minecraft.cyan_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_stained_glass_pane","type":"event"}]},"item.select.minecraft.tube_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tube_coral","type":"event"}]},"item.select.minecraft.diamond_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_ore","type":"event"}]},"item.pickup.minecraft.birch_sign":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.tube_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tube_coral","type":"event"}]},"item.place.minecraft.mangrove_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_hanging_sign","type":"event"}]},"item.pickup.minecraft.orange_banner":{"sounds":[{"name":"extrasounds:item.category.banner","type":"event"}]},"item.select.minecraft.stripped_crimson_stem":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_crimson_stem","type":"event"}]},"item.pickup.minecraft.oak_hanging_sign":{"sounds":[{"name":"minecraft:block.hanging_sign.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.clay_ball":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.clay_ball","type":"event"}]},"item.select.minecraft.brown_mushroom_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_mushroom_block","type":"event"}]},"item.pickup.minecraft.white_concrete_powder":{"sounds":[{"name":"minecraft:block.sand.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.bread":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bread","type":"event"}]},"item.select.minecraft.spawner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spawner","type":"event"}]},"item.place.minecraft.yellow_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_concrete_powder","type":"event"}]},"item.pickup.minecraft.hay_block":{"sounds":[{"name":"minecraft:block.grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.bamboo_fence_gate":{"sounds":[{"name":"minecraft:block.bamboo_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.campfire":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.soul_soil":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.soul_soil","type":"event"}]},"item.pickup.minecraft.bamboo_fence":{"sounds":[{"name":"minecraft:block.bamboo_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.glow_berries":{"sounds":[{"name":"minecraft:block.cave_vines.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.pumpkin":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pumpkin","type":"event"}]},"item.pickup.minecraft.warped_hanging_sign":{"sounds":[{"name":"minecraft:block.nether_wood_hanging_sign.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.exposed_cut_copper_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.exposed_cut_copper_slab","type":"event"}]},"item.place.minecraft.polished_basalt":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_basalt","type":"event"}]},"item.pickup.minecraft.green_wool":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.exposed_cut_copper_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.exposed_cut_copper_stairs","type":"event"}]},"item.place.minecraft.red_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_concrete","type":"event"}]},"item.select.minecraft.bamboo_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_pressure_plate","type":"event"}]},"item.pickup.minecraft.camel_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.netherrack":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherrack","type":"event"}]},"item.pickup.minecraft.soul_torch":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.music_disc_mellohi":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_mellohi","type":"event"}]},"item.place.minecraft.music_disc_strad":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_strad","type":"event"}]},"item.select.minecraft.flower_banner_pattern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.flower_banner_pattern","type":"event"}]},"item.select.minecraft.lily_pad":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lily_pad","type":"event"}]},"item.pickup.minecraft.diamond_leggings":{"sounds":[{"name":"extrasounds:item.category.gear.diamond","type":"event"}]},"item.select.minecraft.evoker_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.evoker_spawn_egg","type":"event"}]},"item.place.minecraft.cut_red_sandstone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cut_red_sandstone_slab","type":"event"}]},"item.pickup.minecraft.golden_shovel":{"sounds":[{"name":"extrasounds:item.category.gear.golden","type":"event"}]},"item.pickup.minecraft.light_blue_banner":{"sounds":[{"name":"extrasounds:item.category.banner","type":"event"}]},"item.select.minecraft.black_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_stained_glass_pane","type":"event"}]},"item.select.minecraft.bamboo_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_hanging_sign","type":"event"}]},"item.pickup.minecraft.iron_bars":{"sounds":[{"name":"minecraft:block.metal.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.leather":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.leather","type":"event"}]},"item.pickup.minecraft.golden_axe":{"sounds":[{"name":"extrasounds:item.category.gear.golden","type":"event"}]},"item.pickup.minecraft.skeleton_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.oxeye_daisy":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.place.minecraft.beacon":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.beacon","type":"event"}]},"item.place.minecraft.polished_blackstone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone_slab","type":"event"}]},"item.place.minecraft.brown_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_terracotta","type":"event"}]},"item.select.minecraft.weathered_cut_copper_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.weathered_cut_copper_stairs","type":"event"}]},"item.pickup.minecraft.orange_concrete":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.oak_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_stairs","type":"event"}]},"item.pickup.minecraft.spruce_chest_boat":{"sounds":[{"name":"extrasounds:item.category.boat","type":"event"}]},"item.pickup.minecraft.blue_stained_glass_pane":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.netherite_helmet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_helmet","type":"event"}]},"item.pickup.minecraft.iron_leggings":{"sounds":[{"name":"extrasounds:item.category.gear.iron","type":"event"}]},"item.pickup.minecraft.chicken_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.mossy_stone_brick_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mossy_stone_brick_wall","type":"event"}]},"item.select.minecraft.grass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.grass","type":"event"}]},"item.pickup.minecraft.glow_squid_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.stripped_oak_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_oak_log","type":"event"}]},"item.place.minecraft.sweet_berries":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sweet_berries","type":"event"}]},"item.place.minecraft.lime_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_carpet","type":"event"}]},"item.select.minecraft.elder_guardian_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.elder_guardian_spawn_egg","type":"event"}]},"item.place.minecraft.acacia_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_fence_gate","type":"event"}]},"item.place.minecraft.skeleton_skull":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.skeleton_skull","type":"event"}]},"item.select.minecraft.tnt_minecart":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tnt_minecart","type":"event"}]},"item.place.minecraft.farmland":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.farmland","type":"event"}]},"item.select.minecraft.dark_oak_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_sign","type":"event"}]},"item.place.minecraft.light_blue_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_stained_glass","type":"event"}]},"item.place.minecraft.warped_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_fence","type":"event"}]},"item.select.minecraft.chiseled_stone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chiseled_stone_bricks","type":"event"}]},"item.pickup.minecraft.raw_gold_block":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.firework_star":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.firework_star","type":"event"}]},"item.pickup.minecraft.piglin_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.brown_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_concrete","type":"event"}]},"item.pickup.minecraft.horn_coral_fan":{"sounds":[{"name":"minecraft:block.wet_grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.netherite_shovel":{"sounds":[{"name":"extrasounds:item.category.gear.netherite","type":"event"}]},"item.select.minecraft.blaze_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blaze_spawn_egg","type":"event"}]},"item.place.minecraft.stripped_warped_stem":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_warped_stem","type":"event"}]},"item.place.minecraft.mangrove_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_sign","type":"event"}]},"item.place.minecraft.hopper_minecart":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.hopper_minecart","type":"event"}]},"item.pickup.minecraft.iron_ingot":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.stripped_warped_hyphae":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_warped_hyphae","type":"event"}]},"item.place.minecraft.netherite_shovel":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_shovel","type":"event"}]},"item.place.minecraft.orange_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_stained_glass","type":"event"}]},"item.select.minecraft.golden_helmet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_helmet","type":"event"}]},"item.select.minecraft.mud":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mud","type":"event"}]},"item.select.minecraft.raw_gold_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.raw_gold_block","type":"event"}]},"item.place.minecraft.smooth_red_sandstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_red_sandstone","type":"event"}]},"item.place.minecraft.piglin_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.piglin_spawn_egg","type":"event"}]},"item.pickup.minecraft.stripped_oak_log":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.cyan_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_terracotta","type":"event"}]},"item.place.minecraft.cobbled_deepslate_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cobbled_deepslate_slab","type":"event"}]},"item.pickup.minecraft.nether_quartz_ore":{"sounds":[{"name":"minecraft:block.nether_ore.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.crimson_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_stairs","type":"event"}]},"item.select.minecraft.acacia_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_stairs","type":"event"}]},"item.place.minecraft.dead_horn_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_horn_coral_fan","type":"event"}]},"item.select.minecraft.heart_of_the_sea":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.heart_of_the_sea","type":"event"}]},"item.pickup.minecraft.waxed_exposed_cut_copper_stairs":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.magma_cube_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magma_cube_spawn_egg","type":"event"}]},"item.pickup.minecraft.villager_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.diamond_helmet":{"sounds":[{"name":"extrasounds:item.category.gear.diamond","type":"event"}]},"item.pickup.minecraft.structure_block":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.creeper_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.creeper_spawn_egg","type":"event"}]},"item.select.minecraft.egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.egg","type":"event"}]},"item.pickup.minecraft.bamboo_planks":{"sounds":[{"name":"minecraft:block.bamboo_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.yellow_concrete":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.blue_wool":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.stone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_bricks","type":"event"}]},"item.select.minecraft.cobbled_deepslate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cobbled_deepslate","type":"event"}]},"item.pickup.minecraft.lava_bucket":{"sounds":[{"name":"minecraft:item.bucket.fill_lava","volume":0.4,"pitch":1.7,"type":"event"}]},"item.place.minecraft.cow_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cow_spawn_egg","type":"event"}]},"item.pickup.minecraft.lime_shulker_box":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.exposed_cut_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.exposed_cut_copper","type":"event"}]},"item.place.minecraft.wolf_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wolf_spawn_egg","type":"event"}]},"item.pickup.minecraft.waxed_weathered_copper":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.birch_leaves":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_leaves","type":"event"}]},"item.pickup.minecraft.grindstone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.prismarine_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.prismarine_wall","type":"event"}]},"item.pickup.minecraft.birch_fence":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.polished_blackstone_brick_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.mutton":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mutton","type":"event"}]},"item.select.minecraft.infested_chiseled_stone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.infested_chiseled_stone_bricks","type":"event"}]},"item.pickup.minecraft.flint_and_steel":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.dried_kelp":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dried_kelp","type":"event"}]},"item.place.minecraft.rotten_flesh":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.rotten_flesh","type":"event"}]},"item.pickup.minecraft.cyan_concrete_powder":{"sounds":[{"name":"minecraft:block.sand.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.dried_kelp":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dried_kelp","type":"event"}]},"item.select.minecraft.warden_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warden_spawn_egg","type":"event"}]},"item.select.minecraft.music_disc_mellohi":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_mellohi","type":"event"}]},"item.place.minecraft.furnace":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.furnace","type":"event"}]},"item.place.minecraft.sculk_catalyst":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sculk_catalyst","type":"event"}]},"item.place.minecraft.pufferfish":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pufferfish","type":"event"}]},"item.select.minecraft.quartz_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.quartz_slab","type":"event"}]},"item.pickup.minecraft.nether_brick_fence":{"sounds":[{"name":"minecraft:block.nether_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.end_stone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.sandstone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sandstone_slab","type":"event"}]},"item.place.minecraft.pink_tulip":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_tulip","type":"event"}]},"item.pickup.minecraft.jungle_sign":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.cyan_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_wool","type":"event"}]},"item.place.minecraft.phantom_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.phantom_spawn_egg","type":"event"}]},"item.select.minecraft.pink_tulip":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_tulip","type":"event"}]},"item.pickup.minecraft.pink_wool":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.lime_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_shulker_box","type":"event"}]},"item.select.minecraft.iron_leggings":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_leggings","type":"event"}]},"item.pickup.minecraft.cyan_candle":{"sounds":[{"name":"minecraft:block.candle.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.birch_stairs":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.dead_fire_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_fire_coral","type":"event"}]},"item.select.minecraft.sculk_vein":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sculk_vein","type":"event"}]},"item.place.minecraft.infested_cobblestone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.infested_cobblestone","type":"event"}]},"item.select.minecraft.end_rod":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.end_rod","type":"event"}]},"item.place.minecraft.jungle_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_hanging_sign","type":"event"}]},"item.select.minecraft.light_blue_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_dye","type":"event"}]},"item.select.minecraft.big_dripleaf":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.big_dripleaf","type":"event"}]},"item.pickup.minecraft.deepslate_bricks":{"sounds":[{"name":"minecraft:block.deepslate_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.iron_axe":{"sounds":[{"name":"extrasounds:item.category.gear.iron","type":"event"}]},"item.select.minecraft.lingering_potion":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lingering_potion","type":"event"}]},"item.pickup.minecraft.dead_horn_coral_block":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.fermented_spider_eye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.fermented_spider_eye","type":"event"}]},"item.pickup.minecraft.birch_sapling":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.pickup.minecraft.lime_dye":{"sounds":[{"name":"extrasounds:item.category.dust","type":"event"}]},"item.place.minecraft.brain_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brain_coral_block","type":"event"}]},"item.pickup.minecraft.jukebox":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.salmon_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.strider_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.strider_spawn_egg","type":"event"}]},"item.select.minecraft.andesite_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.andesite_wall","type":"event"}]},"item.select.minecraft.cut_sandstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cut_sandstone","type":"event"}]},"item.place.minecraft.jungle_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_slab","type":"event"}]},"item.pickup.minecraft.acacia_sapling":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.clock":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.clock","type":"event"}]},"item.place.minecraft.activator_rail":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.activator_rail","type":"event"}]},"item.place.minecraft.crying_obsidian":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crying_obsidian","type":"event"}]},"item.place.minecraft.red_tulip":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_tulip","type":"event"}]},"item.select.minecraft.cyan_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_stained_glass","type":"event"}]},"item.pickup.minecraft.purple_bed":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.deepslate_redstone_ore":{"sounds":[{"name":"minecraft:block.deepslate.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.obsidian":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.mossy_stone_brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mossy_stone_brick_stairs","type":"event"}]},"item.select.minecraft.enchanting_table":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.enchanting_table","type":"event"}]},"item.select.minecraft.golden_apple":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_apple","type":"event"}]},"item.select.minecraft.wooden_axe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wooden_axe","type":"event"}]},"item.place.minecraft.black_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_banner","type":"event"}]},"item.select.minecraft.stripped_acacia_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_acacia_log","type":"event"}]},"item.place.minecraft.exposed_cut_copper_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.exposed_cut_copper_stairs","type":"event"}]},"item.place.minecraft.brown_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_stained_glass","type":"event"}]},"item.pickup.minecraft.pufferfish_bucket":{"sounds":[{"name":"minecraft:item.bucket.fill","volume":0.4,"pitch":1.7,"type":"event"}]},"item.select.minecraft.firework_star":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.firework_star","type":"event"}]},"item.select.minecraft.tuff":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tuff","type":"event"}]},"item.place.minecraft.brewing_stand":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brewing_stand","type":"event"}]},"item.place.minecraft.gray_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_banner","type":"event"}]},"item.place.minecraft.melon_seeds":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.melon_seeds","type":"event"}]},"item.select.minecraft.ravager_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ravager_spawn_egg","type":"event"}]},"item.select.minecraft.dead_bubble_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_bubble_coral_block","type":"event"}]},"item.place.minecraft.stripped_bamboo_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_bamboo_block","type":"event"}]},"item.place.minecraft.polished_andesite":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_andesite","type":"event"}]},"item.select.minecraft.chicken_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chicken_spawn_egg","type":"event"}]},"item.select.minecraft.lime_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_candle","type":"event"}]},"item.select.minecraft.polished_andesite_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_andesite_stairs","type":"event"}]},"item.place.minecraft.feather":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.feather","type":"event"}]},"item.place.minecraft.gray_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_concrete_powder","type":"event"}]},"item.pickup.minecraft.orange_dye":{"sounds":[{"name":"extrasounds:item.category.dust","type":"event"}]},"item.place.minecraft.chain":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chain","type":"event"}]},"item.place.minecraft.exposed_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.exposed_copper","type":"event"}]},"item.select.minecraft.mangrove_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_fence","type":"event"}]},"item.place.minecraft.cartography_table":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cartography_table","type":"event"}]},"item.place.minecraft.green_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_banner","type":"event"}]},"item.pickup.minecraft.glowstone_dust":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.beetroot":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.red_mushroom":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.cooked_cod":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cooked_cod","type":"event"}]},"item.pickup.minecraft.weeping_vines":{"sounds":[{"name":"minecraft:block.weeping_vines.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.brick_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brick_wall","type":"event"}]},"item.pickup.minecraft.stone_button":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.oak_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_button","type":"event"}]},"item.pickup.minecraft.packed_ice":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.villager_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.villager_spawn_egg","type":"event"}]},"item.pickup.minecraft.writable_book":{"sounds":[{"name":"extrasounds:item.category.paper","type":"event"}]},"item.select.minecraft.oak_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_door","type":"event"}]},"item.select.minecraft.lapis_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lapis_block","type":"event"}]},"item.place.minecraft.black_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_terracotta","type":"event"}]},"item.place.minecraft.leather_boots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.leather_boots","type":"event"}]},"item.pickup.minecraft.white_wool":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.nautilus_shell":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nautilus_shell","type":"event"}]},"item.pickup.minecraft.music_disc_mellohi":{"sounds":[{"name":"extrasounds:item.category.music_disc","type":"event"}]},"item.pickup.minecraft.warped_pressure_plate":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.stray_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.diamond_hoe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_hoe","type":"event"}]},"item.select.minecraft.lead":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lead","type":"event"}]},"item.place.minecraft.yellow_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_stained_glass","type":"event"}]},"item.pickup.minecraft.bamboo_mosaic":{"sounds":[{"name":"minecraft:block.bamboo_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.acacia_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_boat","type":"event"}]},"item.place.minecraft.fire_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.fire_coral_block","type":"event"}]},"item.pickup.minecraft.pink_tulip":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.orange_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_bed","type":"event"}]},"item.place.minecraft.nether_brick":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_brick","type":"event"}]},"item.place.minecraft.bubble_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bubble_coral","type":"event"}]},"item.select.minecraft.stripped_birch_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_birch_wood","type":"event"}]},"item.place.minecraft.iron_shovel":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_shovel","type":"event"}]},"item.pickup.minecraft.crimson_fence":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.bamboo_pressure_plate":{"sounds":[{"name":"minecraft:block.bamboo_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.warped_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_stairs","type":"event"}]},"item.pickup.minecraft.purpur_block":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.ghast_tear":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.brown_mushroom_block":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.acacia_hanging_sign":{"sounds":[{"name":"minecraft:block.hanging_sign.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.crimson_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_sign","type":"event"}]},"item.select.minecraft.vex_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.vex_spawn_egg","type":"event"}]},"item.place.minecraft.zoglin_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.zoglin_spawn_egg","type":"event"}]},"item.pickup.minecraft.exposed_copper":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.gold_ore":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.copper_ingot":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.copper_ingot","type":"event"}]},"item.select.minecraft.waxed_exposed_cut_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_exposed_cut_copper","type":"event"}]},"item.select.minecraft.horse_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.horse_spawn_egg","type":"event"}]},"item.select.minecraft.pufferfish":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pufferfish","type":"event"}]},"item.place.minecraft.pufferfish_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pufferfish_spawn_egg","type":"event"}]},"item.pickup.minecraft.leather_leggings":{"sounds":[{"name":"extrasounds:item.category.gear.leather","type":"event"}]},"item.select.minecraft.rooted_dirt":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.rooted_dirt","type":"event"}]},"item.place.minecraft.allay_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.allay_spawn_egg","type":"event"}]},"item.place.minecraft.bamboo_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_trapdoor","type":"event"}]},"item.pickup.minecraft.mud_brick_stairs":{"sounds":[{"name":"minecraft:block.mud_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.tnt":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tnt","type":"event"}]},"item.pickup.minecraft.netherrack":{"sounds":[{"name":"minecraft:block.netherrack.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.warden_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.stripped_mangrove_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_mangrove_wood","type":"event"}]},"item.select.minecraft.dark_oak_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_button","type":"event"}]},"item.place.minecraft.bamboo_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_pressure_plate","type":"event"}]},"item.select.minecraft.crimson_roots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_roots","type":"event"}]},"item.place.minecraft.dark_prismarine":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_prismarine","type":"event"}]},"item.pickup.minecraft.snowball":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.elytra":{"sounds":[{"name":"extrasounds:item.category.gear.leather","type":"event"}]},"item.pickup.minecraft.flowering_azalea_leaves":{"sounds":[{"name":"minecraft:block.azalea_leaves.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.brown_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_candle","type":"event"}]},"item.place.minecraft.yellow_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_banner","type":"event"}]},"item.pickup.minecraft.warped_planks":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.lever":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lever","type":"event"}]},"item.select.minecraft.vindicator_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.vindicator_spawn_egg","type":"event"}]},"item.select.minecraft.orange_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_banner","type":"event"}]},"item.pickup.minecraft.mojang_banner_pattern":{"sounds":[{"name":"extrasounds:item.category.paper","type":"event"}]},"item.pickup.minecraft.husk_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.yellow_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_terracotta","type":"event"}]},"item.select.minecraft.dark_oak_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_fence","type":"event"}]},"item.place.minecraft.painting":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.painting","type":"event"}]},"item.place.minecraft.white_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_banner","type":"event"}]},"item.pickup.minecraft.golden_chestplate":{"sounds":[{"name":"extrasounds:item.category.gear.golden","type":"event"}]},"item.place.minecraft.smooth_basalt":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_basalt","type":"event"}]},"item.place.minecraft.dead_tube_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_tube_coral_fan","type":"event"}]},"item.pickup.minecraft.mangrove_leaves":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.cod":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cod","type":"event"}]},"item.select.minecraft.dragon_head":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dragon_head","type":"event"}]},"item.pickup.minecraft.ancient_debris":{"sounds":[{"name":"minecraft:block.ancient_debris.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.frogspawn":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.frogspawn","type":"event"}]},"item.place.minecraft.lime_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_stained_glass","type":"event"}]},"item.select.minecraft.cooked_rabbit":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cooked_rabbit","type":"event"}]},"item.pickup.minecraft.mycelium":{"sounds":[{"name":"minecraft:block.grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.gray_stained_glass_pane":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.blue_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_carpet","type":"event"}]},"item.place.minecraft.glow_ink_sac":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glow_ink_sac","type":"event"}]},"item.select.minecraft.purple_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_shulker_box","type":"event"}]},"item.select.minecraft.iron_bars":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_bars","type":"event"}]},"item.select.minecraft.white_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_wool","type":"event"}]},"item.pickup.minecraft.redstone_ore":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.raw_copper_block":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.jungle_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_stairs","type":"event"}]},"item.pickup.minecraft.infested_cobblestone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.iron_golem_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_golem_spawn_egg","type":"event"}]},"item.pickup.minecraft.smooth_quartz_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.stick":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stick","type":"event"}]},"item.place.minecraft.purple_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_concrete","type":"event"}]},"item.select.minecraft.warped_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_fence_gate","type":"event"}]},"item.select.minecraft.bamboo_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_planks","type":"event"}]},"item.place.minecraft.light":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light","type":"event"}]},"item.select.minecraft.damaged_anvil":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.damaged_anvil","type":"event"}]},"item.select.minecraft.dark_oak_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_fence_gate","type":"event"}]},"item.place.minecraft.composter":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.composter","type":"event"}]},"item.place.minecraft.jungle_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_wood","type":"event"}]},"item.pickup.minecraft.heart_of_the_sea":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.cooked_chicken":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cooked_chicken","type":"event"}]},"item.pickup.minecraft.drowned_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.chain_command_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chain_command_block","type":"event"}]},"item.place.minecraft.polished_diorite_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_diorite_slab","type":"event"}]},"item.place.minecraft.oak_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_hanging_sign","type":"event"}]},"item.select.minecraft.stripped_spruce_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_spruce_log","type":"event"}]},"item.select.minecraft.green_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_candle","type":"event"}]},"item.select.minecraft.iron_nugget":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_nugget","type":"event"}]},"item.pickup.minecraft.dark_oak_hanging_sign":{"sounds":[{"name":"minecraft:block.hanging_sign.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.drowned_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.drowned_spawn_egg","type":"event"}]},"item.pickup.minecraft.brain_coral_fan":{"sounds":[{"name":"minecraft:block.wet_grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.glass_bottle":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.lingering_potion":{"sounds":[{"name":"extrasounds:item.category.potion","type":"event"}]},"item.place.minecraft.milk_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.milk_bucket","type":"event"}]},"item.pickup.minecraft.magenta_wool":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.dead_bubble_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_bubble_coral","type":"event"}]},"item.place.minecraft.quartz_pillar":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.quartz_pillar","type":"event"}]},"item.select.minecraft.golden_boots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_boots","type":"event"}]},"item.pickup.minecraft.clay_ball":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.chainmail_helmet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chainmail_helmet","type":"event"}]},"item.pickup.minecraft.blaze_powder":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.brain_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brain_coral_fan","type":"event"}]},"item.pickup.minecraft.yellow_candle":{"sounds":[{"name":"minecraft:block.candle.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.acacia_button":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.mangrove_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_door","type":"event"}]},"item.pickup.minecraft.orange_stained_glass_pane":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.light_gray_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_dye","type":"event"}]},"item.pickup.minecraft.andesite_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.water_bucket":{"sounds":[{"name":"minecraft:item.bucket.fill","volume":0.4,"pitch":1.7,"type":"event"}]},"item.select.minecraft.green_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_wool","type":"event"}]},"item.place.minecraft.green_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_wool","type":"event"}]},"item.select.minecraft.shroomlight":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.shroomlight","type":"event"}]},"item.place.minecraft.copper_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.copper_ore","type":"event"}]},"item.select.minecraft.waxed_cut_copper_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_cut_copper_slab","type":"event"}]},"item.pickup.minecraft.oak_stairs":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.dead_horn_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_horn_coral","type":"event"}]},"item.select.minecraft.redstone_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.redstone_block","type":"event"}]},"item.select.minecraft.bamboo_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_sign","type":"event"}]},"item.place.minecraft.arrow":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.arrow","type":"event"}]},"item.place.minecraft.honeycomb":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.honeycomb","type":"event"}]},"item.select.minecraft.copper_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.copper_ore","type":"event"}]},"item.select.minecraft.smooth_sandstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_sandstone","type":"event"}]},"item.pickup.minecraft.yellow_glazed_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.rooted_dirt":{"sounds":[{"name":"minecraft:block.rooted_dirt.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.stone_brick_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.acacia_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_fence_gate","type":"event"}]},"item.pickup.minecraft.dead_tube_coral_block":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.light_gray_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.evoker_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.chain_command_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chain_command_block","type":"event"}]},"item.pickup.minecraft.iron_door":{"sounds":[{"name":"minecraft:block.metal.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.tube_coral":{"sounds":[{"name":"minecraft:block.wet_grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.stripped_spruce_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_spruce_log","type":"event"}]},"item.select.minecraft.barrel":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.barrel","type":"event"}]},"item.select.minecraft.dirt_path":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dirt_path","type":"event"}]},"item.select.minecraft.wither_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wither_spawn_egg","type":"event"}]},"item.pickup.minecraft.brown_banner":{"sounds":[{"name":"extrasounds:item.category.banner","type":"event"}]},"item.place.minecraft.shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.shulker_box","type":"event"}]},"item.select.minecraft.parrot_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.parrot_spawn_egg","type":"event"}]},"item.pickup.minecraft.deepslate_diamond_ore":{"sounds":[{"name":"minecraft:block.deepslate.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.cyan_carpet":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.gray_carpet":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.blast_furnace":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blast_furnace","type":"event"}]},"item.pickup.minecraft.polished_blackstone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.dark_oak_sign":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.stonecutter":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stonecutter","type":"event"}]},"item.pickup.minecraft.dead_fire_coral_fan":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.nether_quartz_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_quartz_ore","type":"event"}]},"item.pickup.minecraft.hopper":{"sounds":[{"name":"minecraft:block.metal.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.stripped_warped_hyphae":{"sounds":[{"name":"minecraft:block.stem.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.creeper_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.creeper_spawn_egg","type":"event"}]},"item.select.minecraft.chiseled_nether_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chiseled_nether_bricks","type":"event"}]},"item.place.minecraft.magenta_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_glazed_terracotta","type":"event"}]},"item.place.minecraft.iron_hoe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_hoe","type":"event"}]},"item.place.minecraft.oxidized_cut_copper_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oxidized_cut_copper_stairs","type":"event"}]},"item.select.minecraft.glow_squid_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glow_squid_spawn_egg","type":"event"}]},"item.place.minecraft.cyan_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_concrete_powder","type":"event"}]},"item.pickup.minecraft.salmon_bucket":{"sounds":[{"name":"minecraft:item.bucket.fill","volume":0.4,"pitch":1.7,"type":"event"}]},"item.place.minecraft.bamboo_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_fence","type":"event"}]},"item.pickup.minecraft.birch_boat":{"sounds":[{"name":"extrasounds:item.category.boat","type":"event"}]},"item.select.minecraft.smooth_stone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_stone","type":"event"}]},"item.place.minecraft.melon_slice":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.melon_slice","type":"event"}]},"item.pickup.minecraft.smooth_sandstone_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.frog_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.frog_spawn_egg","type":"event"}]},"item.place.minecraft.snow_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.snow_block","type":"event"}]},"item.pickup.minecraft.green_glazed_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.blue_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_wool","type":"event"}]},"item.select.minecraft.spruce_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_log","type":"event"}]},"item.pickup.minecraft.honeycomb_block":{"sounds":[{"name":"minecraft:block.coral_block.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.warped_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_button","type":"event"}]},"item.pickup.minecraft.bow":{"sounds":[{"name":"extrasounds:item.category.gear.generic","type":"event"}]},"item.place.minecraft.smooth_red_sandstone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_red_sandstone_slab","type":"event"}]},"item.select.minecraft.shulker_shell":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.shulker_shell","type":"event"}]},"item.pickup.minecraft.cut_red_sandstone_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.dripstone_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dripstone_block","type":"event"}]},"item.select.minecraft.nether_sprouts":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_sprouts","type":"event"}]},"item.select.minecraft.infested_deepslate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.infested_deepslate","type":"event"}]},"item.pickup.minecraft.redstone_torch":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.wither_skeleton_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.cut_red_sandstone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.cracked_nether_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cracked_nether_bricks","type":"event"}]},"item.select.minecraft.camel_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.camel_spawn_egg","type":"event"}]},"item.place.minecraft.small_dripleaf":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.small_dripleaf","type":"event"}]},"item.select.minecraft.dead_brain_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_brain_coral_fan","type":"event"}]},"item.place.minecraft.firework_rocket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.firework_rocket","type":"event"}]},"item.place.minecraft.clay":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.clay","type":"event"}]},"item.select.minecraft.petrified_oak_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.petrified_oak_slab","type":"event"}]},"item.place.minecraft.amethyst_cluster":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.amethyst_cluster","type":"event"}]},"item.place.minecraft.red_sand":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_sand","type":"event"}]},"item.pickup.minecraft.cartography_table":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.cookie":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cookie","type":"event"}]},"item.select.minecraft.green_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_stained_glass_pane","type":"event"}]},"item.pickup.minecraft.daylight_detector":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.bamboo":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo","type":"event"}]},"item.place.minecraft.deepslate_tile_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_tile_stairs","type":"event"}]},"item.place.minecraft.orange_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_dye","type":"event"}]},"item.select.minecraft.magenta_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_bed","type":"event"}]},"item.place.minecraft.golden_helmet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_helmet","type":"event"}]},"item.select.minecraft.budding_amethyst":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.budding_amethyst","type":"event"}]},"item.pickup.minecraft.brewing_stand":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.donkey_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.donkey_spawn_egg","type":"event"}]},"item.select.minecraft.iron_pickaxe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_pickaxe","type":"event"}]},"item.pickup.minecraft.chest_minecart":{"sounds":[{"name":"extrasounds:item.category.minecart","type":"event"}]},"item.select.minecraft.brown_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_carpet","type":"event"}]},"item.select.minecraft.mangrove_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_sign","type":"event"}]},"item.pickup.minecraft.red_sandstone_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.sandstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sandstone","type":"event"}]},"item.place.minecraft.waxed_oxidized_cut_copper_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_oxidized_cut_copper_slab","type":"event"}]},"item.pickup.minecraft.diamond_boots":{"sounds":[{"name":"extrasounds:item.category.gear.diamond","type":"event"}]},"item.pickup.minecraft.spruce_slab":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.white_bed":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.purple_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_dye","type":"event"}]},"item.pickup.minecraft.rotten_flesh":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.blackstone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blackstone_slab","type":"event"}]},"item.select.minecraft.light_blue_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_candle","type":"event"}]},"item.place.minecraft.fletching_table":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.fletching_table","type":"event"}]},"item.pickup.minecraft.nether_sprouts":{"sounds":[{"name":"minecraft:block.nether_sprouts.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.sugar":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.red_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_concrete_powder","type":"event"}]},"item.pickup.minecraft.jungle_fence_gate":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.flowering_azalea_leaves":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.flowering_azalea_leaves","type":"event"}]},"item.select.minecraft.fire_charge":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.fire_charge","type":"event"}]},"item.pickup.minecraft.stripped_acacia_wood":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.orange_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_glazed_terracotta","type":"event"}]},"item.place.minecraft.green_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_concrete","type":"event"}]},"item.select.minecraft.structure_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.structure_block","type":"event"}]},"item.select.minecraft.salmon_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.salmon_spawn_egg","type":"event"}]},"item.select.minecraft.beetroot":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.beetroot","type":"event"}]},"item.place.minecraft.chiseled_stone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chiseled_stone_bricks","type":"event"}]},"item.place.minecraft.cracked_deepslate_tiles":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cracked_deepslate_tiles","type":"event"}]},"item.pickup.minecraft.light_blue_dye":{"sounds":[{"name":"extrasounds:item.category.dust","type":"event"}]},"item.place.minecraft.warped_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_trapdoor","type":"event"}]},"item.place.minecraft.white_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_wool","type":"event"}]},"item.select.minecraft.jungle_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_trapdoor","type":"event"}]},"item.pickup.minecraft.chainmail_leggings":{"sounds":[{"name":"extrasounds:item.category.gear.chain","type":"event"}]},"item.select.minecraft.lime_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_wool","type":"event"}]},"item.pickup.minecraft.acacia_fence_gate":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.birch_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_sign","type":"event"}]},"item.place.minecraft.deepslate_brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_brick_slab","type":"event"}]},"item.select.minecraft.spruce_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_button","type":"event"}]},"item.place.minecraft.light_blue_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_bed","type":"event"}]},"item.place.minecraft.carrot_on_a_stick":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.carrot_on_a_stick","type":"event"}]},"item.place.minecraft.dark_oak_leaves":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_leaves","type":"event"}]},"item.pickup.minecraft.copper_block":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.chorus_flower":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.ender_pearl":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.birch_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_stairs","type":"event"}]},"item.pickup.minecraft.light_blue_wool":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.gray_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_shulker_box","type":"event"}]},"item.place.minecraft.baked_potato":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.baked_potato","type":"event"}]},"item.select.minecraft.yellow_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_concrete","type":"event"}]},"item.select.minecraft.chicken":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chicken","type":"event"}]},"item.select.minecraft.stone_brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_brick_slab","type":"event"}]},"item.select.minecraft.purple_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_candle","type":"event"}]},"item.select.minecraft.smooth_sandstone_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_sandstone_stairs","type":"event"}]},"item.pickup.minecraft.birch_chest_boat":{"sounds":[{"name":"extrasounds:item.category.boat","type":"event"}]},"item.select.minecraft.mud_brick_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mud_brick_wall","type":"event"}]},"item.place.minecraft.warped_nylium":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_nylium","type":"event"}]},"item.place.minecraft.nether_brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_brick_stairs","type":"event"}]},"item.pickup.minecraft.yellow_carpet":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.blue_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_bed","type":"event"}]},"item.select.minecraft.poisonous_potato":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.poisonous_potato","type":"event"}]},"item.select.minecraft.cut_red_sandstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cut_red_sandstone","type":"event"}]},"item.place.minecraft.zombified_piglin_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.zombified_piglin_spawn_egg","type":"event"}]},"item.select.minecraft.pumpkin":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pumpkin","type":"event"}]},"item.place.minecraft.end_rod":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.end_rod","type":"event"}]},"item.select.minecraft.netherite_helmet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_helmet","type":"event"}]},"item.place.minecraft.blue_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_concrete","type":"event"}]},"item.place.minecraft.spore_blossom":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spore_blossom","type":"event"}]},"item.pickup.minecraft.green_banner":{"sounds":[{"name":"extrasounds:item.category.banner","type":"event"}]},"item.pickup.minecraft.enchanting_table":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.weeping_vines":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.weeping_vines","type":"event"}]},"item.select.minecraft.weathered_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.weathered_copper","type":"event"}]},"item.place.minecraft.polished_blackstone_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone_button","type":"event"}]},"item.place.minecraft.prismarine_shard":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.prismarine_shard","type":"event"}]},"item.place.minecraft.acacia_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_stairs","type":"event"}]},"item.pickup.minecraft.dark_oak_pressure_plate":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.pink_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_banner","type":"event"}]},"item.select.minecraft.command_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.command_block","type":"event"}]},"item.pickup.minecraft.soul_lantern":{"sounds":[{"name":"minecraft:block.lantern.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.polished_granite":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_granite","type":"event"}]},"item.pickup.minecraft.pumpkin_pie":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.loom":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.nether_brick_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_brick_wall","type":"event"}]},"item.pickup.minecraft.quartz_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.skeleton_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.skeleton_spawn_egg","type":"event"}]},"item.place.minecraft.pink_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_dye","type":"event"}]},"item.place.minecraft.quartz_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.quartz_block","type":"event"}]},"item.pickup.minecraft.flint":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.twisting_vines":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.twisting_vines","type":"event"}]},"item.place.minecraft.rabbit_foot":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.rabbit_foot","type":"event"}]},"item.select.minecraft.flint_and_steel":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.flint_and_steel","type":"event"}]},"item.place.minecraft.golden_axe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_axe","type":"event"}]},"item.pickup.minecraft.blue_stained_glass":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.oak_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_button","type":"event"}]},"item.place.minecraft.dandelion":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dandelion","type":"event"}]},"item.select.minecraft.smooth_red_sandstone_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_red_sandstone_stairs","type":"event"}]},"item.select.minecraft.snow_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.snow_block","type":"event"}]},"item.pickup.minecraft.waxed_oxidized_cut_copper_slab":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.dark_oak_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_sign","type":"event"}]},"item.pickup.minecraft.orange_glazed_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.dark_oak_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_pressure_plate","type":"event"}]},"item.pickup.minecraft.emerald":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.deepslate_brick_stairs":{"sounds":[{"name":"minecraft:block.deepslate_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.raw_copper_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.raw_copper_block","type":"event"}]},"item.place.minecraft.seagrass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.seagrass","type":"event"}]},"item.pickup.minecraft.warped_button":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.golden_carrot":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_carrot","type":"event"}]},"item.select.minecraft.string":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.string","type":"event"}]},"item.place.minecraft.gray_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_bed","type":"event"}]},"item.pickup.minecraft.red_concrete_powder":{"sounds":[{"name":"minecraft:block.sand.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.jungle_button":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.brown_bed":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.light_blue_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_banner","type":"event"}]},"item.select.minecraft.bamboo_mosaic_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_mosaic_slab","type":"event"}]},"item.pickup.minecraft.end_rod":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.chiseled_quartz_block":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.green_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_glazed_terracotta","type":"event"}]},"item.place.minecraft.white_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_concrete_powder","type":"event"}]},"item.pickup.minecraft.fern":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.place.minecraft.red_nether_brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_nether_brick_stairs","type":"event"}]},"item.pickup.minecraft.soul_soil":{"sounds":[{"name":"minecraft:block.soul_soil.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.wither_rose":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wither_rose","type":"event"}]},"item.place.minecraft.mycelium":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mycelium","type":"event"}]},"item.pickup.minecraft.deepslate_coal_ore":{"sounds":[{"name":"minecraft:block.deepslate.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.warped_fungus_on_a_stick":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_fungus_on_a_stick","type":"event"}]},"item.place.minecraft.bamboo_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_hanging_sign","type":"event"}]},"item.select.minecraft.red_sandstone_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_sandstone_wall","type":"event"}]},"item.select.minecraft.green_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_bed","type":"event"}]},"item.select.minecraft.spruce_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_fence","type":"event"}]},"item.select.minecraft.mud_brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mud_brick_stairs","type":"event"}]},"item.select.minecraft.sand":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sand","type":"event"}]},"item.select.minecraft.yellow_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_stained_glass_pane","type":"event"}]},"item.select.minecraft.red_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_glazed_terracotta","type":"event"}]},"item.place.minecraft.flowering_azalea":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.flowering_azalea","type":"event"}]},"item.select.minecraft.dark_oak_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_boat","type":"event"}]},"item.select.minecraft.spruce_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_boat","type":"event"}]},"item.pickup.minecraft.raw_iron_block":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.leather_leggings":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.leather_leggings","type":"event"}]},"item.select.minecraft.spyglass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spyglass","type":"event"}]},"item.pickup.minecraft.cyan_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.soul_torch":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.soul_torch","type":"event"}]},"item.select.minecraft.white_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_carpet","type":"event"}]},"item.place.minecraft.brown_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_carpet","type":"event"}]},"item.pickup.minecraft.exposed_cut_copper":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.prismarine_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.prismarine_slab","type":"event"}]},"item.place.minecraft.prismarine_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.prismarine_stairs","type":"event"}]},"item.select.minecraft.chiseled_bookshelf":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chiseled_bookshelf","type":"event"}]},"item.select.minecraft.mangrove_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_hanging_sign","type":"event"}]},"item.pickup.minecraft.dead_bubble_coral":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.smooth_quartz":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.bat_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.panda_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.panda_spawn_egg","type":"event"}]},"item.select.minecraft.smooth_basalt":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_basalt","type":"event"}]},"item.select.minecraft.warped_wart_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_wart_block","type":"event"}]},"item.place.minecraft.chiseled_red_sandstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chiseled_red_sandstone","type":"event"}]},"item.place.minecraft.zombie_villager_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.zombie_villager_spawn_egg","type":"event"}]},"item.pickup.minecraft.cod_bucket":{"sounds":[{"name":"minecraft:item.bucket.fill","volume":0.4,"pitch":1.7,"type":"event"}]},"item.select.minecraft.ender_eye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ender_eye","type":"event"}]},"item.select.minecraft.stone_shovel":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_shovel","type":"event"}]},"item.pickup.minecraft.spruce_planks":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.skeleton_horse_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.diamond_ore":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.baked_potato":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.black_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_wool","type":"event"}]},"item.select.minecraft.cow_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cow_spawn_egg","type":"event"}]},"item.pickup.minecraft.feather":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.tinted_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tinted_glass","type":"event"}]},"item.select.minecraft.cooked_mutton":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cooked_mutton","type":"event"}]},"item.pickup.minecraft.vindicator_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.dark_oak_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_stairs","type":"event"}]},"item.select.minecraft.green_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_banner","type":"event"}]},"item.select.minecraft.infested_mossy_stone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.infested_mossy_stone_bricks","type":"event"}]},"item.place.minecraft.oak_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_log","type":"event"}]},"item.pickup.minecraft.ochre_froglight":{"sounds":[{"name":"minecraft:block.froglight.place","volume":0.3,"pitch":1.7,"type":"event"}]},"item.place.minecraft.copper_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.copper_block","type":"event"}]},"item.place.minecraft.emerald":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.emerald","type":"event"}]},"item.place.minecraft.infested_cracked_stone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.infested_cracked_stone_bricks","type":"event"}]},"item.pickup.minecraft.mossy_cobblestone_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.creeper_head":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.creeper_head","type":"event"}]},"item.place.minecraft.gold_ingot":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gold_ingot","type":"event"}]},"item.select.minecraft.sweet_berries":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sweet_berries","type":"event"}]},"item.pickup.minecraft.gray_shulker_box":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.crying_obsidian":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.gray_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_wool","type":"event"}]},"item.place.minecraft.jungle_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_door","type":"event"}]},"item.pickup.minecraft.black_glazed_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.fire_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.fire_coral_block","type":"event"}]},"item.pickup.minecraft.spruce_trapdoor":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.orange_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_banner","type":"event"}]},"item.pickup.minecraft.mangrove_propagule":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.place.minecraft.purple_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_shulker_box","type":"event"}]},"item.pickup.minecraft.stone_pickaxe":{"sounds":[{"name":"extrasounds:item.category.gear.stone","type":"event"}]},"item.pickup.minecraft.polished_andesite_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.purple_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_concrete_powder","type":"event"}]},"item.pickup.minecraft.jungle_log":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.diamond_horse_armor":{"sounds":[{"name":"extrasounds:item.category.gear.golden","type":"event"}]},"item.select.minecraft.oak_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_fence_gate","type":"event"}]},"item.select.minecraft.iron_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_door","type":"event"}]},"item.select.minecraft.bone_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bone_block","type":"event"}]},"item.select.minecraft.firework_rocket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.firework_rocket","type":"event"}]},"item.place.minecraft.zombie_horse_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.zombie_horse_spawn_egg","type":"event"}]},"item.place.minecraft.mangrove_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_slab","type":"event"}]},"item.select.minecraft.light_blue_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_banner","type":"event"}]},"item.select.minecraft.birch_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_log","type":"event"}]},"item.select.minecraft.ancient_debris":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ancient_debris","type":"event"}]},"item.place.minecraft.campfire":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.campfire","type":"event"}]},"item.place.minecraft.raw_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.raw_copper","type":"event"}]},"item.select.minecraft.dragon_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dragon_egg","type":"event"}]},"item.place.minecraft.warped_hyphae":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_hyphae","type":"event"}]},"item.place.minecraft.stone_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_stairs","type":"event"}]},"item.place.minecraft.golden_carrot":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_carrot","type":"event"}]},"item.pickup.minecraft.lime_glazed_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.light_gray_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_carpet","type":"event"}]},"item.select.minecraft.powder_snow_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.powder_snow_bucket","type":"event"}]},"item.place.minecraft.potato":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.potato","type":"event"}]},"item.place.minecraft.iron_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_ore","type":"event"}]},"item.select.minecraft.rail":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.rail","type":"event"}]},"item.select.minecraft.exposed_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.exposed_copper","type":"event"}]},"item.place.minecraft.mangrove_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_fence","type":"event"}]},"item.select.minecraft.raw_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.raw_copper","type":"event"}]},"item.select.minecraft.yellow_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_bed","type":"event"}]},"item.place.minecraft.shears":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.shears","type":"event"}]},"item.pickup.minecraft.white_stained_glass":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.lime_stained_glass":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.sea_lantern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sea_lantern","type":"event"}]},"item.pickup.minecraft.dispenser":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.granite_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.granite_stairs","type":"event"}]},"item.select.minecraft.honeycomb_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.honeycomb_block","type":"event"}]},"item.select.minecraft.dead_fire_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_fire_coral_fan","type":"event"}]},"item.select.minecraft.coal_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.coal_ore","type":"event"}]},"item.select.minecraft.cartography_table":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cartography_table","type":"event"}]},"item.select.minecraft.piglin_banner_pattern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.piglin_banner_pattern","type":"event"}]},"item.place.minecraft.chainmail_helmet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chainmail_helmet","type":"event"}]},"item.place.minecraft.cod_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cod_bucket","type":"event"}]},"item.select.minecraft.magenta_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_shulker_box","type":"event"}]},"item.pickup.minecraft.pointed_dripstone":{"sounds":[{"name":"minecraft:block.pointed_dripstone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.torch":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.torch","type":"event"}]},"item.select.minecraft.red_sandstone_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_sandstone_stairs","type":"event"}]},"item.pickup.minecraft.wither_skeleton_skull":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.smooth_sandstone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_sandstone_slab","type":"event"}]},"item.pickup.minecraft.dark_oak_slab":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bucket","type":"event"}]},"item.pickup.minecraft.budding_amethyst":{"sounds":[{"name":"minecraft:block.amethyst_block.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.waxed_weathered_cut_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_weathered_cut_copper","type":"event"}]},"item.select.minecraft.warped_fungus":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_fungus","type":"event"}]},"item.pickup.minecraft.repeating_command_block":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.yellow_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_bed","type":"event"}]},"item.select.minecraft.cod_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cod_bucket","type":"event"}]},"item.pickup.minecraft.tripwire_hook":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.deepslate_emerald_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_emerald_ore","type":"event"}]},"item.place.minecraft.diamond":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond","type":"event"}]},"item.place.minecraft.shield":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.shield","type":"event"}]},"item.place.minecraft.nether_star":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_star","type":"event"}]},"item.pickup.minecraft.lapis_block":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.lodestone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lodestone","type":"event"}]},"item.select.minecraft.daylight_detector":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.daylight_detector","type":"event"}]},"item.select.minecraft.sea_lantern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sea_lantern","type":"event"}]},"item.pickup.minecraft.smooth_red_sandstone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.bone_meal":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bone_meal","type":"event"}]},"item.place.minecraft.shulker_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.shulker_spawn_egg","type":"event"}]},"item.place.minecraft.granite":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.granite","type":"event"}]},"item.select.minecraft.magenta_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_terracotta","type":"event"}]},"item.place.minecraft.dead_bush":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_bush","type":"event"}]},"item.pickup.minecraft.bamboo_hanging_sign":{"sounds":[{"name":"minecraft:block.bamboo_wood_hanging_sign.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.string":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.string","type":"event"}]},"item.pickup.minecraft.yellow_bed":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.air":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.diamond_sword":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_sword","type":"event"}]},"item.select.minecraft.sculk_catalyst":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sculk_catalyst","type":"event"}]},"item.pickup.minecraft.bone_block":{"sounds":[{"name":"minecraft:block.bone_block.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.waxed_oxidized_cut_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_oxidized_cut_copper","type":"event"}]},"item.select.minecraft.music_disc_ward":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_ward","type":"event"}]},"item.place.minecraft.mossy_cobblestone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mossy_cobblestone_slab","type":"event"}]},"item.pickup.minecraft.prismarine_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.jungle_pressure_plate":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.redstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.redstone","type":"event"}]},"item.place.minecraft.fire_charge":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.fire_charge","type":"event"}]},"item.pickup.minecraft.acacia_pressure_plate":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.chiseled_deepslate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chiseled_deepslate","type":"event"}]},"item.pickup.minecraft.bamboo_block":{"sounds":[{"name":"minecraft:block.bamboo_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.warped_fungus":{"sounds":[{"name":"minecraft:block.fungus.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.wooden_shovel":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wooden_shovel","type":"event"}]},"item.place.minecraft.netherite_sword":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_sword","type":"event"}]},"item.select.minecraft.black_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_banner","type":"event"}]},"item.place.minecraft.gray_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_dye","type":"event"}]},"item.place.minecraft.reinforced_deepslate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.reinforced_deepslate","type":"event"}]},"item.pickup.minecraft.prismarine_crystals":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.birch_slab":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.purple_concrete_powder":{"sounds":[{"name":"minecraft:block.sand.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.chiseled_nether_bricks":{"sounds":[{"name":"minecraft:block.nether_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.echo_shard":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.echo_shard","type":"event"}]},"item.select.minecraft.oxidized_cut_copper_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oxidized_cut_copper_stairs","type":"event"}]},"item.place.minecraft.light_gray_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_candle","type":"event"}]},"item.select.minecraft.polished_deepslate_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_deepslate_slab","type":"event"}]},"item.pickup.minecraft.cobblestone_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.magenta_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.azalea":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.azalea","type":"event"}]},"item.pickup.minecraft.bamboo_chest_raft":{"sounds":[{"name":"extrasounds:item.category.boat","type":"event"}]},"item.place.minecraft.golden_hoe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_hoe","type":"event"}]},"item.pickup.minecraft.magenta_stained_glass":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.cyan_concrete":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.light_blue_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_dye","type":"event"}]},"item.place.minecraft.light_gray_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_stained_glass_pane","type":"event"}]},"item.select.minecraft.glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glass","type":"event"}]},"item.place.minecraft.light_blue_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_candle","type":"event"}]},"item.select.minecraft.spruce_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_planks","type":"event"}]},"item.select.minecraft.cracked_deepslate_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cracked_deepslate_bricks","type":"event"}]},"item.place.minecraft.yellow_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_shulker_box","type":"event"}]},"item.pickup.minecraft.mossy_stone_brick_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.diamond":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond","type":"event"}]},"item.place.minecraft.slime_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.slime_spawn_egg","type":"event"}]},"item.pickup.minecraft.bamboo_button":{"sounds":[{"name":"minecraft:block.bamboo_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.brown_mushroom":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_mushroom","type":"event"}]},"item.place.minecraft.sculk":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sculk","type":"event"}]},"item.pickup.minecraft.gold_block":{"sounds":[{"name":"minecraft:block.metal.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.polished_andesite_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_andesite_slab","type":"event"}]},"item.place.minecraft.music_disc_wait":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_wait","type":"event"}]},"item.select.minecraft.bow":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bow","type":"event"}]},"item.place.minecraft.birch_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_planks","type":"event"}]},"item.pickup.minecraft.trident":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.dragon_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dragon_egg","type":"event"}]},"item.select.minecraft.spruce_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_trapdoor","type":"event"}]},"item.pickup.minecraft.stone_axe":{"sounds":[{"name":"extrasounds:item.category.gear.stone","type":"event"}]},"item.place.minecraft.red_sandstone_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_sandstone_stairs","type":"event"}]},"item.pickup.minecraft.red_nether_bricks":{"sounds":[{"name":"minecraft:block.nether_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.oxidized_copper":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.granite":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.granite","type":"event"}]},"item.pickup.minecraft.ocelot_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.player_head":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.waxed_oxidized_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_oxidized_copper","type":"event"}]},"item.place.minecraft.tropical_fish_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tropical_fish_bucket","type":"event"}]},"item.select.minecraft.mooshroom_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mooshroom_spawn_egg","type":"event"}]},"item.place.minecraft.magenta_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_carpet","type":"event"}]},"item.pickup.minecraft.enderman_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.netherite_scrap":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.red_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.nether_brick_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_brick_fence","type":"event"}]},"item.select.minecraft.heavy_weighted_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.heavy_weighted_pressure_plate","type":"event"}]},"item.place.minecraft.stone_sword":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_sword","type":"event"}]},"item.select.minecraft.warped_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_hanging_sign","type":"event"}]},"item.pickup.minecraft.iron_nugget":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.glow_ink_sac":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glow_ink_sac","type":"event"}]},"item.place.minecraft.large_fern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.large_fern","type":"event"}]},"item.select.minecraft.stone_brick_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_brick_wall","type":"event"}]},"item.select.minecraft.stone_pickaxe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_pickaxe","type":"event"}]},"item.select.minecraft.witch_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.witch_spawn_egg","type":"event"}]},"item.pickup.minecraft.squid_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.ender_chest":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ender_chest","type":"event"}]},"item.select.minecraft.hay_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.hay_block","type":"event"}]},"item.pickup.minecraft.sugar_cane":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.place.minecraft.red_sandstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_sandstone","type":"event"}]},"item.select.minecraft.oak_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_wood","type":"event"}]},"item.place.minecraft.grass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.grass","type":"event"}]},"item.pickup.minecraft.redstone_lamp":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.cornflower":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.purpur_pillar":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purpur_pillar","type":"event"}]},"item.select.minecraft.warped_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_button","type":"event"}]},"item.select.minecraft.polished_blackstone_brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone_brick_stairs","type":"event"}]},"item.place.minecraft.tall_grass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tall_grass","type":"event"}]},"item.select.minecraft.brick":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brick","type":"event"}]},"item.select.minecraft.red_sand":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_sand","type":"event"}]},"item.pickup.minecraft.stripped_dark_oak_wood":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.magma_cube_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.melon":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.bat_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bat_spawn_egg","type":"event"}]},"item.select.minecraft.polished_andesite":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_andesite","type":"event"}]},"item.pickup.minecraft.lantern":{"sounds":[{"name":"minecraft:block.lantern.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.cracked_stone_bricks":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.dark_oak_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_hanging_sign","type":"event"}]},"item.select.minecraft.warped_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_stairs","type":"event"}]},"item.pickup.minecraft.blue_concrete_powder":{"sounds":[{"name":"minecraft:block.sand.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.piston":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.gold_ingot":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gold_ingot","type":"event"}]},"item.select.minecraft.purple_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_carpet","type":"event"}]},"item.pickup.minecraft.magenta_concrete_powder":{"sounds":[{"name":"minecraft:block.sand.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.axolotl_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.axolotl_spawn_egg","type":"event"}]},"item.select.minecraft.bookshelf":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bookshelf","type":"event"}]},"item.place.minecraft.granite_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.granite_slab","type":"event"}]},"item.select.minecraft.raw_iron":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.raw_iron","type":"event"}]},"item.place.minecraft.andesite":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.andesite","type":"event"}]},"item.select.minecraft.mule_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mule_spawn_egg","type":"event"}]},"item.pickup.minecraft.strider_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.deepslate_lapis_ore":{"sounds":[{"name":"minecraft:block.deepslate.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.horse_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.horse_spawn_egg","type":"event"}]},"item.pickup.minecraft.jungle_planks":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.polished_deepslate_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_deepslate_slab","type":"event"}]},"item.place.minecraft.smooth_sandstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_sandstone","type":"event"}]},"item.pickup.minecraft.glow_item_frame":{"sounds":[{"name":"extrasounds:item.category.frame","type":"event"}]},"item.select.minecraft.infested_stone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.infested_stone","type":"event"}]},"item.place.minecraft.turtle_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.turtle_spawn_egg","type":"event"}]},"item.place.minecraft.calcite":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.calcite","type":"event"}]},"item.select.minecraft.jack_o_lantern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jack_o_lantern","type":"event"}]},"item.pickup.minecraft.snow":{"sounds":[{"name":"minecraft:block.snow.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.acacia_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_pressure_plate","type":"event"}]},"item.pickup.minecraft.endermite_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.honey_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.honey_block","type":"event"}]},"item.select.minecraft.cobblestone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cobblestone","type":"event"}]},"item.place.minecraft.gold_nugget":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gold_nugget","type":"event"}]},"item.place.minecraft.lime_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_glazed_terracotta","type":"event"}]},"item.pickup.minecraft.spectral_arrow":{"sounds":[{"name":"extrasounds:item.category.arrow","type":"event"}]},"item.place.minecraft.diamond_shovel":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_shovel","type":"event"}]},"item.place.minecraft.infested_stone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.infested_stone_bricks","type":"event"}]},"item.select.minecraft.end_stone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.end_stone","type":"event"}]},"item.select.minecraft.minecart":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.minecart","type":"event"}]},"item.pickup.minecraft.bucket":{"sounds":[{"name":"extrasounds:item.category.metal","type":"event"}]},"item.place.minecraft.spruce_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_sign","type":"event"}]},"item.select.minecraft.light_gray_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_candle","type":"event"}]},"item.place.minecraft.scute":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.scute","type":"event"}]},"item.place.minecraft.purple_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_wool","type":"event"}]},"item.select.minecraft.mushroom_stem":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mushroom_stem","type":"event"}]},"item.place.minecraft.parrot_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.parrot_spawn_egg","type":"event"}]},"item.pickup.minecraft.purple_banner":{"sounds":[{"name":"extrasounds:item.category.banner","type":"event"}]},"item.select.minecraft.polished_blackstone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone_slab","type":"event"}]},"item.place.minecraft.magenta_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_candle","type":"event"}]},"item.place.minecraft.oak_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_boat","type":"event"}]},"item.place.minecraft.purpur_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purpur_slab","type":"event"}]},"item.pickup.minecraft.brown_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.conduit":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.conduit","type":"event"}]},"item.pickup.minecraft.nautilus_shell":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.polished_diorite":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_diorite","type":"event"}]},"item.place.minecraft.andesite_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.andesite_slab","type":"event"}]},"item.select.minecraft.orange_tulip":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_tulip","type":"event"}]},"item.pickup.minecraft.chicken":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.frog_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.spyglass":{"sounds":[{"name":"extrasounds:item.category.gear.golden","type":"event"}]},"item.place.minecraft.fire_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.fire_coral_fan","type":"event"}]},"item.place.minecraft.bamboo_mosaic":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_mosaic","type":"event"}]},"item.select.minecraft.mushroom_stew":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mushroom_stew","type":"event"}]},"item.select.minecraft.yellow_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_banner","type":"event"}]},"item.pickup.minecraft.moss_block":{"sounds":[{"name":"minecraft:block.moss.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.cauldron":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cauldron","type":"event"}]},"item.place.minecraft.lapis_lazuli":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lapis_lazuli","type":"event"}]},"item.place.minecraft.potion":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.potion","type":"event"}]},"item.place.minecraft.music_disc_ward":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_ward","type":"event"}]},"item.pickup.minecraft.chainmail_chestplate":{"sounds":[{"name":"extrasounds:item.category.gear.chain","type":"event"}]},"item.place.minecraft.sunflower":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sunflower","type":"event"}]},"item.pickup.minecraft.paper":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.birch_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_boat","type":"event"}]},"item.place.minecraft.acacia_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_button","type":"event"}]},"item.select.minecraft.music_disc_pigstep":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_pigstep","type":"event"}]},"item.pickup.minecraft.deepslate":{"sounds":[{"name":"minecraft:block.deepslate.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.stone_hoe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_hoe","type":"event"}]},"item.select.minecraft.smoker":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smoker","type":"event"}]},"item.place.minecraft.peony":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.peony","type":"event"}]},"item.place.minecraft.dead_horn_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_horn_coral_block","type":"event"}]},"item.place.minecraft.chiseled_quartz_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chiseled_quartz_block","type":"event"}]},"item.place.minecraft.smithing_table":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smithing_table","type":"event"}]},"item.pickup.minecraft.spruce_stairs":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.water_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.water_bucket","type":"event"}]},"item.place.minecraft.cobblestone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cobblestone","type":"event"}]},"item.select.minecraft.chiseled_polished_blackstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chiseled_polished_blackstone","type":"event"}]},"item.place.minecraft.white_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_candle","type":"event"}]},"item.pickup.minecraft.acacia_boat":{"sounds":[{"name":"extrasounds:item.category.boat","type":"event"}]},"item.select.minecraft.coal":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.coal","type":"event"}]},"item.place.minecraft.polished_blackstone_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone_wall","type":"event"}]},"item.pickup.minecraft.orange_shulker_box":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.oak_pressure_plate":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.tropical_fish":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tropical_fish","type":"event"}]},"item.select.minecraft.nether_star":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_star","type":"event"}]},"item.place.minecraft.acacia_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_door","type":"event"}]},"item.select.minecraft.bamboo_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_block","type":"event"}]},"item.place.minecraft.mossy_stone_brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mossy_stone_brick_slab","type":"event"}]},"item.select.minecraft.globe_banner_pattern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.globe_banner_pattern","type":"event"}]},"item.pickup.minecraft.raw_gold":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.bamboo_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_planks","type":"event"}]},"item.select.minecraft.quartz_pillar":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.quartz_pillar","type":"event"}]},"item.place.minecraft.purple_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_dye","type":"event"}]},"item.select.minecraft.guardian_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.guardian_spawn_egg","type":"event"}]},"item.place.minecraft.spruce_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_log","type":"event"}]},"item.place.minecraft.light_blue_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_concrete_powder","type":"event"}]},"item.select.minecraft.chainmail_boots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chainmail_boots","type":"event"}]},"item.pickup.minecraft.crimson_roots":{"sounds":[{"name":"minecraft:block.roots.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.sponge":{"sounds":[{"name":"minecraft:block.grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.dirt_path":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dirt_path","type":"event"}]},"item.pickup.minecraft.sweet_berries":{"sounds":[{"name":"minecraft:block.sweet_berry_bush.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.blue_bed":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.chorus_plant":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chorus_plant","type":"event"}]},"item.place.minecraft.silverfish_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.silverfish_spawn_egg","type":"event"}]},"item.place.minecraft.chiseled_nether_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chiseled_nether_bricks","type":"event"}]},"item.select.minecraft.white_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_concrete","type":"event"}]},"item.place.minecraft.birch_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_pressure_plate","type":"event"}]},"item.place.minecraft.stripped_birch_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_birch_log","type":"event"}]},"item.pickup.minecraft.cookie":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.iron_chestplate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_chestplate","type":"event"}]},"item.pickup.minecraft.smooth_basalt":{"sounds":[{"name":"minecraft:block.basalt.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.enderman_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.enderman_spawn_egg","type":"event"}]},"item.place.minecraft.azalea_leaves":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.azalea_leaves","type":"event"}]},"item.select.minecraft.dirt":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dirt","type":"event"}]},"item.select.minecraft.orange_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_dye","type":"event"}]},"item.place.minecraft.sheep_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sheep_spawn_egg","type":"event"}]},"item.place.minecraft.diamond_pickaxe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_pickaxe","type":"event"}]},"item.place.minecraft.nether_sprouts":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_sprouts","type":"event"}]},"item.place.minecraft.mangrove_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_wood","type":"event"}]},"item.place.minecraft.stone_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_button","type":"event"}]},"item.pickup.minecraft.cyan_dye":{"sounds":[{"name":"extrasounds:item.category.dust","type":"event"}]},"item.place.minecraft.lime_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_dye","type":"event"}]},"item.pickup.minecraft.turtle_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.blue_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_stained_glass_pane","type":"event"}]},"item.select.minecraft.stripped_mangrove_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_mangrove_log","type":"event"}]},"item.pickup.minecraft.iron_hoe":{"sounds":[{"name":"extrasounds:item.category.gear.iron","type":"event"}]},"item.pickup.minecraft.polished_deepslate_stairs":{"sounds":[{"name":"minecraft:block.polished_deepslate.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.blackstone_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.infested_stone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.infested_stone","type":"event"}]},"item.place.minecraft.slime_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.slime_block","type":"event"}]},"item.select.minecraft.acacia_sapling":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_sapling","type":"event"}]},"item.place.minecraft.oxeye_daisy":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oxeye_daisy","type":"event"}]},"item.pickup.minecraft.yellow_banner":{"sounds":[{"name":"extrasounds:item.category.banner","type":"event"}]},"item.place.minecraft.yellow_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_candle","type":"event"}]},"item.place.minecraft.light_blue_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_carpet","type":"event"}]},"item.pickup.minecraft.powder_snow_bucket":{"sounds":[{"name":"minecraft:block.powder_snow.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.purple_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_wool","type":"event"}]},"item.select.minecraft.bedrock":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bedrock","type":"event"}]},"item.select.minecraft.oak_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_slab","type":"event"}]},"item.place.minecraft.chorus_fruit":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chorus_fruit","type":"event"}]},"item.select.minecraft.prismarine_shard":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.prismarine_shard","type":"event"}]},"item.select.minecraft.lime_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_bed","type":"event"}]},"item.select.minecraft.spruce_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_fence_gate","type":"event"}]},"item.select.minecraft.black_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_stained_glass","type":"event"}]},"item.place.minecraft.sculk_shrieker":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sculk_shrieker","type":"event"}]},"item.place.minecraft.warped_wart_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_wart_block","type":"event"}]},"item.select.minecraft.tadpole_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tadpole_spawn_egg","type":"event"}]},"item.pickup.minecraft.poppy":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.pickup.minecraft.iron_golem_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.birch_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_button","type":"event"}]},"item.pickup.minecraft.jungle_fence":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.popped_chorus_fruit":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.popped_chorus_fruit","type":"event"}]},"item.select.minecraft.mangrove_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_button","type":"event"}]},"item.select.minecraft.snow_golem_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.snow_golem_spawn_egg","type":"event"}]},"item.pickup.minecraft.beacon":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.brown_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_banner","type":"event"}]},"item.select.minecraft.tadpole_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tadpole_bucket","type":"event"}]},"item.place.minecraft.polished_blackstone_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone_stairs","type":"event"}]},"item.pickup.minecraft.parrot_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.prismarine_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.prismarine_slab","type":"event"}]},"item.select.minecraft.polished_diorite_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_diorite_slab","type":"event"}]},"item.place.minecraft.sandstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sandstone","type":"event"}]},"item.select.minecraft.quartz_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.quartz_stairs","type":"event"}]},"item.pickup.minecraft.red_stained_glass_pane":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.end_portal_frame":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.quartz_pillar":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.blaze_rod":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blaze_rod","type":"event"}]},"item.select.minecraft.small_amethyst_bud":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.small_amethyst_bud","type":"event"}]},"item.pickup.minecraft.andesite_wall":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.dead_bubble_coral_fan":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.stripped_dark_oak_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_dark_oak_log","type":"event"}]},"item.place.minecraft.echo_shard":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.echo_shard","type":"event"}]},"item.select.minecraft.cobbled_deepslate_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cobbled_deepslate_wall","type":"event"}]},"item.pickup.minecraft.oak_fence":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.mossy_cobblestone_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.brown_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_shulker_box","type":"event"}]},"item.select.minecraft.birch_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_fence","type":"event"}]},"item.place.minecraft.deepslate_tiles":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_tiles","type":"event"}]},"item.pickup.minecraft.enchanted_book":{"sounds":[{"name":"extrasounds:item.category.paper","type":"event"}]},"item.select.minecraft.piston":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.piston","type":"event"}]},"item.pickup.minecraft.green_carpet":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.obsidian":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.obsidian","type":"event"}]},"item.place.minecraft.coal":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.coal","type":"event"}]},"item.pickup.minecraft.phantom_membrane":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.bamboo_trapdoor":{"sounds":[{"name":"minecraft:block.bamboo_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.infested_cobblestone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.infested_cobblestone","type":"event"}]},"item.select.minecraft.crimson_hyphae":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_hyphae","type":"event"}]},"item.select.minecraft.deepslate_brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_brick_stairs","type":"event"}]},"item.pickup.minecraft.anvil":{"sounds":[{"name":"minecraft:block.anvil.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.oak_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_log","type":"event"}]},"item.select.minecraft.end_crystal":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.end_crystal","type":"event"}]},"item.place.minecraft.dirt":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dirt","type":"event"}]},"item.select.minecraft.large_fern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.large_fern","type":"event"}]},"item.pickup.minecraft.salmon":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.horn_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.horn_coral_fan","type":"event"}]},"item.place.minecraft.diorite_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diorite_wall","type":"event"}]},"item.pickup.minecraft.pillager_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.amethyst_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.amethyst_block","type":"event"}]},"item.select.minecraft.slime_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.slime_block","type":"event"}]},"item.pickup.minecraft.stone_shovel":{"sounds":[{"name":"extrasounds:item.category.gear.stone","type":"event"}]},"item.select.minecraft.hoglin_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.hoglin_spawn_egg","type":"event"}]},"item.pickup.minecraft.magenta_concrete":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.end_crystal":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.diamond_helmet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_helmet","type":"event"}]},"item.place.minecraft.armor_stand":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.armor_stand","type":"event"}]},"item.select.minecraft.light_blue_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_shulker_box","type":"event"}]},"item.place.minecraft.green_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_concrete_powder","type":"event"}]},"item.pickup.minecraft.dark_oak_door":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.warped_stairs":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.polished_basalt":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_basalt","type":"event"}]},"item.place.minecraft.stripped_mangrove_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_mangrove_wood","type":"event"}]},"item.pickup.minecraft.exposed_cut_copper_stairs":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.dead_brain_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_brain_coral_block","type":"event"}]},"item.pickup.minecraft.carrot_on_a_stick":{"sounds":[{"name":"extrasounds:item.category.gear.generic","type":"event"}]},"item.place.minecraft.lime_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_wool","type":"event"}]},"item.select.minecraft.kelp":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.kelp","type":"event"}]},"item.pickup.minecraft.slime_block":{"sounds":[{"name":"minecraft:block.slime_block.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.nether_brick_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_brick_wall","type":"event"}]},"item.pickup.minecraft.black_wool":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.netherite_pickaxe":{"sounds":[{"name":"extrasounds:item.category.gear.netherite","type":"event"}]},"item.select.minecraft.pink_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_terracotta","type":"event"}]},"item.pickup.minecraft.black_stained_glass_pane":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.chainmail_helmet":{"sounds":[{"name":"extrasounds:item.category.gear.chain","type":"event"}]},"item.select.minecraft.red_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_dye","type":"event"}]},"item.place.minecraft.end_crystal":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.end_crystal","type":"event"}]},"item.select.minecraft.soul_lantern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.soul_lantern","type":"event"}]},"item.pickup.minecraft.wooden_shovel":{"sounds":[{"name":"extrasounds:item.category.gear.wood","type":"event"}]},"item.select.minecraft.weathered_cut_copper_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.weathered_cut_copper_slab","type":"event"}]},"item.select.minecraft.oxidized_cut_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oxidized_cut_copper","type":"event"}]},"item.pickup.minecraft.smooth_stone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.cut_copper_slab":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.slime_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.black_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_stained_glass_pane","type":"event"}]},"item.place.minecraft.iron_helmet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_helmet","type":"event"}]},"item.place.minecraft.jungle_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_planks","type":"event"}]},"item.pickup.minecraft.deepslate_tile_slab":{"sounds":[{"name":"minecraft:block.deepslate_tiles.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.polished_blackstone_brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone_brick_slab","type":"event"}]},"item.place.minecraft.azure_bluet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.azure_bluet","type":"event"}]},"item.pickup.minecraft.stripped_mangrove_log":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.purpur_pillar":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.birch_wood":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.deepslate_brick_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_brick_wall","type":"event"}]},"item.place.minecraft.bamboo":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo","type":"event"}]},"item.place.minecraft.crafting_table":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crafting_table","type":"event"}]},"item.pickup.minecraft.light_gray_stained_glass":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.red_sandstone_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.red_mushroom":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_mushroom","type":"event"}]},"item.pickup.minecraft.cooked_rabbit":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.gold_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gold_ore","type":"event"}]},"item.place.minecraft.chainmail_chestplate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chainmail_chestplate","type":"event"}]},"item.place.minecraft.weathered_cut_copper_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.weathered_cut_copper_stairs","type":"event"}]},"item.place.minecraft.music_disc_cat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_cat","type":"event"}]},"item.select.minecraft.smooth_red_sandstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_red_sandstone","type":"event"}]},"item.pickup.minecraft.tube_coral_fan":{"sounds":[{"name":"minecraft:block.wet_grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.soul_campfire":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.soul_campfire","type":"event"}]},"item.pickup.minecraft.infested_mossy_stone_bricks":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.red_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_carpet","type":"event"}]},"item.pickup.minecraft.deepslate_emerald_ore":{"sounds":[{"name":"minecraft:block.deepslate.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.red_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_carpet","type":"event"}]},"item.pickup.minecraft.cyan_stained_glass":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.fern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.fern","type":"event"}]},"item.pickup.minecraft.light_blue_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.light_weighted_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_weighted_pressure_plate","type":"event"}]},"item.select.minecraft.blue_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_banner","type":"event"}]},"item.place.minecraft.wooden_axe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wooden_axe","type":"event"}]},"item.select.minecraft.dead_horn_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_horn_coral_fan","type":"event"}]},"item.pickup.minecraft.oak_button":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.rabbit_stew":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.rabbit_stew","type":"event"}]},"item.select.minecraft.endermite_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.endermite_spawn_egg","type":"event"}]},"item.pickup.minecraft.ghast_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.chiseled_sandstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chiseled_sandstone","type":"event"}]},"item.place.minecraft.acacia_sapling":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_sapling","type":"event"}]},"item.pickup.minecraft.light_blue_glazed_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.black_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_carpet","type":"event"}]},"item.pickup.minecraft.crimson_nylium":{"sounds":[{"name":"minecraft:block.nylium.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.sculk_shrieker":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sculk_shrieker","type":"event"}]},"item.pickup.minecraft.chiseled_polished_blackstone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.brick_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.andesite_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.spruce_fence":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.sandstone_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.elytra":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.elytra","type":"event"}]},"item.pickup.minecraft.tropical_fish":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.tipped_arrow":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tipped_arrow","type":"event"}]},"item.pickup.minecraft.red_nether_brick_stairs":{"sounds":[{"name":"minecraft:block.nether_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.brown_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_dye","type":"event"}]},"item.select.minecraft.skeleton_horse_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.skeleton_horse_spawn_egg","type":"event"}]},"item.select.minecraft.armor_stand":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.armor_stand","type":"event"}]},"item.place.minecraft.mud_brick_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mud_brick_wall","type":"event"}]},"item.place.minecraft.cobbled_deepslate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cobbled_deepslate","type":"event"}]},"item.pickup.minecraft.creeper_banner_pattern":{"sounds":[{"name":"extrasounds:item.category.paper","type":"event"}]},"item.place.minecraft.blackstone_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blackstone_wall","type":"event"}]},"item.place.minecraft.purple_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_stained_glass","type":"event"}]},"item.select.minecraft.nether_brick_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_brick_fence","type":"event"}]},"item.pickup.minecraft.rail":{"sounds":[{"name":"extrasounds:item.category.rail","type":"event"}]},"item.select.minecraft.gravel":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gravel","type":"event"}]},"item.select.minecraft.black_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_shulker_box","type":"event"}]},"item.select.minecraft.cyan_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_bed","type":"event"}]},"item.select.minecraft.magenta_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_wool","type":"event"}]},"item.place.minecraft.mojang_banner_pattern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mojang_banner_pattern","type":"event"}]},"item.select.minecraft.shulker_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.shulker_spawn_egg","type":"event"}]},"item.place.minecraft.sculk_vein":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sculk_vein","type":"event"}]},"item.pickup.minecraft.gray_glazed_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.stripped_mangrove_wood":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.polished_blackstone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone_bricks","type":"event"}]},"item.place.minecraft.weathered_cut_copper_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.weathered_cut_copper_slab","type":"event"}]},"item.place.minecraft.bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bricks","type":"event"}]},"item.pickup.minecraft.activator_rail":{"sounds":[{"name":"extrasounds:item.category.rail","type":"event"}]},"item.pickup.minecraft.name_tag":{"sounds":[{"name":"extrasounds:item.category.paper","type":"event"}]},"item.place.minecraft.warped_fungus_on_a_stick":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_fungus_on_a_stick","type":"event"}]},"item.pickup.minecraft.shulker_box":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.light_gray_carpet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_carpet","type":"event"}]},"item.pickup.minecraft.rabbit_hide":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.cracked_polished_blackstone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cracked_polished_blackstone_bricks","type":"event"}]},"item.select.minecraft.nether_wart_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_wart_block","type":"event"}]},"item.select.minecraft.warped_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_slab","type":"event"}]},"item.place.minecraft.quartz_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.quartz_slab","type":"event"}]},"item.place.minecraft.daylight_detector":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.daylight_detector","type":"event"}]},"item.select.minecraft.gray_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_banner","type":"event"}]},"item.place.minecraft.dead_bubble_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_bubble_coral_block","type":"event"}]},"item.select.minecraft.polished_blackstone_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_blackstone_pressure_plate","type":"event"}]},"item.pickup.minecraft.bamboo_mosaic_slab":{"sounds":[{"name":"minecraft:block.bamboo_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.waxed_cut_copper":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.waxed_oxidized_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_oxidized_copper","type":"event"}]},"item.select.minecraft.salmon_bucket":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.salmon_bucket","type":"event"}]},"item.select.minecraft.flowering_azalea":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.flowering_azalea","type":"event"}]},"item.pickup.minecraft.tube_coral_block":{"sounds":[{"name":"minecraft:block.coral_block.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.diamond_boots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_boots","type":"event"}]},"item.select.minecraft.snowball":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.snowball","type":"event"}]},"item.pickup.minecraft.red_banner":{"sounds":[{"name":"extrasounds:item.category.banner","type":"event"}]},"item.pickup.minecraft.powered_rail":{"sounds":[{"name":"extrasounds:item.category.rail","type":"event"}]},"item.place.minecraft.kelp":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.kelp","type":"event"}]},"item.place.minecraft.brown_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_shulker_box","type":"event"}]},"item.select.minecraft.bamboo_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_fence_gate","type":"event"}]},"item.place.minecraft.lily_of_the_valley":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lily_of_the_valley","type":"event"}]},"item.pickup.minecraft.blue_ice":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.smoker":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smoker","type":"event"}]},"item.place.minecraft.cobblestone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cobblestone_slab","type":"event"}]},"item.pickup.minecraft.filled_map":{"sounds":[{"name":"extrasounds:item.category.paper","type":"event"}]},"item.select.minecraft.dark_oak_chest_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_chest_boat","type":"event"}]},"item.place.minecraft.spruce_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_hanging_sign","type":"event"}]},"item.place.minecraft.glowstone_dust":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glowstone_dust","type":"event"}]},"item.select.minecraft.dolphin_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dolphin_spawn_egg","type":"event"}]},"item.select.minecraft.rabbit_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.rabbit_spawn_egg","type":"event"}]},"item.pickup.minecraft.orange_stained_glass":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.spruce_button":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.witch_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.witch_spawn_egg","type":"event"}]},"item.place.minecraft.orange_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_bed","type":"event"}]},"item.pickup.minecraft.birch_fence_gate":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.mossy_cobblestone_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mossy_cobblestone_stairs","type":"event"}]},"item.select.minecraft.apple":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.apple","type":"event"}]},"item.place.minecraft.cooked_cod":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cooked_cod","type":"event"}]},"item.pickup.minecraft.zombie_villager_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.mangrove_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_log","type":"event"}]},"item.pickup.minecraft.birch_door":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.golden_horse_armor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_horse_armor","type":"event"}]},"item.pickup.minecraft.white_dye":{"sounds":[{"name":"extrasounds:item.category.dust","type":"event"}]},"item.select.minecraft.purpur_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purpur_stairs","type":"event"}]},"item.pickup.minecraft.acacia_chest_boat":{"sounds":[{"name":"extrasounds:item.category.boat","type":"event"}]},"item.pickup.minecraft.jigsaw":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.air":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.air","type":"event"}]},"item.pickup.minecraft.frogspawn":{"sounds":[{"name":"minecraft:block.frogspawn.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.hopper_minecart":{"sounds":[{"name":"extrasounds:item.category.minecart","type":"event"}]},"item.place.minecraft.golden_shovel":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_shovel","type":"event"}]},"item.place.minecraft.raw_iron_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.raw_iron_block","type":"event"}]},"item.pickup.minecraft.bamboo_stairs":{"sounds":[{"name":"minecraft:block.bamboo_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.pink_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_shulker_box","type":"event"}]},"item.place.minecraft.chiseled_bookshelf":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chiseled_bookshelf","type":"event"}]},"item.pickup.minecraft.waxed_oxidized_cut_copper_stairs":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.cyan_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_terracotta","type":"event"}]},"item.place.minecraft.dark_oak_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_pressure_plate","type":"event"}]},"item.place.minecraft.jack_o_lantern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jack_o_lantern","type":"event"}]},"item.pickup.minecraft.warped_stem":{"sounds":[{"name":"minecraft:block.stem.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.observer":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.observer","type":"event"}]},"item.place.minecraft.shulker_shell":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.shulker_shell","type":"event"}]},"item.select.minecraft.crimson_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_planks","type":"event"}]},"item.pickup.minecraft.large_amethyst_bud":{"sounds":[{"name":"minecraft:block.medium_amethyst_bud.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.black_dye":{"sounds":[{"name":"extrasounds:item.category.dust","type":"event"}]},"item.select.minecraft.diorite_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diorite_stairs","type":"event"}]},"item.select.minecraft.polished_granite":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_granite","type":"event"}]},"item.place.minecraft.bamboo_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_stairs","type":"event"}]},"item.pickup.minecraft.polished_granite_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.dark_oak_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_slab","type":"event"}]},"item.select.minecraft.polished_granite_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_granite_stairs","type":"event"}]},"item.place.minecraft.redstone_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.redstone_block","type":"event"}]},"item.place.minecraft.ghast_tear":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ghast_tear","type":"event"}]},"item.pickup.minecraft.green_candle":{"sounds":[{"name":"minecraft:block.candle.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.bamboo_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_button","type":"event"}]},"item.select.minecraft.powered_rail":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.powered_rail","type":"event"}]},"item.pickup.minecraft.kelp":{"sounds":[{"name":"minecraft:block.wet_grass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.fire_coral_fan":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.fire_coral_fan","type":"event"}]},"item.pickup.minecraft.magenta_dye":{"sounds":[{"name":"extrasounds:item.category.dust","type":"event"}]},"item.place.minecraft.smooth_stone_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_stone_slab","type":"event"}]},"item.select.minecraft.deepslate_tiles":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_tiles","type":"event"}]},"item.select.minecraft.blue_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_dye","type":"event"}]},"item.place.minecraft.deepslate_emerald_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_emerald_ore","type":"event"}]},"item.select.minecraft.pink_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_stained_glass","type":"event"}]},"item.place.minecraft.coarse_dirt":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.coarse_dirt","type":"event"}]},"item.place.minecraft.weathered_cut_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.weathered_cut_copper","type":"event"}]},"item.select.minecraft.weeping_vines":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.weeping_vines","type":"event"}]},"item.select.minecraft.deepslate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate","type":"event"}]},"item.pickup.minecraft.magenta_stained_glass_pane":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.axolotl_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.axolotl_spawn_egg","type":"event"}]},"item.place.minecraft.gray_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_shulker_box","type":"event"}]},"item.place.minecraft.mangrove_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_button","type":"event"}]},"item.pickup.minecraft.cobblestone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.light_gray_shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_shulker_box","type":"event"}]},"item.select.minecraft.panda_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.panda_spawn_egg","type":"event"}]},"item.select.minecraft.purpur_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purpur_block","type":"event"}]},"item.place.minecraft.brain_coral":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brain_coral","type":"event"}]},"item.pickup.minecraft.tropical_fish_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.donkey_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.donkey_spawn_egg","type":"event"}]},"item.select.minecraft.acacia_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_boat","type":"event"}]},"item.place.minecraft.stone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone","type":"event"}]},"item.select.minecraft.rabbit":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.rabbit","type":"event"}]},"item.select.minecraft.diamond_pickaxe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_pickaxe","type":"event"}]},"item.select.minecraft.twisting_vines":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.twisting_vines","type":"event"}]},"item.place.minecraft.dead_tube_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_tube_coral_block","type":"event"}]},"item.pickup.minecraft.totem_of_undying":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.rail":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.rail","type":"event"}]},"item.pickup.minecraft.golden_carrot":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.select.minecraft.loom":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.loom","type":"event"}]},"item.select.minecraft.piglin_brute_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.piglin_brute_spawn_egg","type":"event"}]},"item.select.minecraft.acacia_leaves":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_leaves","type":"event"}]},"item.place.minecraft.deepslate_diamond_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_diamond_ore","type":"event"}]},"item.pickup.minecraft.nether_bricks":{"sounds":[{"name":"minecraft:block.nether_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.sheep_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sheep_spawn_egg","type":"event"}]},"item.pickup.minecraft.fletching_table":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.iron_axe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_axe","type":"event"}]},"item.select.minecraft.wolf_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wolf_spawn_egg","type":"event"}]},"item.place.minecraft.music_disc_pigstep":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_pigstep","type":"event"}]},"item.place.minecraft.cyan_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_glazed_terracotta","type":"event"}]},"item.place.minecraft.gray_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gray_glazed_terracotta","type":"event"}]},"item.pickup.minecraft.bundle":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.brown_concrete":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.lily_pad":{"sounds":[{"name":"minecraft:block.lily_pad.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.purple_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_glazed_terracotta","type":"event"}]},"item.place.minecraft.wandering_trader_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wandering_trader_spawn_egg","type":"event"}]},"item.place.minecraft.iron_chestplate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_chestplate","type":"event"}]},"item.place.minecraft.budding_amethyst":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.budding_amethyst","type":"event"}]},"item.place.minecraft.name_tag":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.name_tag","type":"event"}]},"item.place.minecraft.acacia_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_planks","type":"event"}]},"item.pickup.minecraft.infested_deepslate":{"sounds":[{"name":"minecraft:block.deepslate.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.yellow_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.yellow_terracotta","type":"event"}]},"item.place.minecraft.purple_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_banner","type":"event"}]},"item.place.minecraft.deepslate_redstone_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_redstone_ore","type":"event"}]},"item.pickup.minecraft.cactus":{"sounds":[{"name":"minecraft:block.wool.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.mangrove_chest_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_chest_boat","type":"event"}]},"item.pickup.minecraft.ender_chest":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.dark_oak_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_stairs","type":"event"}]},"item.place.minecraft.stone_brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_brick_slab","type":"event"}]},"item.place.minecraft.cat_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cat_spawn_egg","type":"event"}]},"item.place.minecraft.diamond_helmet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_helmet","type":"event"}]},"item.place.minecraft.guardian_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.guardian_spawn_egg","type":"event"}]},"item.place.minecraft.honeycomb_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.honeycomb_block","type":"event"}]},"item.place.minecraft.chainmail_boots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chainmail_boots","type":"event"}]},"item.select.minecraft.beetroot_seeds":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.beetroot_seeds","type":"event"}]},"item.select.minecraft.player_head":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.player_head","type":"event"}]},"item.pickup.minecraft.cut_copper_stairs":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.red_mushroom_block":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.green_shulker_box":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.composter":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.composter","type":"event"}]},"item.select.minecraft.gilded_blackstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.gilded_blackstone","type":"event"}]},"item.place.minecraft.glowstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glowstone","type":"event"}]},"item.select.minecraft.enchanted_golden_apple":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.enchanted_golden_apple","type":"event"}]},"item.select.minecraft.cyan_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_wool","type":"event"}]},"item.place.minecraft.glistering_melon_slice":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.glistering_melon_slice","type":"event"}]},"item.pickup.minecraft.nether_brick_slab":{"sounds":[{"name":"minecraft:block.nether_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.quartz_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.quartz_bricks","type":"event"}]},"item.place.minecraft.goat_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.goat_spawn_egg","type":"event"}]},"item.place.minecraft.ice":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ice","type":"event"}]},"item.select.minecraft.zombie_villager_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.zombie_villager_spawn_egg","type":"event"}]},"item.select.minecraft.warped_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_planks","type":"event"}]},"item.select.minecraft.green_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_concrete","type":"event"}]},"item.place.minecraft.lapis_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lapis_ore","type":"event"}]},"item.pickup.minecraft.dead_horn_coral_fan":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.crimson_door":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_door","type":"event"}]},"item.place.minecraft.dragon_head":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dragon_head","type":"event"}]},"item.select.minecraft.deepslate_iron_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_iron_ore","type":"event"}]},"item.pickup.minecraft.dirt":{"sounds":[{"name":"minecraft:block.gravel.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.glow_ink_sac":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.piglin_banner_pattern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.piglin_banner_pattern","type":"event"}]},"item.pickup.minecraft.scute":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.vex_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.white_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.white_dye","type":"event"}]},"item.select.minecraft.warped_stem":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_stem","type":"event"}]},"item.pickup.minecraft.warped_door":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.crossbow":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crossbow","type":"event"}]},"item.pickup.minecraft.comparator":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.ender_dragon_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ender_dragon_spawn_egg","type":"event"}]},"item.select.minecraft.green_dye":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.green_dye","type":"event"}]},"item.place.minecraft.diamond_axe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_axe","type":"event"}]},"item.select.minecraft.music_disc_wait":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_wait","type":"event"}]},"item.place.minecraft.clock":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.clock","type":"event"}]},"item.select.minecraft.cobblestone_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cobblestone_wall","type":"event"}]},"item.select.minecraft.light_blue_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_bed","type":"event"}]},"item.place.minecraft.nether_gold_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_gold_ore","type":"event"}]},"item.select.minecraft.leather_helmet":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.leather_helmet","type":"event"}]},"item.place.minecraft.red_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_stained_glass_pane","type":"event"}]},"item.place.minecraft.red_sandstone_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_sandstone_wall","type":"event"}]},"item.select.minecraft.rabbit_hide":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.rabbit_hide","type":"event"}]},"item.place.minecraft.bedrock":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bedrock","type":"event"}]},"item.select.minecraft.zombie_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.zombie_spawn_egg","type":"event"}]},"item.pickup.minecraft.allium":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.place.minecraft.iron_trapdoor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_trapdoor","type":"event"}]},"item.place.minecraft.bee_nest":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bee_nest","type":"event"}]},"item.pickup.minecraft.oak_sign":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.ice":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.orange_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_glazed_terracotta","type":"event"}]},"item.select.minecraft.brown_mushroom":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brown_mushroom","type":"event"}]},"item.pickup.minecraft.lime_stained_glass_pane":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.shulker_box":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.shulker_box","type":"event"}]},"item.place.minecraft.iron_nugget":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.iron_nugget","type":"event"}]},"item.place.minecraft.polished_deepslate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_deepslate","type":"event"}]},"item.select.minecraft.brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.brick_slab","type":"event"}]},"item.select.minecraft.bee_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bee_spawn_egg","type":"event"}]},"item.select.minecraft.leather_horse_armor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.leather_horse_armor","type":"event"}]},"item.pickup.minecraft.coal":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.heart_of_the_sea":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.heart_of_the_sea","type":"event"}]},"item.pickup.minecraft.waxed_exposed_cut_copper_slab":{"sounds":[{"name":"minecraft:block.copper.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.piglin_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.piglin_spawn_egg","type":"event"}]},"item.select.minecraft.netherite_shovel":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_shovel","type":"event"}]},"item.place.minecraft.waxed_oxidized_cut_copper_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_oxidized_cut_copper_stairs","type":"event"}]},"item.select.minecraft.pink_bed":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_bed","type":"event"}]},"item.pickup.minecraft.magma_cream":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.blue_ice":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_ice","type":"event"}]},"item.pickup.minecraft.golden_sword":{"sounds":[{"name":"extrasounds:item.category.gear.golden","type":"event"}]},"item.place.minecraft.dolphin_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dolphin_spawn_egg","type":"event"}]},"item.pickup.minecraft.red_nether_brick_wall":{"sounds":[{"name":"minecraft:block.nether_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.light":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.end_stone_brick_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.suspicious_stew":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.suspicious_stew","type":"event"}]},"item.place.minecraft.sandstone_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sandstone_wall","type":"event"}]},"item.place.minecraft.carved_pumpkin":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.carved_pumpkin","type":"event"}]},"item.pickup.minecraft.compass":{"sounds":[{"name":"extrasounds:item.category.gear.golden","type":"event"}]},"item.pickup.minecraft.smooth_red_sandstone_stairs":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.packed_mud":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.packed_mud","type":"event"}]},"item.select.minecraft.birch_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_boat","type":"event"}]},"item.pickup.minecraft.sea_lantern":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.light_gray_glazed_terracotta":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_gray_glazed_terracotta","type":"event"}]},"item.pickup.minecraft.black_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.music_disc_mall":{"sounds":[{"name":"extrasounds:item.category.music_disc","type":"event"}]},"item.pickup.minecraft.glistering_melon_slice":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.waxed_cut_copper_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_cut_copper_stairs","type":"event"}]},"item.select.minecraft.oak_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_fence","type":"event"}]},"item.place.minecraft.blue_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blue_stained_glass_pane","type":"event"}]},"item.pickup.minecraft.wooden_pickaxe":{"sounds":[{"name":"extrasounds:item.category.gear.wood","type":"event"}]},"item.pickup.minecraft.crossbow":{"sounds":[{"name":"extrasounds:item.category.gear.generic","type":"event"}]},"item.place.minecraft.redstone_lamp":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.redstone_lamp","type":"event"}]},"item.select.minecraft.pink_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pink_banner","type":"event"}]},"item.select.minecraft.lightning_rod":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lightning_rod","type":"event"}]},"item.pickup.minecraft.spider_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.diamond_hoe":{"sounds":[{"name":"extrasounds:item.category.gear.diamond","type":"event"}]},"item.place.minecraft.stripped_jungle_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_jungle_log","type":"event"}]},"item.select.minecraft.mangrove_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_planks","type":"event"}]},"item.select.minecraft.netherite_ingot":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_ingot","type":"event"}]},"item.select.minecraft.crimson_fungus":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_fungus","type":"event"}]},"item.place.minecraft.cyan_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cyan_concrete","type":"event"}]},"item.pickup.minecraft.brick_wall":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.birch_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_hanging_sign","type":"event"}]},"item.place.minecraft.stripped_mangrove_log":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_mangrove_log","type":"event"}]},"item.pickup.minecraft.crimson_pressure_plate":{"sounds":[{"name":"minecraft:block.nether_wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.music_disc_blocks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_blocks","type":"event"}]},"item.pickup.minecraft.slime_ball":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.porkchop":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.porkchop","type":"event"}]},"item.pickup.minecraft.cracked_nether_bricks":{"sounds":[{"name":"minecraft:block.nether_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.potato":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.potato","type":"event"}]},"item.select.minecraft.lime_banner":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lime_banner","type":"event"}]},"item.place.minecraft.red_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_candle","type":"event"}]},"item.select.minecraft.red_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_candle","type":"event"}]},"item.pickup.minecraft.arrow":{"sounds":[{"name":"extrasounds:item.category.arrow","type":"event"}]},"item.select.minecraft.music_disc_chirp":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.music_disc_chirp","type":"event"}]},"item.select.minecraft.mojang_banner_pattern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mojang_banner_pattern","type":"event"}]},"item.select.minecraft.lilac":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lilac","type":"event"}]},"item.place.minecraft.cracked_deepslate_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cracked_deepslate_bricks","type":"event"}]},"item.place.minecraft.respawn_anchor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.respawn_anchor","type":"event"}]},"item.pickup.minecraft.pink_concrete_powder":{"sounds":[{"name":"minecraft:block.sand.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.ender_eye":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.lime_banner":{"sounds":[{"name":"extrasounds:item.category.banner","type":"event"}]},"item.pickup.minecraft.music_disc_stal":{"sounds":[{"name":"extrasounds:item.category.music_disc","type":"event"}]},"item.pickup.minecraft.purple_concrete":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.hoglin_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.hoglin_spawn_egg","type":"event"}]},"item.pickup.minecraft.black_banner":{"sounds":[{"name":"extrasounds:item.category.banner","type":"event"}]},"item.pickup.minecraft.spawner":{"sounds":[{"name":"minecraft:block.metal.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.cyan_glazed_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.mud_brick_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mud_brick_slab","type":"event"}]},"item.pickup.minecraft.blue_banner":{"sounds":[{"name":"extrasounds:item.category.banner","type":"event"}]},"item.place.minecraft.deepslate_brick_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_brick_wall","type":"event"}]},"item.pickup.minecraft.brain_coral_block":{"sounds":[{"name":"minecraft:block.coral_block.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.black_candle":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.black_candle","type":"event"}]},"item.pickup.minecraft.cut_sandstone_slab":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.oak_chest_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_chest_boat","type":"event"}]},"item.place.minecraft.mule_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mule_spawn_egg","type":"event"}]},"item.select.minecraft.chipped_anvil":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chipped_anvil","type":"event"}]},"item.select.minecraft.orange_concrete_powder":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.orange_concrete_powder","type":"event"}]},"item.select.minecraft.magma_cream":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magma_cream","type":"event"}]},"item.pickup.minecraft.warped_fungus_on_a_stick":{"sounds":[{"name":"extrasounds:item.category.gear.generic","type":"event"}]},"item.place.minecraft.mossy_stone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mossy_stone_bricks","type":"event"}]},"item.select.minecraft.prismarine_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.prismarine_stairs","type":"event"}]},"item.place.minecraft.bubble_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bubble_coral_block","type":"event"}]},"item.pickup.minecraft.golden_leggings":{"sounds":[{"name":"extrasounds:item.category.gear.golden","type":"event"}]},"item.pickup.minecraft.orange_tulip":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.select.minecraft.light_blue_concrete":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_concrete","type":"event"}]},"item.pickup.minecraft.ink_sac":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.pickup.minecraft.sculk":{"sounds":[{"name":"minecraft:block.sculk.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.cobweb":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.chest":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chest","type":"event"}]},"item.place.minecraft.stripped_crimson_stem":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_crimson_stem","type":"event"}]},"item.place.minecraft.pearlescent_froglight":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pearlescent_froglight","type":"event"}]},"item.place.minecraft.lever":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.lever","type":"event"}]},"item.place.minecraft.spruce_chest_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_chest_boat","type":"event"}]},"item.pickup.minecraft.cracked_deepslate_bricks":{"sounds":[{"name":"minecraft:block.deepslate_bricks.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.disc_fragment_5":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.stripped_dark_oak_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stripped_dark_oak_wood","type":"event"}]},"item.place.minecraft.petrified_oak_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.petrified_oak_slab","type":"event"}]},"item.select.minecraft.conduit":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.conduit","type":"event"}]},"item.select.minecraft.dead_tube_coral_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dead_tube_coral_block","type":"event"}]},"item.select.minecraft.suspicious_stew":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.suspicious_stew","type":"event"}]},"item.select.minecraft.chainmail_chestplate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chainmail_chestplate","type":"event"}]},"item.pickup.minecraft.dark_oak_wood":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.pumpkin_pie":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.pumpkin_pie","type":"event"}]},"item.pickup.minecraft.acacia_log":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.golden_pickaxe":{"sounds":[{"name":"extrasounds:item.category.gear.golden","type":"event"}]},"item.select.minecraft.stone_brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.stone_brick_stairs","type":"event"}]},"item.pickup.minecraft.pink_banner":{"sounds":[{"name":"extrasounds:item.category.banner","type":"event"}]},"item.place.minecraft.light_blue_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.light_blue_stained_glass_pane","type":"event"}]},"item.pickup.minecraft.dark_oak_trapdoor":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.ghast_tear":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ghast_tear","type":"event"}]},"item.place.minecraft.dark_oak_wood":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_wood","type":"event"}]},"item.select.minecraft.purple_stained_glass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.purple_stained_glass","type":"event"}]},"item.select.minecraft.red_wool":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.red_wool","type":"event"}]},"item.place.minecraft.prismarine_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.prismarine_bricks","type":"event"}]},"item.select.minecraft.nether_gold_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_gold_ore","type":"event"}]},"item.pickup.minecraft.zoglin_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.pickup.minecraft.amethyst_cluster":{"sounds":[{"name":"minecraft:block.amethyst_cluster.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.porkchop":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.oak_fence_gate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_fence_gate","type":"event"}]},"item.select.minecraft.diamond_hoe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_hoe","type":"event"}]},"item.place.minecraft.smooth_quartz_slab":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.smooth_quartz_slab","type":"event"}]},"item.pickup.minecraft.birch_leaves":{"sounds":[{"name":"extrasounds:item.category.leaves","type":"event"}]},"item.place.minecraft.netherite_ingot":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_ingot","type":"event"}]},"item.select.minecraft.calcite":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.calcite","type":"event"}]},"item.pickup.minecraft.structure_void":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.llama_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.prismarine_brick_stairs":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.prismarine_brick_stairs","type":"event"}]},"item.pickup.minecraft.shulker_shell":{"sounds":[{"name":"extrasounds:item.pickup","type":"event"}]},"item.place.minecraft.dark_oak_hanging_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.dark_oak_hanging_sign","type":"event"}]},"item.select.minecraft.netherite_sword":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.netherite_sword","type":"event"}]},"item.place.minecraft.acacia_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.acacia_fence","type":"event"}]},"item.place.minecraft.charcoal":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.charcoal","type":"event"}]},"item.pickup.minecraft.jungle_boat":{"sounds":[{"name":"extrasounds:item.category.boat","type":"event"}]},"item.place.minecraft.nether_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.nether_bricks","type":"event"}]},"item.pickup.minecraft.gray_dye":{"sounds":[{"name":"extrasounds:item.category.dust","type":"event"}]},"item.place.minecraft.chicken_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chicken_spawn_egg","type":"event"}]},"item.pickup.minecraft.chiseled_red_sandstone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.red_sandstone":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.bee_nest":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.warped_roots":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.warped_roots","type":"event"}]},"item.select.minecraft.crimson_button":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.crimson_button","type":"event"}]},"item.pickup.minecraft.red_bed":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.birch_pressure_plate":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.birch_pressure_plate","type":"event"}]},"item.select.minecraft.deepslate_diamond_ore":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_diamond_ore","type":"event"}]},"item.pickup.minecraft.dark_oak_chest_boat":{"sounds":[{"name":"extrasounds:item.category.boat","type":"event"}]},"item.select.minecraft.recovery_compass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.recovery_compass","type":"event"}]},"item.select.minecraft.silverfish_spawn_egg":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.silverfish_spawn_egg","type":"event"}]},"item.place.minecraft.deepslate_tile_wall":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.deepslate_tile_wall","type":"event"}]},"item.place.minecraft.wheat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.wheat","type":"event"}]},"item.select.minecraft.magenta_stained_glass_pane":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.magenta_stained_glass_pane","type":"event"}]},"item.select.minecraft.blackstone":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.blackstone","type":"event"}]},"item.place.minecraft.spruce_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.spruce_boat","type":"event"}]},"item.select.minecraft.diamond_horse_armor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_horse_armor","type":"event"}]},"item.select.minecraft.diamond_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.diamond_block","type":"event"}]},"item.pickup.minecraft.red_glazed_terracotta":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.creeper_banner_pattern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.creeper_banner_pattern","type":"event"}]},"item.pickup.minecraft.end_stone_bricks":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.place.minecraft.globe_banner_pattern":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.globe_banner_pattern","type":"event"}]},"item.pickup.minecraft.light_blue_concrete":{"sounds":[{"name":"minecraft:block.stone.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.phantom_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.cracked_stone_bricks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cracked_stone_bricks","type":"event"}]},"item.select.minecraft.golden_hoe":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.golden_hoe","type":"event"}]},"item.pickup.minecraft.torch":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.cooked_chicken":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.cooked_chicken","type":"event"}]},"item.select.minecraft.jungle_fence":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_fence","type":"event"}]},"item.pickup.minecraft.leather_chestplate":{"sounds":[{"name":"extrasounds:item.category.gear.leather","type":"event"}]},"item.pickup.minecraft.blaze_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.place.minecraft.flower_pot":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.flower_pot","type":"event"}]},"item.pickup.minecraft.trader_llama_spawn_egg":{"sounds":[{"name":"extrasounds:item.category.wet_slippery","type":"event"}]},"item.select.minecraft.sticky_piston":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sticky_piston","type":"event"}]},"item.place.minecraft.bamboo_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.bamboo_sign","type":"event"}]},"item.place.minecraft.barrel":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.barrel","type":"event"}]},"item.place.minecraft.sculk_sensor":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.sculk_sensor","type":"event"}]},"item.place.minecraft.ender_pearl":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.ender_pearl","type":"event"}]},"item.select.minecraft.jungle_boat":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_boat","type":"event"}]},"item.place.minecraft.oak_sign":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.oak_sign","type":"event"}]},"item.select.minecraft.polished_diorite":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.polished_diorite","type":"event"}]},"item.pickup.minecraft.light_blue_stained_glass_pane":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.waxed_weathered_copper":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.waxed_weathered_copper","type":"event"}]},"item.select.minecraft.chiseled_quartz_block":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.chiseled_quartz_block","type":"event"}]},"item.pickup.minecraft.lectern":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.pickup.minecraft.light_gray_bed":{"sounds":[{"name":"minecraft:block.wood.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.jungle_leaves":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.jungle_leaves","type":"event"}]},"item.place.minecraft.goat_horn":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.goat_horn","type":"event"}]},"item.place.minecraft.mangrove_planks":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.mangrove_planks","type":"event"}]},"item.pickup.minecraft.deepslate_gold_ore":{"sounds":[{"name":"minecraft:block.deepslate.place","volume":0.6,"pitch":1.7,"type":"event"}]},"item.select.minecraft.tall_grass":{"sounds":[{"name":"extrasounds:item.pickup.minecraft.tall_grass","type":"event"}]},"item.pickup.minecraft.red_stained_glass":{"sounds":[{"name":"minecraft:block.glass.place","volume":0.6,"pitch":1.7,"type":"event"}]}} \ No newline at end of file diff --git a/config/ferritecore.mixin.properties b/config/ferritecore.mixin.properties index dc369cd..cd11b4d 100644 --- a/config/ferritecore.mixin.properties +++ b/config/ferritecore.mixin.properties @@ -1,21 +1 @@ -# Replace the blockstate neighbor table -replaceNeighborLookup = true -# Do not store the properties of a state explicitly and read themfrom the replace neighbor table instead. Requires replaceNeighborLookup to be enabled -replacePropertyMap = true -# Cache the predicate instances used in multipart models -cacheMultipartPredicates = true -# Avoid creation of new strings when creating ModelResourceLocations -modelResourceLocations = true -# Do not create a new MultipartBakedModel instance for each block state using the same multipartmodel. Requires cacheMultipartPredicates to be enabled -multipartDeduplication = true -# Deduplicate cached data for blockstates, most importantly collision and render shapes -blockstateCacheDeduplication = true -# Deduplicate vertex data of baked quads in the basic model implementations -bakedQuadDeduplication = true -# Replace objects used to detect multi-threaded access to chunks by a much smaller field. This option is disabled by default due to very rare and very hard-to-reproduce crashes, use at your own risk! -useSmallThreadingDetector = false -# Use a slightly more compact, but also slightly slower representation for block states -compactFastMap = false -# Populate the neighbor table used by vanilla. Enabling this slightly increases memory usage, but can help with issues in the rare case where mods access it directly. -populateNeighborTable = false useSmallThreadingDetector = true \ No newline at end of file diff --git a/config/held-item-info.json b/config/held-item-info.json deleted file mode 100644 index 9945695..0000000 --- a/config/held-item-info.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "maxLines": 6, - "maxLineLength": 48, - "respectHideFlags": true, - "lineHeight": 8, - "offsetPerExtraLine": 0.3334, - "itemNameSpacing": 2, - "verticalOffset": 0, - "baseFadeDuration": 2.0, - "fadeDurationPerExtraLine": 0.2, - "showName": true, - "showEnchantments": true, - "showPotionEffects": true, - "showContainerContent": true, - "showFireworkAttributes": true, - "showCommandBlockInfo": true, - "maxCommandLines": 2, - "showBeehiveContent": true, - "showCrossbowProjectiles": true, - "showLore": false, - "maxLoreLines": 3, - "removePlusNbt": true, - "showUnbreakable": true, - "showSignText": true, - "showMusicDiscDescription": true, - "showPaintingDescription": true, - "showGoatHornInstrument": true, - "showBookMeta": true, - "showFilledMapId": false, - "showBannerPatternName": true, - "showBannerPatterns": false, - "showEntityBucketContent": true, - "showHiddenLinesCount": true, - "showOnlyFilteredEnchantments": false, - "filteredEnchantments": [] -} \ No newline at end of file diff --git a/config/immediatelyfast.json b/config/immediatelyfast.json new file mode 100644 index 0000000..a9114c0 --- /dev/null +++ b/config/immediatelyfast.json @@ -0,0 +1,5 @@ +{ + "fast_buffer_upload_size_mb": 64, + "experimental_disable_error_checking": true, + "experimental_sign_text_buffering": true +} \ No newline at end of file diff --git a/config/indium-renderer.properties b/config/indium-renderer.properties index 95f30a3..4ae64a6 100644 --- a/config/indium-renderer.properties +++ b/config/indium-renderer.properties @@ -1,8 +1,8 @@ -#Indium properties file -#Thu Oct 27 01:07:05 MSK 2022 -always-tesselate-blocks=auto -ambient-occlusion-mode=hybrid -debug-compare-lighting=auto -fix-exterior-vertex-lighting=true -fix-luminous-block-ambient-occlusion=auto -fix-smooth-lighting-offset=true +#Indium properties file +#Thu Oct 27 01:07:05 MSK 2022 +always-tesselate-blocks=auto +ambient-occlusion-mode=hybrid +debug-compare-lighting=auto +fix-exterior-vertex-lighting=true +fix-luminous-block-ambient-occlusion=auto +fix-smooth-lighting-offset=true diff --git a/config/isxander-main-menu-credits.json b/config/isxander-main-menu-credits.json index 241b584..9a7e778 100644 --- a/config/isxander-main-menu-credits.json +++ b/config/isxander-main-menu-credits.json @@ -18,7 +18,7 @@ ], "bottom_right": [ { - "text": "Quasar 2.1.1", + "text": "Quasar 2.1.2", "color": "aqua" } ], @@ -44,7 +44,7 @@ ], "bottom_right": [ { - "text": "Quasar 2.1.1", + "text": "Quasar 2.1.2", "color": "aqua" } ], diff --git a/config/modernfix-mixins.properties b/config/modernfix-mixins.properties index fbbb1ee..60b254e 100644 --- a/config/modernfix-mixins.properties +++ b/config/modernfix-mixins.properties @@ -3,7 +3,7 @@ mixin.bugfix.packet_leak=true mixin.bugfix.paper_chunk_patches=true mixin.perf.clear_fabric_mapping_tables=true mixin.perf.clear_mixin_classinfo=true -mixin.perf.dedicated_reload_executor=false +mixin.perf.deduplicate_location=true mixin.perf.dynamic_entity_renderers=true mixin.perf.dynamic_resources=true mixin.perf.faster_item_rendering=true diff --git a/config/modmenu.json b/config/modmenu.json index 5801554..0b7bfd0 100644 --- a/config/modmenu.json +++ b/config/modmenu.json @@ -15,14 +15,5 @@ "modify_title_screen": true, "modify_game_menu": true, "hide_config_buttons": false, - "random_java_colors": true, - "translate_names": true, - "translate_descriptions": true, - "config_mode": false, - "disable_drag_and_drop": false, - "hidden_mods": [], - "hidden_configs": [], - "disable_update_checker": [], - "update_checker": true, - "button_update_badge": true + "hidden_mods": [] } \ No newline at end of file diff --git a/config/moreculling.toml b/config/moreculling.toml index 44fceb9..63c0db5 100644 --- a/config/moreculling.toml +++ b/config/moreculling.toml @@ -5,15 +5,15 @@ rainCulling = true useBlockStateCulling = true useCustomItemFrameRenderer = false itemFrameMapCulling = true -useItemFrameLOD = true -itemFrameLODRange = 384 +useItemFrameLOD = false +itemFrameLODRange = 48 useItemFrame3FaceCulling = true -itemFrame3FaceCullingRange = 12.0 -leavesCullingMode = "DEFAULT" -leavesCullingAmount = 2 -includeMangroveRoots = false +itemFrame3FaceCullingRange = 0.0 +leavesCullingMode = "DEPTH" +leavesCullingAmount = 3 +includeMangroveRoots = true powderSnowCulling = true -entityModelCulling = false +entityModelCulling = true useOnModdedBlocksByDefault = true [modCompatibility] diff --git a/config/ok_zoomer/config.toml b/config/ok_zoomer/config.toml deleted file mode 100644 index 1879f27..0000000 --- a/config/ok_zoomer/config.toml +++ /dev/null @@ -1,111 +0,0 @@ - -[features] - # Defines the cinematic camera while zooming. - # "OFF" disables the cinematic camera. - # "VANILLA" uses Vanilla's cinematic camera. - # "MULTIPLIED" is a multiplied variant of "VANILLA". - # options: OFF, VANILLA, MULTIPLIED - # default: OFF - cinematic_camera = "OFF" - # Reduces the mouse sensitivity when zooming. - # default: true - reduce_sensitivity = true - # Adds transitions between zooms. - # "OFF" disables transitions. - # "SMOOTH" replicates Vanilla's dynamic FOV. - # "LINEAR" removes the smoothiness. - # options: OFF, SMOOTH, LINEAR - # default: SMOOTH - zoom_transition = "SMOOTH" - # The behavior of the zoom key. - # "HOLD" needs the zoom key to be hold. - # "TOGGLE" has the zoom key toggle the zoom. - # "PERSISTENT" makes the zoom permanent. - # options: HOLD, TOGGLE, PERSISTENT - # default: HOLD - zoom_mode = "HOLD" - # Allows to increase or decrease zoom by scrolling. - # default: true - zoom_scrolling = true - # Adds zoom manipulation keys along with the zoom key. - # default: true - extra_key_binds = true - # Adds an overlay in the screen during zoom. - # "VIGNETTE" uses a vignette as the overlay. - # "SPYGLASS" uses the spyglass overlay with the vignette texture. - # The vignette texture can be found at: assets/ok_zoomer/textures/misc/zoom_overlay.png - # options: OFF, VIGNETTE, SPYGLASS - # default: OFF - zoom_overlay = "OFF" - # Determines how the zoom will depend on the spyglass. - # "REQUIRE_ITEM" will make zooming require a spyglass. - # "REPLACE_ZOOM" will replace spyglass's zoom with Ok Zoomer's zoom. - # "BOTH" will apply both options at the same time. - # The "REQUIRE_ITEM" option is configurable through the ok_zoomer:zoom_dependencies item tag. - # options: OFF, REQUIRE_ITEM, REPLACE_ZOOM, BOTH - # default: OFF - spyglass_dependency = "OFF" - -[values] - # The divisor applied to the FOV when zooming. - # range[2.2250738585072014E-308, 1.7976931348623157E308] - # default: 4.0 - zoom_divisor = 4.0 - # The minimum value that you can scroll down. - # range[2.2250738585072014E-308, 1.7976931348623157E308] - # default: 1.0 - minimum_zoom_divisor = 1.0 - # The maximum value that you can scroll down. - # range[2.2250738585072014E-308, 1.7976931348623157E308] - # default: 50.0 - maximum_zoom_divisor = 40.0 - # The number of steps between the zoom divisor and the maximum zoom divisor. - # Used by zoom scrolling. - # range[0, 2147483647] - # default: 10 - upper_scroll_steps = 10 - # The number of steps between the zoom divisor and the minimum zoom divisor. - # Used by zoom scrolling. - # range[0, 2147483647] - # default: 5 - lower_scroll_steps = 5 - # The multiplier used for smooth transitions. - # range[2.2250738585072014E-308, 1.0] - # default: 0.75 - smooth_multiplier = 0.65 - # The multiplier used for the multiplied cinematic camera. - # range[2.2250738585072014E-308, 32.0] - # default: 4.0 - cinematic_multiplier = 4.0 - # The minimum value which the linear transition step can reach. - # range[0.0, 1.7976931348623157E308] - # default: 0.125 - minimum_linear_step = 0.125 - # The maximum value which the linear transition step can reach. - # range[0.0, 1.7976931348623157E308] - # default: 0.25 - maximum_linear_step = 0.25 - -[tweaks] - # Allows for resetting the zoom with the middle mouse button. - # default: true - reset_zoom_with_mouse = true - # If enabled, the current zoom divisor is forgotten once zooming is done. - # default: true - forget_zoom_divisor = true - # If pressed, the "Save Toolbar Activator" keybind will be unbound if there's a conflict with the zoom key. - # default: true - unbind_conflicting_key = false - # If enabled, the spyglass overlay texture is used instead of Ok Zoomer's overlay texture. - # default: false - use_spyglass_texture = false - # If enabled, the zoom will use spyglass sounds on zooming in and out. - # default: false - use_spyglass_sounds = false - # Shows toasts when the server imposes a restriction. - # default: true - show_restriction_toasts = true - # Prints a random owo in the console when the game starts. Enabled by default until full release. - # default: true - print_owo_on_start = false - diff --git a/config/presencefootsteps/updater.json b/config/presencefootsteps/updater.json deleted file mode 100644 index e471646..0000000 --- a/config/presencefootsteps/updater.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "enabled": true, - "displayCount": 3, - "displayRemaining": 2 -} \ No newline at end of file diff --git a/config/presencefootsteps/userconfig.json b/config/presencefootsteps/userconfig.json deleted file mode 100644 index 7031cb8..0000000 --- a/config/presencefootsteps/userconfig.json +++ /dev/null @@ -1,10 +0,0 @@ -{ - "volume": 10, - "clientPlayerVolume": 100, - "otherPlayerVolume": 90, - "runningVolumeIncrease": 20, - "stance": "NONE", - "multiplayer": true, - "global": false, - "targetEntities": "ALL" -} \ No newline at end of file diff --git a/config/quilt-loader-overrides.json b/config/quilt-loader-overrides.json new file mode 100644 index 0000000..eeea061 --- /dev/null +++ b/config/quilt-loader-overrides.json @@ -0,0 +1,53 @@ +{ + "schema_version": 1, + "overrides": [ + { + "path": "/animatica-0.5+1.19.jar", + "depends": [ + { + "replace": { + "id": "minecraft", + "versions": "1.19.x" + }, + "with": { + "id": "minecraft", + "versions": "1.20.x" + } + } + ], + "breaks": [] + }, + { + "path": "/borderless-mining-1.1.7+1.19.4.jar", + "depends": [ + { + "replace": { + "id": "minecraft", + "versions": "=1.19.4" + }, + "with": { + "id": "minecraft", + "versions": "1.20.x" + } + } + ], + "breaks": [] + }, + { + "path": "/smoothboot-fabric-1.19.4-1.7.0.jar", + "depends": [ + { + "replace": { + "id": "minecraft", + "versions": "=1.19.4" + }, + "with": { + "id": "minecraft", + "versions": "1.20.x" + } + } + ], + "breaks": [] + } + ] +} diff --git a/config/rrls.toml b/config/rrls.toml deleted file mode 100644 index 65ce859..0000000 --- a/config/rrls.toml +++ /dev/null @@ -1,6 +0,0 @@ -enabled = true -rgbProgress = false -loadingScreenHide = false -showIn = "DISABLED" -resetResources = false -reInitScreen = true diff --git a/config/rrp.properties b/config/rrp.properties index e936c53..3dc82d8 100644 --- a/config/rrp.properties +++ b/config/rrp.properties @@ -1,5 +1,5 @@ -#number of threads RRP should use for generating resources -#Tue Feb 22 20:41:59 MSK 2022 -debug\ performance=false -threads=4 -dump\ assets=false +#number of threads RRP should use for generating resources +#Tue Feb 22 20:41:59 MSK 2022 +debug\ performance=false +threads=4 +dump\ assets=false diff --git a/config/shulkerboxtooltip.json5 b/config/shulkerboxtooltip.json5 deleted file mode 100644 index bddf857..0000000 --- a/config/shulkerboxtooltip.json5 +++ /dev/null @@ -1,156 +0,0 @@ -{ - "preview": { - /* Toggles the shulker box preview. - (default value: true) - */ - "enable": true, - /* Swaps the preview modes. - If true, pressing the preview key will show the full preview instead. - (default value: false) - */ - "swapModes": true, - /* If on, the preview is always displayed, regardless of the preview key being pressed. - (default value: false) - */ - "alwaysOn": false, - /* In compact mode, how should items with the same ID but different NBT data be compacted? - IGNORE: Ignores NBT data - FIRST_ITEM: Items are displayed as all having the same NBT as the first item - SEPARATE: Separates items with different NBT data - (default value: SEPARATE) - */ - "compactPreviewNbtBehavior": "SEPARATE", - /* The max number of items in a row. - May not affect modded containers. - (default value: 9) - */ - "defaultMaxRowSize": 9, - /* If on, the client will try to send packets to servers to allow extra preview information such as ender chest previews. - (default value: true) - */ - "serverIntegration": true, - /* The theme to use for preview windows. - MOD_LIGHT: ShulkerBoxTooltip's style with vanilla colors. - MOD_DARK: ShulkerBoxTooltip's style with gray preview windows instead of white. - VANILLA: Mimics the style of vanilla bundle previews. - (default value: MOD_LIGHT) - */ - "theme": "MOD_LIGHT", - /* The position of the preview window. - INSIDE: Inside the item's tooltip. - OUTSIDE: Outside the item's tooltip, moves depending on the screen borders. - OUTSIDE_TOP: Always at the top of the item's tooltip. - OUTSIDE_BOTTOM: Always at the bottom of the item's tooltip. - (default value: INSIDE) - */ - "position": "INSIDE", - /* If on, large item counts in compact previews will be shortened. - (default value: true) - */ - "shortItemCounts": true - }, - "tooltip": { - /* Controls whether the key hints in the container's tooltip should be displayed. - (default value: true) - */ - "showKeyHints": true, - /* The tooltip to use. - VANILLA: The vanilla tooltip (shows the first 5 items) - MOD: The mod's tooltip - NONE: No tooltip - (default value: MOD) - */ - "type": "MOD", - /* Shows info about the current loot table of the item if present. - Visible only when Tooltip Type is set to Modded. - HIDE: No loot table info, default. - SIMPLE: Displays whether the stack uses a loot table. - ADVANCED: Shows the loot table used by the item. - (default value: HIDE) - */ - "lootTableInfoType": "HIDE", - /* If on, the mod hides the custom text on shulker box tooltips. - Use this option when a server-side preview data pack clashes with the mod. - (default value: false) - */ - "hideShulkerBoxLore": false - }, - "colors": { - /* Controls whether the preview window should be colored. - (default value: true) - */ - "coloredPreview": true, - "colors": { - "shulkerboxtooltip:shulker_boxes": { - // (default value: 0x976797) - "shulker_box": 0x976797, - // (default value: 0xf9fffe) - "white_shulker_box": 0xf9fffe, - // (default value: 0xf98026) - "orange_shulker_box": 0xf98026, - // (default value: 0xc74ebd) - "magenta_shulker_box": 0xc74ebd, - // (default value: 0x3ab3da) - "light_blue_shulker_box": 0x3ab3da, - // (default value: 0xfed83d) - "yellow_shulker_box": 0xfed83d, - // (default value: 0x80c726) - "lime_shulker_box": 0x80c726, - // (default value: 0xf38baa) - "pink_shulker_box": 0xf38baa, - // (default value: 0x474f52) - "gray_shulker_box": 0x474f52, - // (default value: 0x9d9d97) - "light_gray_shulker_box": 0x9d9d97, - // (default value: 0x269c9c) - "cyan_shulker_box": 0x269c9c, - // (default value: 0x8932b8) - "purple_shulker_box": 0x8932b8, - // (default value: 0x3c44aa) - "blue_shulker_box": 0x3c44aa, - // (default value: 0x835432) - "brown_shulker_box": 0x835432, - // (default value: 0x5e7c26) - "green_shulker_box": 0x5e7c26, - // (default value: 0xb02e26) - "red_shulker_box": 0xb02e26, - // (default value: 0x262626) - "black_shulker_box": 0x262626 - }, - "shulkerboxtooltip:default": { - // (default value: 0xffffff) - "default": 0xffffff, - // (default value: 0xb4b41) - "ender_chest": 0xb4b41 - } - } - }, - "controls": { - /* Press this key when hovering a container stack to open the preview window. - (default value: key.keyboard.left.shift) - */ - "previewKey": { - "code": "key.keyboard.left.shift" - }, - /* Press this key when hovering a container stack to open the full preview window. - (default value: key.keyboard.left.alt) - */ - "fullPreviewKey": { - "code": "key.keyboard.left.alt" - } - }, - "server": { - /* If on, the server will be able to provide extra information about containers to the clients with the mod installed. - Disabling this option will disable all of the options below. - (default value: true) - */ - "clientIntegration": true, - /* Changes the way the ender chest content preview is synchronized. - NONE: No synchronization, prevents clients from seeing a preview of their ender chest. - ACTIVE: Ender chest contents are synchronized when changed. - PASSIVE: Ender chest contents are synchronized when the client opens a preview. - (default value: ACTIVE) - */ - "enderChestSyncType": "ACTIVE" - } -} \ No newline at end of file diff --git a/config/skinlayers.json b/config/skinlayers.json new file mode 100644 index 0000000..1aba328 --- /dev/null +++ b/config/skinlayers.json @@ -0,0 +1,17 @@ +{ + "enableHat": true, + "enableJacket": true, + "enableLeftSleeve": true, + "enableRightSleeve": true, + "enableLeftPants": true, + "enableRightPants": true, + "baseVoxelSize": 1.12, + "bodyVoxelWidthSize": 1.05, + "headVoxelSize": 1.1, + "renderDistanceLOD": 14, + "enableSkulls": true, + "enableSkullsItems": true, + "skullVoxelSize": 1.1, + "fastRender": true, + "firstPersonPixelScaling": 1.08 +} \ No newline at end of file diff --git a/config/sodium-extra-options.json b/config/sodium-extra-options.json index 864ef92..95527dc 100644 --- a/config/sodium-extra-options.json +++ b/config/sodium-extra-options.json @@ -30,6 +30,7 @@ "dimensionFogDistance": { "minecraft:overworld": 0 }, + "use_linear_flat_color_blender": false, "light_updates": true, "item_frame": true, "armor_stand": true, @@ -55,9 +56,7 @@ "system_toast": true, "tutorial_toast": true, "instant_sneak": false, - "prevent_shaders": false, - "steady_debug_hud": true, - "steady_debug_hud_refresh_interval": 1 + "prevent_shaders": false }, "notification_settings": { "hide_r_s_o_recommendation": false diff --git a/config/sodium-options.json b/config/sodium-options.json index 79f91cb..a480fd6 100644 --- a/config/sodium-options.json +++ b/config/sodium-options.json @@ -1,12 +1,25 @@ { "quality": { - "weather_quality": "FAST", + "weather_quality": "FAST", + "leaves_quality": "DEFAULT", "enable_vignette": false }, "advanced": { + "arena_memory_allocator": "ASYNC", + "allow_direct_memory_access": true, + "enable_memory_tracing": false, + "use_advanced_staging_buffers": true, "cpu_render_ahead_limit": 5 }, "performance": { - "use_entity_culling": false + "chunk_builder_threads": 0, + "always_defer_chunk_updates": false, + "animate_only_visible_textures": true, + "use_entity_culling": false, + "use_fog_occlusion": true, + "use_block_face_culling": true + }, + "notifications": { + "hide_donation_button": true } } \ No newline at end of file diff --git a/config/threadtweak.json b/config/threadtweak.json new file mode 100644 index 0000000..f1036b6 --- /dev/null +++ b/config/threadtweak.json @@ -0,0 +1,8 @@ +{ + "threadPriority": { + "game": 8, + "main": 2, + "io": 7, + "integratedServer": 8 + } +} \ No newline at end of file diff --git a/config/vmp.properties b/config/vmp.properties new file mode 100644 index 0000000..1238e85 --- /dev/null +++ b/config/vmp.properties @@ -0,0 +1,4 @@ +exp_use_optimized_chunk_ticking_iteration=true +show_async_loading_messages=false +show_chunk_tracking_messages=false +use_multiple_netty_event_loops=false \ No newline at end of file diff --git a/config/waveycapes.json b/config/waveycapes.json deleted file mode 100644 index cf2b60d..0000000 --- a/config/waveycapes.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "configVersion": 2, - "windMode": "WAVES", - "capeStyle": "SMOOTH", - "capeMovement": "BASIC_SIMULATION_3D", - "gravity": 25, - "heightMultiplier": 6, - "straveMultiplier": 2 -} \ No newline at end of file diff --git a/config/PlasmoVoice/.crowdin/ru_ru.json b/config/yosbr/config/PlasmoVoice/.crowdin/ru_ru.json similarity index 98% rename from config/PlasmoVoice/.crowdin/ru_ru.json rename to config/yosbr/config/PlasmoVoice/.crowdin/ru_ru.json index f5e44dd..3131a77 100644 --- a/config/PlasmoVoice/.crowdin/ru_ru.json +++ b/config/yosbr/config/PlasmoVoice/.crowdin/ru_ru.json @@ -1,111 +1,111 @@ -{ - "key.plasmovoice.settings": "Настройки голосового чата", - "key.plasmovoice.general": "Основные", - "key.plasmovoice.general.mute_microphone": "Выключить микрофон", - "key.plasmovoice.general.disable_voice": "Выключить голосовой чат", - "key.plasmovoice.general.action": "Кнопка действия", - "key.plasmovoice.distance": "Дистанция голоса \"%s\"", - "key.plasmovoice.distance.increase": "Увеличить дистанцию", - "key.plasmovoice.distance.decrease": "Уменьшить дистанцию", - "key.plasmovoice.occlusion": "Затухание звука через блоки", - "key.plasmovoice.occlusion.toggle": "Вкл/выкл затухание звука", - "gui.plasmovoice.title": "Настройки %1$s %2$s", - "gui.plasmovoice.toggle.microphone": "Вкл/выкл микрофон\n%s", - "gui.plasmovoice.toggle.voice": "Вкл/выкл голосовой чат\n%s", - "gui.plasmovoice.toggle.currently": "Сейчас: %s", - "gui.plasmovoice.toggle.enabled": "ВКЛ", - "gui.plasmovoice.toggle.disabled": "ВЫКЛ", - "gui.plasmovoice.devices": "Устройства", - "gui.plasmovoice.devices.microphone": "Микрофон", - "gui.plasmovoice.devices.activation_threshold": "Порог активации", - "gui.plasmovoice.devices.activation_threshold.tooltip": "Работает только при активации голосом\n\nПоставьте слайдер в позицию где звукпереходит через порог активации только когда вы говорите\n\nНажмите на иконку, чтобы включить тестирование микрофона и услышать ваш голос", - "gui.plasmovoice.devices.not_available": "Не доступен", - "gui.plasmovoice.devices.default": "System Default", - "gui.plasmovoice.devices.microphone_volume": "Громкость микрофона", - "gui.plasmovoice.devices.noise_suppression": "Шумоподавление", - "gui.plasmovoice.devices.noise_suppression.tooltip": "Шумоподавление RNNoise\n\nИспользует нейронные сети. Хорошо работает, но может нагружать процессор\n\nПрименяется к вашему микрофону.", - "gui.plasmovoice.devices.stereo_capture": "Стерео захват", - "gui.plasmovoice.devices.stereo_capture.tooltip": "Захватывает звук в стерео, зачем конвертирует в моно.\nМожет улучшить качество, но делает звук тише.", - "gui.plasmovoice.devices.output": "Устройство вывода", - "gui.plasmovoice.devices.output_device": "Устройство вывода", - "gui.plasmovoice.devices.volume": "Громкость голосового чата", - "gui.plasmovoice.devices.volume.tooltip": "Громкость больше 100% может вызвать перегрузки.", - "gui.plasmovoice.devices.occlusion": "Заглушение через блоки", - "gui.plasmovoice.devices.occlusion.tooltip": "Отправляет луч от игрока к каждому источнику, звука, и заглушает его, если луч проходит через блоки\n\nПолезно, если вы не хотите слышать людей через стены. Но иногда работает криво, поэтому лучше не включать, если вам это не нужно", - "gui.plasmovoice.devices.directional_sources": "Направленные источники", - "gui.plasmovoice.devices.directional_sources.tooltip": "Делает звук тише, если источник не направлен на вас, и находится вне указанного угла\n\nПрименяется к игрокам которых слышите вы", - "gui.plasmovoice.devices.hrtf": "HRTF", - "gui.plasmovoice.devices.hrtf.tooltip": "Улучшает позиционирование аудио, проще понять, где в 3D пространстве находится источник звука\n\nМожет сделать качество звука хуже\n\nПрименяется к игрокам которых слышите вы", - "gui.plasmovoice.activation": "Активации", - "gui.plasmovoice.activation.type": "Тип активации", - "gui.plasmovoice.activation.type_ptt": "Push-To-Talk", - "gui.plasmovoice.activation.type_voice": "Голос", - "gui.plasmovoice.activation.type_inherit": "Наследование", - "gui.plasmovoice.activation.ptt_button": "Кнопка Push-To-Talk", - "gui.plasmovoice.activation.toggle_button": "Кнопка переключения", - "gui.plasmovoice.activation.distance": "Дистанция \"%s\"", - "gui.plasmovoice.advanced": "Продвинутые", - "gui.plasmovoice.advanced.visual": "Визуальные и интерфейс", - "gui.plasmovoice.advanced.visualize_voice_distance": "Визуализировать дистанцию", - "gui.plasmovoice.advanced.visualize_voice_distance_on_join": "Визуализировать при входе", - "gui.plasmovoice.advanced.audio_engine": "Звуковой движок", - "gui.plasmovoice.advanced.directional_sources_angle": "Угол напр. источников", - "gui.plasmovoice.advanced.directional_sources_angle.tooltip": "Угол, в котором вы слышите источник с громкостью 100%, если включены направленные источники. 360 градусов это как если направленные источники не включены", - "gui.plasmovoice.advanced.stereo_sources_to_mono": "Моно стерео источники", - "gui.plasmovoice.advanced.stereo_sources_to_mono.tooltip": "Аддоны могут использовать стерео для улучшения качества звука. Качество намного лучше, но нет позиционирования. Звук будет только затухать с дистанцией\n\nКогда эта опция включена, стерео источники будете конвертированы в обычные моно источники. Качество хуже, но у них будет позиционирование.", - "gui.plasmovoice.advanced.panning": "Стерео позиционирование", - "gui.plasmovoice.hotkeys": "Клавиши", - "gui.plasmovoice.volume": "Громкость", - "gui.plasmovoice.volume.sources": "Громкость источников", - "gui.plasmovoice.volume.players": "Громкость игроков", - "gui.plasmovoice.volume.players_search": "Поиск...", - "gui.plasmovoice.about.made_by": "Авторы %s", - "gui.plasmovoice.about.huix": "Концепт и Дизайн", - "gui.plasmovoice.about.programming": "Код", - "gui.plasmovoice.about.artist": "Художник", - "gui.plasmovoice.about.contributor": "Contributor", - "gui.plasmovoice.about.translator": "%s перевод", - "gui.plasmovoice.about.links": "Страницы %s", - "gui.plasmovoice.about.copyright": "Пожалуйста, используйте только оригинальные источники для скачивания, и не распространяйте мод без нашего разрешения", - "gui.plasmovoice.overlay": "Оверлей", - "gui.plasmovoice.overlay.activation_icon": "Иконка активации", - "gui.plasmovoice.overlay.activation_icon_show": "Показывать иконки", - "gui.plasmovoice.overlay.activation_icon_position": "Позиция иконок", - "gui.plasmovoice.overlay.activation_icon_position.choose": "Выберите расположение иконки", - "gui.plasmovoice.overlay.hud_position.top_left": "Слева сверху", - "gui.plasmovoice.overlay.hud_position.top_center": "По центру сверху", - "gui.plasmovoice.overlay.hud_position.top_right": "Справа сверху", - "gui.plasmovoice.overlay.hud_position.bottom_left": "Слева снизу", - "gui.plasmovoice.overlay.hud_position.bottom_center": "По центру снизу", - "gui.plasmovoice.overlay.hud_position.bottom_right": "Справа снизу", - "gui.plasmovoice.overlay.source_icons": "Иконки энтити", - "gui.plasmovoice.overlay.show_source_icons": "Отображать иконки", - "gui.plasmovoice.overlay.show_source_icons.hud": "Только GUI", - "gui.plasmovoice.overlay.show_source_icons.always": "Всегда", - "gui.plasmovoice.overlay.show_source_icons.hidden": "Скрыто", - "gui.plasmovoice.overlay.show_static_source_icons": "Статические источники", - "gui.plasmovoice.overlay.enable": "Включить оверлей", - "gui.plasmovoice.overlay.position": "Расположение оверлея", - "gui.plasmovoice.overlay.position.choose": "Выберите расположение оверлея", - "gui.plasmovoice.overlay.style": "Стиль оверлей", - "gui.plasmovoice.overlay.style.name_skin": "Ник и скин", - "gui.plasmovoice.overlay.style.skin": "Только скин", - "gui.plasmovoice.overlay.style.name": "Только ник", - "gui.plasmovoice.overlay.sources": "Оверлей источников", - "gui.plasmovoice.overlay.sources.when_talking": "Когда говорят", - "gui.plasmovoice.overlay.sources.always": "Всегда", - "gui.plasmovoice.overlay.sources.never": "Никогда", - "gui.plasmovoice.addons": "Аддоны", - "gui.plasmovoice.not_available": "Plasmo Voice не установлен на этом сервере", - "gui.plasmovoice.connecting": "Подключение к UDP серверу...", - "gui.plasmovoice.cannot_connect_to_udp": "Не удалось подключиться к UDP серверу,\nскорее всего закрыт порт. Прочитайте вики:%s", - "pv.activation.parent": "Основная", - "message.plasmovoice.close": "Закрыть", - "message.plasmovoice.on": "Вкл", - "message.plasmovoice.off": "Выкл", - "message.plasmovoice.occlusion_changed": "Заглушение звука через блоки: %s", - "message.plasmovoice.distance_changed": "Дистанция \"%s\": %d", - "message.plasmovoice.update_available": "Доступна новая версия Plasmo Voice %1$s: %2$s", - "message.plasmovoice.update_available.click": "Скачать", - "message.plasmovoice.update_available.hover": "%s" -} +{ + "key.plasmovoice.settings": "Настройки голосового чата", + "key.plasmovoice.general": "Основные", + "key.plasmovoice.general.mute_microphone": "Выключить микрофон", + "key.plasmovoice.general.disable_voice": "Выключить голосовой чат", + "key.plasmovoice.general.action": "Кнопка действия", + "key.plasmovoice.distance": "Дистанция голоса \"%s\"", + "key.plasmovoice.distance.increase": "Увеличить дистанцию", + "key.plasmovoice.distance.decrease": "Уменьшить дистанцию", + "key.plasmovoice.occlusion": "Затухание звука через блоки", + "key.plasmovoice.occlusion.toggle": "Вкл/выкл затухание звука", + "gui.plasmovoice.title": "Настройки %1$s %2$s", + "gui.plasmovoice.toggle.microphone": "Вкл/выкл микрофон\n%s", + "gui.plasmovoice.toggle.voice": "Вкл/выкл голосовой чат\n%s", + "gui.plasmovoice.toggle.currently": "Сейчас: %s", + "gui.plasmovoice.toggle.enabled": "ВКЛ", + "gui.plasmovoice.toggle.disabled": "ВЫКЛ", + "gui.plasmovoice.devices": "Устройства", + "gui.plasmovoice.devices.microphone": "Микрофон", + "gui.plasmovoice.devices.activation_threshold": "Порог активации", + "gui.plasmovoice.devices.activation_threshold.tooltip": "Работает только при активации голосом\n\nПоставьте слайдер в позицию где звукпереходит через порог активации только когда вы говорите\n\nНажмите на иконку, чтобы включить тестирование микрофона и услышать ваш голос", + "gui.plasmovoice.devices.not_available": "Не доступен", + "gui.plasmovoice.devices.default": "System Default", + "gui.plasmovoice.devices.microphone_volume": "Громкость микрофона", + "gui.plasmovoice.devices.noise_suppression": "Шумоподавление", + "gui.plasmovoice.devices.noise_suppression.tooltip": "Шумоподавление RNNoise\n\nИспользует нейронные сети. Хорошо работает, но может нагружать процессор\n\nПрименяется к вашему микрофону.", + "gui.plasmovoice.devices.stereo_capture": "Стерео захват", + "gui.plasmovoice.devices.stereo_capture.tooltip": "Захватывает звук в стерео, зачем конвертирует в моно.\nМожет улучшить качество, но делает звук тише.", + "gui.plasmovoice.devices.output": "Устройство вывода", + "gui.plasmovoice.devices.output_device": "Устройство вывода", + "gui.plasmovoice.devices.volume": "Громкость голосового чата", + "gui.plasmovoice.devices.volume.tooltip": "Громкость больше 100% может вызвать перегрузки.", + "gui.plasmovoice.devices.occlusion": "Заглушение через блоки", + "gui.plasmovoice.devices.occlusion.tooltip": "Отправляет луч от игрока к каждому источнику, звука, и заглушает его, если луч проходит через блоки\n\nПолезно, если вы не хотите слышать людей через стены. Но иногда работает криво, поэтому лучше не включать, если вам это не нужно", + "gui.plasmovoice.devices.directional_sources": "Направленные источники", + "gui.plasmovoice.devices.directional_sources.tooltip": "Делает звук тише, если источник не направлен на вас, и находится вне указанного угла\n\nПрименяется к игрокам которых слышите вы", + "gui.plasmovoice.devices.hrtf": "HRTF", + "gui.plasmovoice.devices.hrtf.tooltip": "Улучшает позиционирование аудио, проще понять, где в 3D пространстве находится источник звука\n\nМожет сделать качество звука хуже\n\nПрименяется к игрокам которых слышите вы", + "gui.plasmovoice.activation": "Активации", + "gui.plasmovoice.activation.type": "Тип активации", + "gui.plasmovoice.activation.type_ptt": "Push-To-Talk", + "gui.plasmovoice.activation.type_voice": "Голос", + "gui.plasmovoice.activation.type_inherit": "Наследование", + "gui.plasmovoice.activation.ptt_button": "Кнопка Push-To-Talk", + "gui.plasmovoice.activation.toggle_button": "Кнопка переключения", + "gui.plasmovoice.activation.distance": "Дистанция \"%s\"", + "gui.plasmovoice.advanced": "Продвинутые", + "gui.plasmovoice.advanced.visual": "Визуальные и интерфейс", + "gui.plasmovoice.advanced.visualize_voice_distance": "Визуализировать дистанцию", + "gui.plasmovoice.advanced.visualize_voice_distance_on_join": "Визуализировать при входе", + "gui.plasmovoice.advanced.audio_engine": "Звуковой движок", + "gui.plasmovoice.advanced.directional_sources_angle": "Угол напр. источников", + "gui.plasmovoice.advanced.directional_sources_angle.tooltip": "Угол, в котором вы слышите источник с громкостью 100%, если включены направленные источники. 360 градусов это как если направленные источники не включены", + "gui.plasmovoice.advanced.stereo_sources_to_mono": "Моно стерео источники", + "gui.plasmovoice.advanced.stereo_sources_to_mono.tooltip": "Аддоны могут использовать стерео для улучшения качества звука. Качество намного лучше, но нет позиционирования. Звук будет только затухать с дистанцией\n\nКогда эта опция включена, стерео источники будете конвертированы в обычные моно источники. Качество хуже, но у них будет позиционирование.", + "gui.plasmovoice.advanced.panning": "Стерео позиционирование", + "gui.plasmovoice.hotkeys": "Клавиши", + "gui.plasmovoice.volume": "Громкость", + "gui.plasmovoice.volume.sources": "Громкость источников", + "gui.plasmovoice.volume.players": "Громкость игроков", + "gui.plasmovoice.volume.players_search": "Поиск...", + "gui.plasmovoice.about.made_by": "Авторы %s", + "gui.plasmovoice.about.huix": "Концепт и Дизайн", + "gui.plasmovoice.about.programming": "Код", + "gui.plasmovoice.about.artist": "Художник", + "gui.plasmovoice.about.contributor": "Contributor", + "gui.plasmovoice.about.translator": "%s перевод", + "gui.plasmovoice.about.links": "Страницы %s", + "gui.plasmovoice.about.copyright": "Пожалуйста, используйте только оригинальные источники для скачивания, и не распространяйте мод без нашего разрешения", + "gui.plasmovoice.overlay": "Оверлей", + "gui.plasmovoice.overlay.activation_icon": "Иконка активации", + "gui.plasmovoice.overlay.activation_icon_show": "Показывать иконки", + "gui.plasmovoice.overlay.activation_icon_position": "Позиция иконок", + "gui.plasmovoice.overlay.activation_icon_position.choose": "Выберите расположение иконки", + "gui.plasmovoice.overlay.hud_position.top_left": "Слева сверху", + "gui.plasmovoice.overlay.hud_position.top_center": "По центру сверху", + "gui.plasmovoice.overlay.hud_position.top_right": "Справа сверху", + "gui.plasmovoice.overlay.hud_position.bottom_left": "Слева снизу", + "gui.plasmovoice.overlay.hud_position.bottom_center": "По центру снизу", + "gui.plasmovoice.overlay.hud_position.bottom_right": "Справа снизу", + "gui.plasmovoice.overlay.source_icons": "Иконки энтити", + "gui.plasmovoice.overlay.show_source_icons": "Отображать иконки", + "gui.plasmovoice.overlay.show_source_icons.hud": "Только GUI", + "gui.plasmovoice.overlay.show_source_icons.always": "Всегда", + "gui.plasmovoice.overlay.show_source_icons.hidden": "Скрыто", + "gui.plasmovoice.overlay.show_static_source_icons": "Статические источники", + "gui.plasmovoice.overlay.enable": "Включить оверлей", + "gui.plasmovoice.overlay.position": "Расположение оверлея", + "gui.plasmovoice.overlay.position.choose": "Выберите расположение оверлея", + "gui.plasmovoice.overlay.style": "Стиль оверлей", + "gui.plasmovoice.overlay.style.name_skin": "Ник и скин", + "gui.plasmovoice.overlay.style.skin": "Только скин", + "gui.plasmovoice.overlay.style.name": "Только ник", + "gui.plasmovoice.overlay.sources": "Оверлей источников", + "gui.plasmovoice.overlay.sources.when_talking": "Когда говорят", + "gui.plasmovoice.overlay.sources.always": "Всегда", + "gui.plasmovoice.overlay.sources.never": "Никогда", + "gui.plasmovoice.addons": "Аддоны", + "gui.plasmovoice.not_available": "Plasmo Voice не установлен на этом сервере", + "gui.plasmovoice.connecting": "Подключение к UDP серверу...", + "gui.plasmovoice.cannot_connect_to_udp": "Не удалось подключиться к UDP серверу,\nскорее всего закрыт порт. Прочитайте вики:%s", + "pv.activation.parent": "Основная", + "message.plasmovoice.close": "Закрыть", + "message.plasmovoice.on": "Вкл", + "message.plasmovoice.off": "Выкл", + "message.plasmovoice.occlusion_changed": "Заглушение звука через блоки: %s", + "message.plasmovoice.distance_changed": "Дистанция \"%s\": %d", + "message.plasmovoice.update_available": "Доступна новая версия Plasmo Voice %1$s: %2$s", + "message.plasmovoice.update_available.click": "Скачать", + "message.plasmovoice.update_available.hover": "%s" +} diff --git a/config/PlasmoVoice/.crowdin/timestamp b/config/yosbr/config/PlasmoVoice/.crowdin/timestamp similarity index 100% rename from config/PlasmoVoice/.crowdin/timestamp rename to config/yosbr/config/PlasmoVoice/.crowdin/timestamp diff --git a/config/PlasmoVoice/client.toml b/config/yosbr/config/PlasmoVoice/client.toml similarity index 95% rename from config/PlasmoVoice/client.toml rename to config/yosbr/config/PlasmoVoice/client.toml index 95bfe86..e2d42a8 100644 --- a/config/PlasmoVoice/client.toml +++ b/config/yosbr/config/PlasmoVoice/client.toml @@ -1,61 +1,61 @@ -debug = false -disable_crowdin = false -check_for_updates = false - -key_bindings = [] - -[servers.5b97d502-332a-4c4f-a21b-ed79b5b70f2d.distances] -4aec07ba-d109-3345-9a0a-92022a116cd0 = 32 - -[addons.pv-addon-soundphysics] -"gui.plasmovoice.soundphysics.mic_reverb_volume" = 1.0 -"gui.plasmovoice.soundphysics.enabled" = true -"gui.plasmovoice.soundphysics.mic_reverb" = true - -[voice] -disabled = false -microphone_disabled = false -activation_threshold = -30.0 -input_device = "" -output_device = "" -use_javax_input = false -microphone_volume = 1.0 -noise_suppression = false -volume = 1.0 -compressor_limiter = true -sound_occlusion = false -directional_sources = false -hrtf = true -stereo_capture = true - -[voice.volumes.source_8b66acba-3139-41b4-b73b-79db604c99d8] -volume = 1.0 -[voice.volumes.proximity] -volume = 1.0 -[voice.volumes.discs] -volume = 0.5 - -[advanced] -visualize_voice_distance = true -visualize_voice_distance_on_join = false -compressor_threshold = -10 -limiter_threshold = -6 -directional_sources_angle = 360 -stereo_sources_to_mono = false -panning = true -camera_sound_listener = true -exponential_volume_slider = true -exponential_distance_gain = true - -[overlay] -show_activation_icon = true -activation_icon_position = "BOTTOM_CENTER" -show_source_icons = 0 -show_static_source_icons = true -overlay_enabled = true -overlay_position = "BOTTOM_LEFT" -overlay_style = "SKIN" - -[overlay.source_states] -proximity = "ON" -discs = "ON" +debug = false +disable_crowdin = false +check_for_updates = false + +key_bindings = [] + +[servers.5b97d502-332a-4c4f-a21b-ed79b5b70f2d.distances] +4aec07ba-d109-3345-9a0a-92022a116cd0 = 32 + +[addons.pv-addon-soundphysics] +"gui.plasmovoice.soundphysics.mic_reverb_volume" = 1.0 +"gui.plasmovoice.soundphysics.enabled" = true +"gui.plasmovoice.soundphysics.mic_reverb" = true + +[voice] +disabled = false +microphone_disabled = false +activation_threshold = -30.0 +input_device = "" +output_device = "" +use_javax_input = false +microphone_volume = 1.0 +noise_suppression = false +volume = 1.0 +compressor_limiter = true +sound_occlusion = false +directional_sources = false +hrtf = true +stereo_capture = true + +[voice.volumes.source_8b66acba-3139-41b4-b73b-79db604c99d8] +volume = 1.0 +[voice.volumes.proximity] +volume = 1.0 +[voice.volumes.discs] +volume = 0.5 + +[advanced] +visualize_voice_distance = true +visualize_voice_distance_on_join = false +compressor_threshold = -10 +limiter_threshold = -6 +directional_sources_angle = 360 +stereo_sources_to_mono = false +panning = true +camera_sound_listener = true +exponential_volume_slider = true +exponential_distance_gain = true + +[overlay] +show_activation_icon = true +activation_icon_position = "BOTTOM_CENTER" +show_source_icons = 0 +show_static_source_icons = true +overlay_enabled = true +overlay_position = "BOTTOM_LEFT" +overlay_style = "SKIN" + +[overlay.source_states] +proximity = "ON" +discs = "ON" diff --git a/config/PlasmoVoice/config.json b/config/yosbr/config/PlasmoVoice/config.json similarity index 95% rename from config/PlasmoVoice/config.json rename to config/yosbr/config/PlasmoVoice/config.json index e21378f..43aa24d 100644 --- a/config/PlasmoVoice/config.json +++ b/config/yosbr/config/PlasmoVoice/config.json @@ -1,57 +1,57 @@ -{ - "servers": { - "51.38.113.28": { - "distance": 32, - "priorityDistance": 64 - } - }, - "playerVolumes": {}, - "whitelist": false, - "voiceVolume": 1.0, - "priorityVolume": 1.0, - "occlusion": false, - "speakerMuted": false, - "showIcons": 0, - "micIconPosition": "BOTTOM_CENTER", - "voiceActivation": false, - "voiceActivationThreshold": -30.0, - "microphoneAmplification": 1.0, - "rnNoise": false, - "microphoneMuted": false, - "javaxCapture": false, - "hrtf": false, - "directionalSources": false, - "directionalSourcesAngle": 145, - "compressor": true, - "compressorThreshold": -10, - "limiterThreshold": -6, - "visualizeDistance": true, - "keyBindings": { - "pushToTalk": [ - { - "type": "KEYSYM", - "code": 342 - } - ], - "priorityPushToTalk": [], - "muteMicrophone": [ - { - "type": "KEYSYM", - "code": 77 - } - ], - "muteChat": [], - "action": [ - { - "type": "MOUSE", - "code": 1 - } - ], - "increaseDistance": [], - "decreaseDistance": [], - "occlusion": [] - }, - "showPriorityVolume": true, - "micReverb": true, - "micReverbVolume": 1.0 +{ + "servers": { + "51.38.113.28": { + "distance": 32, + "priorityDistance": 64 + } + }, + "playerVolumes": {}, + "whitelist": false, + "voiceVolume": 1.0, + "priorityVolume": 1.0, + "occlusion": false, + "speakerMuted": false, + "showIcons": 0, + "micIconPosition": "BOTTOM_CENTER", + "voiceActivation": false, + "voiceActivationThreshold": -30.0, + "microphoneAmplification": 1.0, + "rnNoise": false, + "microphoneMuted": false, + "javaxCapture": false, + "hrtf": false, + "directionalSources": false, + "directionalSourcesAngle": 145, + "compressor": true, + "compressorThreshold": -10, + "limiterThreshold": -6, + "visualizeDistance": true, + "keyBindings": { + "pushToTalk": [ + { + "type": "KEYSYM", + "code": 342 + } + ], + "priorityPushToTalk": [], + "muteMicrophone": [ + { + "type": "KEYSYM", + "code": 77 + } + ], + "muteChat": [], + "action": [ + { + "type": "MOUSE", + "code": 1 + } + ], + "increaseDistance": [], + "decreaseDistance": [], + "occlusion": [] + }, + "showPriorityVolume": true, + "micReverb": true, + "micReverbVolume": 1.0 } \ No newline at end of file diff --git a/config/appleskin.json5 b/config/yosbr/config/appleskin.json5 similarity index 98% rename from config/appleskin.json5 rename to config/yosbr/config/appleskin.json5 index e14d039..df39aab 100644 --- a/config/appleskin.json5 +++ b/config/yosbr/config/appleskin.json5 @@ -1,22 +1,22 @@ -{ - // If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT - "showFoodValuesInTooltip": true, - // If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT) - "showFoodValuesInTooltipAlways": false, - // If true, shows your current saturation level overlayed on the hunger bar - "showSaturationHudOverlay": true, - // If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding - "showFoodValuesHudOverlay": true, - // If true, enables the hunger/saturation/health overlays for food in your off-hand - "showFoodValuesHudOverlayWhenOffhand": true, - // If true, shows your food exhaustion as a progress bar behind the hunger bar - "showFoodExhaustionHudUnderlay": true, - // If true, shows estimated health restored by food on the health bar - "showFoodHealthHudOverlay": true, - // If true, shows your hunger, saturation, and exhaustion level in Debug Screen - "showFoodDebugInfo": true, - // If true, health/hunger overlay will shake to match Minecraft's icon animations - "showVanillaAnimationsOverlay": true, - // Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent) - "maxHudOverlayFlashAlpha": 0.6499999761581421 +{ + // If true, shows the hunger and saturation values of food in its tooltip while holding SHIFT + "showFoodValuesInTooltip": true, + // If true, shows the hunger and saturation values of food in its tooltip automatically (without needing to hold SHIFT) + "showFoodValuesInTooltipAlways": false, + // If true, shows your current saturation level overlayed on the hunger bar + "showSaturationHudOverlay": true, + // If true, shows the hunger (and saturation if showSaturationHudOverlay is true) that would be restored by food you are currently holding + "showFoodValuesHudOverlay": true, + // If true, enables the hunger/saturation/health overlays for food in your off-hand + "showFoodValuesHudOverlayWhenOffhand": true, + // If true, shows your food exhaustion as a progress bar behind the hunger bar + "showFoodExhaustionHudUnderlay": true, + // If true, shows estimated health restored by food on the health bar + "showFoodHealthHudOverlay": true, + // If true, shows your hunger, saturation, and exhaustion level in Debug Screen + "showFoodDebugInfo": true, + // If true, health/hunger overlay will shake to match Minecraft's icon animations + "showVanillaAnimationsOverlay": true, + // Alpha value of the flashing icons at their most visible point (1.0 = fully opaque, 0.0 = fully transparent) + "maxHudOverlayFlashAlpha": 0.6499999761581421 } \ No newline at end of file diff --git a/config/betterf3.json b/config/yosbr/config/betterf3.json similarity index 95% rename from config/betterf3.json rename to config/yosbr/config/betterf3.json index 543ad83..af17bce 100644 --- a/config/betterf3.json +++ b/config/yosbr/config/betterf3.json @@ -1,243 +1,243 @@ -{ - "modules_left": [ - { - "name": "minecraft", - "name_color": 16777215, - "value_color": 16777215, - "enabled": false, - "lines": { - "minecraft": true - } - }, - { - "name": "fps", - "color_high": 5635925, - "color_med": 16777045, - "color_low": 16733525, - "enabled": true, - "lines": { - "fps": true - } - }, - { - "name": "graphics", - "name_color": 16755200, - "value_color": 5636095, - "enabled": false, - "lines": { - "render_distance": false, - "graphics": false, - "clouds": false, - "biome_blend_radius": false, - "shader": false - } - }, - { - "name": "server", - "name_color": 16777215, - "value_color": 16777215, - "enabled": true, - "lines": { - "server_tick": true, - "packets_sent": false, - "packets_received": false - } - }, - { - "name": "coords", - "name_color": 16777215, - "color_x": 16764108, - "color_y": 13434828, - "color_z": 14737663, - "enabled": true, - "lines": { - "player_coords": true, - "block_coords": false, - "chunk_relative_coords": true, - "chunk_coords": false - } - }, - { - "name": "chunks", - "name_color": 16777215, - "value_color": 16777215, - "chunks_enabled_color": 5635925, - "chunks_disabled_color": 16733525, - "total_chunks_color": 16755200, - "enabled": false, - "lines": { - "chunk_sections": true, - "chunk_culling": true, - "pending_chunks": true, - "pending_uploads": true, - "available_buffers": true, - "client_chunk_cache": true, - "loaded_chunks": true, - "loaded_chunks_server": true, - "forceloaded_chunks": true, - "spawn_chunks": true, - "chunk_file": true - } - }, - { - "name": "location", - "name_color": 16777215, - "value_color": 16777215, - "enabled": true, - "lines": { - "dimension": false, - "facing": true, - "rotation": false, - "light": false, - "light_server": false, - "highest_block": false, - "highest_block_server": false, - "biome": true, - "local_difficulty": false, - "day_ticks": false, - "days_played": false, - "slime_chunk": false - } - }, - { - "name": "entity", - "name_color": 16777215, - "value_color": 16777215, - "total_entities_color": 16755200, - "enabled": false, - "lines": { - "particles": false, - "entities": false, - "monster": true, - "creature": true, - "ambient": true, - "axolotls": true, - "underground_water_creature": true, - "water_creature": true, - "water_ambient": true, - "misc": true - } - }, - { - "name": "sound", - "name_color": 16777215, - "value_color": 16777215, - "maximum_color": 43690, - "enabled": false, - "lines": { - "sounds": true, - "ambient_sounds": true, - "mood": true - } - }, - { - "name": "help", - "name_color": 16777215, - "value_color": 16777215, - "enabled_color": 5635925, - "disabled_color": 16733525, - "enabled": false, - "lines": { - "pie_graph": true, - "fps_tps": true, - "help": true - } - }, - { - "name": "empty", - "empty_lines": 1, - "enabled": true, - "lines": { - "nothing": true - } - }, - { - "name": "miscleft", - "name_color": 16777215, - "value_color": 16777215, - "enabled": false, - "lines": { - "misc_left": true - } - }, - { - "name": "empty", - "empty_lines": 1, - "enabled": true, - "lines": { - "nothing": true - } - }, - { - "name": "empty", - "empty_lines": 1, - "enabled": true, - "lines": { - "nothing": true - } - } - ], - "modules_right": [ - { - "name": "system", - "name_color": 16755200, - "value_color": 5636095, - "enabled": false, - "lines": { - "time": true, - "java_version": true, - "memory_usage": true, - "allocation_rate": true, - "allocated_memory": true, - "cpu": true, - "display": true, - "gpu": true, - "opengl_version": true, - "gpu_driver": true - } - }, - { - "name": "miscright", - "name_color": 16645526, - "value_color": 5636095, - "enabled": false, - "lines": { - "misc_right": true - } - }, - { - "name": "target", - "name_color": 43775, - "value_color": 16777045, - "enabled": true, - "lines": { - "targeted_block": false, - "id_block": true, - "block_states": false, - "block_tags": false, - "nothing": true, - "targeted_fluid": false, - "id_fluid": false, - "fluid_states": false, - "fluid_tags": false, - "nothing2": true, - "targeted_entity": false - } - } - ], - "general": { - "disable_mod": false, - "auto_start": false, - "space_modules": true, - "shadow_text": false, - "animations": false, - "animationSpeed": 1.0, - "fontScale": 1.0, - "background_color": 1867534416, - "hide_debug_crosshair": false, - "hide_sidebar": true, - "hide_bossbar": true, - "always_show_profiler": false, - "always_show_tps": false - } +{ + "modules_left": [ + { + "name": "minecraft", + "name_color": 16777215, + "value_color": 16777215, + "enabled": false, + "lines": { + "minecraft": true + } + }, + { + "name": "fps", + "color_high": 5635925, + "color_med": 16777045, + "color_low": 16733525, + "enabled": true, + "lines": { + "fps": true + } + }, + { + "name": "graphics", + "name_color": 16755200, + "value_color": 5636095, + "enabled": false, + "lines": { + "render_distance": false, + "graphics": false, + "clouds": false, + "biome_blend_radius": false, + "shader": false + } + }, + { + "name": "server", + "name_color": 16777215, + "value_color": 16777215, + "enabled": true, + "lines": { + "server_tick": true, + "packets_sent": false, + "packets_received": false + } + }, + { + "name": "coords", + "name_color": 16777215, + "color_x": 16764108, + "color_y": 13434828, + "color_z": 14737663, + "enabled": true, + "lines": { + "player_coords": true, + "block_coords": false, + "chunk_relative_coords": true, + "chunk_coords": false + } + }, + { + "name": "chunks", + "name_color": 16777215, + "value_color": 16777215, + "chunks_enabled_color": 5635925, + "chunks_disabled_color": 16733525, + "total_chunks_color": 16755200, + "enabled": false, + "lines": { + "chunk_sections": true, + "chunk_culling": true, + "pending_chunks": true, + "pending_uploads": true, + "available_buffers": true, + "client_chunk_cache": true, + "loaded_chunks": true, + "loaded_chunks_server": true, + "forceloaded_chunks": true, + "spawn_chunks": true, + "chunk_file": true + } + }, + { + "name": "location", + "name_color": 16777215, + "value_color": 16777215, + "enabled": true, + "lines": { + "dimension": false, + "facing": true, + "rotation": false, + "light": false, + "light_server": false, + "highest_block": false, + "highest_block_server": false, + "biome": true, + "local_difficulty": false, + "day_ticks": false, + "days_played": false, + "slime_chunk": false + } + }, + { + "name": "entity", + "name_color": 16777215, + "value_color": 16777215, + "total_entities_color": 16755200, + "enabled": false, + "lines": { + "particles": false, + "entities": false, + "monster": true, + "creature": true, + "ambient": true, + "axolotls": true, + "underground_water_creature": true, + "water_creature": true, + "water_ambient": true, + "misc": true + } + }, + { + "name": "sound", + "name_color": 16777215, + "value_color": 16777215, + "maximum_color": 43690, + "enabled": false, + "lines": { + "sounds": true, + "ambient_sounds": true, + "mood": true + } + }, + { + "name": "help", + "name_color": 16777215, + "value_color": 16777215, + "enabled_color": 5635925, + "disabled_color": 16733525, + "enabled": false, + "lines": { + "pie_graph": true, + "fps_tps": true, + "help": true + } + }, + { + "name": "empty", + "empty_lines": 1, + "enabled": true, + "lines": { + "nothing": true + } + }, + { + "name": "miscleft", + "name_color": 16777215, + "value_color": 16777215, + "enabled": false, + "lines": { + "misc_left": true + } + }, + { + "name": "empty", + "empty_lines": 1, + "enabled": true, + "lines": { + "nothing": true + } + }, + { + "name": "empty", + "empty_lines": 1, + "enabled": true, + "lines": { + "nothing": true + } + } + ], + "modules_right": [ + { + "name": "system", + "name_color": 16755200, + "value_color": 5636095, + "enabled": false, + "lines": { + "time": true, + "java_version": true, + "memory_usage": true, + "allocation_rate": true, + "allocated_memory": true, + "cpu": true, + "display": true, + "gpu": true, + "opengl_version": true, + "gpu_driver": true + } + }, + { + "name": "miscright", + "name_color": 16645526, + "value_color": 5636095, + "enabled": false, + "lines": { + "misc_right": true + } + }, + { + "name": "target", + "name_color": 43775, + "value_color": 16777045, + "enabled": true, + "lines": { + "targeted_block": false, + "id_block": true, + "block_states": false, + "block_tags": false, + "nothing": true, + "targeted_fluid": false, + "id_fluid": false, + "fluid_states": false, + "fluid_tags": false, + "nothing2": true, + "targeted_entity": false + } + } + ], + "general": { + "disable_mod": false, + "auto_start": false, + "space_modules": true, + "shadow_text": false, + "animations": false, + "animationSpeed": 1.0, + "fontScale": 1.0, + "background_color": 1867534416, + "hide_debug_crosshair": false, + "hide_sidebar": true, + "hide_bossbar": true, + "always_show_profiler": false, + "always_show_tps": false + } } \ No newline at end of file diff --git a/config/yosbr/config/blur.json b/config/yosbr/config/blur.json index 87768c1..7fff098 100644 --- a/config/yosbr/config/blur.json +++ b/config/yosbr/config/blur.json @@ -1,17 +1,17 @@ -{ - "blurExclusions": [ - "net.minecraft.class_408", - "com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiOverlay$UserInputGuiScreen", - "ai.arcblroth.projectInception.client.InceptionInterfaceScreen", - "net.optifine.gui.GuiChatOF", - "io.github.darkkronicle.advancedchatcore.chat.AdvancedChatScreen" - ], - "fadeTimeMillis": 85, - "ease": true, - "radius": 4, - "gradientStart": "#000000", - "gradientStartAlpha": 70, - "gradientEnd": "#000000", - "gradientEndAlpha": 80, - "showScreenTitle": true +{ + "blurExclusions": [ + "net.minecraft.class_408", + "com.replaymod.lib.de.johni0702.minecraft.gui.container.AbstractGuiOverlay$UserInputGuiScreen", + "ai.arcblroth.projectInception.client.InceptionInterfaceScreen", + "net.optifine.gui.GuiChatOF", + "io.github.darkkronicle.advancedchatcore.chat.AdvancedChatScreen" + ], + "fadeTimeMillis": 85, + "ease": true, + "radius": 4, + "gradientStart": "#000000", + "gradientStartAlpha": 70, + "gradientEnd": "#000000", + "gradientEndAlpha": 80, + "showScreenTitle": true } \ No newline at end of file diff --git a/config/yosbr/config/bobby.conf b/config/yosbr/config/bobby.conf new file mode 100644 index 0000000..a8dbf08 --- /dev/null +++ b/config/yosbr/config/bobby.conf @@ -0,0 +1,31 @@ +# Delete regions from the cache when they have not been loaded for X days. +# +# The cache for a given world is cleaned up whenever you disconnect from the server. +# Entire worlds are cleaned up when the game starts and you have not visited them for X days. +# +# Set to -1 to disabled. +# Set to 0 to clean up everything after every disconnect. +delete-unused-regions-after-days=-1 +enabled=true +# Changes the maximum value configurable for Render Distance. +# +# Requires Sodium. +max-render-distance=64 +# Do not load block entities (e.g. chests) in fake chunks. +# These need updating every tick which can add up. +# +# Enabled by default because the render distance for block entities is usually smaller than the server-view distance anyway. +no-block-entities=true +# Reduces the light levels in fake chunks so you can tell the difference from real ones. +taint-fake-chunks=false +# Delays the unloading of chunks which are outside your view distance. +# Saves you from having to reload all chunks when leaving the area for a short moment (e.g. cut scenes). +# Does not work across dimensions. +unload-delay-secs=60 +# Overwrites the view-distance of the integrated server. +# This allows Bobby to be useful in Singleplayer. +# +# Disabled when at 0. +# Bobby is active in singleplayer only if this is enabled. +# Requires re-log to en-/disable. +view-distance-overwrite=0 diff --git a/config/yosbr/config/capes.json5 b/config/yosbr/config/capes.json5 index a63efba..9c5be33 100644 --- a/config/yosbr/config/capes.json5 +++ b/config/yosbr/config/capes.json5 @@ -1,10 +1,10 @@ -{ - "clientCapeType": "OPTIFINE", - "enableOptifine": true, - "enableLabyMod": false, - "enableWynntils": false, - "enableMinecraftCapesMod": false, - "enableCosmetica": false, - "enableCloaksPlus": false, - "enableElytraTexture": true -} +{ + "clientCapeType": "OPTIFINE", + "enableOptifine": true, + "enableLabyMod": false, + "enableWynntils": false, + "enableMinecraftCapesMod": false, + "enableCosmetica": false, + "enableCloaksPlus": false, + "enableElytraTexture": true +} diff --git a/config/yosbr/config/citresewn-defaults.json b/config/yosbr/config/citresewn-defaults.json index b3bdcb5..6230b8f 100644 --- a/config/yosbr/config/citresewn-defaults.json +++ b/config/yosbr/config/citresewn-defaults.json @@ -1,3 +1,3 @@ -{ - "type_enchantment_scroll_multiplier": 1.0 +{ + "type_enchantment_scroll_multiplier": 1.0 } \ No newline at end of file diff --git a/config/yosbr/config/colormatic.properties b/config/yosbr/config/colormatic.properties index f177b37..9fbebfe 100644 --- a/config/yosbr/config/colormatic.properties +++ b/config/yosbr/config/colormatic.properties @@ -1,5 +1,5 @@ -fog.clearSky=false -fog.clearVoid=false -light.blendSkyLight=true -light.flickerBlockLight=true -light.relativeBlockLightIntensity=-13.0 +fog.clearSky=false +fog.clearVoid=false +light.blendSkyLight=true +light.flickerBlockLight=true +light.relativeBlockLightIntensity=-13.0 diff --git a/config/yosbr/config/custom-hud/config.json b/config/yosbr/config/custom-hud/config.json index 252ea2a..9123617 100644 --- a/config/yosbr/config/custom-hud/config.json +++ b/config/yosbr/config/custom-hud/config.json @@ -1,4 +1,4 @@ -{ - "enabled": true, - "activeProfile": 1 +{ + "enabled": true, + "activeProfile": 1 } \ No newline at end of file diff --git a/config/yosbr/config/custom-hud/profile2.txt b/config/yosbr/config/custom-hud/profile2.txt index b3853d5..2dd6df8 100644 --- a/config/yosbr/config/custom-hud/profile2.txt +++ b/config/yosbr/config/custom-hud/profile2.txt @@ -1,9 +1,9 @@ -==BackgroundColor:0x00000000== -==Scale:1.0== -==Section:TopLeft== -&dSugar &f${version} &7{fps} -==Section:TopRight== -==Section:BottomLeft== -&9⚓ &f{x -p0} &f{y -p0} &f{z -p0} &7{biome} &8{{facing="north", "↑"}}{{facing="south", "↓"}}{{facing="east", "→"}}{{facing="west", "←"}} -==Section:BottomRight== -{{item!="Air", '{item}{{item_has_dur, " {item_dur_per}%"}}'}}&7{{oitem!="Air", ' {oitem}{{oitem_has_dur, " {oitem_dur_per}%"}}'}} +==BackgroundColor:0x00000000== +==Scale:1.0== +==Section:TopLeft== +&{F46EF4}Sugar &f${version} &7{fps} +==Section:TopRight== +==Section:BottomLeft== +&9⚓ &f{x -p0} &f{y -p0} &f{z -p0} &7{biome} &8{{facing="north", "↑", facing="south", "↓", facing="east", "→", facing="west", "←"}} +==Section:BottomRight== +{{item:main:id!="minecraft:air", "{item:main:icon} {item:main:name}{{item:main:dur>0, ' {item:main:dur_per}%'}}"}}{{item:offhand:id!="minecraft:air", " {item:offhand:icon} &7{item:offhand:name}{{item:offhand:dur>0, ' {item:offhand:dur_per}%'}}"}} \ No newline at end of file diff --git a/config/yosbr/config/dynamicfps.toml b/config/yosbr/config/dynamicfps.toml index 4dffcb6..7c9e296 100644 --- a/config/yosbr/config/dynamicfps.toml +++ b/config/yosbr/config/dynamicfps.toml @@ -1,6 +1,6 @@ -reduceFPSWhenUnfocused = true -unfocusedFPS = 15 -restoreFPSWhenHovered = true -unfocusedVolumeMultiplier = 0.50 -hiddenVolumeMultiplier = 0.50 -runGCOnUnfocus = false +reduceFPSWhenUnfocused = true +unfocusedFPS = 15 +restoreFPSWhenHovered = true +unfocusedVolumeMultiplier = 0.50 +hiddenVolumeMultiplier = 0.50 +runGCOnUnfocus = false diff --git a/config/yosbr/config/exordium.json b/config/yosbr/config/exordium.json index 926447f..63c52dd 100644 --- a/config/yosbr/config/exordium.json +++ b/config/yosbr/config/exordium.json @@ -1,12 +1,42 @@ { - "configVersion": 2, - "enabledGui": true, - "targetFPSIngameGui": 20, - "enabledGuiAnimationSpeedup": true, - "targetFPSIngameGuiAnimated": 60, - "enabledScreens": false, - "targetFPSIngameScreens": 60, - "enableSignBuffering": true, + "configVersion": 3, + "enableSignBuffering": false, "targetFPSNameTags": 60, - "enableNametagScreenBuffering": false + "enableNametagScreenBuffering": false, + "chatSettings": { + "enabled": false, + "maxFps": 60, + "forceBlend": false, + "forceUpdates": false + }, + "debugScreenSettings": { + "enabled": false, + "maxFps": 10, + "forceBlend": false, + "forceUpdates": false + }, + "hotbarSettings": { + "enabled": true, + "maxFps": 20, + "forceBlend": false, + "forceUpdates": false + }, + "experienceSettings": { + "enabled": false, + "maxFps": 5, + "forceBlend": false, + "forceUpdates": false + }, + "healthSettings": { + "enabled": false, + "maxFps": 20, + "forceBlend": false, + "forceUpdates": false + }, + "scoreboardSettings": { + "enabled": false, + "maxFps": 5, + "forceBlend": false, + "forceUpdates": false + } } \ No newline at end of file diff --git a/config/yosbr/config/fabric/indigo-renderer.properties b/config/yosbr/config/fabric/indigo-renderer.properties index 3501ba0..8537a96 100644 --- a/config/yosbr/config/fabric/indigo-renderer.properties +++ b/config/yosbr/config/fabric/indigo-renderer.properties @@ -1,6 +1,6 @@ -always-tesselate-blocks=auto -ambient-occlusion-mode=hybrid -debug-compare-lighting=auto -fix-exterior-vertex-lighting=true -fix-luminous-block-ambient-occlusion=auto -fix-smooth-lighting-offset=true +always-tesselate-blocks=auto +ambient-occlusion-mode=hybrid +debug-compare-lighting=auto +fix-exterior-vertex-lighting=true +fix-luminous-block-ambient-occlusion=auto +fix-smooth-lighting-offset=true diff --git a/config/yosbr/config/firstperson.json b/config/yosbr/config/firstperson.json new file mode 100644 index 0000000..4c22b16 --- /dev/null +++ b/config/yosbr/config/firstperson.json @@ -0,0 +1,16 @@ +{ + "enabledByDefault": true, + "xOffset": -2, + "sneakXOffset": 2, + "sitXOffset": 2, + "renderStuckFeatures": true, + "vanillaHands": false, + "doubleHands": false, + "forceActive": false, + "autoVanillaHands": [ + "twilightforest:filled_ore_map", + "twilightforest:filled_magic_map", + "twilightforest:filled_maze_map", + "antiqueatlas:antique_atlas" + ] +} \ No newline at end of file diff --git a/config/yosbr/config/iris.properties b/config/yosbr/config/iris.properties index 02bfe58..c6c5b0d 100644 --- a/config/yosbr/config/iris.properties +++ b/config/yosbr/config/iris.properties @@ -1,5 +1,5 @@ -disableUpdateMessage=true -enableDebugOptions=false -enableShaders=false -maxShadowRenderDistance=10 -shaderPack=ComplementaryShaders_v4.5.zip +disableUpdateMessage=true +enableDebugOptions=false +enableShaders=false +maxShadowRenderDistance=10 +shaderPack=ComplementaryShaders_v4.5.zip diff --git a/config/yosbr/config/lambdynlights.toml b/config/yosbr/config/lambdynlights.toml index f9d3290..509e2b6 100644 --- a/config/yosbr/config/lambdynlights.toml +++ b/config/yosbr/config/lambdynlights.toml @@ -1,174 +1,174 @@ -# LambDynamicLights configuration. -# The dynamic lights mode -mode = "fancy" - -# Light sources settings. -[light_sources] - # Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. - water_sensitive_check = true - # Enable block entities light source. - block_entities = true - # Enable entities light source. - entities = true - # TNT lighting mode. May be off, simple or fancy. - tnt = "simple" - # Creeper lighting mode. May be off, simple or fancy. - creeper = "simple" - - [light_sources.settings] - - [light_sources.settings.block_entities] - - [light_sources.settings.block_entities.minecraft] - bed = true - furnace = true - dropper = true - daylight_detector = true - sign = true - jukebox = true - brewing_stand = true - sculk_sensor = true - conduit = true - beehive = true - dispenser = true - smoker = true - lectern = true - skull = true - campfire = true - barrel = true - chest = true - piston = true - end_portal = true - shulker_box = true - enchanting_table = true - banner = true - structure_block = true - ender_chest = true - bell = true - end_gateway = true - comparator = true - beacon = true - command_block = true - jigsaw = true - hopper = true - mob_spawner = true - trapped_chest = true - blast_furnace = true - - [light_sources.settings.entities] - - [light_sources.settings.entities.minecraft] - zombie_horse = true - axolotl = true - egg = true - zoglin = true - spawner_minecart = true - llama = true - mule = true - bat = true - husk = true - experience_bottle = true - rabbit = true - firework_rocket = true - silverfish = true - giant = true - drowned = true - item = true - goat = true - horse = true - vindicator = true - minecart = true - spectral_arrow = true - llama_spit = true - mooshroom = true - glow_item_frame = false - tnt = true - snowball = true - parrot = true - creeper = true - lightning_bolt = true - ravager = true - evoker_fangs = true - chest_minecart = true - tropical_fish = true - slime = true - pillager = true - area_effect_cloud = true - blaze = true - piglin = true - end_crystal = true - endermite = true - ender_pearl = true - zombie = true - guardian = true - fireball = true - illusioner = true - eye_of_ender = true - wither_skull = true - wolf = true - tnt_minecart = true - zombie_villager = true - elder_guardian = true - boat = true - small_fireball = true - strider = true - cave_spider = true - cod = true - snow_golem = true - witch = true - spider = true - command_block_minecart = true - panda = true - bee = true - arrow = true - cow = true - magma_cube = true - pig = true - skeleton = true - hoglin = true - armor_stand = true - experience_orb = true - dolphin = true - stray = true - shulker = true - turtle = true - salmon = true - vex = true - wandering_trader = true - wither_skeleton = true - piglin_brute = true - ocelot = true - furnace_minecart = true - item_frame = true - phantom = true - ender_dragon = true - leash_knot = true - evoker = true - marker = true - glow_squid = true - shulker_bullet = true - squid = true - enderman = true - dragon_fireball = true - chicken = true - trader_llama = true - donkey = true - fox = true - iron_golem = true - zombified_piglin = true - cat = true - ghast = true - sheep = true - player = true - pufferfish = true - potion = true - trident = true - villager = true - skeleton_horse = true - fishing_bobber = true - polar_bear = true - hopper_minecart = true - falling_block = true - painting = true - wither = true - +# LambDynamicLights configuration. +# The dynamic lights mode +mode = "fancy" + +# Light sources settings. +[light_sources] + # Enables water-sensitive light sources check. This means that water-sensitive items will not light up when submerged in water. + water_sensitive_check = true + # Enable block entities light source. + block_entities = true + # Enable entities light source. + entities = true + # TNT lighting mode. May be off, simple or fancy. + tnt = "simple" + # Creeper lighting mode. May be off, simple or fancy. + creeper = "simple" + + [light_sources.settings] + + [light_sources.settings.block_entities] + + [light_sources.settings.block_entities.minecraft] + bed = true + furnace = true + dropper = true + daylight_detector = true + sign = true + jukebox = true + brewing_stand = true + sculk_sensor = true + conduit = true + beehive = true + dispenser = true + smoker = true + lectern = true + skull = true + campfire = true + barrel = true + chest = true + piston = true + end_portal = true + shulker_box = true + enchanting_table = true + banner = true + structure_block = true + ender_chest = true + bell = true + end_gateway = true + comparator = true + beacon = true + command_block = true + jigsaw = true + hopper = true + mob_spawner = true + trapped_chest = true + blast_furnace = true + + [light_sources.settings.entities] + + [light_sources.settings.entities.minecraft] + zombie_horse = true + axolotl = true + egg = true + zoglin = true + spawner_minecart = true + llama = true + mule = true + bat = true + husk = true + experience_bottle = true + rabbit = true + firework_rocket = true + silverfish = true + giant = true + drowned = true + item = true + goat = true + horse = true + vindicator = true + minecart = true + spectral_arrow = true + llama_spit = true + mooshroom = true + glow_item_frame = false + tnt = true + snowball = true + parrot = true + creeper = true + lightning_bolt = true + ravager = true + evoker_fangs = true + chest_minecart = true + tropical_fish = true + slime = true + pillager = true + area_effect_cloud = true + blaze = true + piglin = true + end_crystal = true + endermite = true + ender_pearl = true + zombie = true + guardian = true + fireball = true + illusioner = true + eye_of_ender = true + wither_skull = true + wolf = true + tnt_minecart = true + zombie_villager = true + elder_guardian = true + boat = true + small_fireball = true + strider = true + cave_spider = true + cod = true + snow_golem = true + witch = true + spider = true + command_block_minecart = true + panda = true + bee = true + arrow = true + cow = true + magma_cube = true + pig = true + skeleton = true + hoglin = true + armor_stand = true + experience_orb = true + dolphin = true + stray = true + shulker = true + turtle = true + salmon = true + vex = true + wandering_trader = true + wither_skeleton = true + piglin_brute = true + ocelot = true + furnace_minecart = true + item_frame = true + phantom = true + ender_dragon = true + leash_knot = true + evoker = true + marker = true + glow_squid = true + shulker_bullet = true + squid = true + enderman = true + dragon_fireball = true + chicken = true + trader_llama = true + donkey = true + fox = true + iron_golem = true + zombified_piglin = true + cat = true + ghast = true + sheep = true + player = true + pufferfish = true + potion = true + trident = true + villager = true + skeleton_horse = true + fishing_bobber = true + polar_bear = true + hopper_minecart = true + falling_block = true + painting = true + wither = true + diff --git a/config/yosbr/config/moreculling.toml b/config/yosbr/config/moreculling.toml index 148644e..e6ab03c 100644 --- a/config/yosbr/config/moreculling.toml +++ b/config/yosbr/config/moreculling.toml @@ -1,14 +1,19 @@ -enableSodiumMenu = false +enableSodiumMenu = true +cloudCulling = true +signTextCulling = true +rainCulling = true useBlockStateCulling = true useCustomItemFrameRenderer = true -useItemFrameLOD = true -itemFrameLODRange = 384 +itemFrameMapCulling = true +useItemFrameLOD = false +itemFrameLODRange = 48 useItemFrame3FaceCulling = true -itemFrame3FaceCullingRange = 12.0 -leavesCullingMode = "DEFAULT" -leavesCullingDepth = 2 -includeMangroveRoots = false +itemFrame3FaceCullingRange = 0.0 +leavesCullingMode = "CHECK" +leavesCullingAmount = 2 +includeMangroveRoots = true powderSnowCulling = true +entityModelCulling = true useOnModdedBlocksByDefault = true [modCompatibility] diff --git a/config/yosbr/config/ok_zoomer/config.toml b/config/yosbr/config/ok_zoomer/config.toml index acd3486..dc740b2 100644 --- a/config/yosbr/config/ok_zoomer/config.toml +++ b/config/yosbr/config/ok_zoomer/config.toml @@ -1,111 +1,111 @@ - -[features] - # Defines the cinematic camera while zooming. - # "OFF" disables the cinematic camera. - # "VANILLA" uses Vanilla's cinematic camera. - # "MULTIPLIED" is a multiplied variant of "VANILLA". - # options: OFF, VANILLA, MULTIPLIED - # default: OFF - cinematic_camera = "OFF" - # Reduces the mouse sensitivity when zooming. - # default: true - reduce_sensitivity = true - # Adds transitions between zooms. - # "OFF" disables transitions. - # "SMOOTH" replicates Vanilla's dynamic FOV. - # "LINEAR" removes the smoothiness. - # options: OFF, SMOOTH, LINEAR - # default: SMOOTH - zoom_transition = "SMOOTH" - # The behavior of the zoom key. - # "HOLD" needs the zoom key to be hold. - # "TOGGLE" has the zoom key toggle the zoom. - # "PERSISTENT" makes the zoom permanent. - # options: HOLD, TOGGLE, PERSISTENT - # default: HOLD - zoom_mode = "HOLD" - # Allows to increase or decrease zoom by scrolling. - # default: true - zoom_scrolling = true - # Adds zoom manipulation keys along with the zoom key. - # default: true - extra_key_binds = true - # Adds an overlay in the screen during zoom. - # "VIGNETTE" uses a vignette as the overlay. - # "SPYGLASS" uses the spyglass overlay with the vignette texture. - # The vignette texture can be found at: assets/ok_zoomer/textures/misc/zoom_overlay.png - # options: OFF, VIGNETTE, SPYGLASS - # default: OFF - zoom_overlay = "OFF" - # Determines how the zoom will depend on the spyglass. - # "REQUIRE_ITEM" will make zooming require a spyglass. - # "REPLACE_ZOOM" will replace spyglass's zoom with Ok Zoomer's zoom. - # "BOTH" will apply both options at the same time. - # The "REQUIRE_ITEM" option is configurable through the ok_zoomer:zoom_dependencies item tag. - # options: OFF, REQUIRE_ITEM, REPLACE_ZOOM, BOTH - # default: OFF - spyglass_dependency = "OFF" - -[values] - # The divisor applied to the FOV when zooming. - # range[2.2250738585072014E-308, 1.7976931348623157E308] - # default: 4.0 - zoom_divisor = 4.0 - # The minimum value that you can scroll down. - # range[2.2250738585072014E-308, 1.7976931348623157E308] - # default: 1.0 - minimum_zoom_divisor = 1.0 - # The maximum value that you can scroll down. - # range[2.2250738585072014E-308, 1.7976931348623157E308] - # default: 50.0 - maximum_zoom_divisor = 40.0 - # The number of steps between the zoom divisor and the maximum zoom divisor. - # Used by zoom scrolling. - # range[0, 2147483647] - # default: 10 - upper_scroll_steps = 10 - # The number of steps between the zoom divisor and the minimum zoom divisor. - # Used by zoom scrolling. - # range[0, 2147483647] - # default: 5 - lower_scroll_steps = 5 - # The multiplier used for smooth transitions. - # range[2.2250738585072014E-308, 1.0] - # default: 0.75 - smooth_multiplier = 0.65 - # The multiplier used for the multiplied cinematic camera. - # range[2.2250738585072014E-308, 4.0] - # default: 4.0 - cinematic_multiplier = 4.0 - # The minimum value which the linear transition step can reach. - # range[0.0, 1.7976931348623157E308] - # default: 0.125 - minimum_linear_step = 0.125 - # The maximum value which the linear transition step can reach. - # range[0.0, 1.7976931348623157E308] - # default: 0.25 - maximum_linear_step = 0.25 - -[tweaks] - # Allows for resetting the zoom with the middle mouse button. - # default: true - reset_zoom_with_mouse = true - # If enabled, the current zoom divisor is forgotten once zooming is done. - # default: true - forget_zoom_divisor = true - # If pressed, the "Save Toolbar Activator" keybind will be unbound if there's a conflict with the zoom key. - # default: true - unbind_conflicting_key = false - # If enabled, the spyglass overlay texture is used instead of Ok Zoomer's overlay texture. - # default: false - use_spyglass_texture = false - # If enabled, the zoom will use spyglass sounds on zooming in and out. - # default: false - use_spyglass_sounds = false - # Shows toasts when the server imposes a restriction. - # default: true - show_restriction_toasts = true - # Prints a random owo in the console when the game starts. Enabled by default until full release. - # default: true - print_owo_on_start = false - + +[features] + # Defines the cinematic camera while zooming. + # "OFF" disables the cinematic camera. + # "VANILLA" uses Vanilla's cinematic camera. + # "MULTIPLIED" is a multiplied variant of "VANILLA". + # options: OFF, VANILLA, MULTIPLIED + # default: OFF + cinematic_camera = "OFF" + # Reduces the mouse sensitivity when zooming. + # default: true + reduce_sensitivity = true + # Adds transitions between zooms. + # "OFF" disables transitions. + # "SMOOTH" replicates Vanilla's dynamic FOV. + # "LINEAR" removes the smoothiness. + # options: OFF, SMOOTH, LINEAR + # default: SMOOTH + zoom_transition = "SMOOTH" + # The behavior of the zoom key. + # "HOLD" needs the zoom key to be hold. + # "TOGGLE" has the zoom key toggle the zoom. + # "PERSISTENT" makes the zoom permanent. + # options: HOLD, TOGGLE, PERSISTENT + # default: HOLD + zoom_mode = "HOLD" + # Allows to increase or decrease zoom by scrolling. + # default: true + zoom_scrolling = true + # Adds zoom manipulation keys along with the zoom key. + # default: true + extra_key_binds = true + # Adds an overlay in the screen during zoom. + # "VIGNETTE" uses a vignette as the overlay. + # "SPYGLASS" uses the spyglass overlay with the vignette texture. + # The vignette texture can be found at: assets/ok_zoomer/textures/misc/zoom_overlay.png + # options: OFF, VIGNETTE, SPYGLASS + # default: OFF + zoom_overlay = "OFF" + # Determines how the zoom will depend on the spyglass. + # "REQUIRE_ITEM" will make zooming require a spyglass. + # "REPLACE_ZOOM" will replace spyglass's zoom with Ok Zoomer's zoom. + # "BOTH" will apply both options at the same time. + # The "REQUIRE_ITEM" option is configurable through the ok_zoomer:zoom_dependencies item tag. + # options: OFF, REQUIRE_ITEM, REPLACE_ZOOM, BOTH + # default: OFF + spyglass_dependency = "OFF" + +[values] + # The divisor applied to the FOV when zooming. + # range[2.2250738585072014E-308, 1.7976931348623157E308] + # default: 4.0 + zoom_divisor = 4.0 + # The minimum value that you can scroll down. + # range[2.2250738585072014E-308, 1.7976931348623157E308] + # default: 1.0 + minimum_zoom_divisor = 1.0 + # The maximum value that you can scroll down. + # range[2.2250738585072014E-308, 1.7976931348623157E308] + # default: 50.0 + maximum_zoom_divisor = 40.0 + # The number of steps between the zoom divisor and the maximum zoom divisor. + # Used by zoom scrolling. + # range[0, 2147483647] + # default: 10 + upper_scroll_steps = 10 + # The number of steps between the zoom divisor and the minimum zoom divisor. + # Used by zoom scrolling. + # range[0, 2147483647] + # default: 5 + lower_scroll_steps = 5 + # The multiplier used for smooth transitions. + # range[2.2250738585072014E-308, 1.0] + # default: 0.75 + smooth_multiplier = 0.65 + # The multiplier used for the multiplied cinematic camera. + # range[2.2250738585072014E-308, 32.0] + # default: 4.0 + cinematic_multiplier = 4.0 + # The minimum value which the linear transition step can reach. + # range[0.0, 1.7976931348623157E308] + # default: 0.125 + minimum_linear_step = 0.125 + # The maximum value which the linear transition step can reach. + # range[0.0, 1.7976931348623157E308] + # default: 0.25 + maximum_linear_step = 0.25 + +[tweaks] + # Allows for resetting the zoom with the middle mouse button. + # default: true + reset_zoom_with_mouse = true + # If enabled, the current zoom divisor is forgotten once zooming is done. + # default: true + forget_zoom_divisor = true + # If pressed, the "Save Toolbar Activator" keybind will be unbound if there's a conflict with the zoom key. + # default: true + unbind_conflicting_key = false + # If enabled, the spyglass overlay texture is used instead of Ok Zoomer's overlay texture. + # default: false + use_spyglass_texture = false + # If enabled, the zoom will use spyglass sounds on zooming in and out. + # default: false + use_spyglass_sounds = false + # Shows toasts when the server imposes a restriction. + # default: true + show_restriction_toasts = true + # Prints a random owo in the console when the game starts. Enabled by default until full release. + # default: true + print_owo_on_start = false + diff --git a/config/yosbr/config/presencefootsteps/updater.json b/config/yosbr/config/presencefootsteps/updater.json index e471646..63222f8 100644 --- a/config/yosbr/config/presencefootsteps/updater.json +++ b/config/yosbr/config/presencefootsteps/updater.json @@ -1,5 +1,5 @@ -{ - "enabled": true, - "displayCount": 3, - "displayRemaining": 2 +{ + "enabled": true, + "displayCount": 3, + "displayRemaining": 2 } \ No newline at end of file diff --git a/config/yosbr/config/presencefootsteps/userconfig.json b/config/yosbr/config/presencefootsteps/userconfig.json index 99be9b4..bb7e75f 100644 --- a/config/yosbr/config/presencefootsteps/userconfig.json +++ b/config/yosbr/config/presencefootsteps/userconfig.json @@ -1,10 +1,10 @@ -{ - "volume": 6, - "clientPlayerVolume": 100, - "otherPlayerVolume": 90, - "runningVolumeIncrease": 0, - "stance": "NONE", - "multiplayer": true, - "global": false, - "targetEntities": "ALL" +{ + "volume": 10, + "clientPlayerVolume": 100, + "otherPlayerVolume": 90, + "runningVolumeIncrease": 20, + "stance": "NONE", + "multiplayer": true, + "global": false, + "targetEntities": "ALL" } \ No newline at end of file diff --git a/config/yosbr/config/quilt/qsl/registry.toml b/config/yosbr/config/quilt/qsl/registry.toml index 61f9b94..9118079 100644 --- a/config/yosbr/config/quilt/qsl/registry.toml +++ b/config/yosbr/config/quilt/qsl/registry.toml @@ -1,10 +1,10 @@ - -[registry_sync] - # Message displayed for players joining with incompatible clients. Support strings and Minecraft's JSON text format. - # default: Unsupported (vanilla?) client! - #This server requires a modded client to join! - missing_registry_sync_message = "Unsupported (vanilla?) client!\nThis server requires a modded client to join!" - # Allows players with Fabric API to connect, as long as they have all required mods. - # default: true - support_fabric_api_protocol = true - + +[registry_sync] + # Message displayed for players joining with incompatible clients. Support strings and Minecraft's JSON text format. + # default: Unsupported (vanilla?) client! + #This server requires a modded client to join! + missing_registry_sync_message = "Unsupported (vanilla?) client!\nThis server requires a modded client to join!" + # Allows players with Fabric API to connect, as long as they have all required mods. + # default: true + support_fabric_api_protocol = true + diff --git a/config/shouldersurfing.toml b/config/yosbr/config/shouldersurfing.toml similarity index 97% rename from config/shouldersurfing.toml rename to config/yosbr/config/shouldersurfing.toml index 847902b..d39ce1c 100644 --- a/config/shouldersurfing.toml +++ b/config/yosbr/config/shouldersurfing.toml @@ -1,84 +1,84 @@ - -[perspective] - #Whether or not to replace the default third person perspective - replace_default_perspective = false - #Size of the camera adjustment per step - #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 - camera_step_size = 0.05 - #Whether or not to hide the player model if the camera gets too close to it - keep_camera_out_of_head = true - #Whether or not to limit the player reach depending on the crosshair location (perspective offset) - limit_player_reach = true - #The default perspective when you load the game - #Allowed Values: FIRST_PERSON, THIRD_PERSON_BACK, THIRD_PERSON_FRONT, SHOULDER_SURFING - default_perspective = "FIRST_PERSON" - #Whether or not to remember the last perspective used - remember_last_perspective = true - - [perspective.offset] - #Third person camera x-offset - #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 - offset_x = -0.75 - #Third person camera y-offset - #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 - offset_y = 0.0 - #Third person camera z-offset - #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 - offset_z = 1.7499999999999998 - - [perspective.offset.min] - #If x-offset is limited this is the minimum amount - #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 - min_offset_x = -3.0 - #If z-offset is limited this is the minimum amount - #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 - min_offset_z = -3.0 - #If y-offset is limited this is the minimum amount - #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 - min_offset_y = -1.0 - - [perspective.offset.max] - #If z-offset is limited this is the maximum amount - #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 - max_offset_z = 5.0 - #If y-offset is limited this is the maximum amount - #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 - max_offset_y = 1.5 - #If x-offset is limited this is the maximum amount - #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 - max_offset_x = 3.0 - - [perspective.offset.limits] - #Whether or not z-offset adjustment has limits - unlimited_offset_z = true - #Whether or not y-offset adjustment has limits - unlimited_offset_y = true - #Whether or not x-offset adjustment has limits - unlimited_offset_x = true - -[crosshair] - #The raytrace distance used for the dynamic crosshair - #Range: 0.0 ~ 1.7976931348623157E308 - custom_raytrace_distance = 400.0 - #Crosshair type to use for shoulder surfing - #Allowed Values: ADAPTIVE, DYNAMIC, STATIC, STATIC_WITH_1PP - crosshair_type = "STATIC" - #Whether or not to use the custom raytrace distance used for the dynamic crosshair - use_custom_raytrace_distance = true - #Additional items that trigger the dynamic crosshair when in apative mode - adaptive_crosshair_items = ["minecraft:snowball", "minecraft:egg", "minecraft:experience_bottle", "minecraft:ender_pearl", "minecraft:splash_potion", "minecraft:fishing_rod", "minecraft:lingering_potion"] - - [crosshair.visibility] - #Crosshair visibility for first_person - #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE - first_person = "ALWAYS" - #Crosshair visibility for shoulder_surfing - #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE - shoulder_surfing = "ALWAYS" - #Crosshair visibility for third_person_back - #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE - third_person_back = "NEVER" - #Crosshair visibility for third_person_front - #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE - third_person_front = "NEVER" - + +[perspective] + #Whether or not to replace the default third person perspective + replace_default_perspective = false + #Size of the camera adjustment per step + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + camera_step_size = 0.05 + #Whether or not to hide the player model if the camera gets too close to it + keep_camera_out_of_head = true + #Whether or not to limit the player reach depending on the crosshair location (perspective offset) + limit_player_reach = true + #The default perspective when you load the game + #Allowed Values: FIRST_PERSON, THIRD_PERSON_BACK, THIRD_PERSON_FRONT, SHOULDER_SURFING + default_perspective = "FIRST_PERSON" + #Whether or not to remember the last perspective used + remember_last_perspective = true + + [perspective.offset] + #Third person camera x-offset + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + offset_x = -0.75 + #Third person camera y-offset + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + offset_y = 0.0 + #Third person camera z-offset + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + offset_z = 1.7499999999999998 + + [perspective.offset.min] + #If x-offset is limited this is the minimum amount + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + min_offset_x = -3.0 + #If z-offset is limited this is the minimum amount + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + min_offset_z = -3.0 + #If y-offset is limited this is the minimum amount + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + min_offset_y = -1.0 + + [perspective.offset.max] + #If z-offset is limited this is the maximum amount + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + max_offset_z = 5.0 + #If y-offset is limited this is the maximum amount + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + max_offset_y = 1.5 + #If x-offset is limited this is the maximum amount + #Range: -1.7976931348623157E308 ~ 1.7976931348623157E308 + max_offset_x = 3.0 + + [perspective.offset.limits] + #Whether or not z-offset adjustment has limits + unlimited_offset_z = true + #Whether or not y-offset adjustment has limits + unlimited_offset_y = true + #Whether or not x-offset adjustment has limits + unlimited_offset_x = true + +[crosshair] + #The raytrace distance used for the dynamic crosshair + #Range: 0.0 ~ 1.7976931348623157E308 + custom_raytrace_distance = 400.0 + #Crosshair type to use for shoulder surfing + #Allowed Values: ADAPTIVE, DYNAMIC, STATIC, STATIC_WITH_1PP + crosshair_type = "STATIC" + #Whether or not to use the custom raytrace distance used for the dynamic crosshair + use_custom_raytrace_distance = true + #Additional items that trigger the dynamic crosshair when in apative mode + adaptive_crosshair_items = ["minecraft:snowball", "minecraft:egg", "minecraft:experience_bottle", "minecraft:ender_pearl", "minecraft:splash_potion", "minecraft:fishing_rod", "minecraft:lingering_potion"] + + [crosshair.visibility] + #Crosshair visibility for first_person + #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE + first_person = "ALWAYS" + #Crosshair visibility for shoulder_surfing + #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE + shoulder_surfing = "ALWAYS" + #Crosshair visibility for third_person_back + #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE + third_person_back = "NEVER" + #Crosshair visibility for third_person_front + #Allowed Values: ALWAYS, NEVER, WHEN_AIMING, WHEN_IN_RANGE, WHEN_AIMING_OR_IN_RANGE + third_person_front = "NEVER" + diff --git a/config/yosbr/config/skinlayers.json b/config/yosbr/config/skinlayers.json new file mode 100644 index 0000000..1aba328 --- /dev/null +++ b/config/yosbr/config/skinlayers.json @@ -0,0 +1,17 @@ +{ + "enableHat": true, + "enableJacket": true, + "enableLeftSleeve": true, + "enableRightSleeve": true, + "enableLeftPants": true, + "enableRightPants": true, + "baseVoxelSize": 1.12, + "bodyVoxelWidthSize": 1.05, + "headVoxelSize": 1.1, + "renderDistanceLOD": 14, + "enableSkulls": true, + "enableSkullsItems": true, + "skullVoxelSize": 1.1, + "fastRender": true, + "firstPersonPixelScaling": 1.08 +} \ No newline at end of file diff --git a/config/yosbr/config/smoothswapping.json b/config/yosbr/config/smoothswapping.json new file mode 100644 index 0000000..74a6335 --- /dev/null +++ b/config/yosbr/config/smoothswapping.json @@ -0,0 +1,14 @@ +{ + "toggle_mod": true, + "animation_speed": 200, + "curve_points": [ + [ + 0.328125, + 0.26557854 + ], + [ + 0.6041667, + 0.7352577 + ] + ] +} \ No newline at end of file diff --git a/config/yosbr/config/sodium-extra-options.json b/config/yosbr/config/sodium-extra-options.json index f170f84..87375b6 100644 --- a/config/yosbr/config/sodium-extra-options.json +++ b/config/yosbr/config/sodium-extra-options.json @@ -1,57 +1,71 @@ -{ - "animation_settings": { - "animation": true, - "water": true, - "lava": true, - "fire": true, - "portal": true, - "block_animations": true, - "sculk_sensor": true - }, - "particle_settings": { - "particles": true, - "rain_splash": true, - "block_break": true, - "block_breaking": true, - "other": {} - }, - "detail_settings": { - "sky": true, - "sun_moon": true, - "stars": true, - "rain_snow": true, - "biome_colors": true, - "sky_colors": true - }, - "render_settings": { - "fog_distance": 0, - "multi_dimension_fog_control": false, - "dimensionFogDistance": {}, - "use_linear_flat_color_blender": false, - "light_updates": true, - "item_frame": true, - "armor_stand": true, - "painting": true, - "piston": true, - "beacon_beam": true, - "enchanting_table_book": true, - "item_frame_name_tag": true, - "player_name_tag": true - }, - "extra_settings": { - "overlay_corner": "BOTTOM_LEFT", - "text_contrast": "SHADOW", - "show_fps": false, - "show_f_p_s_extended": true, - "show_coords": false, - "reduce_resolution_on_mac": true, - "use_adaptive_sync": false, - "cloud_height": 192, - "toasts": true, - "instant_sneak": false, - "prevent_shaders": false - }, - "notification_settings": { - "hide_r_s_o_recommendation": true - } +{ + "animation_settings": { + "animation": true, + "water": true, + "lava": true, + "fire": true, + "portal": true, + "block_animations": true, + "sculk_sensor": true + }, + "particle_settings": { + "particles": true, + "rain_splash": true, + "block_break": true, + "block_breaking": true, + "other": {} + }, + "detail_settings": { + "sky": true, + "sun_moon": true, + "stars": true, + "rain_snow": false, + "biome_colors": true, + "sky_colors": true + }, + "render_settings": { + "fog_distance": 0, + "fog_start": 100, + "multi_dimension_fog_control": false, + "dimensionFogDistance": { + "minecraft:overworld": 0 + }, + "light_updates": true, + "item_frame": true, + "armor_stand": true, + "painting": true, + "piston": true, + "beacon_beam": true, + "enchanting_table_book": true, + "item_frame_name_tag": true, + "player_name_tag": true + }, + "extra_settings": { + "overlay_corner": "TOP_LEFT", + "text_contrast": "NONE", + "show_fps": false, + "show_f_p_s_extended": true, + "show_coords": false, + "reduce_resolution_on_mac": false, + "use_adaptive_sync": false, + "cloud_height": 192, + "toasts": true, + "advancement_toast": true, + "recipe_toast": true, + "system_toast": true, + "tutorial_toast": true, + "instant_sneak": false, + "prevent_shaders": false, + "steady_debug_hud": true, + "steady_debug_hud_refresh_interval": 1 + }, + "notification_settings": { + "hide_r_s_o_recommendation": false + }, + "super_secret_settings": { + "fetch_sodium_extra_crowdin_translations": false, + "sodium_extra_crowdin_project_identifier": "sodium-extra", + "fetch_sodium_crowdin_translations": false, + "sodium_crowdin_project_identifier": "sodium-fabric" + } } \ No newline at end of file diff --git a/config/yosbr/config/sodium-options.json b/config/yosbr/config/sodium-options.json index f27bfda..f7b93e6 100644 --- a/config/yosbr/config/sodium-options.json +++ b/config/yosbr/config/sodium-options.json @@ -1,26 +1,12 @@ -{ - "quality": { - "weather_quality": "DEFAULT", - "leaves_quality": "DEFAULT", - "enable_vignette": true - }, - "advanced": { - "arena_memory_allocator": "ASYNC", - "allow_direct_memory_access": true, - "enable_memory_tracing": false, - "use_advanced_staging_buffers": true, - "cpu_render_ahead_limit": 3 - }, - "performance": { - "chunk_builder_threads": 0, - "always_defer_chunk_updates": true, - "animate_only_visible_textures": true, - "use_entity_culling": true, - "use_particle_culling": true, - "use_fog_occlusion": true, - "use_block_face_culling": true - }, - "notifications": { - "hide_donation_button": true - } +{ + "quality": { + "weather_quality": "FAST", + "enable_vignette": false + }, + "advanced": { + "cpu_render_ahead_limit": 5 + }, + "performance": { + "use_entity_culling": false + } } \ No newline at end of file diff --git a/config/yosbr/config/sound_physics_remastered/occlusion.properties b/config/yosbr/config/sound_physics_remastered/occlusion.properties index 9c733c1..c823ac4 100644 --- a/config/yosbr/config/sound_physics_remastered/occlusion.properties +++ b/config/yosbr/config/sound_physics_remastered/occlusion.properties @@ -1,78 +1,78 @@ -# -#Sun Jul 10 22:46:12 MSK 2022 -AMETHYST=1.0 -AMETHYST_CLUSTER=1.0 -ANCIENT_DEBRIS=1.0 -ANVIL=1.0 -AZALEA=1.0 -AZALEA_LEAVES=1.0 -BAMBOO=0.1 -BAMBOO_SAPLING=0.1 -BASALT=1.0 -BIG_DRIPLEAF=1.0 -BONE_BLOCK=1.0 -CALCITE=1.0 -CANDLE=1.0 -CAVE_VINES=1.0 -CHAIN=0.0 -COPPER=1.0 -CORAL_BLOCK=1.0 -CROP=0.0 -DEEPSLATE=1.0 -DEEPSLATE_BRICKS=1.0 -DEEPSLATE_TILES=1.0 -DRIPSTONE_BLOCK=1.0 -FLOWERING_AZALEA=1.0 -FUNGUS=0.0 -GILDED_BLACKSTONE=1.0 -GLASS=0.1 -GLOW_LICHEN=0.0 -GRASS=1.0 -GRAVEL=1.0 -HANGING_ROOTS=1.0 -HARD_CROP=1.0 -HONEY_BLOCK=0.5 -LADDER=0.0 -LANTERN=1.0 -LARGE_AMETHYST_BUD=0.0 -LILY_PAD=0.0 -LODESTONE=1.0 -MEDIUM_AMETHYST_BUD=0.0 -METAL=1.0 -MOSS=0.75 -MOSS_CARPET=0.1 -NETHERITE_BLOCK=1.0 -NETHERRACK=1.0 -NETHER_BRICKS=1.0 -NETHER_GOLD_ORE=1.0 -NETHER_ORE=1.0 -NETHER_SPROUTS=1.0 -NETHER_WART=1.0 -NYLIUM=1.0 -POINTED_DRIPSTONE=0.0 -POLISHED_DEEPSLATE=1.0 -POWDER_SNOW=0.1 -ROOTED_DIRT=1.0 -ROOTS=0.0 -SAND=1.0 -SCAFFOLDING=0.0 -SCULK_SENSOR=1.0 -SHROOMLIGHT=1.0 -SLIME_BLOCK=1.0 -SMALL_AMETHYST_BUD=0.0 -SMALL_DRIPLEAF=0.0 -SNOW=0.1 -SOUL_SAND=1.0 -SOUL_SOIL=1.0 -SPORE_BLOSSOM=0.0 -STEM=1.0 -STONE=1.0 -SWEET_BERRY_BUSH=0.0 -TUFF=1.0 -TWISTING_VINES=0.0 -VINE=0.0 -WART_BLOCK=1.0 -WEEPING_VINES=0.0 -WET_GRASS=0.1 -WOOD=1.0 -WOOL=1.5 +# +#Sun Jul 10 22:46:12 MSK 2022 +AMETHYST=1.0 +AMETHYST_CLUSTER=1.0 +ANCIENT_DEBRIS=1.0 +ANVIL=1.0 +AZALEA=1.0 +AZALEA_LEAVES=1.0 +BAMBOO=0.1 +BAMBOO_SAPLING=0.1 +BASALT=1.0 +BIG_DRIPLEAF=1.0 +BONE_BLOCK=1.0 +CALCITE=1.0 +CANDLE=1.0 +CAVE_VINES=1.0 +CHAIN=0.0 +COPPER=1.0 +CORAL_BLOCK=1.0 +CROP=0.0 +DEEPSLATE=1.0 +DEEPSLATE_BRICKS=1.0 +DEEPSLATE_TILES=1.0 +DRIPSTONE_BLOCK=1.0 +FLOWERING_AZALEA=1.0 +FUNGUS=0.0 +GILDED_BLACKSTONE=1.0 +GLASS=0.1 +GLOW_LICHEN=0.0 +GRASS=1.0 +GRAVEL=1.0 +HANGING_ROOTS=1.0 +HARD_CROP=1.0 +HONEY_BLOCK=0.5 +LADDER=0.0 +LANTERN=1.0 +LARGE_AMETHYST_BUD=0.0 +LILY_PAD=0.0 +LODESTONE=1.0 +MEDIUM_AMETHYST_BUD=0.0 +METAL=1.0 +MOSS=0.75 +MOSS_CARPET=0.1 +NETHERITE_BLOCK=1.0 +NETHERRACK=1.0 +NETHER_BRICKS=1.0 +NETHER_GOLD_ORE=1.0 +NETHER_ORE=1.0 +NETHER_SPROUTS=1.0 +NETHER_WART=1.0 +NYLIUM=1.0 +POINTED_DRIPSTONE=0.0 +POLISHED_DEEPSLATE=1.0 +POWDER_SNOW=0.1 +ROOTED_DIRT=1.0 +ROOTS=0.0 +SAND=1.0 +SCAFFOLDING=0.0 +SCULK_SENSOR=1.0 +SHROOMLIGHT=1.0 +SLIME_BLOCK=1.0 +SMALL_AMETHYST_BUD=0.0 +SMALL_DRIPLEAF=0.0 +SNOW=0.1 +SOUL_SAND=1.0 +SOUL_SOIL=1.0 +SPORE_BLOSSOM=0.0 +STEM=1.0 +STONE=1.0 +SWEET_BERRY_BUSH=0.0 +TUFF=1.0 +TWISTING_VINES=0.0 +VINE=0.0 +WART_BLOCK=1.0 +WEEPING_VINES=0.0 +WET_GRASS=0.1 +WOOD=1.0 +WOOL=1.5 diff --git a/config/yosbr/config/sound_physics_remastered/reflectivity.properties b/config/yosbr/config/sound_physics_remastered/reflectivity.properties index 37e4b2c..b19d790 100644 --- a/config/yosbr/config/sound_physics_remastered/reflectivity.properties +++ b/config/yosbr/config/sound_physics_remastered/reflectivity.properties @@ -1,78 +1,78 @@ -# -#Sun Jul 10 22:46:12 MSK 2022 -AMETHYST=1.2 -AMETHYST_CLUSTER=0.5 -ANCIENT_DEBRIS=0.5 -ANVIL=0.5 -AZALEA=0.5 -AZALEA_LEAVES=0.5 -BAMBOO=0.5 -BAMBOO_SAPLING=0.5 -BASALT=1.2 -BIG_DRIPLEAF=0.5 -BONE_BLOCK=1.2 -CALCITE=1.2 -CANDLE=0.5 -CAVE_VINES=0.5 -CHAIN=0.5 -COPPER=1.05 -CORAL_BLOCK=0.2 -CROP=0.5 -DEEPSLATE=1.2 -DEEPSLATE_BRICKS=1.2 -DEEPSLATE_TILES=1.2 -DRIPSTONE_BLOCK=0.5 -FLOWERING_AZALEA=0.5 -FUNGUS=0.5 -GILDED_BLACKSTONE=0.5 -GLASS=0.75 -GLOW_LICHEN=0.5 -GRASS=0.3 -GRAVEL=0.3 -HANGING_ROOTS=0.5 -HARD_CROP=0.5 -HONEY_BLOCK=0.1 -LADDER=0.5 -LANTERN=0.5 -LARGE_AMETHYST_BUD=0.5 -LILY_PAD=0.5 -LODESTONE=0.5 -MEDIUM_AMETHYST_BUD=0.5 -METAL=1.25 -MOSS=0.1 -MOSS_CARPET=0.5 -NETHERITE_BLOCK=1.2 -NETHERRACK=1.1 -NETHER_BRICKS=1.2 -NETHER_GOLD_ORE=1.1 -NETHER_ORE=1.1 -NETHER_SPROUTS=0.5 -NETHER_WART=0.5 -NYLIUM=0.5 -POINTED_DRIPSTONE=0.5 -POLISHED_DEEPSLATE=1.2 -POWDER_SNOW=0.5 -ROOTED_DIRT=0.5 -ROOTS=0.5 -SAND=0.2 -SCAFFOLDING=0.5 -SCULK_SENSOR=0.5 -SHROOMLIGHT=0.5 -SLIME_BLOCK=0.5 -SMALL_AMETHYST_BUD=0.5 -SMALL_DRIPLEAF=0.5 -SNOW=0.15 -SOUL_SAND=0.2 -SOUL_SOIL=0.2 -SPORE_BLOSSOM=0.5 -STEM=0.4 -STONE=1.2 -SWEET_BERRY_BUSH=0.5 -TUFF=1.2 -TWISTING_VINES=0.5 -VINE=0.5 -WART_BLOCK=0.5 -WEEPING_VINES=0.5 -WET_GRASS=0.5 -WOOD=0.4 -WOOL=0.1 +# +#Sun Jul 10 22:46:12 MSK 2022 +AMETHYST=1.2 +AMETHYST_CLUSTER=0.5 +ANCIENT_DEBRIS=0.5 +ANVIL=0.5 +AZALEA=0.5 +AZALEA_LEAVES=0.5 +BAMBOO=0.5 +BAMBOO_SAPLING=0.5 +BASALT=1.2 +BIG_DRIPLEAF=0.5 +BONE_BLOCK=1.2 +CALCITE=1.2 +CANDLE=0.5 +CAVE_VINES=0.5 +CHAIN=0.5 +COPPER=1.05 +CORAL_BLOCK=0.2 +CROP=0.5 +DEEPSLATE=1.2 +DEEPSLATE_BRICKS=1.2 +DEEPSLATE_TILES=1.2 +DRIPSTONE_BLOCK=0.5 +FLOWERING_AZALEA=0.5 +FUNGUS=0.5 +GILDED_BLACKSTONE=0.5 +GLASS=0.75 +GLOW_LICHEN=0.5 +GRASS=0.3 +GRAVEL=0.3 +HANGING_ROOTS=0.5 +HARD_CROP=0.5 +HONEY_BLOCK=0.1 +LADDER=0.5 +LANTERN=0.5 +LARGE_AMETHYST_BUD=0.5 +LILY_PAD=0.5 +LODESTONE=0.5 +MEDIUM_AMETHYST_BUD=0.5 +METAL=1.25 +MOSS=0.1 +MOSS_CARPET=0.5 +NETHERITE_BLOCK=1.2 +NETHERRACK=1.1 +NETHER_BRICKS=1.2 +NETHER_GOLD_ORE=1.1 +NETHER_ORE=1.1 +NETHER_SPROUTS=0.5 +NETHER_WART=0.5 +NYLIUM=0.5 +POINTED_DRIPSTONE=0.5 +POLISHED_DEEPSLATE=1.2 +POWDER_SNOW=0.5 +ROOTED_DIRT=0.5 +ROOTS=0.5 +SAND=0.2 +SCAFFOLDING=0.5 +SCULK_SENSOR=0.5 +SHROOMLIGHT=0.5 +SLIME_BLOCK=0.5 +SMALL_AMETHYST_BUD=0.5 +SMALL_DRIPLEAF=0.5 +SNOW=0.15 +SOUL_SAND=0.2 +SOUL_SOIL=0.2 +SPORE_BLOSSOM=0.5 +STEM=0.4 +STONE=1.2 +SWEET_BERRY_BUSH=0.5 +TUFF=1.2 +TWISTING_VINES=0.5 +VINE=0.5 +WART_BLOCK=0.5 +WEEPING_VINES=0.5 +WET_GRASS=0.5 +WOOD=0.4 +WOOL=0.1 diff --git a/config/yosbr/config/sound_physics_remastered/soundphysics.properties b/config/yosbr/config/sound_physics_remastered/soundphysics.properties index b583b1d..9183941 100644 --- a/config/yosbr/config/sound_physics_remastered/soundphysics.properties +++ b/config/yosbr/config/sound_physics_remastered/soundphysics.properties @@ -1,29 +1,29 @@ -# -#Sun Jul 10 22:46:12 MSK 2022 -air_absorption=1.0 -attenuation_factor=1.0 -block_absorption=1.0 -debug_logging=false -default_block_occlusion_factor=1.0 -default_block_reflectivity=0.5 -enabled=true -environment_evaluation_ray_bounces=4 -environment_evaluation_ray_count=32 -environment_logging=false -max_occlusion=64.0 -max_occlusion_rays=16 -non_full_block_occlusion_factor=0.25 -occlusion_logging=false -occlusion_variation=0.35 -performance_logging=false -redirect_non_occluded_sounds=true -render_occlusion=false -render_sound_bounces=false -reverb_brightness=0.48 -reverb_gain=0.85 -simple_voice_chat_integration=true -sound_blacklist_regex=.*rain.* -sound_direction_evaluation=true -sound_distance_allowance=4.0 -strict_occlusion=false -underwater_filter=1.0 +# +#Sun Jul 10 22:46:12 MSK 2022 +air_absorption=1.0 +attenuation_factor=1.0 +block_absorption=1.0 +debug_logging=false +default_block_occlusion_factor=1.0 +default_block_reflectivity=0.5 +enabled=true +environment_evaluation_ray_bounces=4 +environment_evaluation_ray_count=32 +environment_logging=false +max_occlusion=64.0 +max_occlusion_rays=16 +non_full_block_occlusion_factor=0.25 +occlusion_logging=false +occlusion_variation=0.35 +performance_logging=false +redirect_non_occluded_sounds=true +render_occlusion=false +render_sound_bounces=false +reverb_brightness=0.48 +reverb_gain=0.85 +simple_voice_chat_integration=true +sound_blacklist_regex=.*rain.* +sound_direction_evaluation=true +sound_distance_allowance=4.0 +strict_occlusion=false +underwater_filter=1.0 diff --git a/config/yosbr/config/xaerominimap.txt b/config/yosbr/config/xaerominimap.txt index f71c7da..b191c9b 100644 --- a/config/yosbr/config/xaerominimap.txt +++ b/config/yosbr/config/xaerominimap.txt @@ -1,114 +1,114 @@ -#CONFIG ONLY OPTIONS -ignoreUpdate:0 -settingsButton:false -allowWrongWorldTeleportation:false -differentiateByServerAddress:true -debugEntityIcons:false -debugEntityVariantIds:false -#INGAME SETTINGS (DO NOT EDIT!) -updateNotification:false -minimap:true -caveMaps:2 -caveZoom:1 -showWaypoints:true -showIngameWaypoints:true -displayRedstone:true -deathpoints:true -oldDeathpoints:true -distance:1 -showCoords:true -lockNorth:false -zoom:2 -minimapSize:128 -chunkGrid:-1 -slimeChunks:false -mapSafeMode:false -minimapOpacity:100.0 -waypointsIngameIconScale:0 -waypointsIngameDistanceScale:0 -waypointsIngameNameScale:0 -waypointsIngameCloseScale:1.8000000268220901 -antiAliasing:true -blockColours:0 -lighting:true -dotsStyle:0 -dotNameScale:1.0 -compassOverEverything:true -showBiome:false -showFlowers:false -keepWaypointNames:false -waypointsDistanceExp:0 -waypointsDistanceMin:0.0 -defaultWaypointTPCommandFormat:/tp @s {x} {y} {z} -defaultWaypointTPCommandRotationFormat:/tp @s {x} {y} {z} {yaw} ~ -arrowScale:1.2000000178813934 -arrowColour:-1 -smoothDots:true -worldMap:true -terrainDepth:true -terrainSlopes:2 -mainEntityAs:0 -blockTransparency:true -waypointOpacityIngame:80 -waypointOpacityMap:80 -hideWorldNames:1 -openSlimeSettings:true -alwaysShowDistance:false -showLightLevel:0 -renderLayerIndex:1 -crossDimensionalTp:true -showTime:0 -biomeColorsVanillaMode:false -lookingAtAngle:20 -lookingAtAngleVertical:180 -centeredEnlarged:false -zoomedOutEnlarged:false -minimapTextAlign:0 -showAngles:false -waypointsMutualEdit:true -compassLocation:2 -compassScale:1 -caveMapsDepth:30 -hideWaypointCoordinates:false -renderAllSets:false -playerArrowOpacity:100 -waypointsBottom:true -minimapShape:1 -lightOverlayType:0 -lightOverlayMaxLight:7 -lightOverlayMinLight:0 -lightOverlayColor:13 -uiScale:1 -bossHealthPushBox:1 -potionEffectPushBox:1 -minimapFrame:3 -minimapFrameColor:13 -compassColor:0 -northCompassColor:13 -showDimensionName:false -displayMultipleWaypointInfo:1 -entityRadar:true -adjustHeightForCarpetLikeBlocks:true -autoConvertWaypointDistanceToKmThreshold:10000 -waypointDistancePrecision:1 -mainDotSize:2 -partialYTeleportation:true -deleteReachedDeathpoints:true -hideMinimapUnderScreen:true -hideMinimapUnderF3:true -manualCaveModeStartAuto:true -manualCaveModeStart:-1 -chunkGridLineWidth:1 -temporaryWaypointsGlobal:true -keepUnlockedWhenEnlarged:false -enlargedMinimapAToggle:false -displayPacPlayers:true -displayClaims:true -displayCurrentClaim:false -claimsOpacity:50 -interface:dummy:0:0:false:false:true:false -interface:dummy:0:135:false:false:false:false -interface:dummy:120:0:true:false:false:false -interface:dummy:0:50:true:false:false:false -interface:gui.xaero_minimap:0:0:false:false:true:false -#WAYPOINTS HAVE BEEN MOVED TO /XaeroWaypoints +#CONFIG ONLY OPTIONS +ignoreUpdate:0 +settingsButton:false +allowWrongWorldTeleportation:false +differentiateByServerAddress:true +debugEntityIcons:false +debugEntityVariantIds:false +#INGAME SETTINGS (DO NOT EDIT!) +updateNotification:false +minimap:true +caveMaps:2 +caveZoom:1 +showWaypoints:true +showIngameWaypoints:true +displayRedstone:true +deathpoints:true +oldDeathpoints:true +distance:1 +showCoords:true +lockNorth:false +zoom:2 +minimapSize:128 +chunkGrid:-1 +slimeChunks:false +mapSafeMode:false +minimapOpacity:100.0 +waypointsIngameIconScale:0 +waypointsIngameDistanceScale:0 +waypointsIngameNameScale:0 +waypointsIngameCloseScale:1.8000000268220901 +antiAliasing:true +blockColours:0 +lighting:true +dotsStyle:0 +dotNameScale:1.0 +compassOverEverything:true +showBiome:false +showFlowers:false +keepWaypointNames:false +waypointsDistanceExp:0 +waypointsDistanceMin:0.0 +defaultWaypointTPCommandFormat:/tp @s {x} {y} {z} +defaultWaypointTPCommandRotationFormat:/tp @s {x} {y} {z} {yaw} ~ +arrowScale:1.2000000178813934 +arrowColour:-1 +smoothDots:true +worldMap:true +terrainDepth:true +terrainSlopes:2 +mainEntityAs:0 +blockTransparency:true +waypointOpacityIngame:80 +waypointOpacityMap:80 +hideWorldNames:1 +openSlimeSettings:true +alwaysShowDistance:false +showLightLevel:0 +renderLayerIndex:1 +crossDimensionalTp:true +showTime:0 +biomeColorsVanillaMode:false +lookingAtAngle:20 +lookingAtAngleVertical:180 +centeredEnlarged:false +zoomedOutEnlarged:false +minimapTextAlign:0 +showAngles:false +waypointsMutualEdit:true +compassLocation:2 +compassScale:1 +caveMapsDepth:30 +hideWaypointCoordinates:false +renderAllSets:false +playerArrowOpacity:100 +waypointsBottom:true +minimapShape:1 +lightOverlayType:0 +lightOverlayMaxLight:7 +lightOverlayMinLight:0 +lightOverlayColor:13 +uiScale:1 +bossHealthPushBox:1 +potionEffectPushBox:1 +minimapFrame:3 +minimapFrameColor:13 +compassColor:0 +northCompassColor:13 +showDimensionName:false +displayMultipleWaypointInfo:1 +entityRadar:true +adjustHeightForCarpetLikeBlocks:true +autoConvertWaypointDistanceToKmThreshold:10000 +waypointDistancePrecision:1 +mainDotSize:2 +partialYTeleportation:true +deleteReachedDeathpoints:true +hideMinimapUnderScreen:true +hideMinimapUnderF3:true +manualCaveModeStartAuto:true +manualCaveModeStart:-1 +chunkGridLineWidth:1 +temporaryWaypointsGlobal:true +keepUnlockedWhenEnlarged:false +enlargedMinimapAToggle:false +displayPacPlayers:true +displayClaims:true +displayCurrentClaim:false +claimsOpacity:50 +interface:dummy:0:0:false:false:true:false +interface:dummy:0:135:false:false:false:false +interface:dummy:120:0:true:false:false:false +interface:dummy:0:50:true:false:false:false +interface:gui.xaero_minimap:0:0:false:false:true:false +#WAYPOINTS HAVE BEEN MOVED TO /XaeroWaypoints diff --git a/config/yosbr/config/xaeroworldmap.txt b/config/yosbr/config/xaeroworldmap.txt index d9a61a7..48b3730 100644 --- a/config/yosbr/config/xaeroworldmap.txt +++ b/config/yosbr/config/xaeroworldmap.txt @@ -1,37 +1,37 @@ -ignoreUpdate:0 -updateNotification:false -differentiateByServerAddress:true -netherlikeCaveMapAllowed:true -debug:false -lighting:true -colours:0 -loadChunks:true -updateChunks:true -terrainSlopes:2 -terrainDepth:true -footsteps:true -flowers:false -coordinates:true -biomeColorsVanillaMode:true -waypoints:true -renderArrow:true -displayZoom:true -worldmapWaypointsScale:1.0 -openMapAnimation:true -reloadVersion:1 -reloadEverything:false -zoomButtons:true -waypointBackgrounds:true -detectAmbiguousY:true -showDisabledWaypoints:false -closeWaypointsWhenHopping:true -adjustHeightForCarpetLikeBlocks:true -onlyCurrentMapWaypoints:false -minZoomForLocalWaypoints:0.0 -arrowColour:-2 -minimapRadar:true -pacPlayers:true -renderWaypoints:true -displayClaims:false -claimsOpacity:80 -globalVersion:1 +ignoreUpdate:0 +updateNotification:false +differentiateByServerAddress:true +netherlikeCaveMapAllowed:true +debug:false +lighting:true +colours:0 +loadChunks:true +updateChunks:true +terrainSlopes:2 +terrainDepth:true +footsteps:true +flowers:false +coordinates:true +biomeColorsVanillaMode:true +waypoints:true +renderArrow:true +displayZoom:true +worldmapWaypointsScale:1.0 +openMapAnimation:true +reloadVersion:1 +reloadEverything:false +zoomButtons:true +waypointBackgrounds:true +detectAmbiguousY:true +showDisabledWaypoints:false +closeWaypointsWhenHopping:true +adjustHeightForCarpetLikeBlocks:true +onlyCurrentMapWaypoints:false +minZoomForLocalWaypoints:0.0 +arrowColour:-2 +minimapRadar:true +pacPlayers:true +renderWaypoints:true +displayClaims:false +claimsOpacity:80 +globalVersion:1 diff --git a/config/yosbr/options.txt b/config/yosbr/options.txt index 6fd5c3f..b6126d2 100644 --- a/config/yosbr/options.txt +++ b/config/yosbr/options.txt @@ -1,149 +1,180 @@ -version:3120 -quilt_available_resource_packs:["continuity/default","continuity/glass_pane_culling_fix","file/xali\u0027s Enhanced Jungle Wood v1.2.zip","file/xali\u0027s Potions v1.0.zip","file/xali-s-Enchanted-Books-16x-v0.10.1.zip","programer_art","vanilla","file/Default-Dark-Mode-1.19-v1.3.4.zip","file/xali-s-Bushy-Leaves-Addon-16x-rev.5e3bf4b.zip","file/xali\u0027s Enhanced Vanilla v1.10.4.zip","file/xali-s-Enhanced-Biome-River-And-Pond-16x-rev.640bc1f.zip"] -autoJump:false -autoSuggestions:true -chatColors:true -chatLinks:true -chatLinksPrompt:true -enableVsync:false -entityShadows:true -forceUnicodeFont:false -discrete_mouse_scroll:false -invertYMouse:false -realmsNotifications:false -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.0 -screenEffectScale:1.0 -fovEffectScale:1.0 -darknessEffectScale:1.0 -gamma:0.5 -renderDistance:12 -simulationDistance:12 -entityDistanceScaling:1.0 -guiScale:2 -particles:0 -maxFps:260 -graphicsMode:1 -ao:2 -prioritizeChunkUpdates:0 -biomeBlendRadius:5 -renderClouds:"true" -resourcePacks:["vanilla","continuity/default","continuity/glass_pane_culling_fix","file/Default-Dark-Mode-1.19-v1.3.4.zip"] -incompatibleResourcePacks:[] -lastServer: -lang:en_us -soundDevice:"" -chatVisibility:0 -chatOpacity:1.0 -chatLineSpacing:0.0 -textBackgroundOpacity:0.3274647887323944 -backgroundForChatOnly:true -hideServerAddress:false -advancedItemTooltips:false -pauseOnLostFocus:true -overrideWidth:0 -overrideHeight:0 -heldItemTooltips:true -chatHeightFocused:1.0 -chatDelay:0.0 -chatHeightUnfocused:0.44366195797920227 -chatScale:1.0 -chatWidth:1.0 -mipmapLevels:4 -useNativeTransport:true -mainHand:"right" -attackIndicator:1 -narrator:0 -tutorialStep:none -mouseWheelSensitivity:1.0 -rawMouseInput:true -glDebugVerbosity:1 -skipMultiplayerWarning:true -skipRealms32bitWarning:true -hideMatchedNames:true -joinedFirstServer:true -hideBundleTutorial:false -syncChunkWrites:false -showAutosaveIndicator:true -allowServerListing:true -chatPreview:1 -onlyShowSecureChat: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.keyboard.tab -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.f -key_key.saveToolbarActivator:key.keyboard.unknown -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_key.dynamicfps.toggle_forced:key.keyboard.unknown -key_key.dynamicfps.toggle_disabled:key.keyboard.unknown -key_key.custom_hud.enable:key.keyboard.unknown -key_key.custom_hud.cycle_profiles:key.keyboard.unknown -key_key.custom_hud.swap_to_profile1:key.keyboard.unknown -key_key.custom_hud.swap_to_profile2:key.keyboard.unknown -key_key.custom_hud.swap_to_profile3:key.keyboard.unknown -key_key.antighost.reveal:key.keyboard.g -key_key.entityculling.toggle:key.keyboard.unknown -key_key.modmenu.open_menu:key.keyboard.unknown -key_presencefootsteps.settings.key:key.keyboard.unknown -key_key.ok_zoomer.zoom:key.keyboard.c -key_key.ok_zoomer.decrease_zoom:key.keyboard.unknown -key_key.ok_zoomer.increase_zoom:key.keyboard.unknown -key_key.ok_zoomer.reset_zoom:key.keyboard.unknown -key_iris.keybind.reload:key.keyboard.r -key_iris.keybind.toggleShaders:key.keyboard.k -key_iris.keybind.shaderPackSelection:key.keyboard.o -soundCategory_master:1.0 -soundCategory_music:0.3028169 -soundCategory_record:0.25704226 -soundCategory_weather:0.75352114 -soundCategory_block:0.6830986 -soundCategory_hostile:0.8239437 -soundCategory_neutral:1.0 -soundCategory_player:1.0 -soundCategory_ambient:0.82042253 -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 +version:3465 +quilt_available_resource_packs:["continuity/default","continuity/glass_pane_culling_fix","file/xali\u0027s Enhanced Jungle Wood v1.2.zip","file/xali\u0027s Potions v1.0.zip","file/xali-s-Enchanted-Books-16x-v0.10.1.zip","minecraft/supporteatinganimation","programmer_art","vanilla","file/Icons.zip","file/BVB Eating Animations.zip","file/Default-Dark-Mode-1.20-2023.7.0.zip","file/xali\u0027s Enhanced Vanilla-1.11.2-rev.aa4dcd3.zip","file/§2§lVisual §a§lLeaf §2§lDecay §7§o1.4 §8.zip","high_contrast","file/Ore Variants v2.9.zip","presencefootsteps/default_sound_pack"] +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:false +reducedDebugInfo:false +showSubtitles:false +directionalAudio:false +touchscreen:false +fullscreen:false +bobView:true +toggleCrouch:false +toggleSprint:false +darkMojangStudiosBackground:false +hideLightningFlashes:false +mouseSensitivity:0.5 +fov:1.0 +screenEffectScale:0.2 +fovEffectScale:0.4472135988319588 +darknessEffectScale:1.0 +glintSpeed:0.5 +glintStrength:0.75 +damageTiltStrength:1.0 +highContrast:false +gamma:1.0 +renderDistance:8 +simulationDistance:5 +entityDistanceScaling:0.5 +guiScale:3 +particles:0 +maxFps:260 +graphicsMode:0 +ao:true +prioritizeChunkUpdates:0 +biomeBlendRadius:5 +renderClouds:"true" +resourcePacks:["vanilla","continuity/default","continuity/glass_pane_culling_fix","minecraft/supporteatinganimation","file/Icons.zip","file/xali\u0027s Enhanced Jungle Wood v1.2.zip","file/xali\u0027s Potions v1.0.zip","file/xali-s-Enchanted-Books-16x-v0.10.1.zip","file/BVB Eating Animations.zip","file/Default-Dark-Mode-1.20-2023.7.0.zip","file/§2§lVisual §a§lLeaf §2§lDecay §7§o1.4 §8.zip","presencefootsteps/default_sound_pack","file/Ore Variants v2.9.zip"] +incompatibleResourcePacks:[] +lastServer: +lang:ru_ru +soundDevice:"" +chatVisibility:0 +chatOpacity:1.0 +chatLineSpacing:0.0 +textBackgroundOpacity:0.3274647887323944 +backgroundForChatOnly:true +hideServerAddress:false +advancedItemTooltips:false +pauseOnLostFocus:false +overrideWidth:0 +overrideHeight:0 +chatHeightFocused:1.0 +chatDelay:0.0 +chatHeightUnfocused:0.44366195797920227 +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:true +hideMatchedNames:true +joinedFirstServer:true +hideBundleTutorial:false +syncChunkWrites:false +showAutosaveIndicator:true +allowServerListing:true +onlyShowSecureChat:false +panoramaScrollSpeed:1.0 +debugifyTelemetry: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.enter +key_key.playerlist:key.keyboard.tab +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.f +key_key.saveToolbarActivator:key.keyboard.unknown +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_key.dynamicfps.toggle_forced:key.keyboard.unknown +key_key.dynamicfps.toggle_disabled:key.keyboard.unknown +key_key.emotecraft.fastchoose:key.keyboard.b +key_key.emotecraft.stop:key.keyboard.unknown +key_key.custom_hud.enable:key.keyboard.unknown +key_key.custom_hud.cycle_profiles:key.keyboard.unknown +key_key.custom_hud.swap_to_profile1:key.keyboard.unknown +key_key.custom_hud.swap_to_profile2:key.keyboard.unknown +key_key.custom_hud.swap_to_profile3:key.keyboard.unknown +key_key.custom_hud.show_errors:key.keyboard.unknown +key_key.plasmovoice.settings:key.keyboard.v +key_key.entityculling.toggle:key.keyboard.unknown +key_key.antighost.reveal:key.keyboard.g +key_key.clickthrough.toggle:key.keyboard.f9 +key_Camera left:key.keyboard.left +key_Camera right:key.keyboard.right +key_Camera closer:key.keyboard.up +key_Camera farther:key.keyboard.down +key_Camera up:key.keyboard.page.up +key_Camera down:key.keyboard.page.down +key_Swap shoulder:key.keyboard.o +key_Toggle perspective:key.keyboard.unknown +key_key.fabricskyboxes.toggle:key.keyboard.keypad.0 +key_key.modmenu.open_menu:key.keyboard.unknown +key_key.presencefootsteps.settings:key.keyboard.f10 +key_keybind.invmove.toggleMove:key.keyboard.unknown +key_key.ok_zoomer.zoom:key.keyboard.c +key_key.ok_zoomer.decrease_zoom:key.keyboard.unknown +key_key.ok_zoomer.increase_zoom:key.keyboard.unknown +key_key.ok_zoomer.reset_zoom:key.keyboard.unknown +key_iris.keybind.reload:key.keyboard.r +key_iris.keybind.toggleShaders:key.keyboard.k +key_iris.keybind.shaderPackSelection:key.keyboard.o +soundCategory_master:1.0 +soundCategory_music:0.0 +soundCategory_record:0.6408450704225352 +soundCategory_weather:0.0 +soundCategory_block:0.18075117370892033 +soundCategory_hostile:0.1056338028169014 +soundCategory_neutral:0.0 +soundCategory_player:0.7112676056338029 +soundCategory_ambient:0.3028169014084507 +soundCategory_extrasounds$master:0.5 +soundCategory_extrasounds$inventory:0.5022075055187638 +soundCategory_extrasounds$action:1.0 +soundCategory_extrasounds$chat:1.0 +soundCategory_extrasounds$chat_mention:1.0 +soundCategory_extrasounds$effects:0.20419426048565117 +soundCategory_extrasounds$hotbar:1.0 +soundCategory_extrasounds$typing:1.0 +soundCategory_extrasounds$item_drop:1.0 +modelPart_cape:false +modelPart_jacket:true +modelPart_left_sleeve:true +modelPart_right_sleeve:true +modelPart_left_pants_leg:true +modelPart_right_pants_leg:true +modelPart_hat:true diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..0a6c540 Binary files /dev/null and b/icon.png differ diff --git a/index.toml b/index.toml index 4bbecc8..8554b16 100644 --- a/index.toml +++ b/index.toml @@ -1,100 +1,44 @@ hash-format = "sha256" [[files]] -file = ".github/workflows/packwiz.yml" -hash = "e674d2417e9af2834ab809977b11f5a34990a269625054ffa93f1459eb917698" - -[[files]] -file = "CHANGELOG.md" -hash = "7272b125018b1ef1df57e187f32c2aa94bef0416e600ba9fca98f6995f9a3741" - -[[files]] -file = "README.md" -hash = "aa0e8b7e30d62f83f5306e3b278240bf6d609f34ba2d25b5241cf0bc6aa1316c" - -[[files]] -file = "config/PlasmoVoice/.crowdin/ru_ru.json" -hash = "c7228d49c9fb4d39620d88d7d70deb30409481039bbc7d6bb982e5b8cf7c1393" - -[[files]] -file = "config/PlasmoVoice/.crowdin/timestamp" -hash = "c955b3948708bf1c5c5bf531808159cafaca30ce3d76c9d8fcff2b8d12d08b64" - -[[files]] -file = "config/PlasmoVoice/client.toml" -hash = "8a52cbfc9176bd9fb553229b340d8ba34402ae57d5f955ca0c9ed8574010a0f9" - -[[files]] -file = "config/PlasmoVoice/config.json" -hash = "267aa3ea1136256c8fe89b6a25269b1e6c587f5f78c2c1735a88314087d4427d" +file = "config/NoChatReports/NCR-Client.json" +hash = "32dc5f1d73b05e70f3fc5a18f58c5d81a095484a0f93a1da6d1883966ff4e296" [[files]] file = "config/animatica.properties" hash = "e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855" -[[files]] -file = "config/appleskin.json5" -hash = "ff4d9361fa4ae737fb9e3eec400517865c23070bb036377fd8e87268b6713667" - -[[files]] -file = "config/betterf3.json" -hash = "4f808d972da66039bd21175fc79ef49f6fcfaa73c2c0b62dcf7b0db573ecd09e" - -[[files]] -file = "config/blur.json" -hash = "9615c01d16da924eca042352df43f1968ffc3389a53f024ca34c2cbff45b6263" - [[files]] file = "config/c2me.toml" -hash = "ea2e3d0767895725ba0fd3196b9a45aaf4a3bbaa93b1078c84c343ed66e6209a" - -[[files]] -file = "config/chat_heads.json5" -hash = "75870e3fd2157507da8c3a45c90704d2a729000be04c999ff9a96738ae42325a" - -[[files]] -file = "config/citresewn-defaults.json" -hash = "ec350db1d59f642c8aef73e5e0cb12e25ce73772df7dc01fd1a58a44a5aac735" - -[[files]] -file = "config/citresewn.json" -hash = "4ae8241015ed1dad4c97bf133d4dd48f07fb9ed409b95b7e70e5df0470b83221" +hash = "01538a35dee96dafbfa1d0e70f0849188cd92db50e0cd971811147825c382a0c" [[files]] -file = "config/clickthrough.json" -hash = "c1ec0e80a61765d88d4cde0f50690c3dc868e6c68a4ce5bca0d5952fb2de245a" - -[[files]] -file = "config/continuity.json" -hash = "77f86e18fff51b0c06b773b5bc9608b5b74e264e2220589d6b1723b044b18e10" +file = "config/custom-hud/profile1.txt" +hash = "d19f635fda93f052b957f92453d08170501c7a3dffc62efcfd7585d26483aaac" [[files]] file = "config/dark-loading-screen.json" hash = "d3080de85fca8a9739311537e74161aaa0e592a474a351e8b3da77a6123de2f2" -[[files]] -file = "config/dynamicfps.toml" -hash = "41967076d31957a552075c7a5a15c6f19dd7be845b03f9243b59c9b03d73cc6b" - [[files]] file = "config/enhanced_bes.properties" hash = "1023b0837be2b272bf2b57a697be47e28f96077f5a89b5477aa5f30b041e1849" [[files]] file = "config/entityculling.json" -hash = "90e1fa6edcf99f841564c062ae229150392b9a5c1d280384d82bc20ce3f73e73" +hash = "6bb3b6b65f728d5c3d06dd986b85d21370e3b78a30629b7a1ab7a0a46e033768" [[files]] -file = "config/extrasounds.cache" -hash = "7f8ac18954365d88f0f4379d05a088fbb4a3000b4749c75fca12c9e377fd7ea8" +file = "config/exordium.json" +hash = "f116772850e349722534816858b06a5c4d305028aa21f2a82d000c6e5ae0eb22" [[files]] file = "config/ferritecore.mixin.properties" -hash = "0af02431f84f727cc8818a31827a727d1c9f0047bbe55bd6fd27c9e34a7d745c" +hash = "1fbbea658d8af2a751857e70cf2d5930a24490cc4c24f8db9b49630a818b895c" [[files]] -file = "config/held-item-info.json" -hash = "7d8bb2f06a70d3c9f19e064597ceb3fd527e8c07a0d3619f9c28eec6cdd47902" +file = "config/immediatelyfast.json" +hash = "28fe03b2d25cadb1d44be34a02c3d5688a12122cc178f26d0eb6263df791cf3b" [[files]] file = "config/indium-renderer.properties" @@ -102,99 +46,115 @@ hash = "80988bf424720b4fe1b3143a286dcb75c511f5e8fb17951b3c0cd033b46d47a0" [[files]] file = "config/isxander-main-menu-credits.json" -hash = "d3b79fd5d1176e3dcc42ca84edf24932dbe5a4989a291e35777cbc625ef4db4f" +hash = "203412b89d0730cb4d167b96ffe32fefe9bca5aab99bf4c5618025c8bf0d3ee8" [[files]] file = "config/lithium.properties" -hash = "b099d76bcdc3a4ef7949b91189f05470d3301fc66f8559b9dc159c3c2791509a" +hash = "4f5890cb55b35047fdb433efa30060827aa9415e0850220f85b2c8ad663d6722" [[files]] file = "config/midnightlib.json" -hash = "e5f4df9df0ae9974b665296e570ffbe3326350749a7afb759f7c74dfa9efa317" +hash = "45421bbd126a17358dce57fda4e7bc3153f503e7c3f2909f20ebef86e0774a89" [[files]] file = "config/modernfix-mixins.properties" -hash = "ab0c1421253b24b4b81a995a17a6be7400f21eac5239da37ddce676086832ffa" +hash = "0dbcb21702a88175e55db600a452ec85e7652f5851c6c3faec7194c0804f4446" [[files]] file = "config/modmenu.json" -hash = "c52ba0125ff4aa83c8a592d5a17b0e37209c737f4d72f825f165e14668bdd663" +hash = "637e58a6ca25de9f21e607aa9178fe7acf1f24e215f55e8c58cadb606d516b0b" [[files]] file = "config/moreculling.toml" -hash = "ab7c9ba03f538be246a6511dc1bcde40bf2729f39033dc1f2e02429a607d8a6d" +hash = "975710f93d1bbe5a9a1b0e2aafcfbbe81b38897bf58b85627fa11db4791da520" [[files]] file = "config/notenoughcrashes.json" -hash = "2cc5ece73b8cf648be5cd264fbde9f50e121fc351bddd5890708ec138d2f0199" - -[[files]] -file = "config/ok_zoomer/config.toml" -hash = "07b780622d50b5a8487b1062e3f513eaaf58ee7885a4bb182e87713fed022978" - -[[files]] -file = "config/presencefootsteps/updater.json" -hash = "59e338fa7a933405faf283ad4609d0053588927e05313623993052a50b24cdd0" - -[[files]] -file = "config/presencefootsteps/userconfig.json" -hash = "b1886d8616c1c4abc50edd078684f9bd74ce56ae04eb0ac3f93183e5ac88c2a0" +hash = "8deed1a37e1d8b3741c5059ec8351ab8855ea44614ae22b2c377f9d3c7b34aaf" [[files]] -file = "config/rrls.toml" -hash = "cc7bbd1f8760035031a56bd3eac4c94517858946c8bd6afeb9b1c5e60ba66ca0" +file = "config/quilt-loader-overrides.json" +hash = "374d4e9632f00a2b893f40ff4ee76a359c609f10d088e073409397b882dd775f" [[files]] file = "config/rrp.properties" hash = "1aad61cdce6b8fc986756a15cbe57a93d6f3c10abf64d259fdd8d565c5c928a1" [[files]] -file = "config/shouldersurfing.toml" -hash = "53577330cc834751f258023ceb7316b62be9b1a448ec88814377bc7de09148a2" - -[[files]] -file = "config/shulkerboxtooltip.json5" -hash = "48bc4da75a04727c43702ae4b84548fdd02b0c7c993c5994628797fc8ffd9ad6" +file = "config/skinlayers.json" +hash = "023a3275203cfecc8d4eafe544b41683221b5094723e12cefd37124e3f488efd" [[files]] file = "config/smoothboot.json" -hash = "46c03d9c26e6bfa354f3b2408a9665f14489f54ab9c0e2687ac21a1e2173e9b3" +hash = "bc07be95a3be930e8343305b89151b258308ff12539b624a300c117515f34166" [[files]] file = "config/sodium-extra-options.json" -hash = "696c2928c0cb1e19160634cb05c6697f036863a90f2a4575b3ca150974f693f5" +hash = "945c224f64db0aa37f2c9ee09b8ac17e589f79da6932499e28635c2906c8d537" [[files]] file = "config/sodium-extra.properties" -hash = "ab259e2369fc503c0cd905ec9b57b5867f4dbd249edf7a2b52193b36ffbcdeab" +hash = "a2f1b47c1eaa119ab34727f1d43c2506cb3d7f17ba8fb4efb49e20c8e0b58e70" [[files]] file = "config/sodium-mixins.properties" -hash = "b35b099a51f0cc1cfd94b1a1444de0d0d0c4e1b3399575504bbdcfaf02c359b0" +hash = "051558518a6f3350fadb1546346d937e7f78f69834a075bf91b59921f151cc26" [[files]] file = "config/sodium-options.json" -hash = "37f6ba93d9ac6d691fe98d43c13da9e04168f14bcdbb66531542e8477f9f6968" +hash = "52ee072a18a498bf2bdd0b4733dd6911715730df091f90d82843e2d4ec480306" + +[[files]] +file = "config/threadtweak.json" +hash = "d108ba8228764096e02f4bbb61bc27f846fb35c70a99004ec590f5fbccecf036" [[files]] file = "config/tr7zwDonorSettings.json" -hash = "27015078e8dc7021a75e42fd85c678f7b576c09f39d80387e4b2fc0dddf02935" +hash = "accf3ae12dbb30c807b81d59a5310784aef56bb992cbd287fd6117aaf144fcff" + +[[files]] +file = "config/vmp.properties" +hash = "15eec0092ca5c54f97fc46953311e20e63a5eb6bca4672bfec9dae63f61cc456" + +[[files]] +file = "config/yosbr/config/PlasmoVoice/.crowdin/ru_ru.json" +hash = "c7228d49c9fb4d39620d88d7d70deb30409481039bbc7d6bb982e5b8cf7c1393" + +[[files]] +file = "config/yosbr/config/PlasmoVoice/.crowdin/timestamp" +hash = "c955b3948708bf1c5c5bf531808159cafaca30ce3d76c9d8fcff2b8d12d08b64" + +[[files]] +file = "config/yosbr/config/PlasmoVoice/client.toml" +hash = "8a52cbfc9176bd9fb553229b340d8ba34402ae57d5f955ca0c9ed8574010a0f9" + +[[files]] +file = "config/yosbr/config/PlasmoVoice/config.json" +hash = "267aa3ea1136256c8fe89b6a25269b1e6c587f5f78c2c1735a88314087d4427d" [[files]] -file = "config/waveycapes.json" -hash = "d32f9bf5f3b69cd3faeaa858edec3455076d4557f9d704ca37fbac6f9b045b31" +file = "config/yosbr/config/appleskin.json5" +hash = "ff4d9361fa4ae737fb9e3eec400517865c23070bb036377fd8e87268b6713667" + +[[files]] +file = "config/yosbr/config/betterf3.json" +hash = "4f808d972da66039bd21175fc79ef49f6fcfaa73c2c0b62dcf7b0db573ecd09e" [[files]] file = "config/yosbr/config/blur.json" hash = "9615c01d16da924eca042352df43f1968ffc3389a53f024ca34c2cbff45b6263" +[[files]] +file = "config/yosbr/config/bobby.conf" +hash = "5d7701865970d56cbea91c8f01ad921f9c3db34cca3891c69849d8ca1c4d31c3" + [[files]] file = "config/yosbr/config/capes.json5" hash = "26f7730b69277b55dc6346922a581b76375bb6166e0b132e4539f26cccf059aa" [[files]] file = "config/yosbr/config/cem.conf" -hash = "1f6c406790c04431adfa22c1e10e4c6bff0bdae50b6716566a10e87057a918d0" +hash = "c869b1e1cf73b7b0d5ca03e4657fdbed845d85ab5aca0449248fd144545ecfb7" [[files]] file = "config/yosbr/config/citresewn-defaults.json" @@ -202,7 +162,7 @@ hash = "ec350db1d59f642c8aef73e5e0cb12e25ce73772df7dc01fd1a58a44a5aac735" [[files]] file = "config/yosbr/config/citresewn.json" -hash = "4ae8241015ed1dad4c97bf133d4dd48f07fb9ed409b95b7e70e5df0470b83221" +hash = "1ea03400477ac2075d61ae58cfc573bc78ce954507d090ab69547de279918656" [[files]] file = "config/yosbr/config/colormatic.properties" @@ -210,11 +170,11 @@ hash = "92744133b997a61559bc9210e7746bdc6031b91e3c4bab6b8ea1b46122cce2cc" [[files]] file = "config/yosbr/config/continuity.json" -hash = "77f86e18fff51b0c06b773b5bc9608b5b74e264e2220589d6b1723b044b18e10" +hash = "00267a602028cbb037dcb0b5f803db31bed284235ca9c1ea189ad4179311a2f4" [[files]] file = "config/yosbr/config/crowdin.txt" -hash = "ed3721496aa5372e2b02d41036384e9bdcf9d57b4753898132778eaea10e9757" +hash = "6b4d7eb81f36519c9672a2af5007a85501e33752d6e37edc509c3cea2b312215" [[files]] file = "config/yosbr/config/custom-hud/config.json" @@ -222,7 +182,7 @@ hash = "74efe4642640ba19537becf0f2dbf7a34d957d3902b88f5e0a53fec9a9b28796" [[files]] file = "config/yosbr/config/custom-hud/profile2.txt" -hash = "34cf30ca804294d3b4f8ecadb08e8da28e5299b62d5174f97079324c24f65de5" +hash = "775416472480944da710b09587f0090ea5dadc528c1ffea65259bd8bf65e6425" [[files]] file = "config/yosbr/config/debugify-descriptions.json" @@ -230,7 +190,7 @@ hash = "a855ea6bc92dda18227842c053f5ad9236631b8086732559a914ce30e08b91a8" [[files]] file = "config/yosbr/config/debugify.json" -hash = "7ed7bdcd65af0114b8ef823b1b3bb91aba7ea4868a13af143df640b6a2bef564" +hash = "c959d888e2eb832b8f628dc382f48223a6b21ecb9d3d2c5ea3308fa9e4370c0c" [[files]] file = "config/yosbr/config/dynamicfps.toml" @@ -238,11 +198,11 @@ hash = "a0cc42b4a1efc18fff1caeabf9df716f19bf8d00f7718e61eea81c013c85cd88" [[files]] file = "config/yosbr/config/entity_texture_features.json" -hash = "c1fd4f9d703d1286ef5dc547bcb47fb24ec546c361866a52bce5053620aa2ff7" +hash = "f1e5ae6197b5d5e47fa46d07239f50581e3bde5469074a4eeef5b4cad74f35bb" [[files]] file = "config/yosbr/config/exordium.json" -hash = "3f1e98eddeb9c4864cd5ae54fd3feb1858349e60eee4d862bc01f02ef5462c58" +hash = "f116772850e349722534816858b06a5c4d305028aa21f2a82d000c6e5ae0eb22" [[files]] file = "config/yosbr/config/fabric/indigo-renderer.properties" @@ -250,7 +210,11 @@ hash = "50a55c924278220692f53d4d0a0663a271cf563c4da17f8208c3159c1c88f10b" [[files]] file = "config/yosbr/config/fallingleaves.json" -hash = "1cb9a5df393f51f204c9e9253b1f319d118dcfdb0d59b9b12bf66e5149785c34" +hash = "0c3b5ca101a5b604cd5eb13b1f80c569004735d586b86d72dc6ca9a3d33bb588" + +[[files]] +file = "config/yosbr/config/firstperson.json" +hash = "888c308f1c21e6c7dc8530bdd6f70e93ab6bf69161526351db883e248a79c919" [[files]] file = "config/yosbr/config/iris.properties" @@ -258,7 +222,7 @@ hash = "27dab39c0cc3a1a9845bbebda85fbb044a276e64935dbdfd8679a5c7f4170703" [[files]] file = "config/yosbr/config/itemmodelfix.json" -hash = "b953d2de61082b4205d8bd5d920f7907fe1c233bbc94e486d7397f2bf4999d33" +hash = "f67460631e5dd59fd646347174cfe7b8de38be6556bb928bea4619cbd6f32616" [[files]] file = "config/yosbr/config/lambdynlights.toml" @@ -266,15 +230,15 @@ hash = "f9ebe8caac0910023bdac3f63acc9ed976306e764b02bb272cef15957a2f0266" [[files]] file = "config/yosbr/config/moreculling.toml" -hash = "50a2f22f89e54bff306cb10682f4c9e2a522cc12f2d946745118c32f27ce0299" +hash = "696c0e86074d9ef1239d529539128c2c0ccae5565d3f80443f86ff7637b236ff" [[files]] file = "config/yosbr/config/notenoughanimations.json" -hash = "5afaf7e34abd79b1e9878ea03fd96fd438257e6ef3d8e015775c131fc2265441" +hash = "464b2684677d8c284824b3af9ff679389ce7b5a88030e66cacd30f3cc6a01ae9" [[files]] file = "config/yosbr/config/ok_zoomer/config.toml" -hash = "a73e3f668fdb53cebf58adf3ce82531c52cf883825f4cf0cdf2487d9e355cb25" +hash = "07b780622d50b5a8487b1062e3f513eaaf58ee7885a4bb182e87713fed022978" [[files]] file = "config/yosbr/config/presencefootsteps/updater.json" @@ -282,19 +246,31 @@ hash = "59e338fa7a933405faf283ad4609d0053588927e05313623993052a50b24cdd0" [[files]] file = "config/yosbr/config/presencefootsteps/userconfig.json" -hash = "b9c17f464134b3f896d73ec9ab17681a1b3a63cffc2ad8d6fe21a2586f3d9200" +hash = "b1886d8616c1c4abc50edd078684f9bd74ce56ae04eb0ac3f93183e5ac88c2a0" [[files]] file = "config/yosbr/config/quilt/qsl/registry.toml" hash = "e779f85c4292306465a258b9fcfbb72c3590b078787ef79e364ee0845b9f9551" +[[files]] +file = "config/yosbr/config/shouldersurfing.toml" +hash = "53577330cc834751f258023ceb7316b62be9b1a448ec88814377bc7de09148a2" + +[[files]] +file = "config/yosbr/config/skinlayers.json" +hash = "023a3275203cfecc8d4eafe544b41683221b5094723e12cefd37124e3f488efd" + +[[files]] +file = "config/yosbr/config/smoothswapping.json" +hash = "d9c4f1fc51e524fdbf0c6d5f4588ba048bfecfe51256561a70355d164d72a75f" + [[files]] file = "config/yosbr/config/sodium-extra-options.json" -hash = "e609db488fdcd21114d93eb5e2459ae37fb978e7d7f2398e4121b583ee63d856" +hash = "9f13325dd632506d167874e8074211964150a19fdab04b565dd356cec83495ce" [[files]] file = "config/yosbr/config/sodium-options.json" -hash = "489f589cb9d2d25063f7292381ceb0cb940c0dce8b4e5e7f89104f85900b0d35" +hash = "f61204a536954297582d57369275efbfa206724d840ab4e621f4e98e36a6c6d4" [[files]] file = "config/yosbr/config/sound_physics_remastered/occlusion.properties" @@ -318,7 +294,11 @@ hash = "cc85327a8d07677081a9c1dd23eccefe4c926c26d5d269db7735b3a5a3fd9a29" [[files]] file = "config/yosbr/options.txt" -hash = "183c3067f8fde6db761ad42dc8c73bbc4ff4dc5ab9c092fe9cfe4143697ec83d" +hash = "4aff3b35daf1520719da3f851b51e42cd4bf5ed40b51cd2de535b09083b28ae5" + +[[files]] +file = "icon.png" +hash = "e3638851e9d1a3ceb3db1188806338b8736e8dc2f8fc9b522d89e3d36572c890" [[files]] file = "mods/3dskinlayers.pw.toml" @@ -332,27 +312,32 @@ metafile = true [[files]] file = "mods/ambientsounds.pw.toml" -hash = "65df20d0156ede8eefdedbcb297ee041f3e0d4058e957f3b7d52c509d9d07852" +hash = "83597854911e6f8424f82796dc7d8ef20f72d4d656d37112bc31bfd2b1ffaa81" +metafile = true + +[[files]] +file = "mods/animatica.pw.toml" +hash = "91fae437285116422df04411f66e66b849ef4efac58a9a5d4e71ece121836309" metafile = true [[files]] file = "mods/antighost.pw.toml" -hash = "9f22660d287a6a3ded24f5df8f944972933f04651cb30c9acb2e62132f3ffcd2" +hash = "1f125e367d406b6c07f712f6851af1e4c4752bf40b9f67b412f8557e1042f887" metafile = true [[files]] file = "mods/appleskin.pw.toml" -hash = "6869de1ca55dc09beabb3c234727e84be4d4fbdcbad2c8081c03010713f374e1" +hash = "e3dfb2478e6bb096667d4ec89b0ddfef627747939373bdefee02f358d6e3dee1" metafile = true [[files]] file = "mods/betterf3.pw.toml" -hash = "ba31b113733abc813e36738bdc8104fad628232d29907f66f48cf8c45299de9f" +hash = "5e3ee3550327d6b3545abc363325056c9fc09fb4d48a841e32da2da54c7f74c9" metafile = true [[files]] file = "mods/blur-fabric.pw.toml" -hash = "5f53eb8d272bfec2c6f58d6d744397b8152d7561a370f1d6e7e1e495fc4a1e7a" +hash = "0415777e9925de36e355aa7903e00ff0a3dbdc7ff3fa6080214369d5207b8c51" metafile = true [[files]] @@ -367,7 +352,7 @@ metafile = true [[files]] file = "mods/c2me-fabric.pw.toml" -hash = "d4e882278d0a8d863a069df56f6e473e81e79c48f8cc6e700a56f297847178ca" +hash = "7721e78d990cc15c02f1a03cd6d7652ea995b271a3d19a6ae44829b4c69acbf0" metafile = true [[files]] @@ -375,9 +360,14 @@ file = "mods/capes.pw.toml" hash = "4c712d7ad6d2ddb130b845c3b2c660be7cb7795db21be00b130443730719305e" metafile = true +[[files]] +file = "mods/cem.pw.toml" +hash = "54b7d92cf08c2ac96b49249e96accdb012d5afa401b0f75eaf0160e0ba860d47" +metafile = true + [[files]] file = "mods/chat-heads.pw.toml" -hash = "7293ab05ee73400787ba9c31d4c59884d252dcc170880602e8e8da64dcf3f765" +hash = "cf7630fc7cb67645d9721797b28b300ac24506ae7d21c2b615edec015a181536" metafile = true [[files]] @@ -387,7 +377,7 @@ metafile = true [[files]] file = "mods/cit-resewn.pw.toml" -hash = "44e2cc695c040b7bbca462165099fa3c56a98aa8f01104bb067dc850b65f6d02" +hash = "88de74c3cefdd837a20946469785116dff1101c2e74ee3d4a57281690e325547" metafile = true [[files]] @@ -407,12 +397,22 @@ metafile = true [[files]] file = "mods/continuity.pw.toml" -hash = "2ff8353009122a86ac846dd8d48b2522d46f3b43111eb3a697d99cc42285a14f" +hash = "6c6f4070fcece375a1302bc0297fa5c49ca7a4113ec03be9588d620ab29bd145" metafile = true [[files]] file = "mods/creativecore.pw.toml" -hash = "82285f2aa33891d7b7ad1f9d6b8cdacb46aa2bde7d091cc65d279b0ef0caeb3a" +hash = "03ef689c3c008fdc1215f1cfa4f78783d390adfde90176a2b580a2363f2ec4e1" +metafile = true + +[[files]] +file = "mods/customhud.pw.toml" +hash = "42fff62d3f609bc47158ad669b9e34631ee94f61661125da4d49ccf802065e08" +metafile = true + +[[files]] +file = "mods/dark-loading-screen.pw.toml" +hash = "97ca0b01ac6888486402018e7c95ec3b219a89c3338a416fd25418def5f51fa1" metafile = true [[files]] @@ -427,7 +427,7 @@ metafile = true [[files]] file = "mods/eating-animation.pw.toml" -hash = "b877e1471ac8eb9933a9c8c2529748b5a2ab05e63eaf564f63624288a18c3429" +hash = "073795fff0829c88707bdd7774faa544034d6a6ea375f1366b5220047450cfc3" metafile = true [[files]] @@ -437,32 +437,37 @@ metafile = true [[files]] file = "mods/entityculling.pw.toml" -hash = "4eec3de8a58a6e64ea96e31781b52f70b4b33ec02a34a45f171e3a1e6697ba86" +hash = "3bdc0b8c068dd48d8a6f41fc99ea248a6704bf1a15d5f5886814b26e8346a837" metafile = true [[files]] file = "mods/entitytexturefeatures.pw.toml" -hash = "79f1b115272dda60974bf0f16379308a673184fefc973a598a1a2f84e261b19d" +hash = "0c0aaabd2f4b3a36659112238fef078b4c9be3ca7874111227e0930d7da10695" +metafile = true + +[[files]] +file = "mods/exordium.pw.toml" +hash = "2b9b5a34a6f3cb5796b4e9996fe1da41d7b063b2727743aeed6c8d350d7cdbb6" metafile = true [[files]] file = "mods/extrasounds.pw.toml" -hash = "c9005dcb213e45b85c53d91229645c40164ad2de46176cd046f52e4594130871" +hash = "0f9bf5b4f6490bca27ad7abaa6ac0c247cc431d85464ef29f1e9cad609ed7dbb" metafile = true [[files]] file = "mods/fabricskyboxes.pw.toml" -hash = "66b982a755b4d812e9792502e96672f2ef2d8ce4ef702d2bf86cf45d99a7ece0" +hash = "ae83dfcccd580352eee3cf509ace37f67f1bf0d2862d2d9c9d64d8909892d2d4" metafile = true [[files]] file = "mods/fallingleaves.pw.toml" -hash = "964ba2b17c1faef33809b6f3ccfb4ee73b3431ddd0d2c391da45034676fece26" +hash = "c32a1d67af5fa64dc8a5e29a201abc2fba0977a7ac4cc94e08312e05eef596a1" metafile = true [[files]] file = "mods/ferrite-core.pw.toml" -hash = "03e174cf691b52da20bd973b955fae6f3720d3d2120f9d6cc1de5fdf3180013c" +hash = "d00ba8b06abc10aa1c422c8ceab0c4d4d08fff4c44c408c59eac05b0ffed777b" metafile = true [[files]] @@ -487,7 +492,7 @@ metafile = true [[files]] file = "mods/iceberg.pw.toml" -hash = "a4d47f10df4769734a850e6a2cd7342802f92f5e269b27464c86cfd0b5a2182f" +hash = "a43562b6ac32b70cbd98d6b31e21dffd512a2ae81825c81307a39d911dd36baa" metafile = true [[files]] @@ -497,7 +502,7 @@ metafile = true [[files]] file = "mods/indium.pw.toml" -hash = "678d1c7827d30fbe8c225e7f2b8ddc29f1dd69cced29335ee5a670477a0728a2" +hash = "de934415404fe1fe3b8002f15e8aef0f072ce4da84228ffc6a99d6eed15bcd45" metafile = true [[files]] @@ -507,7 +512,7 @@ metafile = true [[files]] file = "mods/iris.pw.toml" -hash = "f2170f677cce023da0b7506a0445352d99690603d70046ec5c90231016b4d3b9" +hash = "41a3116f5642d40ed54efda3f863373fa4d3c0c3a24a447a38c8a106e9fbb079" metafile = true [[files]] @@ -517,27 +522,32 @@ metafile = true [[files]] file = "mods/krypton.pw.toml" -hash = "71ef7cc16632c0039fe194183b5885968c6d740aaa67a58000653ae0cb40b882" +hash = "3b17a9e472518ca489ab37ab29d8cec66899ca759ef4b4199721c70899ee892d" metafile = true [[files]] file = "mods/lambdynamiclights.pw.toml" -hash = "8bb36bbf7dbac0d531f6c308329109d29d95a83a2c0d972178655efd8afddf4b" +hash = "91c050d77efa39d0813f3c27b4254d19e8e197f8df943dfec5b29d395602cdaf" metafile = true [[files]] file = "mods/language-reload.pw.toml" -hash = "409d820a08baf91ace8443e3abb9ef8914083b053e1e24cb989419aaef8b3f5d" +hash = "261382ad3b67fb3e44239faf07d75203fb74e46c7fcbf06940180e8952245393" +metafile = true + +[[files]] +file = "mods/lazydfu.pw.toml" +hash = "1c9b19259cc6d7fe86e1496714f327aa5b9802b2eb74176bd76861255d1511ef" metafile = true [[files]] file = "mods/lithium.pw.toml" -hash = "c239c951796882b9c93e649a0dba4f2d95804441faaed707b686381b7a5c67da" +hash = "f8259e8aa63f32e10894cfa7cfd1ab9ba7f3b131fb61dbef50dd210ca655cbdd" metafile = true [[files]] file = "mods/main-menu-credits.pw.toml" -hash = "2a79f7fb98b7073c926c6f87a93473f5714cf82a2ace7f344e4e2de4a33e0233" +hash = "6424fd8f09d8780a1fa023a71ff70e55ff8dbbfc3b597bd9c2ea9f3060fb862e" metafile = true [[files]] @@ -552,7 +562,7 @@ metafile = true [[files]] file = "mods/memoryleakfix.pw.toml" -hash = "97ffbc7d0e4087777c5e3732780f01958f99d44c4f09fd534bbb8f239d4980a1" +hash = "8e42842f48b3227733bafced612212eee2298f567ca599ac6a55b9878ae661da" metafile = true [[files]] @@ -567,17 +577,22 @@ metafile = true [[files]] file = "mods/modernfix.pw.toml" -hash = "8c5609126c7a8d38b68c4df16f9e505c5aacdeda05d7a55cb661872db3831ae4" +hash = "919cf3088c29f42ac95d83ebfafbd09730289b4fc3371106abc03731a6142bf7" metafile = true [[files]] file = "mods/modmenu.pw.toml" -hash = "e2a93bfe1d1e55657afd64a361b1d05929c8984332f1c39afd957eb7f88e9a62" +hash = "e66f0fa604592e3aa6236c0ed01141fc16d3a06ab0235b6fa02977cfc7d9af77" +metafile = true + +[[files]] +file = "mods/morechathistory.pw.toml" +hash = "e368695dc4867acf882d3e5845de30d0e9105aecd597e3e4ffc522a48d657ea0" metafile = true [[files]] file = "mods/moreculling.pw.toml" -hash = "be1f88824f7ceb008ce38ae763a93921db0c27db68577fdb16c29c6a085ec1f3" +hash = "feddf7af8f53c0455baf8e7364e51e044ff482c2d1e6805f8ee411b8ee2e0cf3" metafile = true [[files]] @@ -587,52 +602,52 @@ metafile = true [[files]] file = "mods/not-enough-animations.pw.toml" -hash = "15bbdb7f98ae7148b79b69408488dd03016ac89fe647b5396417a8ba4f968df0" +hash = "986351f1b13f8e39cf7c02b53291f6700acd239de9b799c5ffc6b3c625ab542e" metafile = true [[files]] file = "mods/ok-zoomer.pw.toml" -hash = "23583083d03c8effa3dca4c17c7da2fcf57d653292b02898afe8d7029be6b0d7" +hash = "6e2b6daa001b65b862a1136f62ec51fae133fa1f6ca426c58b8d27ae4bd07d23" metafile = true [[files]] file = "mods/plasmo-voice.pw.toml" -hash = "1ef638a5a1bc05863d2a3798114f5f338f70775cb03a39b75b236e06cd156fbd" +hash = "fd1861c2fbfac935ba6829d64dfa9ea73119fd73681446bca3468badfed5be4c" metafile = true [[files]] file = "mods/portalgui.pw.toml" -hash = "8dc7b9d082b468d146247723d456d3dc6d206c41b61010b417d464325ace0f54" +hash = "e033c5d366af9c59fabb1d60753ea2e4ddda90e3df028fe3ff5847105f30ae1a" metafile = true [[files]] file = "mods/presence-footsteps.pw.toml" -hash = "5027329d763899c40db5e3f389cfb2262d61d0037668c331db0cec1491c585d8" +hash = "a0723534c170fb056f94f9362c1c4e0660f9f96ed314f661474a6d26ca2f26f1" metafile = true [[files]] file = "mods/qkl.pw.toml" -hash = "b0615e667641dd52e900c970553e0ce80748645dfaa93117bb126dccae3e3c19" +hash = "47217cc1489533f668d622f2078351a61873be573311a9a94be7293328a849a7" metafile = true [[files]] file = "mods/qsl.pw.toml" -hash = "7ffa8a332d46b6b412904e52353d7095b4709de406699d75bc31dc99ce416487" +hash = "db2669fd5202942c0d0514c797c198506470e149542ac9d65e33e04f1a01db23" metafile = true [[files]] file = "mods/reeses-sodium-options.pw.toml" -hash = "16edb6e9b2eb85405f9a3e4ac7159a0c00a9d47bfb4dc9d5b548bca37245fc06" +hash = "44b0a2294e1693230308e53b529d671a0303e94b623ba2c2650cdf5760a5a335" metafile = true [[files]] -file = "mods/rrls.pw.toml" -hash = "d6df523cc504146a9d96b6bad4e379f364c7bc889d8d17b48ebcda53bdea6d5e" +file = "mods/serverpingerfixer.pw.toml" +hash = "67f574649175ed1bdbe138efbf15c2e49da6b328d7402ddeeef75b416b9c4523" metafile = true [[files]] file = "mods/shoulder-surfing-reloaded.pw.toml" -hash = "6ac931fd2062afb69e76626de9589ee22d21698ae77fbbff00dff571bd9ca536" +hash = "30bb69d9074db0e68235ad2866d94bfffa2f9f430d98b0d4fc11c2300b7f4e38" metafile = true [[files]] @@ -640,6 +655,11 @@ file = "mods/shulkerboxtooltip.pw.toml" hash = "edba7765364ba526fcc7da563e9858d997dd9915401e08040c32de7f79d1bb91" metafile = true +[[files]] +file = "mods/smoothboot-fabric.pw.toml" +hash = "f80db9ddf224ec56b4e5b326df3d6317a427eddafb66efe40f93c9a10f5961bc" +metafile = true + [[files]] file = "mods/sodium-extra.pw.toml" hash = "4e691c86059e755a026b8cae8cf0c66396dc39bf47b6c71980589101803ecd36" @@ -647,7 +667,7 @@ metafile = true [[files]] file = "mods/sodium.pw.toml" -hash = "bff35d4d3b4fa8c82b5890555d8d9123c223787c545ba7c000c0208b68a72a6d" +hash = "9a927c3e0830ba32e1b8a2e543597781724462595b8cce58f676962b442bb52b" metafile = true [[files]] @@ -657,7 +677,7 @@ metafile = true [[files]] file = "mods/starlight.pw.toml" -hash = "218f67d6bcaae849582618cd3e5eb1d4cac0fd6045115f64340620300e160c11" +hash = "095975e092850208b338a719d145aa336224ccc7e27f0b8369ed47aa0d068b2b" metafile = true [[files]] @@ -667,7 +687,7 @@ metafile = true [[files]] file = "mods/stendhal.pw.toml" -hash = "205bdb5faa8ffaf543474c476147ab3fb59ad78e019378780573fcd502ebc839" +hash = "f891cc32728a13dec5d8763f86b926498eb745b3bd80676120292bacd03e51ab" metafile = true [[files]] @@ -677,22 +697,23 @@ metafile = true [[files]] file = "mods/threadtweak.pw.toml" -hash = "bb044cd95d56fb9e1f52a8c18a843df8daf56d22a822568112e9dfa28dab7926" +hash = "dbbeb7a8f32fdbe0d5e44a8c7671ed2297ee8d12d4610500ac54742e70b4fb53" metafile = true [[files]] file = "mods/visuality.pw.toml" -hash = "9b3fd0e07219491269f7977d4b42c3c4c9769f1c99cf1531e612265157ed7071" +hash = "1d0b62685fd74fdd9d8cba3b3f3a85da75423550704646251a39542fce96bcb4" metafile = true [[files]] file = "mods/yacl.pw.toml" -hash = "2008716fdfef554660ce44659a3a42acd673a5391af2d4bd94f40654f1f60a1d" +hash = "9f8a007f79fc9d88ea537a9c3c2db347cc88a3adb84d39d17f12a5921e0291bf" metafile = true [[files]] -file = "options.txt" -hash = "045f120ae2c9ec61d5b4a962887a268111ce48311accdf6cd9f3f62bec8ed76f" +file = "mods/yosbr.pw.toml" +hash = "6f6334f336a876088431df70e2bba6ac52ca2ddeb73a4880ce88d6954b09af00" +metafile = true [[files]] file = "resourcepacks/Icons.pw.toml" @@ -701,7 +722,7 @@ metafile = true [[files]] file = "resourcepacks/bvb-eating-animation.pw.toml" -hash = "cbf5b8dc46e18b9dc2e4847f3e3a83aacee3c50ae14b585af9c22f99bb328f14" +hash = "7cd63126ddb6138dd36e3d82605f6677d6c5701962986aa3d75848c2a68e825b" metafile = true [[files]] @@ -711,17 +732,21 @@ metafile = true [[files]] file = "resourcepacks/ore-variants.pw.toml" -hash = "ec1114657ec035809e2f8859483e78a5141367a28ee97e2f576f77428e896ca9" +hash = "b03e656dff30f4c3f38b2129d5f188c75e37f7a0a4f883f95c59b4ecf66d2cb5" metafile = true [[files]] file = "resourcepacks/visual-leaf-decay.pw.toml" -hash = "0c6c9e7b7e14b4d1a625d8e31d03573d0e6c0a4e81afe2a051ad00835534e38b" +hash = "7238846ea92854808d975fe3253afab2f4f780471e5ccf61edefe2dde67ac733" metafile = true +[[files]] +file = "resourcepacks/xali's Enhanced Vanilla-1.11.2-rev.aa4dcd3.zip" +hash = "081f20cede1065da521b4bf95e969bdf8a86dc56321a57e331e5864ee0d2009f" + [[files]] file = "resourcepacks/xalis-enchanted-books.pw.toml" -hash = "2bca25979ded624274c1a87fa5d68962be036a75dbca3abb2437ca59a00b3c20" +hash = "7abe27b1b9c417949a686fd346c226c64b16da02591e61a594b9874cc7a39361" metafile = true [[files]] @@ -729,61 +754,61 @@ file = "resourcepacks/xalis-enhanced-jungle-wood.pw.toml" hash = "e8f952bf8c7de8661329cfbe070d69aea7d6d682ab34478c77c74b2b2d611333" metafile = true -[[files]] -file = "resourcepacks/xalis-enhanced-vanilla.pw.toml" -hash = "ac5bb0d7744dca7dac4c8ca33e89956e746a6cfce770e6a508690a2317c196fa" -metafile = true - [[files]] file = "resourcepacks/xalis-potions.pw.toml" -hash = "a9d8d6ed9e5914a75757d29e867d42db75d0e4ec2ba59fc0741e54ea3155a4c8" +hash = "405dcb38b6a5bc2b4b9bacd7ad2635e7f2fb2dabba30213a85f9f8c2e63977a5" metafile = true [[files]] file = "servers.dat" -hash = "fd44c28aaaf398b8c11a4ad1bb57bbc8f504ef38358d17227e7d1ca57ad8101b" +hash = "d54bd5864fb293995915750cff6c2c20ca0d4076282c64c29a42640bbb578332" [[files]] -file = "servers.dat_old" -hash = "b8041d6eee2a80d732d32bcb970cee0d29f2c32c0eed94086663b57cb54e32de" +file = "shaderpacks/[Astronicat] Rethinking Voxels.pw.toml" +hash = "4de0f3cbbfb9ed7cb5dc4c94364b158fa46e02c2e5e7a267a97bfccae112004b" +metafile = true [[files]] file = "shaderpacks/[Astronicat] Rethinking Voxels.zip.txt" hash = "fdf836432a905bbc3ac9a0d56783880da129487db3a6ca7e63f8f512fe22ae02" [[files]] -file = "shaderpacks/[Mazon_Alex] ComplementaryShaders_1.19_v4.7.1.zip.txt" -hash = "cf2a011dafab2369588f9b03360081c66b129c3e97ada3facd54384a3fa6c612" +file = "shaderpacks/[Mazon_Alex] ComplementaryShaders_1.19_v4.5.1.pw.toml" +hash = "837bfbc9e2ce1f44063a01d98fedc6a0f932198ed7b6492cfe1e70a5dfa65ca4" +metafile = true [[files]] -file = "shaderpacks/[Timoti11] ComplementaryReimagined_r2.3.zip.txt" -hash = "94c08bceedc16d02e7dac9f0191ea66b904d1da194ede2ec666ea31029867da5" +file = "shaderpacks/[Mazon_Alex] ComplementaryShaders_1.19_v4.5.1.zip.txt" +hash = "a384ef943ada47872407ef7163de69907e3c02e59fb5f64f93794c7f24997495" [[files]] -file = "shaderpacks/[ZapahKleya] ComplementaryReimagined_r2.0.3.zip.txt" -hash = "4cc7a59051b0d68fcaf5285b3ef1cbaeeecffec0e7dd477709fa23bad7bdd86c" +file = "shaderpacks/[Timoti11] ComplementaryReimagined_r2.3.pw.toml" +hash = "866918d89d049bad66735079dbaa4b7565545b1ec510d124d95c1277ccb93f05" +metafile = true [[files]] -file = "shaderpacks/complementary-reimagined.pw.toml" -hash = "100499129b5732b9eacaf6c03c84e4ff1109f84bcc550c327179effd982e6417" -metafile = true +file = "shaderpacks/[Timoti11] ComplementaryReimagined_r2.3.zip.txt" +hash = "e64eba7d3105adec78b2c5996e773f971c03e8d49e898d06426b8a7cd73bbd0d" [[files]] -file = "shaderpacks/complementary-reimagined_z.pw.toml" -hash = "42e1442ae60318ef10a79219127d496b82510898cb21738dc0fb54863f51e9a7" +file = "shaderpacks/[Timoti11] {Lite} ComplementaryReimagined_r2.3.pw.toml" +hash = "25c8a6d31526cd2008b02d277b95fe8a814adb5d7c86632fd776d820733530a6" metafile = true [[files]] -file = "shaderpacks/complementary-shaders-v4.pw.toml" -hash = "852214880370ae63d1eeb65a3ae4be98538e3cddee285658beb074e3c758135f" -metafile = true +file = "shaderpacks/[Timoti11] {Lite} ComplementaryReimagined_r2.3.zip.txt" +hash = "bd0c11d38fdb2bb994c38cd11f8cefdcd8966984b93c18b8e8ebdea6b8dd8ddc" [[files]] -file = "shaderpacks/rethinking-voxels.pw.toml" -hash = "4de0f3cbbfb9ed7cb5dc4c94364b158fa46e02c2e5e7a267a97bfccae112004b" +file = "shaderpacks/[ZapahKleya] ComplementaryReimagined_r2.0.3.pw.toml" +hash = "df6b1178559c3efe2124f7a54b89168371ec62a8cec1616bdf98a8d40053785b" metafile = true +[[files]] +file = "shaderpacks/[ZapahKleya] ComplementaryReimagined_r2.0.3.zip.txt" +hash = "4cc7a59051b0d68fcaf5285b3ef1cbaeeecffec0e7dd477709fa23bad7bdd86c" + [[files]] file = "shaderpacks/vanillaa.pw.toml" -hash = "17c7f2ca7bc6f1419038845cb4b3e217d755cf74f1409c30347667ad6b2f2018" +hash = "b062f3d3717d82a0359fbf09472339e7080026fce69fc4a6d136ac8266b9e6ec" metafile = true diff --git a/mods/ambientsounds.pw.toml b/mods/ambientsounds.pw.toml index e5df139..ff6dd06 100644 --- a/mods/ambientsounds.pw.toml +++ b/mods/ambientsounds.pw.toml @@ -1,13 +1,13 @@ name = "AmbientSounds" -filename = "AmbientSounds_FABRIC_v5.2.22_mc1.20.1.jar" +filename = "AmbientSounds_FABRIC_v5.3.5_mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/fM515JnW/versions/ohMKnW3z/AmbientSounds_FABRIC_v5.2.22_mc1.20.1.jar" +url = "https://cdn.modrinth.com/data/fM515JnW/versions/3XEpPTC0/AmbientSounds_FABRIC_v5.3.5_mc1.20.1.jar" hash-format = "sha1" -hash = "e65247d4b2ed0f82fc193366ca9d82f8f9ac6f85" +hash = "b7bc6576cde164c90b8df9d240635b33c15755a2" [update] [update.modrinth] mod-id = "fM515JnW" -version = "ohMKnW3z" +version = "3XEpPTC0" diff --git a/mods/animatica.pw.toml b/mods/animatica.pw.toml new file mode 100644 index 0000000..0a5dbb0 --- /dev/null +++ b/mods/animatica.pw.toml @@ -0,0 +1,16 @@ +name = "Animatica" +filename = "animatica-0.6+1.20.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/PRN43VSY/versions/uNgEPb10/animatica-0.6%2B1.20.jar" +hash-format = "sha1" +hash = "3bcb19c759f313e69d3f7848b03c48f15167b88d" + +[update] +[update.curseforge] +file-id = 4600415 +project-id = 533006 +[update.modrinth] +mod-id = "PRN43VSY" +version = "uNgEPb10" diff --git a/mods/antighost.pw.toml b/mods/antighost.pw.toml index 9be19c1..018c9b3 100644 --- a/mods/antighost.pw.toml +++ b/mods/antighost.pw.toml @@ -3,11 +3,14 @@ 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" +mode = "metadata:curseforge" [update] +[update.curseforge] +file-id = 4613757 +project-id = 273279 [update.modrinth] mod-id = "Jw3Wx1KR" version = "RzyN0vkk" diff --git a/mods/appleskin.pw.toml b/mods/appleskin.pw.toml index 682b4c7..ccaee94 100644 --- a/mods/appleskin.pw.toml +++ b/mods/appleskin.pw.toml @@ -1,13 +1,13 @@ name = "AppleSkin" -filename = "appleskin-fabric-mc1.20-2.5.0.jar" +filename = "appleskin-fabric-mc1.20.1-2.5.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/CxnVG86Y/appleskin-fabric-mc1.20-2.5.0.jar" +url = "https://cdn.modrinth.com/data/EsAfCjCV/versions/xcauwnEB/appleskin-fabric-mc1.20.1-2.5.1.jar" hash-format = "sha1" -hash = "f01bcf9adbaaeb5f6b185864c0b879e8e3923991" +hash = "d0f11243f79c071416bbcee781ae93eb57a0283c" [update] [update.modrinth] mod-id = "EsAfCjCV" -version = "CxnVG86Y" +version = "xcauwnEB" diff --git a/mods/betterf3.pw.toml b/mods/betterf3.pw.toml index 6e51f90..ebe3705 100644 --- a/mods/betterf3.pw.toml +++ b/mods/betterf3.pw.toml @@ -1,13 +1,13 @@ name = "BetterF3" -filename = "BetterF3-7.0.1-Fabric-1.20.1.jar" +filename = "BetterF3-7.0.2-Fabric-1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/8shC1gFX/versions/FtJ0KSLo/BetterF3-7.0.1-Fabric-1.20.1.jar" +url = "https://cdn.modrinth.com/data/8shC1gFX/versions/7WkFnw9F/BetterF3-7.0.2-Fabric-1.20.1.jar" hash-format = "sha1" -hash = "106b8b7bdc698b8ced09c28ec089697dfbfbca1b" +hash = "ed0383ed8c68e1d1cbfc61267afee028d8a4d7fe" [update] [update.modrinth] mod-id = "8shC1gFX" -version = "FtJ0KSLo" +version = "7WkFnw9F" diff --git a/mods/blur-fabric.pw.toml b/mods/blur-fabric.pw.toml index fd67417..4fb0853 100644 --- a/mods/blur-fabric.pw.toml +++ b/mods/blur-fabric.pw.toml @@ -8,6 +8,9 @@ hash-format = "sha1" hash = "3a0811af7f425daab896fbfc38898a22e7af39cf" [update] +[update.curseforge] +file-id = 4578291 +project-id = 393563 [update.modrinth] mod-id = "NK39zBp2" version = "dki8Ab2D" diff --git a/mods/c2me-fabric.pw.toml b/mods/c2me-fabric.pw.toml index 36fbcae..e1e6dce 100644 --- a/mods/c2me-fabric.pw.toml +++ b/mods/c2me-fabric.pw.toml @@ -1,13 +1,13 @@ name = "Concurrent Chunk Management Engine (Fabric)" -filename = "c2me-fabric-mc1.20.1-0.2.0+alpha.10.98.jar" +filename = "c2me-fabric-mc1.20.1-0.2.0+alpha.11.0.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/VSNURh3q/versions/zLF8pgaa/c2me-fabric-mc1.20.1-0.2.0%2Balpha.10.98.jar" +url = "https://cdn.modrinth.com/data/VSNURh3q/versions/T5Pkyhit/c2me-fabric-mc1.20.1-0.2.0%2Balpha.11.0.jar" hash-format = "sha1" -hash = "512cbdb6ad2310a3cf17d3605ff23a4a202f234f" +hash = "a7b3f8136ba60ff6e3c216ade83ff03c42ca77ee" [update] [update.modrinth] mod-id = "VSNURh3q" -version = "zLF8pgaa" +version = "T5Pkyhit" diff --git a/mods/cem.pw.toml b/mods/cem.pw.toml new file mode 100644 index 0000000..e05f5e7 --- /dev/null +++ b/mods/cem.pw.toml @@ -0,0 +1,13 @@ +name = "Custom Entity Models" +filename = "cem-0.8.0.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/YOQCucah/versions/lnLwlnjz/cem-0.8.0.jar" +hash-format = "sha1" +hash = "5c26ee90e7621dae62ecddc0be5cba52954f2864" + +[update] +[update.modrinth] +mod-id = "YOQCucah" +version = "lnLwlnjz" diff --git a/mods/chat-heads.pw.toml b/mods/chat-heads.pw.toml index cd27e7b..db4bd7d 100644 --- a/mods/chat-heads.pw.toml +++ b/mods/chat-heads.pw.toml @@ -1,13 +1,13 @@ name = "Chat Heads" -filename = "chat_heads-0.10.20-fabric-1.20.jar" +filename = "chat_heads-0.10.26-fabric-1.20.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/CJCClsCd/chat_heads-0.10.20-fabric-1.20.jar" +url = "https://cdn.modrinth.com/data/Wb5oqrBJ/versions/KLuwIlLd/chat_heads-0.10.26-fabric-1.20.jar" hash-format = "sha1" -hash = "edeabe8ac04275f066b452c0ca86ae465b5fb914" +hash = "92ce3526b24e9babaa8098bc1675353d1538f8fe" [update] [update.modrinth] mod-id = "Wb5oqrBJ" -version = "CJCClsCd" +version = "KLuwIlLd" diff --git a/mods/cit-resewn.pw.toml b/mods/cit-resewn.pw.toml index 577379e..a11cc6d 100644 --- a/mods/cit-resewn.pw.toml +++ b/mods/cit-resewn.pw.toml @@ -8,6 +8,9 @@ hash-format = "sha1" hash = "53f036ebe51d7d97afaf44d541775c92c4470dad" [update] +[update.curseforge] +file-id = 4577525 +project-id = 521427 [update.modrinth] mod-id = "otVJckYQ" version = "c7Lo4vij" diff --git a/mods/continuity.pw.toml b/mods/continuity.pw.toml index 3f3b595..96760a1 100644 --- a/mods/continuity.pw.toml +++ b/mods/continuity.pw.toml @@ -1,13 +1,16 @@ name = "Continuity" -filename = "continuity-3.0.0-beta.3+1.20.1.jar" +filename = "continuity-3.0.0-beta.4+1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/1IjD5062/versions/xy2co4Rh/continuity-3.0.0-beta.3%2B1.20.1.jar" hash-format = "sha1" -hash = "28fa0bc995fe240d17fcb1b2c8de8b0afd98213e" +hash = "b662fd625ba1f06c6e4958eac373856047d0d2a9" +mode = "metadata:curseforge" [update] +[update.curseforge] +file-id = 4779473 +project-id = 531351 [update.modrinth] mod-id = "1IjD5062" -version = "xy2co4Rh" +version = "Z9FJWLMt" diff --git a/mods/creativecore.pw.toml b/mods/creativecore.pw.toml index 277d606..f501fde 100644 --- a/mods/creativecore.pw.toml +++ b/mods/creativecore.pw.toml @@ -1,13 +1,13 @@ name = "CreativeCore" -filename = "CreativeCore_FABRIC_v2.10.28_mc1.20.1.jar" +filename = "CreativeCore_FABRIC_v2.11.10_mc1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/OsZiaDHq/versions/jQhcsIZs/CreativeCore_FABRIC_v2.10.28_mc1.20.1.jar" +url = "https://cdn.modrinth.com/data/OsZiaDHq/versions/wLXDszYV/CreativeCore_FABRIC_v2.11.10_mc1.20.1.jar" hash-format = "sha1" -hash = "a31fb30cfcd49ca48a2d0f466b85085beac48d2d" +hash = "d7ad1ae21575114c02c60e476f7b766bd4898785" [update] [update.modrinth] mod-id = "OsZiaDHq" -version = "jQhcsIZs" +version = "wLXDszYV" diff --git a/mods/customhud.pw.toml b/mods/customhud.pw.toml new file mode 100644 index 0000000..3e2701f --- /dev/null +++ b/mods/customhud.pw.toml @@ -0,0 +1,13 @@ +name = "CustomHud" +filename = "custom_hud-3.1.2+1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/6jis0UTI/versions/UKBaGxvE/custom_hud-3.1.2%2B1.20.1.jar" +hash-format = "sha1" +hash = "342afd1aca99d0865075d5adf3e47c0b2bacbe0f" + +[update] +[update.modrinth] +mod-id = "6jis0UTI" +version = "UKBaGxvE" diff --git a/mods/dark-loading-screen.pw.toml b/mods/dark-loading-screen.pw.toml new file mode 100644 index 0000000..a5df337 --- /dev/null +++ b/mods/dark-loading-screen.pw.toml @@ -0,0 +1,13 @@ +name = "Dark Loading Screen" +filename = "dark-loading-screen-1.6.14.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/h3XWIuzM/versions/HLjyJHzA/dark-loading-screen-1.6.14.jar" +hash-format = "sha1" +hash = "c6ce1e2c34fe4a412183431ea6b323e5e6eaf8f0" + +[update] +[update.modrinth] +mod-id = "h3XWIuzM" +version = "HLjyJHzA" diff --git a/mods/eating-animation.pw.toml b/mods/eating-animation.pw.toml index 43d9792..94619cf 100644 --- a/mods/eating-animation.pw.toml +++ b/mods/eating-animation.pw.toml @@ -1,13 +1,13 @@ name = "Eating Animation" -filename = "eating-animation-1.9.4+1.20.jar" +filename = "eating-animation-1.20+1.9.5-CMDfix.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/rUgZvGzi/versions/OcHlWpeQ/eating-animation-1.9.4%2B1.20.jar" +url = "https://cdn.modrinth.com/data/rUgZvGzi/versions/RG3MoH9k/eating-animation-1.20%2B1.9.5-CMDfix.jar" hash-format = "sha1" -hash = "5afcee5d75f086d85758e975b4a5964f1166c3cd" +hash = "9e6e08e967e9137db0a7a9f964c6057ea72675d9" [update] [update.modrinth] mod-id = "rUgZvGzi" -version = "OcHlWpeQ" +version = "RG3MoH9k" diff --git a/mods/entityculling.pw.toml b/mods/entityculling.pw.toml index 9651b4a..a3679f3 100644 --- a/mods/entityculling.pw.toml +++ b/mods/entityculling.pw.toml @@ -1,13 +1,16 @@ -name = "Entity Culling" -filename = "entityculling-fabric-1.6.2-mc1.20.jar" +name = "Entity Culling Fabric/Forge" +filename = "entityculling-fabric-1.6.2-mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/NNAgCjsB/versions/d20sUcYn/entityculling-fabric-1.6.2-mc1.20.jar" hash-format = "sha1" -hash = "cf43e7a58fb62f75d664cce1b14a6064774e6547" +hash = "8e4be2bb9703deddb3d3d212c812cdc1f9de072b" +mode = "metadata:curseforge" [update] +[update.curseforge] +file-id = 4763646 +project-id = 448233 [update.modrinth] mod-id = "NNAgCjsB" -version = "d20sUcYn" +version = "BDwHAdWc" diff --git a/mods/entitytexturefeatures.pw.toml b/mods/entitytexturefeatures.pw.toml index 34e05e4..ae34686 100644 --- a/mods/entitytexturefeatures.pw.toml +++ b/mods/entitytexturefeatures.pw.toml @@ -1,13 +1,16 @@ -name = "[ETF] Entity Texture Features" -filename = "entity_texture_features_fabric_1.20-4.5.0.jar" +name = "[ETF] Entity Texture Features - [Fabric & Forge]" +filename = "entity_texture_features_fabric_1.20.1-4.6.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/BVzZfTc1/versions/9Em1LjD2/entity_texture_features_fabric_1.20-4.5.0.jar" hash-format = "sha1" -hash = "288efe125f060aea3a0f0b838c316cdb01959359" +hash = "253c11fe998c7c6d5dff9f01d60b5edff2c12963" +mode = "metadata:curseforge" [update] +[update.curseforge] +file-id = 4839761 +project-id = 568563 [update.modrinth] mod-id = "BVzZfTc1" -version = "9Em1LjD2" +version = "aG9vZFHa" diff --git a/mods/exordium.pw.toml b/mods/exordium.pw.toml new file mode 100644 index 0000000..0aa66c5 --- /dev/null +++ b/mods/exordium.pw.toml @@ -0,0 +1,13 @@ +name = "Exordium" +filename = "exordium-fabric-1.2.1-mc1.20.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/DynYZEae/versions/fROHV9gC/exordium-fabric-1.2.1-mc1.20.1.jar" +hash-format = "sha1" +hash = "4e905da34fca10f2d263c05103966727e127bf32" + +[update] +[update.modrinth] +mod-id = "DynYZEae" +version = "fROHV9gC" diff --git a/mods/extrasounds.pw.toml b/mods/extrasounds.pw.toml index 687aa53..6c46a7b 100644 --- a/mods/extrasounds.pw.toml +++ b/mods/extrasounds.pw.toml @@ -1,11 +1,11 @@ -name = "ExtraSounds" -filename = "extrasounds-2.3.1+1.20.1.jar" -side = "both" - -[download] -url = "https://www.dropbox.com/scl/fi/icvpnbb8tdbi18nxehkov/extrasounds-2.3.1-1.20.1.jar?rlkey=v9pm9gs4mr8aww91w16kjez6r&dl=1" - -# A number of tools can generate the hash for you, including 7-zip and sha256sum -# packwiz supports a number of hashes, including sha256, sha512, sha1 and md5 -hash-format = "sha1" +name = "ExtraSounds" +filename = "extrasounds-2.3.1+1.20.1.jar" +side = "both" + +[download] +url = "https://www.dropbox.com/scl/fi/icvpnbb8tdbi18nxehkov/extrasounds-2.3.1-1.20.1.jar?rlkey=v9pm9gs4mr8aww91w16kjez6r&dl=1" + +# A number of tools can generate the hash for you, including 7-zip and sha256sum +# packwiz supports a number of hashes, including sha256, sha512, sha1 and md5 +hash-format = "sha1" hash = "d0b02359ae68b7ec5760e47d0ac41b658eb48cc8" \ No newline at end of file diff --git a/mods/fabricskyboxes.pw.toml b/mods/fabricskyboxes.pw.toml index d6ae921..5ee5fb4 100644 --- a/mods/fabricskyboxes.pw.toml +++ b/mods/fabricskyboxes.pw.toml @@ -1,13 +1,13 @@ name = "FabricSkyboxes" -filename = "fabricskyboxes-0.7.2+mc1.20.1.jar" +filename = "fabricskyboxes-0.7.3+mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/YBz7DOs8/versions/eBCRqCMK/fabricskyboxes-0.7.2%2Bmc1.20.1.jar" +url = "https://cdn.modrinth.com/data/YBz7DOs8/versions/cezLH6eB/fabricskyboxes-0.7.3%2Bmc1.20.1.jar" hash-format = "sha1" -hash = "b3bb5ef05457c9486bef998c1669b11a7c3159e2" +hash = "31a13b9ca0a500b4caad993ec42e1199142d86d1" [update] [update.modrinth] mod-id = "YBz7DOs8" -version = "eBCRqCMK" +version = "cezLH6eB" diff --git a/mods/fallingleaves.pw.toml b/mods/fallingleaves.pw.toml index c746338..6763f3d 100644 --- a/mods/fallingleaves.pw.toml +++ b/mods/fallingleaves.pw.toml @@ -1,13 +1,16 @@ -name = "Falling Leaves" -filename = "fallingleaves-1.15.2+1.20.1.jar" +name = "Falling Leaves (Fabric)" +filename = "fallingleaves-1.15.4+1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/WhbRG4iK/versions/8qK6ANpJ/fallingleaves-1.15.2%2B1.20.1.jar" hash-format = "sha1" -hash = "4b3873f07b20f3a617628027c4de82e33527ffce" +hash = "5101bd05c678a874c1fa40c3363d1c127f7074d5" +mode = "metadata:curseforge" [update] +[update.curseforge] +file-id = 4786507 +project-id = 417510 [update.modrinth] mod-id = "WhbRG4iK" -version = "8qK6ANpJ" +version = "KpvXCE2X" diff --git a/mods/ferrite-core.pw.toml b/mods/ferrite-core.pw.toml index c352b44..56914e5 100644 --- a/mods/ferrite-core.pw.toml +++ b/mods/ferrite-core.pw.toml @@ -1,13 +1,16 @@ -name = "FerriteCore" -filename = "ferritecore-6.0.0-fabric.jar" +name = "FerriteCore (Fabric)" +filename = "ferritecore-6.0.1-fabric.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/uXXizFIs/versions/FCnCG6PS/ferritecore-6.0.0-fabric.jar" hash-format = "sha1" -hash = "5a57ea73c3c7c0cc300d69611a9cad93baf8e9ab" +hash = "8fa3b84fc5860dbc30fdf8cced02af68dffcf3fa" +mode = "metadata:curseforge" [update] +[update.curseforge] +file-id = 4810977 +project-id = 459857 [update.modrinth] mod-id = "uXXizFIs" -version = "FCnCG6PS" +version = "unerR5MN" diff --git a/mods/iceberg.pw.toml b/mods/iceberg.pw.toml index 84db2e2..b7d74b8 100644 --- a/mods/iceberg.pw.toml +++ b/mods/iceberg.pw.toml @@ -1,13 +1,13 @@ name = "Iceberg" -filename = "Iceberg-1.20.1-fabric-1.1.15.jar" +filename = "Iceberg-1.20.1-fabric-1.1.17.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/5faXoLqX/versions/SLE7PvYD/Iceberg-1.20.1-fabric-1.1.15.jar" +url = "https://cdn.modrinth.com/data/5faXoLqX/versions/ByWltyMl/Iceberg-1.20.1-fabric-1.1.17.jar" hash-format = "sha1" -hash = "0d2e4a54ed7971e3c2d13b4b9583fb9e65e6ccc1" +hash = "c9090135075bf4a941a0991f560a1c0aa66ff9b2" [update] [update.modrinth] mod-id = "5faXoLqX" -version = "SLE7PvYD" +version = "ByWltyMl" diff --git a/mods/indium.pw.toml b/mods/indium.pw.toml index 8f68125..b1ea05f 100644 --- a/mods/indium.pw.toml +++ b/mods/indium.pw.toml @@ -1,13 +1,16 @@ name = "Indium" -filename = "indium-1.0.25+mc1.20.1.jar" +filename = "indium-1.0.27+mc1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/Orvt0mRa/versions/6UQwWURe/indium-1.0.25%2Bmc1.20.1.jar" hash-format = "sha1" -hash = "5f7a6c0d6a3dfadc87d6135889ab937d09fdcaa0" +hash = "8c8e6b96243155b41f2f9d29d5940ee895bcb141" +mode = "metadata:curseforge" [update] +[update.curseforge] +file-id = 4765124 +project-id = 459496 [update.modrinth] mod-id = "Orvt0mRa" -version = "6UQwWURe" +version = "Lue6O9z9" diff --git a/mods/iris.pw.toml b/mods/iris.pw.toml index 2a31d42..1c60f93 100644 --- a/mods/iris.pw.toml +++ b/mods/iris.pw.toml @@ -1,13 +1,13 @@ name = "Iris Shaders" -filename = "iris-mc1.20.1-1.6.8.jar" +filename = "iris-mc1.20.1-1.6.11.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/YL57xq9U/versions/pVNPPrMY/iris-mc1.20.1-1.6.8.jar" +url = "https://cdn.modrinth.com/data/YL57xq9U/versions/ogjxrwGQ/iris-mc1.20.1-1.6.11.jar" hash-format = "sha1" -hash = "942b1b3ea44a7880b55e3896d398a6c44a3e65be" +hash = "11c22bb87b55a7991663f2187490b25ea9c9f698" [update] [update.modrinth] mod-id = "YL57xq9U" -version = "pVNPPrMY" +version = "ogjxrwGQ" diff --git a/mods/krypton.pw.toml b/mods/krypton.pw.toml index 74c1b51..1b9608f 100644 --- a/mods/krypton.pw.toml +++ b/mods/krypton.pw.toml @@ -8,6 +8,9 @@ hash-format = "sha1" hash = "4d499819effd8afe811e5d93952fcc46765a00df" [update] +[update.curseforge] +file-id = 4577300 +project-id = 428912 [update.modrinth] mod-id = "fQEb0iXm" version = "jiDwS0W1" diff --git a/mods/lambdynamiclights.pw.toml b/mods/lambdynamiclights.pw.toml index 786127d..1a8489f 100644 --- a/mods/lambdynamiclights.pw.toml +++ b/mods/lambdynamiclights.pw.toml @@ -1,13 +1,16 @@ name = "LambDynamicLights" -filename = "lambdynamiclights-2.3.1+1.20.1.jar" +filename = "lambdynamiclights-2.3.2+1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/yBW8D80W/versions/Vsx4I8Np/lambdynamiclights-2.3.1%2B1.20.1.jar" hash-format = "sha1" -hash = "bb009883b87e45f069e83d44f2e6d559eee757e4" +hash = "71b636fa74744e51ba2d248c81a38bdbfad5d43b" +mode = "metadata:curseforge" [update] +[update.curseforge] +file-id = 4748219 +project-id = 393442 [update.modrinth] mod-id = "yBW8D80W" -version = "Vsx4I8Np" +version = "mYl4RvKg" diff --git a/mods/language-reload.pw.toml b/mods/language-reload.pw.toml index 6e306ed..9d11ffe 100644 --- a/mods/language-reload.pw.toml +++ b/mods/language-reload.pw.toml @@ -1,13 +1,16 @@ name = "Language Reload" -filename = "language-reload-1.5.8+1.20.1.jar" +filename = "language-reload-1.5.10+1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/uLbm7CG6/versions/vMtWVHDJ/language-reload-1.5.8%2B1.20.1.jar" hash-format = "sha1" -hash = "c6d1806fbf8c2cd5969f4d7ee51519ef5c3210d6" +hash = "a9c19d4a7d45f410784be3d385c2ea0b521e2814" +mode = "metadata:curseforge" [update] +[update.curseforge] +file-id = 4879815 +project-id = 527334 [update.modrinth] mod-id = "uLbm7CG6" -version = "vMtWVHDJ" +version = "EbPl4WIQ" diff --git a/mods/lazydfu.pw.toml b/mods/lazydfu.pw.toml new file mode 100644 index 0000000..fa2b386 --- /dev/null +++ b/mods/lazydfu.pw.toml @@ -0,0 +1,16 @@ +name = "LazyDFU" +filename = "lazydfu-0.1.3.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/hvFnDODi/versions/0.1.3/lazydfu-0.1.3.jar" +hash-format = "sha1" +hash = "0dfa8b03ed408fb7fdada29e01cfebba02af1049" + +[update] +[update.curseforge] +file-id = 3821870 +project-id = 433518 +[update.modrinth] +mod-id = "hvFnDODi" +version = "4SHylIO9" diff --git a/mods/lithium.pw.toml b/mods/lithium.pw.toml index c5a1bc5..5fecd84 100644 --- a/mods/lithium.pw.toml +++ b/mods/lithium.pw.toml @@ -1,13 +1,16 @@ -name = "Lithium" +name = "Lithium (Fabric)" filename = "lithium-fabric-mc1.20.1-0.11.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/gvQqBUqZ/versions/ZSNsJrPI/lithium-fabric-mc1.20.1-0.11.2.jar" hash-format = "sha1" hash = "8f4642147e60827f728badac7a819d1a9f3b25d5" +mode = "metadata:curseforge" [update] +[update.curseforge] +file-id = 4765724 +project-id = 360438 [update.modrinth] mod-id = "gvQqBUqZ" version = "ZSNsJrPI" diff --git a/mods/main-menu-credits.pw.toml b/mods/main-menu-credits.pw.toml index 4774d8a..bd21b54 100644 --- a/mods/main-menu-credits.pw.toml +++ b/mods/main-menu-credits.pw.toml @@ -8,6 +8,9 @@ hash-format = "sha1" hash = "771eb704928c6d3e9fdf0e7971ba7d97305e09dd" [update] +[update.curseforge] +file-id = 4509216 +project-id = 618812 [update.modrinth] mod-id = "qJDfP7WN" version = "hWX5REu6" diff --git a/mods/memoryleakfix.pw.toml b/mods/memoryleakfix.pw.toml index 21b9ea8..04405c4 100644 --- a/mods/memoryleakfix.pw.toml +++ b/mods/memoryleakfix.pw.toml @@ -1,13 +1,13 @@ name = "Memory Leak Fix" -filename = "memoryleakfix-fabric-1.17+-1.1.1.jar" +filename = "memoryleakfix-fabric-1.17+-1.1.2.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/NRjRiSSD/versions/kLyFtyv2/memoryleakfix-fabric-1.17%2B-1.1.1.jar" +url = "https://cdn.modrinth.com/data/NRjRiSSD/versions/dGlflhb6/memoryleakfix-fabric-1.17%2B-1.1.2.jar" hash-format = "sha1" -hash = "2bc5237993e08fd491d410bb646838cda4999bed" +hash = "b0eecb140bd124c781469aa0f48bc888072b4ac5" [update] [update.modrinth] mod-id = "NRjRiSSD" -version = "kLyFtyv2" +version = "dGlflhb6" diff --git a/mods/modernfix.pw.toml b/mods/modernfix.pw.toml index fbbb92b..6c85797 100644 --- a/mods/modernfix.pw.toml +++ b/mods/modernfix.pw.toml @@ -1,13 +1,13 @@ name = "ModernFix" -filename = "modernfix-fabric-5.7.1+mc1.20.1.jar" +filename = "modernfix-fabric-5.10.0+mc1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/nmDcB62a/versions/XDyibw2U/modernfix-fabric-5.7.1%2Bmc1.20.1.jar" +url = "https://cdn.modrinth.com/data/nmDcB62a/versions/9GyqQvmB/modernfix-fabric-5.10.0%2Bmc1.20.1.jar" hash-format = "sha1" -hash = "dd9a158e95004ca74653d12285d208ea002dfe2f" +hash = "36247c8e2780844d32e778c1c7da274a390474bf" [update] [update.modrinth] mod-id = "nmDcB62a" -version = "XDyibw2U" +version = "9GyqQvmB" diff --git a/mods/modmenu.pw.toml b/mods/modmenu.pw.toml index 1cb62ed..7fb705a 100644 --- a/mods/modmenu.pw.toml +++ b/mods/modmenu.pw.toml @@ -1,13 +1,16 @@ name = "Mod Menu" -filename = "modmenu-7.2.1.jar" +filename = "modmenu-7.2.2.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/eTCL1uh8/modmenu-7.2.1.jar" +url = "https://cdn.modrinth.com/data/mOgUt4GM/versions/lEkperf6/modmenu-7.2.2.jar" hash-format = "sha1" -hash = "ccaa15132f3e21307736d16fc160d064cc539e8c" +hash = "099c68feeb74887cbbbd8ce9a27c6123804a2c5a" [update] +[update.curseforge] +file-id = 4441645 +project-id = 308702 [update.modrinth] mod-id = "mOgUt4GM" -version = "eTCL1uh8" +version = "lEkperf6" diff --git a/mods/morechathistory.pw.toml b/mods/morechathistory.pw.toml new file mode 100644 index 0000000..cdbfacf --- /dev/null +++ b/mods/morechathistory.pw.toml @@ -0,0 +1,16 @@ +name = "MoreChatHistory" +filename = "morechathistory-1.19.1-1.1.1.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/8qkXwOnk/versions/mc1.19.1-1.1.1/morechathistory-1.19.1-1.1.1.jar" +hash-format = "sha1" +hash = "b23419da24f1c7ae16c6e77e992a38491cccf2c8" + +[update] +[update.curseforge] +file-id = 3902698 +project-id = 518319 +[update.modrinth] +mod-id = "8qkXwOnk" +version = "b1apT2G2" diff --git a/mods/moreculling.pw.toml b/mods/moreculling.pw.toml index 9b39e22..ef7fdc7 100644 --- a/mods/moreculling.pw.toml +++ b/mods/moreculling.pw.toml @@ -8,6 +8,9 @@ hash-format = "sha1" hash = "2b781b5ec7aa1b13f49a5fcc761a6b3f57c1e05f" [update] +[update.curseforge] +file-id = 4442158 +project-id = 630104 [update.modrinth] mod-id = "51shyZVL" version = "Bu5pCvCn" diff --git a/mods/not-enough-animations.pw.toml b/mods/not-enough-animations.pw.toml index 8bf3465..cd3083e 100644 --- a/mods/not-enough-animations.pw.toml +++ b/mods/not-enough-animations.pw.toml @@ -8,6 +8,9 @@ hash-format = "sha1" hash = "8397ccb8afcf16e7f27e5f0d5ca5c2346ee5330d" [update] +[update.curseforge] +file-id = 4573922 +project-id = 433760 [update.modrinth] mod-id = "MPCX6s5C" version = "6auoqhMp" diff --git a/mods/ok-zoomer.pw.toml b/mods/ok-zoomer.pw.toml index 38577e9..5f4841f 100644 --- a/mods/ok-zoomer.pw.toml +++ b/mods/ok-zoomer.pw.toml @@ -1,13 +1,16 @@ name = "Ok Zoomer" -filename = "ok_zoomer-5.0.0-beta.12+1.20.jar" +filename = "ok_zoomer-5.0.0-beta.13+1.20.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/aXf2OSFU/versions/fGpO4l2z/ok_zoomer-5.0.0-beta.12%2B1.20.jar" hash-format = "sha1" -hash = "b2b131e501ad4219a9abf0f94e4f95d9a39632e0" +hash = "a10c963acc3d9f5df688d1cb21daa2bbcfc5870c" +mode = "metadata:curseforge" [update] +[update.curseforge] +file-id = 4778416 +project-id = 354047 [update.modrinth] mod-id = "aXf2OSFU" -version = "fGpO4l2z" +version = "XM9JShU4" diff --git a/mods/plasmo-voice.pw.toml b/mods/plasmo-voice.pw.toml index 96c4893..93ac6ca 100644 --- a/mods/plasmo-voice.pw.toml +++ b/mods/plasmo-voice.pw.toml @@ -1,13 +1,13 @@ name = "Plasmo Voice" -filename = "plasmovoice-fabric-1.20.1-2.0.6.jar" +filename = "plasmovoice-fabric-1.20.1-2.0.7.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/1bZhdhsH/versions/X7F0pv3U/plasmovoice-fabric-1.20.1-2.0.6.jar" +url = "https://cdn.modrinth.com/data/1bZhdhsH/versions/vyznIjzL/plasmovoice-fabric-1.20.1-2.0.7.jar" hash-format = "sha1" -hash = "fd26a6ee094497187274b1a524abccaf78e205ee" +hash = "19428e7540e8b3478ab9a00cff66bb328c1fa889" [update] [update.modrinth] mod-id = "1bZhdhsH" -version = "X7F0pv3U" +version = "vyznIjzL" diff --git a/mods/portalgui.pw.toml b/mods/portalgui.pw.toml index b68d118..2d0dc61 100644 --- a/mods/portalgui.pw.toml +++ b/mods/portalgui.pw.toml @@ -1,13 +1,13 @@ name = "Portal GUI" -filename = "PortalGUI-1.0.jar" +filename = "PortalGUI-1.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/yElQAQWk/versions/35gCkqgj/PortalGUI-1.0.jar" +url = "https://cdn.modrinth.com/data/yElQAQWk/versions/Ejf4vmHa/PortalGUI-1.1.jar" hash-format = "sha1" -hash = "813f40393837f26c0831c9c1bdc7778ea197607b" +hash = "140a03848c765a5d9c821a3608190a3e18bdf2ce" [update] [update.modrinth] mod-id = "yElQAQWk" -version = "35gCkqgj" +version = "Ejf4vmHa" diff --git a/mods/presence-footsteps.pw.toml b/mods/presence-footsteps.pw.toml index 5c25473..3814a7c 100644 --- a/mods/presence-footsteps.pw.toml +++ b/mods/presence-footsteps.pw.toml @@ -1,13 +1,16 @@ -name = "Presence Footsteps" -filename = "PresenceFootsteps-1.9.0.jar" +name = "Presence Footsteps [Fabric]" +filename = "PresenceFootsteps-1.9.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/rcTfTZr3/versions/FMF3yzCR/PresenceFootsteps-1.9.0.jar" +url = "https://cdn.modrinth.com/data/rcTfTZr3/versions/pOCYcZUF/PresenceFootsteps-1.9.1.jar" hash-format = "sha1" -hash = "e5ea35c6c326e6f5e6fe2a8af7cbc6a955515dbc" +hash = "e2c171536c326079b46a1f9c7d115f196dade772" [update] +[update.curseforge] +file-id = 4575802 +project-id = 334259 [update.modrinth] mod-id = "rcTfTZr3" -version = "FMF3yzCR" +version = "pOCYcZUF" diff --git a/mods/qkl.pw.toml b/mods/qkl.pw.toml index 1579985..07a6e80 100644 --- a/mods/qkl.pw.toml +++ b/mods/qkl.pw.toml @@ -1,13 +1,13 @@ name = "Quilt Kotlin Libraries (QKL)" -filename = "quilt-kotlin-libraries-2.1.2+kt.1.9.0+flk.1.10.8.jar" +filename = "quilt-kotlin-libraries-2.1.3+kt.1.9.10+flk.1.10.10.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/lwVhp9o5/versions/9WIAwhe7/quilt-kotlin-libraries-2.1.2%2Bkt.1.9.0%2Bflk.1.10.8.jar" +url = "https://cdn.modrinth.com/data/lwVhp9o5/versions/RYTef2Wb/quilt-kotlin-libraries-2.1.3%2Bkt.1.9.10%2Bflk.1.10.10.jar" hash-format = "sha1" -hash = "e90d951cc7c8d78ade816ef9f41cd786225182ae" +hash = "5ff2bb51375fcad46544a987ad87e8ef441f12ea" [update] [update.modrinth] mod-id = "lwVhp9o5" -version = "9WIAwhe7" +version = "RYTef2Wb" diff --git a/mods/qsl.pw.toml b/mods/qsl.pw.toml index b1eacee..d3bbfbd 100644 --- a/mods/qsl.pw.toml +++ b/mods/qsl.pw.toml @@ -1,13 +1,13 @@ name = "Quilted Fabric API (QFAPI) / Quilt Standard Libraries (QSL)" -filename = "qfapi-7.1.2_qsl-6.1.1_fapi-0.87.0_mc-1.20.1.jar" +filename = "qfapi-7.4.0_qsl-6.1.2_fapi-0.90.0_mc-1.20.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/aWl2Qw6u/qfapi-7.1.2_qsl-6.1.1_fapi-0.87.0_mc-1.20.1.jar" +url = "https://cdn.modrinth.com/data/qvIfYCYJ/versions/GjvWb8WQ/qfapi-7.4.0_qsl-6.1.2_fapi-0.90.0_mc-1.20.1.jar" hash-format = "sha1" -hash = "4bb2a214dfc06429bc1a6a41cb2837cbab3d7221" +hash = "d52456c799cc2534331f9cc71532e43c5f886554" [update] [update.modrinth] mod-id = "qvIfYCYJ" -version = "aWl2Qw6u" +version = "GjvWb8WQ" diff --git a/mods/reeses-sodium-options.pw.toml b/mods/reeses-sodium-options.pw.toml index 9f54474..2eb7fde 100644 --- a/mods/reeses-sodium-options.pw.toml +++ b/mods/reeses-sodium-options.pw.toml @@ -1,13 +1,13 @@ name = "Reese's Sodium Options" -filename = "reeses_sodium_options-1.6.4+mc1.20.1-build.94.jar" +filename = "reeses_sodium_options-1.6.5+mc1.20.1-build.95.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/JB3vAAoX/reeses_sodium_options-1.6.4%2Bmc1.20.1-build.94.jar" +url = "https://cdn.modrinth.com/data/Bh37bMuy/versions/hCsMUZLa/reeses_sodium_options-1.6.5%2Bmc1.20.1-build.95.jar" hash-format = "sha1" -hash = "e7719e21ee8ee6d2738abdc436c099d8177acc34" +hash = "49c68b22b9b4db4e1d3eaa3bdb6fdedd1faeba29" [update] [update.modrinth] mod-id = "Bh37bMuy" -version = "JB3vAAoX" +version = "hCsMUZLa" diff --git a/mods/rrls.pw.toml b/mods/rrls.pw.toml deleted file mode 100644 index 6d106de..0000000 --- a/mods/rrls.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "Remove Reloading Screen" -filename = "Rrls-1.20.1-3.1.1-fabric.jar" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/ZP7xHXtw/versions/RnJ2aowM/Rrls-1.20.1-3.1.1-fabric.jar" -hash-format = "sha1" -hash = "89f529a9094f67e4f2ae131795a309bbfa946427" - -[update] -[update.modrinth] -mod-id = "ZP7xHXtw" -version = "RnJ2aowM" diff --git a/mods/serverpingerfixer.pw.toml b/mods/serverpingerfixer.pw.toml new file mode 100644 index 0000000..6c790fb --- /dev/null +++ b/mods/serverpingerfixer.pw.toml @@ -0,0 +1,13 @@ +name = "Server Pinger Fixer" +filename = "serverpingerfixer-1.0.3.jar" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/iqK5uv72/versions/tsvH4Ltn/serverpingerfixer-1.0.3.jar" +hash-format = "sha1" +hash = "05899724397d94cb7e79e6c93a18c1863628b693" + +[update] +[update.modrinth] +mod-id = "iqK5uv72" +version = "tsvH4Ltn" diff --git a/mods/shoulder-surfing-reloaded.pw.toml b/mods/shoulder-surfing-reloaded.pw.toml index 6ddf56e..102bf2c 100644 --- a/mods/shoulder-surfing-reloaded.pw.toml +++ b/mods/shoulder-surfing-reloaded.pw.toml @@ -1,13 +1,13 @@ name = "Shoulder Surfing Reloaded" -filename = "ShoulderSurfing-Fabric-1.20.1-2.4.1.jar" +filename = "ShoulderSurfing-Fabric-1.20.1-2.8.1.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/kepjj2sy/versions/RI8OQmcc/ShoulderSurfing-Fabric-1.20.1-2.4.1.jar" +url = "https://cdn.modrinth.com/data/kepjj2sy/versions/DQwLq25u/ShoulderSurfing-Fabric-1.20.1-2.8.1.jar" hash-format = "sha1" -hash = "c7afcd01d6ad163870543b16ff1836aacaa88442" +hash = "d2a0962f07be8216cb0abcc1e0502c2fb9633257" [update] [update.modrinth] mod-id = "kepjj2sy" -version = "RI8OQmcc" +version = "DQwLq25u" diff --git a/mods/smoothboot-fabric.pw.toml b/mods/smoothboot-fabric.pw.toml new file mode 100644 index 0000000..096b811 --- /dev/null +++ b/mods/smoothboot-fabric.pw.toml @@ -0,0 +1,16 @@ +name = "Smooth Boot (Fabric)" +filename = "smoothboot-fabric-1.19.4-1.7.0.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/FWumhS4T/versions/I9TkHxLI/smoothboot-fabric-1.19.4-1.7.0.jar" +hash-format = "sha1" +hash = "295dd6dea9763a72ecf77682534d81b0129474fe" + +[update] +[update.curseforge] +file-id = 4441240 +project-id = 415758 +[update.modrinth] +mod-id = "FWumhS4T" +version = "I9TkHxLI" diff --git a/mods/sodium.pw.toml b/mods/sodium.pw.toml index 995bac3..c85899e 100644 --- a/mods/sodium.pw.toml +++ b/mods/sodium.pw.toml @@ -1,13 +1,13 @@ name = "Sodium" -filename = "sodium-fabric-mc1.20.1-0.5.2.jar" +filename = "sodium-fabric-mc1.20.1-0.5.3.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/AANobbMI/versions/6SSPmLc9/sodium-fabric-mc1.20.1-0.5.2.jar" +url = "https://cdn.modrinth.com/data/AANobbMI/versions/4OZL6q9h/sodium-fabric-mc1.20.1-0.5.3.jar" hash-format = "sha1" -hash = "0bd317776db069f7ed1035f6b8ef628ebbe7779d" +hash = "74784e6deb72e8cdb4e3788ac3a3cfd88fc77acf" [update] [update.modrinth] mod-id = "AANobbMI" -version = "6SSPmLc9" +version = "4OZL6q9h" diff --git a/mods/starlight.pw.toml b/mods/starlight.pw.toml index db082ee..c693bc3 100644 --- a/mods/starlight.pw.toml +++ b/mods/starlight.pw.toml @@ -8,6 +8,9 @@ hash-format = "sha1" hash = "a03102cab439cbab5a1d7d72cd7c2b4976ddd421" [update] +[update.curseforge] +file-id = 4572096 +project-id = 521783 [update.modrinth] mod-id = "H8CaAYZC" version = "XGIsoVGT" diff --git a/mods/stendhal.pw.toml b/mods/stendhal.pw.toml index ea9eedd..dd7f428 100644 --- a/mods/stendhal.pw.toml +++ b/mods/stendhal.pw.toml @@ -1,13 +1,13 @@ name = "Stendhal" -filename = "stendhal-1.3.9-1.20.jar" +filename = "stendhal-1.4.1-1.20.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/BWloQ9jK/versions/apwqGSaK/stendhal-1.3.9-1.20.jar" +url = "https://cdn.modrinth.com/data/BWloQ9jK/versions/Uj1peBrG/stendhal-1.4.1-1.20.jar" hash-format = "sha1" -hash = "73b4a337122e714634497a8a137b5bb1e93c5f08" +hash = "c057dd5c73912e7249c9de4f894c666ef644ff98" [update] [update.modrinth] mod-id = "BWloQ9jK" -version = "apwqGSaK" +version = "Uj1peBrG" diff --git a/mods/threadtweak.pw.toml b/mods/threadtweak.pw.toml index 64a81c8..1010e0a 100644 --- a/mods/threadtweak.pw.toml +++ b/mods/threadtweak.pw.toml @@ -1,13 +1,13 @@ name = "ThreadTweak" -filename = "threadtweak-fabric-1.20.1-0.1.0.jar" +filename = "threadtweak-fabric-1.20.2-0.1.1.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/vSEH1ERy/versions/ADpW1yEf/threadtweak-fabric-1.20.1-0.1.0.jar" +url = "https://cdn.modrinth.com/data/vSEH1ERy/versions/gBP1GqtK/threadtweak-fabric-1.20.2-0.1.1.jar" hash-format = "sha1" -hash = "9869b906423fc138e6247e40dfe689511c7a3781" +hash = "4849b845daf49089d0eb1268ce23d61b9694afa4" [update] [update.modrinth] mod-id = "vSEH1ERy" -version = "ADpW1yEf" +version = "gBP1GqtK" diff --git a/mods/visuality.pw.toml b/mods/visuality.pw.toml index 6fdf46d..bf69703 100644 --- a/mods/visuality.pw.toml +++ b/mods/visuality.pw.toml @@ -1,13 +1,13 @@ name = "Visuality" -filename = "visuality-0.7.0+1.20.jar" +filename = "visuality-0.7.1+1.20.jar" side = "client" [download] -url = "https://cdn.modrinth.com/data/rI0hvYcd/versions/BipSJ05N/visuality-0.7.0%2B1.20.jar" +url = "https://cdn.modrinth.com/data/rI0hvYcd/versions/uhvQD6Ny/visuality-0.7.1%2B1.20.jar" hash-format = "sha1" -hash = "20b7510b37d920890835b5e79b56204367799259" +hash = "a4a5fc1edae49126432fc903dd6fdbb88b7251ed" [update] [update.modrinth] mod-id = "rI0hvYcd" -version = "BipSJ05N" +version = "uhvQD6Ny" diff --git a/mods/yacl.pw.toml b/mods/yacl.pw.toml index 252018f..0c67ac1 100644 --- a/mods/yacl.pw.toml +++ b/mods/yacl.pw.toml @@ -1,13 +1,13 @@ name = "YetAnotherConfigLib" -filename = "yet-another-config-lib-fabric-3.1.0+1.20.jar" +filename = "yet-another-config-lib-fabric-3.2.1+1.20.jar" side = "both" [download] -url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/CgwTUAR2/yet-another-config-lib-fabric-3.1.0%2B1.20.jar" +url = "https://cdn.modrinth.com/data/1eAoo2KR/versions/3hsIB5yP/yet-another-config-lib-fabric-3.2.1%2B1.20.jar" hash-format = "sha1" -hash = "0c6d76e383439662c2f0871e170e6e465d2f84ef" +hash = "68ed6a69b22da12916cec79043011110e93ae900" [update] [update.modrinth] mod-id = "1eAoo2KR" -version = "CgwTUAR2" +version = "3hsIB5yP" diff --git a/mods/yosbr.pw.toml b/mods/yosbr.pw.toml new file mode 100644 index 0000000..679fe0d --- /dev/null +++ b/mods/yosbr.pw.toml @@ -0,0 +1,13 @@ +name = "Your Options Shall Be Respected (YOSBR)" +filename = "yosbr-0.1.2.jar" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/WwbubTsV/versions/KMOzdYko/yosbr-0.1.2.jar" +hash-format = "sha1" +hash = "f0340e9c0bc95d67f3f3e9c1cd79b61054af11f9" + +[update] +[update.modrinth] +mod-id = "WwbubTsV" +version = "KMOzdYko" diff --git a/options.txt b/options.txt deleted file mode 100644 index 3429125..0000000 --- a/options.txt +++ /dev/null @@ -1,167 +0,0 @@ -version:3218 -quilt_available_resource_packs:["continuity/default","continuity/glass_pane_culling_fix","file/Default-Dark-Mode-1.19.3-v1.4.0.zip","file/Enchanted Armors v1.4.zip","file/Ore Variants v2.6.zip","file/xali\u0027s Enhanced Jungle Wood v1.2.zip","file/xali\u0027s Enhanced Vanilla v1.11.1.zip","file/xali\u0027s Potions v1.0.zip","file/xali-s-Enchanted-Books-16x-v0.10.1.zip","file/§2§lVisual§0-§a§lLeaf§0-§2§lDecay§0-§7§o1.3§0-§8.zip","minecraft/supporteatinganimation","programmer_art","vanilla","file/Icons.zip"] -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:false -reducedDebugInfo:false -showSubtitles:false -directionalAudio:false -touchscreen:false -fullscreen:false -bobView:true -toggleCrouch:false -toggleSprint:false -darkMojangStudiosBackground:false -hideLightningFlashes:false -mouseSensitivity:0.5 -fov:1.0 -screenEffectScale:0.2 -fovEffectScale:0.4472135988319588 -darknessEffectScale:1.0 -gamma:1.0 -renderDistance:8 -simulationDistance:5 -entityDistanceScaling:0.5 -guiScale:3 -particles:0 -maxFps:260 -graphicsMode:1 -ao:true -prioritizeChunkUpdates:0 -biomeBlendRadius:5 -renderClouds:"true" -resourcePacks:["vanilla","continuity/default","continuity/glass_pane_culling_fix","minecraft/supporteatinganimation","file/Icons.zip","file/xali\u0027s Enhanced Jungle Wood v1.2.zip","file/xali\u0027s Enhanced Vanilla v1.11.1.zip","file/xali\u0027s Potions v1.0.zip","file/xali-s-Enchanted-Books-16x-v0.10.1.zip","file/BVB Eating Animations.zip","file/Default-Dark-Mode-1.20-2023.7.0.zip","file/Ore Variants v2.8.zip","file/§2§lVisual §a§lLeaf §2§lDecay §7§o1.4 §8.zip"] -lastServer: -lang:ru_ru -soundDevice:"" -chatVisibility:0 -chatOpacity:1.0 -chatLineSpacing:0.0 -textBackgroundOpacity:0.3274647887323944 -backgroundForChatOnly:true -hideServerAddress:false -advancedItemTooltips:true -pauseOnLostFocus:false -overrideWidth:0 -overrideHeight:0 -heldItemTooltips:true -chatHeightFocused:1.0 -chatDelay:0.0 -chatHeightUnfocused:0.44366195797920227 -chatScale:1.0 -chatWidth:1.0 -mipmapLevels:4 -useNativeTransport:true -mainHand:"right" -attackIndicator:1 -narrator:0 -tutorialStep:none -mouseWheelSensitivity:1.0 -rawMouseInput:true -glDebugVerbosity:1 -skipMultiplayerWarning:true -skipRealms32bitWarning:true -hideMatchedNames:true -joinedFirstServer:true -hideBundleTutorial:false -syncChunkWrites:false -showAutosaveIndicator:true -allowServerListing:true -onlyShowSecureChat:false -panoramaScrollSpeed:1.0 -debugifyTelemetry:0 -telemetryOptInExtra: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.enter -key_key.playerlist:key.keyboard.tab -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.f -key_key.saveToolbarActivator:key.keyboard.unknown -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_key.dynamicfps.toggle_forced:key.keyboard.unknown -key_key.dynamicfps.toggle_disabled:key.keyboard.unknown -key_key.emotecraft.fastchoose:key.keyboard.b -key_key.emotecraft.stop:key.keyboard.unknown -key_key.entityculling.toggle:key.keyboard.unknown -key_key.antighost.reveal:key.keyboard.g -key_key.plasmovoice.settings:key.keyboard.v -key_Camera left:key.keyboard.left -key_Camera right:key.keyboard.right -key_Camera closer:key.keyboard.up -key_Camera farther:key.keyboard.down -key_Camera up:key.keyboard.page.up -key_Camera down:key.keyboard.page.down -key_Swap shoulder:key.keyboard.o -key_Toggle perspective:key.keyboard.unknown -key_key.presencefootsteps.settings:key.keyboard.f10 -key_key.modmenu.open_menu:key.keyboard.unknown -key_key.fabricskyboxes.toggle:key.keyboard.keypad.0 -key_keybind.invmove.toggleMove:key.keyboard.unknown -key_key.ok_zoomer.zoom:key.keyboard.c -key_key.ok_zoomer.decrease_zoom:key.keyboard.unknown -key_key.ok_zoomer.increase_zoom:key.keyboard.unknown -key_key.ok_zoomer.reset_zoom:key.keyboard.unknown -key_iris.keybind.reload:key.keyboard.r -key_iris.keybind.toggleShaders:key.keyboard.k -key_iris.keybind.shaderPackSelection:key.keyboard.o -soundCategory_master:1.0 -soundCategory_music:0.0 -soundCategory_record:0.6408450704225352 -soundCategory_weather:0.0 -soundCategory_block:0.18075117370892033 -soundCategory_hostile:0.1056338028169014 -soundCategory_neutral:0.0 -soundCategory_player:0.7112676056338029 -soundCategory_ambient:0.3028169014084507 -soundCategory_voice:1.0 -soundCategory_extrasounds_master:1.0 -soundCategory_inventory:0.5022075055187638 -soundCategory_action:1.0 -soundCategory_chat:1.0 -soundCategory_chat_mention:1.0 -soundCategory_effects:0.20419426048565117 -soundCategory_scroll:1.0 -soundCategory_typing:1.0 -modelPart_cape:false -modelPart_jacket:true -modelPart_left_sleeve:true -modelPart_right_sleeve:true -modelPart_left_pants_leg:true -modelPart_right_pants_leg:true -modelPart_hat:true diff --git a/pack.toml b/pack.toml index 2a2c3df..6590c6b 100644 --- a/pack.toml +++ b/pack.toml @@ -1,13 +1,13 @@ -name = "Quasar" -author = "Timoti11" -version = "2.1.1" -pack-format = "packwiz:1.1.0" - -[index] -file = "index.toml" -hash-format = "sha256" -hash = "508866c02147269055c0f6d730ec0aff7490e610ba3d288907076ebd2c4adbc0" - -[versions] -minecraft = "1.20.1" -quilt = "0.20.0-beta.11" +name = "Quasar" +author = "Timoti11" +version = "2.1.2" +pack-format = "packwiz:1.1.0" + +[index] +file = "index.toml" +hash-format = "sha256" +hash = "1b0da389602fbb7b2483d0c2b5aea75ffcfece7ffaf4901b20d97bbd4fb3bc76" + +[versions] +minecraft = "1.20.1" +quilt = "0.22.0" diff --git a/resourcepacks/Icons.pw.toml b/resourcepacks/Icons.pw.toml index 8fe823b..bf55b11 100644 --- a/resourcepacks/Icons.pw.toml +++ b/resourcepacks/Icons.pw.toml @@ -1,8 +1,8 @@ -name = "Icons" -filename = "Icons.zip" -side = "both" - -[download] -url = "https://www.dropbox.com/s/uy8wsaaogt7rs25/Icons.zip?dl=1" -hash-format = "sha1" +name = "Icons" +filename = "Icons.zip" +side = "both" + +[download] +url = "https://www.dropbox.com/s/uy8wsaaogt7rs25/Icons.zip?dl=1" +hash-format = "sha1" hash = "c3e7743ac343aa30a4ba52a53d695daa6d494471" \ No newline at end of file diff --git a/resourcepacks/bvb-eating-animation.pw.toml b/resourcepacks/bvb-eating-animation.pw.toml index 4b89cee..442e862 100644 --- a/resourcepacks/bvb-eating-animation.pw.toml +++ b/resourcepacks/bvb-eating-animation.pw.toml @@ -1,13 +1,13 @@ -name = "Eating Animation - BetterVanillaBuilding Addon" -filename = "BVB Eating Animations.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/WrYPcViD/versions/qfQU2Hxd/BVB%20Eating%20Animations.zip" -hash-format = "sha1" -hash = "ecb948f882cc3e267656198ab7f70417d669d59d" - -[update] -[update.modrinth] -mod-id = "WrYPcViD" -version = "qfQU2Hxd" +name = "Eating Animation - BetterVanillaBuilding Addon" +filename = "BVB Eating Animations.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/WrYPcViD/versions/qfQU2Hxd/BVB%20Eating%20Animations.zip" +hash-format = "sha1" +hash = "ecb948f882cc3e267656198ab7f70417d669d59d" + +[update] +[update.modrinth] +mod-id = "WrYPcViD" +version = "qfQU2Hxd" diff --git a/resourcepacks/ore-variants.pw.toml b/resourcepacks/ore-variants.pw.toml index d206b52..97a21f7 100644 --- a/resourcepacks/ore-variants.pw.toml +++ b/resourcepacks/ore-variants.pw.toml @@ -1,13 +1,13 @@ name = "Ore Variants" -filename = "Ore Variants v2.8.zip" +filename = "Ore Variants v2.9.zip" side = "both" [download] -url = "https://cdn.modrinth.com/data/LgvDiFDR/versions/KjtCLZkq/Ore%20Variants%20v2.8.zip" +url = "https://cdn.modrinth.com/data/LgvDiFDR/versions/PuZ17n5T/Ore%20Variants%20v2.9.zip" hash-format = "sha1" -hash = "9103be3e17bed9ec3776d1be0925c1075364fcea" +hash = "a055f13f78c29dfa6b6c9b8630723243d779c759" [update] [update.modrinth] mod-id = "LgvDiFDR" -version = "KjtCLZkq" +version = "PuZ17n5T" diff --git a/resourcepacks/visual-leaf-decay.pw.toml b/resourcepacks/visual-leaf-decay.pw.toml index 8dd298a..45f8de4 100644 --- a/resourcepacks/visual-leaf-decay.pw.toml +++ b/resourcepacks/visual-leaf-decay.pw.toml @@ -1,13 +1,13 @@ -name = "Visual Leaf Decay" -filename = "§2§lVisual §a§lLeaf §2§lDecay §7§o1.4 §8.zip" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/iEQZ8hq3/versions/bJvWoR6f/%C2%A72%C2%A7lVisual%20%C2%A7a%C2%A7lLeaf%20%C2%A72%C2%A7lDecay%20%C2%A77%C2%A7o1.4%20%C2%A78.zip" -hash-format = "sha1" -hash = "ce2c2411a7d851ff1296fc078d8ae56c9281fce9" - -[update] -[update.modrinth] -mod-id = "iEQZ8hq3" -version = "bJvWoR6f" +name = "Visual Leaf Decay" +filename = "§2§lVisual §a§lLeaf §2§lDecay §7§o1.4 §8.zip" +side = "both" + +[download] +url = "https://cdn.modrinth.com/data/iEQZ8hq3/versions/bJvWoR6f/%C2%A72%C2%A7lVisual%20%C2%A7a%C2%A7lLeaf%20%C2%A72%C2%A7lDecay%20%C2%A77%C2%A7o1.4%20%C2%A78.zip" +hash-format = "sha1" +hash = "ce2c2411a7d851ff1296fc078d8ae56c9281fce9" + +[update] +[update.modrinth] +mod-id = "iEQZ8hq3" +version = "bJvWoR6f" diff --git a/resourcepacks/xali's Enhanced Vanilla-1.11.2-rev.aa4dcd3.zip b/resourcepacks/xali's Enhanced Vanilla-1.11.2-rev.aa4dcd3.zip new file mode 100644 index 0000000..e849595 Binary files /dev/null and b/resourcepacks/xali's Enhanced Vanilla-1.11.2-rev.aa4dcd3.zip differ diff --git a/resourcepacks/xalis-enchanted-books.pw.toml b/resourcepacks/xalis-enchanted-books.pw.toml index 2092ead..8ed61e2 100644 --- a/resourcepacks/xalis-enchanted-books.pw.toml +++ b/resourcepacks/xalis-enchanted-books.pw.toml @@ -1,13 +1,13 @@ -name = "xali's Enchanted Books" -filename = "xali-s-Enchanted-Books-16x-v0.10.1.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/ZpBKASR2/versions/CTzg4PBd/xali-s-Enchanted-Books-16x-v0.10.1.zip" -hash-format = "sha1" -hash = "7c9b74cf77a76c236de77a871b872bc2b12a22da" - -[update] -[update.modrinth] -mod-id = "ZpBKASR2" -version = "CTzg4PBd" +name = "xali's Enchanted Books" +filename = "xali-s-Enchanted-Books-16x-v0.10.1.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/ZpBKASR2/versions/CTzg4PBd/xali-s-Enchanted-Books-16x-v0.10.1.zip" +hash-format = "sha1" +hash = "7c9b74cf77a76c236de77a871b872bc2b12a22da" + +[update] +[update.modrinth] +mod-id = "ZpBKASR2" +version = "CTzg4PBd" diff --git a/resourcepacks/xalis-enhanced-jungle-wood.pw.toml b/resourcepacks/xalis-enhanced-jungle-wood.pw.toml index 131f5ff..f01001e 100644 --- a/resourcepacks/xalis-enhanced-jungle-wood.pw.toml +++ b/resourcepacks/xalis-enhanced-jungle-wood.pw.toml @@ -1,13 +1,13 @@ -name = "xali's Enhanced Jungle Wood" -filename = "xali's Enhanced Jungle Wood v1.2.zip" -side = "both" - -[download] -hash-format = "sha1" -hash = "c989fcc4a39c39a844f6e54c698082616d00ce05" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3447708 -project-id = 518221 +name = "xali's Enhanced Jungle Wood" +filename = "xali's Enhanced Jungle Wood v1.2.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "c989fcc4a39c39a844f6e54c698082616d00ce05" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3447708 +project-id = 518221 diff --git a/resourcepacks/xalis-enhanced-vanilla.pw.toml b/resourcepacks/xalis-enhanced-vanilla.pw.toml deleted file mode 100644 index 69868ae..0000000 --- a/resourcepacks/xalis-enhanced-vanilla.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "xali's Enhanced Vanilla" -filename = "xali's Enhanced Vanilla v1.11.1.zip" -side = "both" - -[download] -url = "https://cdn.modrinth.com/data/Srw5RQ6k/versions/o8gq7gYo/xali%27s%20Enhanced%20Vanilla%20v1.11.1.zip" -hash-format = "sha1" -hash = "51319432a6fb5970a76dcacef6f755fe1c9a294e" - -[update] -[update.modrinth] -mod-id = "Srw5RQ6k" -version = "o8gq7gYo" diff --git a/resourcepacks/xalis-potions.pw.toml b/resourcepacks/xalis-potions.pw.toml index 7728995..6095b8c 100644 --- a/resourcepacks/xalis-potions.pw.toml +++ b/resourcepacks/xalis-potions.pw.toml @@ -1,13 +1,13 @@ -name = "xali's Potions" -filename = "xali's Potions v1.0.zip" -side = "both" - -[download] -hash-format = "sha1" -hash = "fa6dad5e01c229da1614909c0d30cd49e47d21a9" -mode = "metadata:curseforge" - -[update] -[update.curseforge] -file-id = 3511804 -project-id = 510849 +name = "xali's Potions" +filename = "xali's Potions v1.0.zip" +side = "both" + +[download] +hash-format = "sha1" +hash = "fa6dad5e01c229da1614909c0d30cd49e47d21a9" +mode = "metadata:curseforge" + +[update] +[update.curseforge] +file-id = 3511804 +project-id = 510849 diff --git a/servers.dat b/servers.dat index b0dd6e7..96f6379 100644 Binary files a/servers.dat and b/servers.dat differ diff --git a/servers.dat_old b/servers.dat_old deleted file mode 100644 index a645082..0000000 Binary files a/servers.dat_old and /dev/null differ diff --git a/shaderpacks/rethinking-voxels.pw.toml b/shaderpacks/[Astronicat] Rethinking Voxels.pw.toml similarity index 96% rename from shaderpacks/rethinking-voxels.pw.toml rename to shaderpacks/[Astronicat] Rethinking Voxels.pw.toml index fe9ddfb..e70d616 100644 --- a/shaderpacks/rethinking-voxels.pw.toml +++ b/shaderpacks/[Astronicat] Rethinking Voxels.pw.toml @@ -1,13 +1,13 @@ -name = "[Astronicat]" -filename = "[Astronicat] Rethinking Voxels.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/kmwfVOoi/versions/KgJHr8Dp/rethinking-voxels_beta18d.zip" -hash-format = "sha1" -hash = "52ccc1c82a783b21d78807542faaec51be9b8823" - -[update] -[update.modrinth] -mod-id = "kmwfVOoi" -version = "KgJHr8Dp" +name = "[Astronicat]" +filename = "[Astronicat] Rethinking Voxels.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/kmwfVOoi/versions/KgJHr8Dp/rethinking-voxels_beta18d.zip" +hash-format = "sha1" +hash = "52ccc1c82a783b21d78807542faaec51be9b8823" + +[update] +[update.modrinth] +mod-id = "kmwfVOoi" +version = "KgJHr8Dp" diff --git a/shaderpacks/[Astronicat] Rethinking Voxels.zip.txt b/shaderpacks/[Astronicat] Rethinking Voxels.zip.txt index 79bd8d3..a83fdcb 100644 --- a/shaderpacks/[Astronicat] Rethinking Voxels.zip.txt +++ b/shaderpacks/[Astronicat] Rethinking Voxels.zip.txt @@ -1,30 +1,30 @@ -#Sun May 28 19:09:19 AMT 2023 -GLOWING_ORES=2 -AURORA_STYLE_DEFINE=1 -AURORA_CONDITION=0 -CLOUD_STYLE_DEFINE=2 -WATER_STYLE_DEFINE=3 -WAVING_LEAVES=true -REFLECTION_QUALITY=2 -ENTITY_SHADOWS=false -ATM_FOG_MULT=0.50 -GI_STRENGTH=4 -WORLD_OUTLINE=true -BRIGHTNESS_PINKFROG=25 -PINKFROG_COL_R=0.8 -NIGHT_STAR_AMOUNT=3 -VBL_INTPOL=false -SHADOWRES=512 -BRIGHTNESS_GREENFROG=25 -BRIGHTNESS_SEALANTERN=30 -BRIGHTNESS_YELLOWFROG=25 -HAND_SWAYING=2 -LIGHTSHAFT_QUALITY=2 -MINIMUM_LIGHT_MODE=3 -BIG_LIGHTS=false -SEALANTERN_COL_G=0.7 -HARDCODED_CANDLE_COL=true -CMPR=5 -TRANSLUCENT_GI_TINT=false -CLOUD_SHADOWS=true -SEALANTERN_COL_R=0.05 +#Sun May 28 19:09:19 AMT 2023 +GLOWING_ORES=2 +AURORA_STYLE_DEFINE=1 +AURORA_CONDITION=0 +CLOUD_STYLE_DEFINE=2 +WATER_STYLE_DEFINE=3 +WAVING_LEAVES=true +REFLECTION_QUALITY=2 +ENTITY_SHADOWS=false +ATM_FOG_MULT=0.50 +GI_STRENGTH=4 +WORLD_OUTLINE=true +BRIGHTNESS_PINKFROG=25 +PINKFROG_COL_R=0.8 +NIGHT_STAR_AMOUNT=3 +VBL_INTPOL=false +SHADOWRES=512 +BRIGHTNESS_GREENFROG=25 +BRIGHTNESS_SEALANTERN=30 +BRIGHTNESS_YELLOWFROG=25 +HAND_SWAYING=2 +LIGHTSHAFT_QUALITY=2 +MINIMUM_LIGHT_MODE=3 +BIG_LIGHTS=false +SEALANTERN_COL_G=0.7 +HARDCODED_CANDLE_COL=true +CMPR=5 +TRANSLUCENT_GI_TINT=false +CLOUD_SHADOWS=true +SEALANTERN_COL_R=0.05 diff --git a/shaderpacks/[Mazon_Alex] ComplementaryShaders_1.19_v4.5.1.pw.toml b/shaderpacks/[Mazon_Alex] ComplementaryShaders_1.19_v4.5.1.pw.toml new file mode 100644 index 0000000..41c2ca0 --- /dev/null +++ b/shaderpacks/[Mazon_Alex] ComplementaryShaders_1.19_v4.5.1.pw.toml @@ -0,0 +1,8 @@ +name = "[Mazon_Alex] ComplementaryShaders_1.19_v4.5.1.zip" +filename = "[Mazon_Alex] ComplementaryShaders_1.19_v4.5.1.zip" +side = "client" + +[download] +url = "https://www.dropbox.com/scl/fi/59a0v0a5vqswg4i0ixckk/Mazon_Alex-ComplementaryShaders_1.19_v4.5.1.zip?rlkey=q3amo158thown69f9vpl3w668&dl=1" +hash-format = "sha1" +hash = "92a5b20fe8780e76b2a1f822f38e2a34af3f4bae" \ No newline at end of file diff --git a/shaderpacks/[Mazon_Alex] ComplementaryShaders_1.19_v4.7.1.zip.txt b/shaderpacks/[Mazon_Alex] ComplementaryShaders_1.19_v4.5.1.zip.txt similarity index 83% rename from shaderpacks/[Mazon_Alex] ComplementaryShaders_1.19_v4.7.1.zip.txt rename to shaderpacks/[Mazon_Alex] ComplementaryShaders_1.19_v4.5.1.zip.txt index 82aa9a2..bb2def1 100644 --- a/shaderpacks/[Mazon_Alex] ComplementaryShaders_1.19_v4.7.1.zip.txt +++ b/shaderpacks/[Mazon_Alex] ComplementaryShaders_1.19_v4.5.1.zip.txt @@ -1,67 +1,74 @@ -#Sun May 28 13:19:40 EEST 2023 -BLOCK_ENTITY_SHADOWS=false -CHROMATIC_ABERRATION=1 -CLOUDS=false -DIRECTIONAL_LIGHTMAP=false -DIRECTIONAL_LIGHTMAP_STRENGTH=4.0 -DOUBLE_QUALITY_ROUGH_REF=true -EMISSIVE_NETHER_ORES=true -END_CURVATURE_SIZE=8192 -END_I=2.35 -GALAXIES=true -GALAXY_BRIGHTNESS=0.40 -GENERATED_NORMALS=true -GLOWING_DEBRIS=true -GLOWING_LAPIS_BLOCK=true -GLOWING_REDSTONE_BLOCK=true -HAND_SWAY=0.6 -LAVA_VISIBILITY=true -LENS_FLARE=true -LIGHT_DI=1.10 -LIGHT_MI=1.15 -MOTION_BLUR=true -NEBULA_COMPRESSION=0.05 -NEBULA_DISTRIBUTION=6.2 -NEBULA_ORANGE_BRIGHTNESS=0.00 -NEBULA_PURPLE_BRIGHTNESS=1.90 -NEBULA_SIZE=0.01 -NEBULA_SPEED=0.40 -NEBULA_STAR_BRIGHTNESS=1.30 -NETHER_CURVATURE_SIZE=8192 -NETHER_I=2.80 -NETHER_SMOKE=true -NORMAL_MULTIPLIER=0.40 -OVERWORLD_CURVATURE_SIZE=8192 -PARALLAX=false -PARALLAX_DEPTH=1.00 -PROMO_OUTLINE=true -PROMO_OUTLINE_THICKNESS=3 -REFLECTION_RAIN=true -REFLECTION_RAIN_COVERAGE=60 -ROUND_SUN_MOON=false -SELF_SHADOW=false -SHARPEN=6 -SKYBOX_BRIGHTNESS=0.75 -SKY_RAIN_DAY=3.90 -SKY_RAIN_NIGHT=8.50 -STAR_AMOUNT=2 -SUN_GLARE_STRENGTH=1.4 -SUN_MOON_HORIZON=false -UNDERWATER_B=0.45 -UNDERWATER_I=1.30 -UNDERWATER_R=1.00 -VANILLA_SKYBOX=true -VANILLA_UNDERLAVA_COLOR=true -WATER_ABSORPTION=true -WATER_B=36 -WATER_DISPLACEMENT=true -WATER_G=32 -WATER_R=0 -WATER_REFRACT=true -WAVING_LILY_PADS=true -WAVING_VINES=true -WORLD_CURVATURE=true -WORLD_TIME_ANIMATION=2 -shadowDistance=128.0 -shadowMapResolution=1024 -sunPathRotation=0.0 +#Wed Dec 06 15:02:01 EET 2023 +AA=2 +AMBIENT_DI=0.30 +AMBIENT_NI=0.50 +BLOCKLIGHT_R=216 +BLOCK_ENTITY_SHADOWS=false +CHROMATIC_ABERRATION=1 +CLOUDS=false +CLOUD_SHADOW=true +DIRECTIONAL_LIGHTMAP=false +DIRECTIONAL_LIGHTMAP_STRENGTH=4.0 +DOUBLE_QUALITY_ROUGH_REF=true +EMISSIVE_NETHER_ORES=true +END_CURVATURE_SIZE=8192 +END_I=2.35 +GALAXIES=true +GALAXY_BRIGHTNESS=0.40 +GENERATED_NORMALS=true +GLOWING_DEBRIS=true +GLOWING_REDSTONE_BLOCK=true +HAND_SWAY=0.6 +LAVA_VISIBILITY=true +LENS_FLARE=true +LIGHT_DI=1.00 +LIGHT_MI=1.15 +MOTION_BLUR=true +NEBULA_COMPRESSION=0.05 +NEBULA_DISTRIBUTION=6.2 +NEBULA_ORANGE_BRIGHTNESS=0.00 +NEBULA_PURPLE_BRIGHTNESS=1.90 +NEBULA_SIZE=0.01 +NEBULA_SPEED=0.40 +NEBULA_STAR_BRIGHTNESS=1.30 +NETHER_CURVATURE_SIZE=8192 +NETHER_I=2.80 +NETHER_SMOKE=true +NORMAL_MULTIPLIER=0.40 +OVERWORLD_CURVATURE_SIZE=8192 +PARALLAX=false +PARALLAX_DEPTH=1.00 +PROMO_OUTLINE=true +PROMO_OUTLINE_THICKNESS=3 +REFLECTION_RAIN=true +REFLECTION_RAIN_COVERAGE=60 +REFLECTION_ROUGH=false +REFLECTION_SPECULAR=false +ROUND_SUN_MOON=false +SELF_SHADOW=false +SHARPEN=3 +SKYBOX_BRIGHTNESS=0.75 +SKY_RAIN_DAY=3.90 +SKY_RAIN_NIGHT=8.50 +STAR_AMOUNT=2 +SUN_GLARE_STRENGTH=1.4 +SUN_MOON_HORIZON=false +UNDERWATER_B=0.45 +UNDERWATER_I=1.30 +UNDERWATER_R=1.00 +VANILLA_SKYBOX=true +VANILLA_UNDERLAVA_COLOR=true +WATER_ABSORPTION=true +WATER_B=36 +WATER_DISPLACEMENT=true +WATER_G=32 +WATER_R=0 +WATER_REFRACT=true +WATER_TYPE=1 +WAVING_LILY_PADS=true +WAVING_VINES=true +WORLD_CURVATURE=true +WORLD_TIME_ANIMATION=2 +shadowDistance=128.0 +shadowMapResolution=1024 +sunPathRotation=0.0 diff --git a/shaderpacks/complementary-reimagined.pw.toml b/shaderpacks/[Timoti11] ComplementaryReimagined_r2.3.pw.toml similarity index 82% rename from shaderpacks/complementary-reimagined.pw.toml rename to shaderpacks/[Timoti11] ComplementaryReimagined_r2.3.pw.toml index bb88dc4..f6e6746 100644 --- a/shaderpacks/complementary-reimagined.pw.toml +++ b/shaderpacks/[Timoti11] ComplementaryReimagined_r2.3.pw.toml @@ -1,4 +1,4 @@ -name = "[Timoti11]" +name = "[Timoti11] ComplementaryReimagined_r2.3.zip" filename = "[Timoti11] ComplementaryReimagined_r2.3.zip" side = "client" diff --git a/shaderpacks/[Timoti11] ComplementaryReimagined_r2.3.zip.txt b/shaderpacks/[Timoti11] ComplementaryReimagined_r2.3.zip.txt index 6fdb483..6e774f7 100644 --- a/shaderpacks/[Timoti11] ComplementaryReimagined_r2.3.zip.txt +++ b/shaderpacks/[Timoti11] ComplementaryReimagined_r2.3.zip.txt @@ -1,28 +1,29 @@ -#Thu Aug 24 03:44:34 AMT 2023 -shadowDistance=64.0 -WATER_REFLECT_QUALITY=0 -AURORA_CONDITION=0 -WAVING_LEAVES=true -T_EXPOSURE=1.35 -ENTITY_SHADOWS=true -SSAO_QUALI_DEFINE=0 -EMISSIVE_REDSTONE_BLOCK=true -LESS_LAVA_FOG=true -WORLD_OUTLINE=true -WATER_QUALITY=1 -T_LOWER_CURVE=1.00 -MOTION_BLURRING_STRENGTH=0.45 -NIGHT_STAR_AMOUNT=3 -NIGHT_NEBULA=true -BLOCK_REFLECT_QUALITY=0 -HAND_SWAYING=2 -FANCY_GLASS=true -GENERATED_NORMALS=true -SELECT_OUTLINE=2 -MINIMUM_LIGHT_MODE=4 -GLOWING_ORE_ACTIVE=true -SHADOW_QUALITY=0 -DETAIL_QUALITY=3 -TM_WHITE_CURVE=1.6 -CLOUD_SHADOWS=true -BLOOM_STRENGTH=0.081 +#Thu Aug 24 03:44:34 AMT 2023 +shadowDistance=64.0 +WATER_REFLECT_QUALITY=0 +AURORA_CONDITION=0 +WAVING_LEAVES=true +T_EXPOSURE=1.35 +ENTITY_SHADOWS=true +SSAO_QUALI_DEFINE=0 +EMISSIVE_REDSTONE_BLOCK=true +LESS_LAVA_FOG=true +WORLD_OUTLINE=true +WATER_QUALITY=1 +T_LOWER_CURVE=1.00 +MOTION_BLURRING_STRENGTH=0.45 +NIGHT_STAR_AMOUNT=3 +NIGHT_NEBULA=true +BLOCK_REFLECT_QUALITY=0 +HAND_SWAYING=2 +FANCY_GLASS=true +GENERATED_NORMALS=true +SELECT_OUTLINE=2 +MINIMUM_LIGHT_MODE=4 +GLOWING_ORE_ACTIVE=true +SHADOW_QUALITY=0 +DETAIL_QUALITY=3 +TM_WHITE_CURVE=1.6 +CLOUD_SHADOWS=true +BLOOM_STRENGTH=0.081 +ENTITY_SHADOWS=true \ No newline at end of file diff --git a/shaderpacks/[Timoti11] {Lite} ComplementaryReimagined_r2.3.pw.toml b/shaderpacks/[Timoti11] {Lite} ComplementaryReimagined_r2.3.pw.toml new file mode 100644 index 0000000..106c181 --- /dev/null +++ b/shaderpacks/[Timoti11] {Lite} ComplementaryReimagined_r2.3.pw.toml @@ -0,0 +1,8 @@ +name = "[Timoti11] {Lite} ComplementaryReimagined_r2.3.zip" +filename = "[Timoti11] {Lite} ComplementaryReimagined_r2.3.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/wFaTnvaE/ComplementaryReimagined_r2.3.zip" +hash-format = "sha1" +hash = "52b22faacbba8112206d6afd6019979030de031f" \ No newline at end of file diff --git a/shaderpacks/[Timoti11] {Lite} ComplementaryReimagined_r2.3.zip.txt b/shaderpacks/[Timoti11] {Lite} ComplementaryReimagined_r2.3.zip.txt new file mode 100644 index 0000000..e138f49 --- /dev/null +++ b/shaderpacks/[Timoti11] {Lite} ComplementaryReimagined_r2.3.zip.txt @@ -0,0 +1,29 @@ +#Thu Aug 24 03:44:34 AMT 2023 +shadowDistance=64.0 +WATER_REFLECT_QUALITY=0 +AURORA_CONDITION=0 +WAVING_LEAVES=true +T_EXPOSURE=1.35 +ENTITY_SHADOWS=false +SSAO_QUALI_DEFINE=0 +EMISSIVE_REDSTONE_BLOCK=true +LESS_LAVA_FOG=true +WORLD_OUTLINE=true +WATER_QUALITY=1 +T_LOWER_CURVE=1.00 +MOTION_BLURRING_STRENGTH=0.45 +NIGHT_STAR_AMOUNT=3 +NIGHT_NEBULA=true +BLOCK_REFLECT_QUALITY=0 +HAND_SWAYING=2 +FANCY_GLASS=true +GENERATED_NORMALS=true +SELECT_OUTLINE=2 +MINIMUM_LIGHT_MODE=4 +GLOWING_ORE_ACTIVE=true +SHADOW_QUALITY=0 +DETAIL_QUALITY=3 +TM_WHITE_CURVE=1.6 +CLOUD_SHADOWS=true +BLOOM_STRENGTH=0.081 +REALTIME_SHADOWS=false diff --git a/shaderpacks/complementary-reimagined_z.pw.toml b/shaderpacks/[ZapahKleya] ComplementaryReimagined_r2.0.3.pw.toml similarity index 83% rename from shaderpacks/complementary-reimagined_z.pw.toml rename to shaderpacks/[ZapahKleya] ComplementaryReimagined_r2.0.3.pw.toml index a0f814a..3fc67f7 100644 --- a/shaderpacks/complementary-reimagined_z.pw.toml +++ b/shaderpacks/[ZapahKleya] ComplementaryReimagined_r2.0.3.pw.toml @@ -1,13 +1,13 @@ -name = "[ZapahKleya]" -filename = "[ZapahKleya] ComplementaryReimagined_r2.0.3.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/jCIQGZp3/ComplementaryReimagined_r2.0.3.zip" -hash-format = "sha1" -hash = "d210a1336e98d07018381521c6c849e7bba42837" - -[update] -[update.modrinth] -mod-id = "HVnmMxH1" +name = "[ZapahKleya] ComplementaryReimagined_r2.0.3" +filename = "[ZapahKleya] ComplementaryReimagined_r2.0.3.zip" +side = "client" + +[download] +url = "https://cdn.modrinth.com/data/HVnmMxH1/versions/jCIQGZp3/ComplementaryReimagined_r2.0.3.zip" +hash-format = "sha1" +hash = "d210a1336e98d07018381521c6c849e7bba42837" + +[update] +[update.modrinth] +mod-id = "HVnmMxH1" version = "jCIQGZp3" \ No newline at end of file diff --git a/shaderpacks/[ZapahKleya] ComplementaryReimagined_r2.0.3.zip.txt b/shaderpacks/[ZapahKleya] ComplementaryReimagined_r2.0.3.zip.txt index 596e79d..f418c78 100644 --- a/shaderpacks/[ZapahKleya] ComplementaryReimagined_r2.0.3.zip.txt +++ b/shaderpacks/[ZapahKleya] ComplementaryReimagined_r2.0.3.zip.txt @@ -1,58 +1,58 @@ -#Mon Aug 22 06:33:13 MSK 2022 -BLOCK_ENTITY_SHADOWS=false -CHROMATIC_ABERRATION=1 -CLOUDS=false -DIRECTIONAL_LIGHTMAP=false -DIRECTIONAL_LIGHTMAP_STRENGTH=4.0 -DOUBLE_QUALITY_ROUGH_REF=true -END_CURVATURE_SIZE=8192 -END_I=2.35 -GALAXY_BRIGHTNESS=0.10 -GENERATED_NORMALS=true -HAND_SWAY=0.6 -LAVA_VISIBILITY=true -LENS_FLARE=true -MOTION_BLUR=true -NEBULA_COMPRESSION=0.05 -NEBULA_DISTRIBUTION=6.2 -NEBULA_ORANGE_BRIGHTNESS=0.00 -NEBULA_PURPLE_BRIGHTNESS=1.90 -NEBULA_SIZE=0.01 -NEBULA_SPEED=0.40 -NEBULA_STAR_BRIGHTNESS=1.30 -NETHER_CURVATURE_SIZE=8192 -NETHER_I=2.80 -NETHER_SMOKE=true -NORMAL_MULTIPLIER=0.40 -OVERWORLD_CURVATURE_SIZE=8192 -PARALLAX=false -PARALLAX_DEPTH=1.00 -PROMO_OUTLINE=true -PROMO_OUTLINE_THICKNESS=2 -REFLECTION_RAIN=true -REFLECTION_RAIN_COVERAGE=60 -ROUND_SUN_MOON=false -SELF_SHADOW=false -SHARPEN=6 -SKYBOX_BRIGHTNESS=0.75 -SKY_RAIN_DAY=3.90 -SKY_RAIN_NIGHT=8.50 -STAR_AMOUNT=2 -SUN_GLARE_STRENGTH=1.4 -SUN_MOON_HORIZON=false -UNDERWATER_B=0.45 -UNDERWATER_I=1.30 -UNDERWATER_R=1.00 -VANILLA_SKYBOX=true -VANILLA_UNDERLAVA_COLOR=true -WATER_ABSORPTION=true -WATER_B=36 -WATER_DISPLACEMENT=true -WATER_G=32 -WATER_R=0 -WATER_REFRACT=true -WORLD_CURVATURE=true -WORLD_TIME_ANIMATION=2 -shadowDistance=128.0 -shadowMapResolution=1024 -sunPathRotation=0.0 +#Mon Aug 22 06:33:13 MSK 2022 +BLOCK_ENTITY_SHADOWS=false +CHROMATIC_ABERRATION=1 +CLOUDS=false +DIRECTIONAL_LIGHTMAP=false +DIRECTIONAL_LIGHTMAP_STRENGTH=4.0 +DOUBLE_QUALITY_ROUGH_REF=true +END_CURVATURE_SIZE=8192 +END_I=2.35 +GALAXY_BRIGHTNESS=0.10 +GENERATED_NORMALS=true +HAND_SWAY=0.6 +LAVA_VISIBILITY=true +LENS_FLARE=true +MOTION_BLUR=true +NEBULA_COMPRESSION=0.05 +NEBULA_DISTRIBUTION=6.2 +NEBULA_ORANGE_BRIGHTNESS=0.00 +NEBULA_PURPLE_BRIGHTNESS=1.90 +NEBULA_SIZE=0.01 +NEBULA_SPEED=0.40 +NEBULA_STAR_BRIGHTNESS=1.30 +NETHER_CURVATURE_SIZE=8192 +NETHER_I=2.80 +NETHER_SMOKE=true +NORMAL_MULTIPLIER=0.40 +OVERWORLD_CURVATURE_SIZE=8192 +PARALLAX=false +PARALLAX_DEPTH=1.00 +PROMO_OUTLINE=true +PROMO_OUTLINE_THICKNESS=2 +REFLECTION_RAIN=true +REFLECTION_RAIN_COVERAGE=60 +ROUND_SUN_MOON=false +SELF_SHADOW=false +SHARPEN=6 +SKYBOX_BRIGHTNESS=0.75 +SKY_RAIN_DAY=3.90 +SKY_RAIN_NIGHT=8.50 +STAR_AMOUNT=2 +SUN_GLARE_STRENGTH=1.4 +SUN_MOON_HORIZON=false +UNDERWATER_B=0.45 +UNDERWATER_I=1.30 +UNDERWATER_R=1.00 +VANILLA_SKYBOX=true +VANILLA_UNDERLAVA_COLOR=true +WATER_ABSORPTION=true +WATER_B=36 +WATER_DISPLACEMENT=true +WATER_G=32 +WATER_R=0 +WATER_REFRACT=true +WORLD_CURVATURE=true +WORLD_TIME_ANIMATION=2 +shadowDistance=128.0 +shadowMapResolution=1024 +sunPathRotation=0.0 diff --git a/shaderpacks/complementary-shaders-v4.pw.toml b/shaderpacks/complementary-shaders-v4.pw.toml deleted file mode 100644 index bc6a3f5..0000000 --- a/shaderpacks/complementary-shaders-v4.pw.toml +++ /dev/null @@ -1,13 +0,0 @@ -name = "[Mazon_Alex] ComplementaryShaders_1.19_v4.7.1.zip" -filename = "[Mazon_Alex] ComplementaryShaders_1.19_v4.7.1.zip" -side = "client" - -[download] -url = "https://cdn.modrinth.com/data/R6NEzAwj/versions/YWBtNYH3/ComplementaryShaders_v4.7.1.zip" -hash-format = "sha1" -hash = "ace224078b04b7eea7541cde4f7630a89b4831cc" - -[update] -[update.modrinth] -mod-id = "R6NEzAwj" -version = "YWBtNYH3" diff --git a/shaderpacks/vanillaa.pw.toml b/shaderpacks/vanillaa.pw.toml index 2c4b593..ddeaf93 100644 --- a/shaderpacks/vanillaa.pw.toml +++ b/shaderpacks/vanillaa.pw.toml @@ -3,11 +3,11 @@ filename = "VanillAA.zip" side = "client" [download] -url = "https://cdn.modrinth.com/data/W3QK7DQz/versions/X5eYhMjV/VanillAA.zip" +url = "https://cdn.modrinth.com/data/W3QK7DQz/versions/CgdY86YT/VanillAA.zip" hash-format = "sha1" -hash = "b37a460b748d82d6d0a0c25a90351d6dd459c944" +hash = "6d603bade00b3f8ccb18939f74e29f27bdca97ad" [update] [update.modrinth] mod-id = "W3QK7DQz" -version = "X5eYhMjV" +version = "CgdY86YT"