Community listing page, reviews here may not be monitored by the author.
Koko
No reviews yet
Koko is a mod that allows you to create your own skills, their xp sources and effects to player.
Neoforge is a fork of the Minecraft Forge available for versions 1.20.1+ of Minecraft. Many Forge mods are compatible with Neoforge and vice versa.
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
Compatibility
Supported Environments
Must be installed on both the client and the server.
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
About
Description
This mod is in early stages and I still pretend to add much more content to it!
Note: This mod requires some knowledge how of datapack works!
Introduction
Have you ever thought about creating an RPG mod pack, but all RPG mods add generic skills and only allow for a few customizable settings?
Koko is a fully modular mod that allows you to create your own skills, their experience sources, and their effects on the player.
Let's look at an example:
You want to add the creativity skill to your mod pack. But you soon realize that none of the modern RPG mods include it.
Koko allows you to do this.
First, you need to download and install Koko. After that, create a datapack in the following path: <YourDatapackName>/data/<YourDatapackName>/koko/skills/
Now, simply create the .json file for your skill e.g "creativity.json":
This is the default pattern.
{
"display_name": "Creativity",
// This is a translable component!
"description": "Hi! I am creativity skill!",
// This is also a translable component too!
"icon": "lantern",
// This must be a valid item resource location"
"default_xp": 0,
// Default xp when the player join world for first time. This isn't the same of level!
"max_level": 10,
// Max level for that skill
"unlocked_max_level": 20
// This a special level that can only be unlocked by code.
// Useful to restrict player to "max_level" until they complete some challenge.
}
Alright now you have your creativity skill!
You can read more about how the mod works here!
This mod is in early stages and I still pretend to add much more content to it!
Note: This mod requires some knowledge how of datapack works!
Introduction
Have you ever thought about creating an RPG mod pack, but all RPG mods add generic skills and only allow for a few customizable settings?
Koko is a fully modular mod that allows you to create your own skills, their experience sources, and their effects on the player.
Let's look at an example:
You want to add the creativity skill to your mod pack. But you soon realize that none of the modern RPG mods include it.
Koko allows you to do this.
First, you need to download and install Koko. After that, create a datapack in the following path: <YourDatapackName>/data/<YourDatapackName>/koko/skills/
Now, simply create the .json file for your skill e.g "creativity.json":
This is the default pattern.
{
"display_name": "Creativity",
// This is a translable component!
"description": "Hi! I am creativity skill!",
// This is also a translable component too!
"icon": "lantern",
// This must be a valid item resource location!
"default_xp": 0,
// Default xp when the player join world for first time. This isn't the same of level!
"max_level": 10,
// Max level for that skill
"unlocked_max_level": 20
// This a special level that can only be unlocked by code.
// Useful to restrict player to "max_level" until they complete some challenge.
}
Alright now you have your creativity skill!
You can read more about how the mod works here!
Screenshots
Gallery
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