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.

xImperiak

Members
  • Joined

  • Last visited

  1. Ok, thank you!!
  2. Thank you a lot for the solution and the advice!! Do you know anywhere were I could learn to use those classes?
  3. xImperiak joined the community
  4. After trying to read JSON file form resources by Gson gson = new Gson(); Reader reader = Files.newBufferedReader(Paths.get("src/resources/assets/civitas/abilities/abilities.json")); List<String> abilities = Arrays.asList(gson.fromJson(reader, String[].class)); reader.close(); I always get the same message in the Minecraft screen: "Errors in currently selected datapacks prevented world from loading" and in the console: "java.nio.file.NoSuchFileException: src/resources/assets/civitas/abilities/abilities.json" I have also tryed with the path "assets/civitas/abilities/abilities.json" and others, but didn't work. The files on my resources directory are: resources |. data |. |. civitas |. assets |. |. civitas |. |. |. abilities |. |. |. |. abilities.json |. META-INF |. |. mods.toml |. pack.mcmeta Thank you for your help in advance ๐Ÿ˜Š

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.