Adds backpack that can be access from inventory.

Overview

Inventory Backpack Mod

Fabric API

Example Video <-- Video

About

This mod adds backpacks that can be accessed from inventory.

Origins

It's based on forge mod Quark Oddities, or more specifically it was heavily inspirited by it; when it was rewritten from the ground up specially for fabric. Generally it is a port of it in some way, because from the gameplay side it only adds some small changes.

Images

Fabric API

Fabric API

Mod Integrations (Optionals):

Downloads:

Comments
  • Crash on init, 2.2.4

    Crash on init, 2.2.4

    ---- Minecraft Crash Report ---- // I let you down. Sorry :(

    Time: 1/30/22, 4:26 PM Description: Initializing game

    java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'inventory_backpack'! at Not Enough Crashes deobfuscated stack trace.(1.18+build.1) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51) at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35) at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52) at fudge.notenoughcrashes.fabric.mixinhandlers.ModLoaders.fabricEntrypoints(ModLoaders.java:9) at net.minecraft.client.MinecraftClient.redirect$fel000$catchFabricInit(MinecraftClient:19978) at net.minecraft.client.MinecraftClient.(MinecraftClient:452) at net.minecraft.client.main.Main.main(Main:199) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:568) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:608) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:568) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34) Caused by: java.lang.NoClassDefFoundError: net/minecraft/item/ArmorMaterial at java.lang.Class.forName0(Native Method) at java.lang.Class.forName(Class.java:467) at net.fabricmc.loader.impl.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:50) at net.fabricmc.loader.impl.entrypoint.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:117) at net.fabricmc.loader.impl.entrypoint.EntrypointContainerImpl.getEntrypoint(EntrypointContainerImpl.java:53) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47) ... 21 more Caused by: java.lang.ClassNotFoundException: net.minecraft.item.ArmorMaterial at jdk.internal.loader.BuiltinClassLoader.loadClass(BuiltinClassLoader.java:641) at jdk.internal.loader.ClassLoaders$AppClassLoader.loadClass(ClassLoaders.java:188) at java.lang.ClassLoader.loadClass(ClassLoader.java:520) at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:158) at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ... 27 more

    A detailed walkthrough of the error, its code path and all known details is as follows:

    -- Head -- Thread: Render thread Stacktrace: at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51) at net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49) at net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35) at net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52)

    -- Initialization -- Details: Stacktrace: at fudge.notenoughcrashes.mixinhandlers.EntryPointCatcher.handleEntryPointError(EntryPointCatcher.java:28) at net.minecraft.class_310.redirect$fel000$catchFabricInit(class_310.java:19980) at net.minecraft.class_310.(class_310.java:452) at net.minecraft.client.main.Main.main(Main.java:199) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:608) at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77) at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:568) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34)

    -- System Details -- Details: Minecraft Version: 1.18.1 Minecraft Version ID: 1.18.1 Operating System: Windows 10 (amd64) version 10.0 Java Version: 17.0.1, Eclipse Adoptium Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium Memory: 1151276536 bytes (1097 MiB) / 2099249152 bytes (2002 MiB) up to 2099249152 bytes (2002 MiB) CPUs: 4 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz Identifier: Intel64 Family 6 Model 60 Stepping 3 Microarchitecture: Haswell (Client) Frequency (GHz): 3.09 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 4 Graphics card #0 name: NVIDIA GeForce GTX 750 Ti Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 2048.00 Graphics card #0 deviceId: 0x1380 Graphics card #0 versionInfo: DriverVersion=27.21.14.5671 Memory slot #0 capacity (MB): 4096.00 Memory slot #0 clockSpeed (GHz): 1.60 Memory slot #0 type: DDR3 Memory slot #1 capacity (MB): 4096.00 Memory slot #1 clockSpeed (GHz): 1.60 Memory slot #1 type: DDR3 Virtual memory max (MB): 16289.49 Virtual memory used (MB): 10830.23 Swap memory total (MB): 8192.00 Swap memory used (MB): 2015.77 JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2001m -Xmx2001m Fabric Mods: accurateblockplacement: Accurate Block Placement 1.0.11 addendum: Addendum 1.0.2 additionaladditions: Additional Additions 3.0.1 advanced_runtime_resource_pack: Runtime Resource Pack 0.5.4 advancementplaques: Advancement Plaques 1.4.3 advancements-enlarger: Advancements Enlarger 0.2.4 alternatecurrent: Alternate Current 1.1.0 amecsapi: Amecs API 1.3.3+mc1.18-pre1 amplified_nether: Amplified Nether for Fabric 1.0.1 animal_feeding_trough: Animal Feeding Trough 1.0.3+1.18.1 annotateddi: Annotated DI 2.0.4+1.18 antighost: AntiGhost 1.18-pre5-fabric0.42.8-1.1.4 aopalliance_aopalliance: aopalliance 1.0 apoli: Apoli 2.2.2 apugli: Apugli 1.2.1 architects_palette: Architect's Palette Fabric 1.3 architectury: Architectury 3.5.12 assembly: Assembly 21w07a-1.1.0 audaki_cart_engine: Audaki Cart Engine 1.0.2 authme: Auth Me 2.2.0 autoconfig1u: Auto Config v1 Updated 3.2.3 axesareweapons: Axes Are Weapons 1.5.1 axolotlitemfix: Axolotl Item Fix 1.1.3 azalea_hedges: Azalea Hedges 1.0.0 badstdout: BadStdOut 1.1.1-1.18 beaconoverhaul: Beacon Overhaul 1.5.0+1.18 bedrockify: BedrockIfy 1.3.0+mc1.18 bedrockwaters: BedrockWaters 1.6.0+1.18.1 bedspreads: Bedspreads 1.5.0-1.18 better_concrete: Better Concrete 1.0.0 betterclouds: Better Clouds 1.0.4 bettereating: Better Eating 0.3.0 betterf3: BetterF3 1.2.2 bettermounthud: Better Mount HUD 1.1.3 bettertaskbar: Better Taskbar 1.1 betterthirdperson: Better Third Person 1.6.0 big_items_duh: Big items, duh! 1.0.2+mc1.18 biomemakeover: Biome Makeover 1.18.1-1.4.3 blast: BLAST 1.8.2 blockshifter: Blockshifter 1.4.1+fabric-1.18 blocktuner: BlockTuner 1.0.0 blue_endless_jankson: jankson 1.2.1 blur: Blur (Fabric) 2.4.1 boat_step_up: Boat Step Up 1.2.1 boatcontainer: BoatContainer 1.0.4 brb: Better Recipe Book 1.5.6 breadcrumbs: Breadcrumbs 1.16.5-1.1.0 c2me: Concurrent Chunk Management Engine 0.2.0+alpha.6.25 cakechomps: Cake Chomps 1.4.0-1.18 calio: Calio 1.4.2 campchair: Camp Chair 1.0.0 capybara: Capybara 1.0.1 cardinal-components-base: Cardinal Components API (base) 4.0.1 cardinal-components-entity: Cardinal Components API (entities) 4.0.1 cardinal-components-world: Cardinal Components API (worlds) 4.0.1 cartloaders: CartLoaders 0.0.2 cauldronconcrete: Cauldron Concrete 1.0.0+21w16a-fabric cauldronlib: Cauldronlib 1.2.2 cauldronriptide: Cauldron Riptide 1.1-mc1.17-fabric cauldrons: Cauldrons 1.2.0 chainsuspension: Chain Suspension 1.0.0 chalk: Chalk 1.2.1 chat_heads: Chat Heads 0.6.0 chatlagfix: Chat lag fix 2.0.2 cleancut: CleanCut 1.18-4.0-fabric clear-skies: Clear Skies 2.0.82 clearview: Lava Clear View 3.0.0 clientsidenoteblocks: ClientSideNoteblocks 2.1 cloth-api: Cloth API 3.1.61 cloth-basic-math: cloth-basic-math 0.6.0 cloth-client-events-v0: Cloth Client Events v0 3.1.61 cloth-common-events-v1: Cloth Common Events v1 3.1.61 cloth-config: Cloth Config v6 6.1.48 cloth-config-lite: cloth-config-lite 2.0.6 cloth-datagen-api-v1: Cloth Datagen v1 3.1.61 cloth-scissors-api-v1: Cloth Scissors API v1 3.1.61 cloth-utils-v1: Cloth Utils v1 3.1.61 coat: Coat 1.0.0-beta.15 com_electronwill_night-config_core: core 3.6.5 com_electronwill_night-config_toml: toml 3.6.5 com_eliotlash_mclib_mclib: mclib 18 com_eliotlash_molang_molang: molang 18 com_google_inject_guice: guice 5.0.1 com_moandjiezana_toml_toml4j: toml4j 0.7.2 com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT companion: Companion 1.1.1 connectiblechains: Connectible Chains 2.0.1+1.18.1 cosmetica: Cosmetica 0.3.2 couplings: Couplings 1.7.1+1.18 cr-arrows-info: Arrows Info 1.2.0+1.18 creativeonepunch: Creative One-Punch 1.3 crosshairmod: Crosshair Mod 0.4.3 crowdin-translate: CrowdinTranslate 1.4+1.18-pre5 crumbs: Crumbs 1.0.7 customizableelytra: Customizable Elytra 1.5.3-1.18 customstars: Custom Stars 0.7+1.18 darkpaintings: DarkPaintings 9.0.3 detailab: Detail Armor Bar 2.6.1+1.18-fabric difficultyplus: Difficulty Plus 1.0.1 direbats: Direbats 2.1.0 discerning_furnace: Discerning Furnace 1.0.5+MC1.18-1.18.1 dontdropit: Don't Drop It! 2.3.8+1.18 doublejump: Double Jump Mod 1.0.1+mc1.18 dragonloot: DragonLoot 1.0.10 drogtor: Drogtor 1.1.2 dropspread: Drop Spread 1.0 dual_riders: DualRiders 1.0.5 dummmmmmy: MmmMmmMmmMmm 1.18-1.5.0 durabilityspeed: Durability Speed 1.4.0 dynamicfps: Dynamic FPS 2.1.0 dynmus: Dynamic Music 1.4.0 ears: Ears 1.4.5_01 eatinganimationid: Eating Animation 1.2 economical_villager_trading: Economical Villager Trading 1.2.4+MC1.18-1.18.1 effective: Effective 1.1 elativitymc_c2me-fabric_ver_1_18_libs_: libs 0.2.0+alpha.6.25 elytraprotection: Elytra Protection 1.18-0.1.1 enchantablehorsearmor: Enchantable Horse Armor 1.0a enchantmenttweaker: Enchantment Tweaker 0.0.1b enhanced-searchability: EnhancedSearchability 2.0.1 enhanced_attack_indicator: Enhanced Attack Indicator 1.0.2+1.18 enhancedblockentities: Enhanced Block Entities 0.5+1.18 entityculling: EntityCulling-Fabric 1.3.3 equipmentcompare: Equipment Compare 1.2.11 extraalchemy: Extra Alchemy 1.7.0 extraorigins: Extra Origins 1.18-7 extrasounds: Extra Sounds 2.1.1+1.18 extrasucchopper: Extra Succ Hopper 1.0+1.17 fabric: Fabric API 0.46.1+1.18 fabric-api-base: Fabric API Base 0.4.1+b4f4f6cdc8 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.5.0+17be577f65 fabric-biome-api-v1: Fabric Biome API (v1) 6.0.1+ded849a965 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.9+3ac43d9565 fabric-command-api-v1: Fabric Command API (v1) 1.1.6+3ac43d9565 fabric-commands-v0: Fabric Commands (v0) 0.2.5+b4f4f6cd65 fabric-containers-v0: Fabric Containers (v0) 0.1.18+d154e2c665 fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.5+6f53a73d65 fabric-copper-golem: Copper Golem 1.0.3+1.18 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.8+3ac43d9565 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.9+a1d9bbf565 fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.5+6b21378a65 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.16+bfa23f17c8 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.6+b4f4f6cd65 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.10+3ac43d9565 fabric-item-api-v1: Fabric Item API (v1) 1.3.0+691a79b565 fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.3+3ac43d9565 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.8+c8aba2f3c8 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.6+b4f4f6cd65 fabric-language-kotlin: Fabric Language Kotlin 1.7.1+kotlin.1.6.10 fabric-language-scala: Fabric Language Scala 1.1.0+scala.2.13.6 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.10+c15ca33565 fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.8+3ac43d9565 fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.3+3ac43d9565 fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.8+b4f4f6cd65 fabric-models-v0: Fabric Models (v0) 0.3.3+3ac43d9565 fabric-networking-api-v1: Fabric Networking API (v1) 1.0.18+3ac43d95c8 fabric-networking-v0: Fabric Networking (v0) 0.3.5+b4f4f6cd65 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.11.1+3b82842e65 fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.9+3ac43d9565 fabric-particles-v1: Fabric Particles (v1) 0.2.9+526dc1ac65 fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.0+befed49e65 fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.10+b0b66fc365 fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.13+b0b66fc365 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.7+b4f4f6cd65 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.4+7242e9d765 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.18+3ac43d9565 fabric-rendering-v0: Fabric Rendering (v0) 1.1.9+b4f4f6cd65 fabric-rendering-v1: Fabric Rendering (v1) 1.10.3+6b21378a65 fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 1.0.1+13eda06565 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.11+3ac43d95c8 fabric-screen-api-v1: Fabric Screen API (v1) 1.0.7+3ac43d9565 fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.11+3ac43d9565 fabric-structure-api-v1: Fabric Structure API (v1) 2.1.0+0a73a6c265 fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.5+3ac43d95c8 fabric-textures-v0: Fabric Textures (v0) 1.0.9+3ac43d9565 fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.5+fb3b57b465 fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.6+b4f4f6cd65 fabrication: Fabrication 2.3.0 fabricloader: Fabric Loader 0.12.12 fallingattack: Falling Attack 1.17.1-1.1.2 fallingleaves: Falling Leaves 1.9.0+1.18.1 farmersdelight: Farmer's Delight 1.18.1-0.2.0 farsighted-mobs: Farsighted Mobs 1.1-1.18 fefafly: Feather Fall Flying 1.0.0 ferritecore: FerriteCore 4.0.0 fiber: fiber 0.23.0-2 fireplacelib: Fireplace Lib 6.2.2+1.18 fireworkfrenzy: Firework Frenzy 1.7 fishonaleash: Fish on a Leash! 1.18.1-1.0.0 flamearrows: FlameArrows 1.18.1 flora-doubling: Flora Doubling 1.4.0 forgeconfigapiport: Forge Config API Port 3.1.1 fortune-gives-experience: Fortune Gives Experience 1.1.0 freezma: Freezma 1.17.1-1 fuelinfo: FuelInfo 1.0-SNAPSHOT gamblers_curse: Curse of The Gambler 0.1.1+1.16.1 gargantuan: Gargantuan 1.2.3 gateofbabylon: Gate Of Babylon 1.5.1-1.17.1 geckolib3: Geckolib 3.0.20 gentlepicking: Gentle Picking 1.0.2 glow: Actually Glow Berries 1.0.3 goldenberries: Golden Berries 1.2.1+1.18.1 goosik-config: goosik-config 0.2.0 grindenchantments: Grind Enchantments 1.5.0+1.18 grindstone-is-made-of-stone: Grindstone Is Made Of Stone 2.0 gud_recipe_confidence: Recipe Confidence 1.0.2 haema: Haema 1.8.2+1.18.1 hatlist: Hat List 1.2 headshot: Headshot 1.0.6 healthblast: Health Blast 1.1.1 held-item-info: Held Item Info 1.2.0 herdspanic: Herds Panic 1.0.4 here-be-no-dragons: Here be no Dragons! 1.0.0 hollowwoods: HollowWoods 1.1.0 horsebuff: HorseBuff 1.1.0 iceberg: Iceberg 1.0.38 illuminations: Illuminations 1.10.2 impaled: Impaled 1.0.2 indypets: Independent Pets 0.8.1 infinitywaterbucket: Infinity Water Bucket 1.4.1-mc1.17-fabric inspecio: Inspecio 1.2.1+1.18 inventory-fix: Open/close Inventory 0.0.2 inventory_backpack: Inventory Backpack 0.2.4 inventory_control_tweaks: Inventory Control Tweaks 1.3.12+MC1.18-1.18.1 invmove: InvMove 1.18-0.1.1 itemmodelfix: Item Model Fix 1.0.3+1.18 jankson: Jankson 4.0.0+j1.2.0 java: OpenJDK 64-Bit Server VM 17 javax_inject_javax_inject: javax.inject 1 kanos_config: Kanos Config 0.1.4+1.14.4-1.17.1 kirin: Kirin UI 1.10.0 kiwi: Kiwi Lib 5.2.5 krypton: Krypton 0.1.6 ksyxis: Ksyxis 1.1 kyrptconfig: Kyrpt Config 1.3.4-1.18 lambdabettergrass: LambdaBetterGrass 1.2.2+1.17 lambdynlights: LambDynamicLights 2.1.0+1.17 lawnage: Lawnage 4.0.0 lazy-language-loader: lazy-language-loader 0.2.6 lazydfu: LazyDFU 0.1.2 leather-blocks: Leather Blocks 1.2.0+1.18.x lengthyladders: Lengthy Ladders 1.0.5 lenientstacksize: Lenient Stack Size 1.3.0 letsleepingdogslie: Let Sleeping Dogs Lie 1.0.1 libcd: LibCapableData 3.0.3+1.16.3 libgui: LibGui 5.1.0+1.18 libninepatch: LibNinePatch 1.1.0 lightfooted: Lightfooted 1.0.0+20w49a lithium: Lithium 0.7.7 loading-timer: Loading Timer 1.5+21w42a lovely_snails: Lovely Snails 1.0.3+1.18 lumiwool: Luminous Wool 1.2.2 maelstrom_library: Maelstrom Library 1.2.3-1.18-rc3 maleks_copper_block_fix: Malek's Copper Block Fix 1.0.1 map_atlases: Map Atlases 1.3.2 mcf-easyfeed: Easy Feed and Breed 1.3.0 melonslabs: Melon Slabs 1.1.0 merchantmarkers: Merchant Markers 1.1.0 midnightlib: MidnightLib 0.3.1 mighty_mangoes: Mighty Mangoes 1.0.6 minecraft: Minecraft 1.18.1 mo_glass: Mo Glass 1.6.1-MC1.18.1 mobblindness: Mob Blindness 1.0.1.1 moborigins: Mob Origins 1.8.0 mobs_attempt_parkour: Mobs Attempt Parkour 0.2.4-1.18 moderate-loading-screen: Mod-erate Loading Screen 1.1.2 modid: Origins: Umbrellas 1.4.0 modmenu: Mod Menu 3.0.1 mossierdeepslate: Mossier Deepslate 1.0.0 mousewheelie: Mouse Wheelie 1.8.0+mc1.18-pre5 musicdr: Music Duration Reducer 1.0.0 namepain: Name Pain 1.4.0 nears: Nears 1.1.2 netherchest: Nether Chest 3.1 nethermap: Better Nether Map 1.5.0-1.18 nibbles: Nibbles 1.1.1 nimble: Nimble 2.1.1 nopearldamage: No Pearl Damage! 1.1.2 notenoughanimations: NotEnoughAnimations 1.4.0 notenoughcrashes: Not Enough Crashes 4.1.4+1.18.1 odysseyhud: OdysseyHUD 1.18-2.1 omega-config: OmegaConfig 1.1.0 omega-config-gui: Omega Config GUI 1.2.1-1.18.1 onsoulfire: On Soul Fire 1.18-1 openloader: OpenLoader 11.0.4 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.6.10 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.6.10 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.6.10 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.6.10 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.5.2 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.5.2 org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.1 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.1 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.1 origins: Origins 1.3.1 origins-classes: Origins: Classes 1.2.4 paintings: Paintings++ 9.1.0.0 pale: Pale 1.0.0 paperdoll: PaperDoll 1.0.0-mc1.18-pre1 patchouli: Patchouli 1.18.1-61-FABRIC patternedglass: Patterned Glass 1.17-1.0.1 peepingcreepers: Peeping Creepers 1.2-1.18 pehkui: Pehkui 3.1.0+1.14.4-1.18.1 pettablebees: Pettable Bees 1.1.0 playerabilitylib: Pal 1.3.0 pling: Pling 1.5.0 powershot: Powershot 1.4.0-1.18-fabric ppp: Port's Parrots Plus 1.3.0 presencefootsteps: Presence Footsteps 1.4.0 pride: Pride Lib 1.1.0+1.17 publicguiannouncement: Public Gui Announcement 3.2.0.0 puddles: Puddles 1.2.0 quicksand: Quicksand 1.0.3 quickshulker: Quick Shulker 1.3.6-1.18 quitconfirm: QuitConfirm 1.4-beta.2 rad: Reload Audio Driver 1.0.1 rainbow-shenanigans: Rainbow Shenanigans 1.0.0 reach-entity-attributes: Reach Entity Attributes 2.1.1 recipecache: recipecache 0.2.1-1.17.1 reroll: Reroll 1.4.0-1.18.1 rutreplantswamp: Replant Swamp Trees 0.0.2 satin: Satin 1.7.0 sbm-jukebox: SBM-Jukebox 1.0.2 screenshotclipboard: Screenshot to Clipboard 1.0.7 secondchance: Second Chance 1.3.0 seedfix: Seed Fix 1.0.0 server-hats: Server Hats 0.8 servertick: Server Tick 1.6 sheepconsistency: Sheep Consistency 1.0.3 shulkerutils: shulkerutils 1.0.4-1.18 sihywtcamc: sihywtcamc 1.4.1+1.18 sihywtcamd: sihywtcamd 1.5.2+1.18 skinlayers: 3d Skin Layers 1.3.1 skinnedlanterns: Skinned Lanterns 1.2.0+build.12 slimyfloor: Slimy Floor 1.18-1.2.2 smoothswapping: Smooth Swapping 0.4.4 snowytrees: Snowy Trees 1.0.0 sound_track: Sound-Track 1.0.7 soundcategories: Sound Categories 1.2.1+1.18 soundphysics: Sound Physics 0.5.5 spark: spark 1.7.2 spruceui: SpruceUI 3.3.2+1.17 spyzoom: Spyglass Zoom 1.0.2 squirrels: Squirrels 1.2.1-1.18 starlight: Starlight 1.0.0+fabric.d0a3220 stendhal: Stendhal 1.2.0-1.18 stonecutter_recipe_tags: Stonecutter Recipe Tags 2.0.0 stormfest: Stormfest - Charged Music Disc 1.0.3 talkbubbles: Talk Bubbles 1.0.1 taxfreelevels: Tax Free Levels 1.3 telepistons: Telepistons 1.0.2 thats-my-chest: That's My Chest! 1.2.0 tooltipfix: ToolTip Fix 1.0.4-1.18 toomanyorigins: TooManyOrigins 0.3.3 torohealth: ToroHealth Damage Indicators 1.18-fabric-2 totemmod: Wither Totems Mod 0.3.4-1.18-rc2 trirev: Trident Revision 1.0.4 tuffdepth: Tuff Depth 1.18.1-1.0.0 tweed4_annotated: tweed4_annotated 1.2.0 tweed4_base: tweed4_base 1.3.1 tweed4_data: tweed4_data 1.2.0 tweed4_data_hjson: tweed4_data_hjson 1.1.0 tweed4_tailor_coat: tweed4_tailor_coat 1.0.2 tweed4_tailor_screen: tweed4_tailor_screen 1.0.2 twigs: Twigs 1.1.2 unitool: Mattock 1.0.4 urns: Urns 1.0.1 vectorientation: Vectorientation 1.0.1a villager_see_villager_do: Villager See, Villager Do 1.1.3+MC1.18-1.18.1 villainousfishai: Villainous Fish AI 1.0.2-1.18 visuality: Visuality 0.4.0 voidfog: Void Fog 2.6.1 waig: Where Am I Going 1.1.0 walljump: Wall Jump 0.0.2 wandering_collector: Wandering Collector 1.1.1+mc1.18.1 waterdripsound: Drip Sounds 1.18-0.3.0 waveycapes: WaveyCapes 1.0.4 windchimes: Windchimes 1.2.0 wmch: Where's My Chat History 1.4.3 zoomglass: Zoomglass 1.0 Launched Version: 1.18.1 Backend library: LWJGL version 3.2.2 build 10 Backend API: Unknown Window size: GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric' Type: Client (map_client.txt) CPU: Suspected Mods: Minecraft (minecraft), Fabric Loader (fabricloader), Not Enough Crashes (notenoughcrashes)

    opened by Estrelaura 5
  • Love it

    Love it

    THANK YOU! Quark's backpack is the only one I could stand for; the other backpack's mods don't make any sense. How are you supposed to use a tool that's supposed to enhance your QoL if every time you need to access it you have to put it on the ground to open it? (talking about the rest of mods).

    Anyway, will you add more feastures to it in the future? Trinket's compatibility is a must have, if you ask me (but you didn't). Anyway, thank you again so much for your nice addition to the game :D

    opened by Nekkok 4
  • takes over keybind of another mod

    takes over keybind of another mod

    hello, i ran into an issue, whenever i equip a backpack into trinket slot, with this mod installed https://modrinth.com/mod/extendedhotbarrebared
    and i press the keybind to swap hotbar slots (by default R , i changed it to different keys but same result), the inventory opens instead, as if i pressed E it's really strange and i'm not sure where to report it ^^'

    steps to reproduce :

    1. launch mc with extendedhotbarrebared and inventory backpack mod (and trinkets api)
    2. equip a backpack into trinket slot
    3. press R to swap slots between bottom and top hotbars

    actual result :

    • inventory GUI is opened

    expected result :

    • item is swapped to other hotbar

    details :

    • inventory backpack mod 0.2.2
    • extendedhotbar 3.0.1
    • trinkets 3.1.0
    • fabric api 0.45.0
    • fabric loader 0.12.12
    • minecraft 1.18.1
    • java 17
    bug integration 
    opened by yesn0t 3
  • Wearing off the backpack and putting it back causes problems with inventory updates

    Wearing off the backpack and putting it back causes problems with inventory updates

    Hello. First of all, this is a great and very userful mod and i'm loving it! Thank you for your effort! This kind of mod makes me hope that someday a version of Quark will be made for Fabric.

    Well, I'm using this mod for a while now and I noticed two problems with inventory updates when I wear off the backpack and put it back. I'll explain them below:

    • Hand swap items doesn't happen until I open the inventory when I'm wearing a backpack. When I'm trying to put, say, torches in my off hand by pressing the F key, they don't go to the Off Hand slot until I press E to open the inventory. Only when the inventory screen is openned the torch appears in the slot. This happens every time.

    • Tools that break after their durability depletes doesn't disappear from the hotbar/inventory and the block doesnt break until I open the inventory when I'm wearing the backpack. This happens a lot when I'm mining with low tier tools like stone or iron. The tool won't go until I "update" the inventory by opening it. It's important to say that the durability progress bar does update, it's only when the tool breaks that the problem occurs.

    I'm using the following inventory-related mods:

    • Quick Shulker
    • Shulker Box Tooltip
    • Lenient Stack Sizes
    • Mouse Tweaks
    • Extra Sounds

    And I tried to load the game without them to see if there was a compatibility issue with one or more of them, but no change. I tried adding one by one, but nothing as well.

    It seems like reentering in the word solves these problems, but it means that I'll have to be always with the backpack on me.

    I hope this feedback helps improving the mod. I really like it.

    bug 
    opened by ppblitto 2
  • Trinkets Configuration Option?

    Trinkets Configuration Option?

    Sorry if this is a waste of an issue submission, but is there a way to disable the Trinkets compatibility with the newest version? The private SMP server I run has to use Trinkets for Bewitchment, but I don't want my players to be able to use the Backpack in the Trinkets slot.

    idea 
    opened by Eaglecrye 2
  • Unequipping backpacks in dedicated servers cause issues and will end up deleting the backpack.

    Unequipping backpacks in dedicated servers cause issues and will end up deleting the backpack.

    This is specifically when the mod is on a dedicated server, does not happen otherwise.

    When unequipping, the inventory UI is not updated, allowing you to put the backpack inside itself. If you put it in your normal inventory, and reopen it, it will be normal, but when trying to move the backpack, it is deleted. If you move the backpack between the trinket slot and normal armor slot, it will lock your inventory, making you unable to open it.

    When unequipping the backpack from any slot, this is spit into the server log:

    java.lang.RuntimeException: Cannot load class net.jptrzy.inventory.backpack.client.Client in environment type SERVER
    	at Not Enough Crashes deobfuscated stack trace.(1.18.1+build.22) ~[?:?]
    	at net.fabricmc.loader.impl.transformer.FabricTransformer.transform(FabricTransformer.java:59) ~[fabric-loader-0.12.12.jar:?]
    	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPreMixinClassByteArray(KnotClassDelegate.java:282) ~[fabric-loader-0.12.12.jar:?]
    	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:240) ~[fabric-loader-0.12.12.jar:?]
    	at net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:150) ~[fabric-loader-0.12.12.jar:?]
    	at net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:155) ~[fabric-loader-0.12.12.jar:?]
    	at java.lang.ClassLoader.loadClass(ClassLoader.java:520) ~[?:?]
    	at net.jptrzy.inventory.backpack.util.Utils.openBackpackHandler(Utils.java:141) ~[inventory-backpack-mod-0.2.4.jar:?]
    	at net.jptrzy.inventory.backpack.Main.lambda$registerPacketHandlers$1(Main.java:75) ~[inventory-backpack-mod-0.2.4.jar:?]
    	at net.minecraft.server.ServerTask.run(ServerTask:18) ~[?:?]
    	at net.minecraft.util.thread.ThreadExecutor.executeTask(ThreadExecutor:151) ~[?:?]
    	at net.minecraft.util.thread.ReentrantThreadExecutor.executeTask(ReentrantThreadExecutor:23) ~[?:?]
    	at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer:780) ~[server-intermediary.jar:?]
    	at net.minecraft.server.MinecraftServer.executeTask(MinecraftServer:162) ~[server-intermediary.jar:?]
    	at net.minecraft.util.thread.ThreadExecutor.runTask(ThreadExecutor:125) ~[?:?]
    	at net.minecraft.server.MinecraftServer.runOneTask(MinecraftServer:762) ~[server-intermediary.jar:?]
    	at net.minecraft.server.MinecraftServer.runTask(MinecraftServer:756) ~[server-intermediary.jar:?]
    	at net.minecraft.util.thread.ThreadExecutor.runTasks(ThreadExecutor:134) ~[?:?]
    	at net.minecraft.server.MinecraftServer.runTasksTillTickEnd(MinecraftServer:741) ~[server-intermediary.jar:?]
    	at net.minecraft.server.MinecraftServer.runServer(MinecraftServer:688) ~[server-intermediary.jar:?]
    	at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer:270) ~[server-intermediary.jar:?]
    	at java.lang.Thread.run(Thread.java:833) [?:?]
    opened by BlindTwig 1
  • Putting a backpack on myself specifically crashes all other players in the server that are within rendering distance.

    Putting a backpack on myself specifically crashes all other players in the server that are within rendering distance.

    So this is the weirdest crash I've ever seen, if I put a backpack on myself in the trinket slot, all players near me crash. However, the same is not for me, they can put backpacks on or off freely and nobody crashes, it's specifically me putting one on that crashes other players. It will crash them as long as I'm wearing it on a dedicated server, seems that if they join after I equip it in a LAN world it won't crash them? I'm completely unsure.

    Here are two crash logs of the issue, from two separate people that crashed in our server: crash-2022-02-20_17.23.03-client.txt message.txt

    I really hope this gets fixed as we've had to remove the mod entirely due to this.

    opened by BlindTwig 0
  • Game Crash When Opening Inventory With A Backpack Equipped

    Game Crash When Opening Inventory With A Backpack Equipped

    ---- Minecraft Crash Report ---- // This doesn't make any sense!

    Time: 2/15/22, 12:49 AM Description: Exception in server tick loop

    java.lang.NoSuchMethodError: 'void dev.emi.trinkets.TrinketPlayerScreenHandler.updateTrinketSlots(boolean)' at net.jptrzy.inventory.backpack.util.Utils.openBackpackHandler(Utils.java:150) at net.jptrzy.inventory.backpack.Main.lambda$registerPacketHandlers$1(Main.java:80) at net.minecraft.class_3738.run(class_3738.java:18) at net.minecraft.class_1255.method_18859(class_1255.java:151) at net.minecraft.class_4093.method_18859(class_4093.java:23) at net.minecraft.server.MinecraftServer.method_24306(MinecraftServer.java:780) at net.minecraft.server.MinecraftServer.method_18859(MinecraftServer.java:162) at net.minecraft.class_1255.method_16075(class_1255.java:125) at net.minecraft.server.MinecraftServer.method_20415(MinecraftServer.java:762) at net.minecraft.server.MinecraftServer.method_16075(MinecraftServer.java:756) at net.minecraft.class_1255.method_18857(class_1255.java:134) at net.minecraft.server.MinecraftServer.method_16208(MinecraftServer.java:741) at net.minecraft.server.MinecraftServer.method_29741(MinecraftServer.java:688) at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:270) at java.base/java.lang.Thread.run(Thread.java:833)

    opened by SweatoPants 1
