We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to nest nested configs they don't appear in the Modmenu config options. The json config works fine.
The code I have currently:
@Nest public Dispensers DEVICES_DISPENSERS = new Dispensers(); public static class Dispensers { @Nest public DispenserDeviceConfig VANILLA_DISPENSER_DEVICE = new DispenserDeviceConfig(OpenCUConfigCommon.Defaults.VANILLA_DISPENSER_DEVICE); @Nest public DispenserDeviceConfig GOLDEN_DISPENSER_DEVICE = new DispenserDeviceConfig(OpenCUConfigCommon.Defaults.GOLDEN_DISPENSER_DEVICE); @Nest public DispenserDeviceConfig DIAMOND_DISPENSER_DEVICE = new DispenserDeviceConfig(OpenCUConfigCommon.Defaults.DIAMOND_DISPENSER_DEVICE); @Nest public DispenserDeviceConfig NETHERITE_DISPENSER_DEVICE = new DispenserDeviceConfig(OpenCUConfigCommon.Defaults.NETHERITE_DISPENSER_DEVICE); }
I know that DispenserDeviceConfig works since when I put is outside of Dispensers it works fine
DispenserDeviceConfig
Dispensers
latest.log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When I try to nest nested configs they don't appear in the Modmenu config options. The json config works fine.
The code I have currently:
I know that
DispenserDeviceConfig
works since when I put is outside ofDispensers
it works finelatest.log
The text was updated successfully, but these errors were encountered: