Description
This mod is an addon for Reskillable and allows you to easily add new skills.
It's worth noting that at this time there is no way to add new traits within these skills, but the skills can then used for requirements.
There is a config directory for this mod where the config JSON file and all icon images must be located.
The JSON file is where you can list and define multiple new skills to be added, and then you can put icon images into the directory for the new skills to use.
The JSON file will generate the first time with an example:
[
{
"name": "example",
"localName": "Example",
"background": "stone"
}
]
Note: This example will not be added as a new skill. It is safe to leave it there for your reference. Specifically, any skill with the name "example" will not be added.
All skills must be in the above format with all three properties populated. Here's what each are and what they do:
- name
This is basically the "registry name" of the skill. The icon file must be named the same as this name.
- localName
This will be what you see in-game - it is injected into the language translation map.
- background
This should be the registry path name of a block which you would like to use as the background for the skill.
All icon files must be in a PNG format, and 64x64 pixels. The top row of 64x16 pixels are where your 4 skill stage icons will be. You can use this example icon as a guide.
Make sure that when you add new skill locks to the Reskillable config, if you want to use a skill added by this mod you must reference it as "extraskills:<skillName>". For example, if I have a skill called "tech", then the skill lock must use "extraskills:tech".
Please post any issues or suggestions to my GitHub using the link at the top.
AD
Become Premium to remove Ads!
What means Verified?
-
Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
-
Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
-
Security: The mod should not contain any malicious code or attempts to steal personal information.
-
Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
-
Originality: The mod should be original and not a copy of someone else's work.
-
Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
-
Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
-
License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
-
Documentation: The mod should come with clear and detailed documentation on how to install and use it.
AD
Become Premium to remove Ads!
How to Install
Download Forge & Java
Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.
Prepare
Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.
Add Mods
Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder
Enjoy
You are now Ready. Re-start your Game and start Playing.