Earlier Versions
| Name | Size | Uploaded | Game Version | Downloads | |
| JHocon-1.0-jh0.1.4 +1 More beta | 315.00 KB | Jan 8, 2019 | 1.12.2 | 218 | Download |
Description
Allows to simply(like as gson) create beautify config(hocon syntax)
Usage
For example, we have some config class.
public final class Config {
public String val1 = "default";
public int val2 = 0;
}
Using in your mod
Config config = JHoconConfig.getOrCreateConfig("<modid>",Config::new)
It look in file:
config {
val1="default"
val2=0
}
Source code
Get 0.05 TON 💎
Download



Add a comment