This tutorial is set by the author's setting without permission.
Find a folder
Place all custom plant files in (your MC version number)/Config/MySticalCustomization/CROPS folder
The basic elements of each crop must
1. Crop name
example:
"name": "your_first_crop",
2. Crop level
example:
"tier": "Mysticalagriculture: 4",
Crop levels can be obtained through commands/mysticalcustomization tiers in the game
PS: If the level is 6, you need to define the box under the cultivated land
3. Crop type
example:
"type": "resource",
Crop types can be obtained through commands/mysticalCustomization Types in the game
4. Materials required for crop synthesis
example:
"Ingredient": {"Item": "Minecraft: Diamond_block"
},
5. Crop color
example:
"color": "f2F2F2",
Customized part
1. Blocks below the cultivated land
example:
"CRUX": "Minecraft: Dragon_egg",
2, crop map
example:
{{"Textures": {
"Flower": "MyStiCalagriculture: Block/Flower_dust",, "
"Essence": "Mysticalagriculture: Block/Essence_dust",
"SEEDS": "MyStiCalagriculture: Item/MySTICAL_SEEDS"}
}
Please check the official document by yourself
3. Magic lighting effect (required MOD version 2.0.0 and above)
example:
"glint": true,
4. Growth group (need MOD version 2.1.2 or above)
example:
"biomes": ["minecraft: plains", "minecraft: desert"],
There are some customized functions of the remaining remaining, which is not very useful, so I won't go into details here.
Restart the game and you can see the plants are displayed normally.