Skilling

Quick rating

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.

QoL & Tweaks
Mod Loaders
Forge
Minecraft

Community voices

Reviews

List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Show per page
10
25
50
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

About

Project Details

Type
Mod
Latest Version
1.19.4-1.0.0a

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.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

CurseForge ID

Resources

External Links

Source Issues Wiki Discord

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!

Biomes O' Plenty - Biomes O' Plenty is an expansive biome mod for Minecraft that adds a slew of new, unique biomes to the Overworld, Nether, and End!

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.

Screenshots

Gallery

  • Skilling Book
    Skilling Book

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

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works