This tutorial is set by the author's setting without permission.
Tutorial Demonstration Version Chestcavity-FORGE -.20.1-2.16.6
First of all, we create an empty folder
Then create a data folder in that folder
Also create a pack.mcmeta file
Then we open the pack.mcmeta in a text
Then we enter this input
{{
"PACK": {
"PACK_FORMAT": 15,
"Description": "Any"
}
}
pack_format is the version supported by your package
1.20.1 is 15
description
You can enter any text
After we changed it, click the data file and create a cheatcavity file under the data file
Then we click in to create a Organs folder under the chestcavity file and click in
I want to change the diamond in Minecraft into a new organ now to create a MINECRAFT file folder under the Organs folder
Then we create a diamond.json file under the Minecraft folder and then open it in text
enter
{{
"Itemid": "Item ID",
"Organscores": [
{"ID": "Chestcavity: Speed", "Value": "5"},
{"ID": "Chestcavity: Streangth", "Value": "10"},
{"ID": "Chestcavity: SWIM_SPEED", "Value": "10"},
{"ID": "Chestcavity: DIGESTION", "Value": ".75"}
]
}
Some people may be a bit stunned when they see these. In fact, it is very simple to understand itemid. It is the ID of your item. For example, I want to change the diamond.
The string below ORGANSCORES is the BUFF owned by your organ
Chestcavity: Speed means speed
cheatcavity: stringth is power
cheatcavity: SWIM_SPEED is swimming speed
Chestcavity: DIGESTION is digestion (usually the ability of the stomach)
There are also some folders that can go to the module to find the module of the chest/data/chestcavity/organgans/then in this directory, and then the number behind the ability of each organs is the strength of this ability.The stronger power
After changing it, we compressed this compressed package in a zip format