Minecraft JHoconConfig mod 2026 download
logo
minecraft mod JHoconConfig

JHoconConfig

Game Version: 1.12.2
Total Downloads: 240
Updated: Jan 8, 2019
Created: Jan 8, 2019
Download JHoconConfigDownload Earlier Versions

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 JHoconConfig JHocon-1.0-jh0.1.4

+1 More betaDownload

Description

Share this:

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

Comments

Add a comment