Jump to content
View in the app

A better way to browse. Learn more.

Forge Forums

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Featured Replies

Posted

im trying store some data that generated from WSS(WebSocketSecure) into JSON file

Forge MDK have common TOML config with using ForgeConfigSpec. in otherside, i wanna create JSON file with using ForgeConfigSpec. i take a look into External Libraries, Forge had use com.electronwill.night-config:toml:3.6.4  & com.electronwill.night-config:core:3.6.4 and unfortunately... i think ForgeConfigSpec only support TOML. but i've been implement com.electronwill.night-config:json:3.6.7 and now i dont have idea how to write ForgeConfigSpec as JSON file, does anyone know about that? please help me figure out how to write it

  • pobab changed the title to [1.20.1] create JSON file with using ForgeConfigSpec
  • Author

this is what i've been do since i think ForgeConfigSpec can't handle JSON file

@SubscribeEvent
static void onLoad(final ModConfigEvent event) {
    LOGGER.info(PREFIX);
    LOGGER.info(PREFIX+"Generating config");
    FileConfig config = FileConfig.of(CONFIG_FILE);
    config.set("pobab", "5000");
    config.save();
    config.close();
    LOGGER.info(PREFIX+"successful generated");
    LOGGER.info(PREFIX);
}

but, it said

[07:44:51] [main/ERROR] [ne.mi.fm.ja.FMLModContainer/]: Exception caught during firing event: No suitable format for forgeria-data.json

here is the full log

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

Important Information

By using this site, you agree to our Terms of Use.

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.