![Pepeland 34 genes[irrelevant]](https://cdn.metamods.net/images/mods/pepeland-34-genes/screenshots/c17651c8239bfc98af6335ca1d4caa65e3d1482b.png)
![Pepeland 34 genes[irrelevant]](https://cdn.metamods.net/images/mods/pepeland-34-genes/logo.png)
Ppl34-genes-Guide
Ppl34-genes-Guide - Genetic Reference Guide for Minecraft
The Ppl34-genes-Guide
modification serves as a comprehensive reference guide for the genetic system of experiment 34 implemented on the private Pepeland server. It contains complete information about all available genes and their characteristics.
Controls and Settings
The genetic reference window opens by default with the K
key. You can reassign this key in the game's control settings if needed.
System Requirements
For proper mod operation, the following are required:
- Fabric Loader version 0.15.11
- Fabric API version 0.100.8+1.20.6
Configuration via JSON File
To edit gene data, navigate to the path:
./minecraft/config/ppl34genes/gen_info.json
Configuration file structure:
{
"genes": [
{
"label": "Label example",
"tooltip": "Tooltip example",
"levels": [
"Example of information about gene 1",
"Example of information about gene 2",
"Example of information about gene 3"
],
"icon": "texture path (it is better not to change it)",
"levelIcons": [
"also don't change the icons here"
]
}
]
}
Configuration Parameters Description
- label: Gene name displayed in the interface. Use clear and accurate names
- tooltip: Pop-up hint when hovering the cursor. Contains brief information about gene characteristics
- levels: List of strings describing gene development levels. Each string corresponds to a specific stage
- icon: Location of the texture file for the gene icon. Modification is not recommended
- levelIcons: Array of paths to textures for displaying level icons. Adjustment may disrupt visual design
Useful Recommendations
- Create backup copies of the configuration file before making changes
- Check JSON syntax correctness using validators
- Test changes after restarting the application
- Ensure the correctness of specified resource paths
- Follow the established structure when adding new genes