Scavenge-Skillable: Connect Skills and Loot in Minecraft
Scavenge-Skillable: Connect Skills and Loot in Minecraft is a lightweight bridge addon that connects two popular mods: Scavenge and Skillable. Scavenge handles advanced loot tables and block drop conditions, while Skillable introduces a leveling system with skill-based restrictions. On their own, these mods operate in separate spheres. This addon merges them, allowing pack developers to create cohesive RPG mechanics where character progression directly influences what players can mine, loot, or unlock.
Core Functionality of the Addon
The addon introduces two new block properties that work inside the Scavenge system and reference Skillable data directly. These properties let you define both prerequisites and rewards for any block or loot interaction. The setup is done through familiar JSON configuration files, so there is no need to learn a new syntax.
require_skill: Gating Loot Behind Skill Levels
This property acts as a condition. It checks whether the player has a specific skill from the Skillable system before allowing the block to drop its intended loot. Configuration parameters include:
- name: a string that specifies the skill identifier, such as "mining" or "attack".
- disableJEI: a boolean value (default false) that controls whether the condition appears in the JEI interface, useful for hidden mechanics.
For example, you can configure a common stone block to drop valuable ore only for players with a mining skill of level 10. A new player receives cobblestone, while an experienced miner gets the reward.
level_up_skill: Rewarding Actions with Experience
This property works as an effect. When a player successfully mines a block under the defined conditions, the addon not only grants the item but also increases the specified skill by a set number of levels. Configuration parameters include:
- name: the skill to be leveled up.
- levels: an integer indicating how many levels to add (default 1).
- disableJEI: controls visibility in JEI, same as above.
This creates a self-sustaining progression loop. Mining rare blocks can boost your attack or building skills, encouraging exploration and targeted farming of specific resources.
Practical Applications in Modpacks
Scavenge-Skillable: Connect Skills and Loot in Minecraft shines in hardcore RPG packs where every skill point matters. You can set dungeon chests to require a lockpicking skill, or make nether ores grant experience only when the player has fire resistance leveled up. Another scenario involves dimension gates: place a require_skill condition on a portal block so travel becomes available only after reaching a certain magic skill threshold.
The addon integrates cleanly with JEI, letting players see requirements directly in the interface unless you disable that option. This transparency lowers the entry barrier and makes gameplay predictable. For mystery-focused packs, the disableJEI parameter allows you to hide conditions, adding an element of discovery and encouraging experimentation.
Installation and Version Compatibility
To run the addon, you must have both parent mods installed: Scavenge and Skillable. The addon itself is distributed on CurseForge, and the parent mods are available from the same platform. For those assembling a pack without manual dependency management, the foxygame.net launcher provides a one-click solution. You can select Scavenge-Skillable: Connect Skills and Loot in Minecraft from the mod catalog, and the launcher automatically resolves the correct versions and checks compatibility across all installed modifications.
This addon supports Minecraft versions that are compatible with both Scavenge and Skillable, primarily targeting the Forge mod loader. It does not conflict with other Scavenge extensions unless they override the same properties. The addon is lightweight and does not burden server performance, as it only adds a couple of checks to the existing system.
Configuration Tips for Pack Makers
To maximize the potential of Scavenge-Skillable: Connect Skills and Loot in Minecraft, combine both properties in chains. For instance, set a require_skill condition for mining level 20 on a mithril ore block, and add a level_up_skill effect that grants one mining level per block. This creates a feedback loop where the more you mine, the higher your skill becomes, unlocking even rarer blocks.
Use the disableJEI parameter strategically. In quest-based packs, hiding conditions can make secret rooms feel rewarding. In sandbox environments, showing requirements helps players plan their skill progression efficiently.
Conclusion
Scavenge-Skillable: Connect Skills and Loot in Minecraft is a compact yet powerful tool for customizing Minecraft. It bridges the gap between loot mechanics and RPG progression, enabling modpack authors to build worlds that react to player growth. If you want every pickaxe swing or chest opening to contribute to a character's story, this addon belongs in your next build. Follow the installation steps above, download Scavenge-Skillable: Connect Skills and Loot in Minecraft for Minecraft, and learn how to install it properly to start crafting deeper gameplay loops today.