Community listing page, reviews here may not be monitored by the author.
Skilling
No reviews yet
Skilling is a mod that adds intuitive linear progression.
Includes quality of life improvements and small tweaks to enhance and customize gameplay.
Forge is a popular mod loader for versions 1.1+ of Minecraft.
Community voices
Reviews
Filters
Click once to include, again to exclude, again to clear
No reviews yet. Be the first to review this project!
Get it on
Available Platforms
About
Project Details
For authors
Embed Badge
If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.
Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.
Identifiers
Platform IDs
Resources
External Links
About
Description
Description
Skilling is a mod that adds linear progression in an intuitive manner. You will start with your trusty Skill Book which will allow you to see what level you have in given skills as well as what this enables you to do. Everything is locked behind a level wall providing easy to grasp progression. The goal of this project is to allow easily modifiable linear progression to slow down or speed up certain areas of gameplay to allow for a more cohesive play experience.
Mod Support
Skilling currently has built-in mod support for the following mods:
Jeweler - Jeweler is a mod that adds a variety of powerful jewelry to aid in your adventures!
Modpacks/Mod Makers
You can modify everything within this mod using a datapack! Everything will be placed under data/modid.
The first two files are data/modid/skills.json and data/modid/actions.json.
skills.json specifies which skills to add to the game.
actions.json is a json array that is essentially a list of all actions.
Actions must be placed in data/modid/actions/modid_action_name.json. Actions are matched by name so you can have instances where multiple actions can fire for the same name so semantics are important to keep in mind! For example, a fish can be "fished" with a fishing rod but can also be killed in-world as an entity. Both of these scenarios will trigger fish.json so it's important to use the proper action in the json.
Note: The word action is used interchangeably for both the item/entity file name and the "action" that can be executed. For example bamboo_sapling is the action file but it will trigger for actions "minecraft:mining" and "minecraft:break_block". If a player doesn't meet the specified action requirements then the event will fail and be cancelled if possible.
Actions
Below is a list of actions that can be triggered for a given item/entity/etc. Modders may add more of these by utilizing the ActionAPI.
minecraft_crafting - Fired when crafting an item matching the action name.
minecraft_mining - Fired when mining/breaking a block matching the action name.
minecraft_equip - Fired when attempting to equip an item.
minecraft_fishing - Fired when attempting to fish.
minecraft_smelting - Fired when attempting to smelt a given item.
minecraft_blasting - Fired when blasting an item in the blasting furnace.
minecraft_smithing - Fired when smithing an item in the smithing table.
minecraft_killed - Fired when an entity is killed. If failed then no damage is dealt.
minecraft_farming - Combination of minecraft_break_block and minecraft_place_block.
minecraft_interact_block - Fired when right clicking a block.
minecraft_place_block - Fired when attempting to place a block.
Note: Also checks requirements for minecraft_break_block.
minecraft_break_block - Fired when attempting to break a block.
minecraft_firest_time_biome_enter - Fired the first time a player enters the given biome.
minecraft_map_update - Fired when a map is updated for a given player.
minecraft_interact_entity - Fired when right clicking an entity.
minecraft_interact_item - Fired when right clicking an item.
minecraft_brewing - Fired when attempting to use the brewing stand.
minecraft_enchanting - Fired for a given enchantment in the enchanting table.
minecraft_single_use_block - Locks a block so only one player may use it at a time.
Versions
Files
Relations
Project Relations
More like this
Similar Mods
Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.
On ModDex
Community snapshot
By the numbers
Statistics
Want to reach Minecraft players?
We're looking for a server hosting partner to feature here and other parts of the site. Interested? Send us a message!
Get in touchGet it on
Available Platforms
On ModDex
Community snapshot
By the numbers
Statistics
Resources