Releases(0.2.2-1.18.x)
Owner
Jakub Trzeciak
Jakub Trzeciak
A mod for Fabric that makes it easier to see what type of axolotl is in your inventory by changing the texture and adding a tooltip

AxolotlViewer for Fabric AxolotlViewer makes it easier to see what type of axolotl is in your inventory. It adds the colour of the axolotl to the buck

Conor Byrne 4 Jan 2, 2023
LWJGL is a Java library that enables cross-platform access to popular native APIs useful in the development of graphics (OpenGL, Vulkan), audio (OpenAL), parallel computing (OpenCL, CUDA) and XR (OpenVR, LibOVR) applications.

LWJGL - Lightweight Java Game Library 3 LWJGL (https://www.lwjgl.org) is a Java library that enables cross-platform access to popular native APIs usef

Lightweight Java Game Library 4k Dec 29, 2022
A 1.7.10 Forge Mod to allow players to access easy stats like latency, FPS, and CPS

EZStats A 1.7.10 Forge Mod to allow players to access easy stats like latency, FPS, and CPS. Currently a work in progress, all code is accessable in t

applesfruit 4 Aug 8, 2022
Essentials - Minecraft server command mod - Adds over 100 commands for use in-game to help manage a server

Essentials Development Readme The official repository is at: https://github.com/essentials/Essentials We use NetBeans 7.3 for development. Recommended

Essentials 811 Jan 7, 2023
Mod that adds Caracals to the game

Caracal for 1.16 Fabric and Fabric API required! This mod adds caracals to your world! They like chickens and rabbits You can tame them with raw fish

AqUpd 16 Sep 25, 2022
A minecraft mod that adds colored ping values inside each player's nametag.

Ping Nametags (Fabric) A minecraft mod that adds colored ping values inside each player's nametag. Installation Stable Releases (recommended) The late

Paul Soporan 3 Nov 21, 2021
A Minecraft Java mod that adds 48 pieces of functional, decorative and unique furniture that fit with the vanilla style.

FurniDeco ( ?? WIP) FurniDeco adds 25 pieces of functional, decorative and unique-looking furniture that fit with the vanilla style. With more than 80

Arexon 2 Jul 3, 2022
A Meteor Client Addon that adds tweaks to modules and settings.

Meteor Tweaks Meteor Tweaks is an addon to the Meteor Client utility mod. Install: Go to the releases: https://github.com/Declipsonator/Meteor-Tweaks/

null 42 Dec 20, 2022
Adds the farlands to 1.18 fabric with offset

Adds the Farlands to 1.18.1 fabric! if you want to move farlands closer to spawn (or further), make a custom world and change xz_scale for each dimens

null 2 Dec 2, 2022
Addon to the Minecraft Forge/Fabric mod InvMove that adds mod compatibilities

Addon to the Minecraft Forge/Fabric mod InvMove that adds mod compatibilities

David M. 3 Oct 21, 2022
Minecraft Forge/Fabric mod that adds the ability to walk around while in inventories

Minecraft Forge/Fabric mod that adds the ability to walk around while in inventories

David M. 16 Nov 22, 2022
JED is mod that adds descriptions to every item in Minecraft with a simple UI

JED is mod that adds descriptions to every item in Minecraft with a simple UI

null 5 Mar 6, 2022
An addon to Meteor Client that adds various modules designed to lag and crash servers

Meteor Crash Addon An addon to Meteor Client that adds various modules designed to lag and crash servers. Usage Either build it yourself, or download

Anti Cope 44 Dec 27, 2022
resetchunks is a tiny fabric mod that re-adds the /resetchunks command, allowing you to regenerate one or more chunks

resetchunks is a tiny fabric mod that enables the /resetchunks command, allowing you to regenerate one or more chunks.

Potassium 5 Jul 25, 2022
This minecraft plugin adds @a, @p, and @r to EssentialsX Commands! Works with command block and console aswell!

EssentialsX-Target-Selectors This minecraft plugin adds @a, @p, and @r to EssentialsX Commands! Works with command block and console aswell! Usage: Ju

null 6 Dec 7, 2022
A Minecraft Forge Mod that adds the features from Blockixel Artistry's YouTube videos

Blockixel Concepts for Forge 1.18.2 Fabric Port at https://github.com/JimmyTheGreat1500/BlockixelConcepts A Forge mod that aims to implement Blockixel

OutCraft 3 Dec 25, 2022
Minecraft mod - Adds more support for keyboard navigation in GUI screens!

UseKeyboardWithMenu Client-sided mod that adds more support for keyboard navigation in GUI screens! ?? Table of Contents About Authors ?? About UseKey

ZimonIsHim 3 Apr 26, 2022
Adds baby powder to stop babies from turning into adults.

Baby Powder Adds baby powder to stop babies from turning into adults. When a player (or their tamed wolf) kills a baby mob, it has a rare chance of dr

null 5 Nov 5, 2022
🧶 Adds combat roll ability, with related attributes and enchantments.

??️ Features Adds Combat Roll ability for players, press R to roll (by default) Adds entity attributes to improve rolling capabilities combatroll:dist

Molnár Zsolt 4 Nov 21, 2022