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.

Bumpay

Members
  • Joined

  • Last visited

Everything posted by Bumpay

  1. Where do I find it? In IntelliJ or in some Folder?
  2. runServer log: [20:27:25] [pool-2-thread-1/DEBUG] [ne.mi.fm.lo.mo.Scanner/SCAN]: Scanning Mod File: C:\Users\adria\.gradle\caches\forge_gradle\minecraft_user_repo\net\minecraftforge\forge\1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1\forge-1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1-recomp.jar path /com/mojang/blaze3d/Empty3i.class [20:27:25] [pool-2-thread-1/DEBUG] [ne.mi.fm.lo.mo.AbstractJarFileLocator/SCAN]: Scan finished: Mod File: C:\Users\adria\.gradle\caches\forge_gradle\minecraft_user_repo\net\minecraftforge\forge\1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1\forge-1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1-recomp.jar [20:27:25] [pool-2-thread-1/DEBUG] [ne.mi.fm.lo.mo.Scanner/SCAN]: Scanning C:\Users\adria\.gradle\caches\forge_gradle\minecraft_user_repo\net\minecraftforge\forge\1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1\forge-1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1-recomp.jar with language loader javafml [20:27:25] [pool-2-thread-1/DEBUG] [ne.mi.fm.ja.FMLJavaModLanguageProvider/SCAN]: Found @Mod class net.minecraftforge.common.ForgeMod with id forge Process finished with exit code 0 The rest above looks similar to the first line prepareRunServer log: 20:27:19: Executing task ':prepareRunServer'... > Configure project : New Dep: net.minecraftforge:forge:1.15.2-31.2.0_mapped_snapshot_20200514-1.15.1 > Task :compileJava UP-TO-DATE > Task :processResources UP-TO-DATE > Task :classes UP-TO-DATE > Task :downloadMcpConfig > Task :extractSrg UP-TO-DATE > Task :createSrgToMcp UP-TO-DATE > Task :downloadMCMeta UP-TO-DATE > Task :downloadAssets > Task :extractNatives UP-TO-DATE > Task :makeSrcDirs > Task :prepareRuns > Task :prepareRunServer Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0. Use '--warning-mode all' to show the individual deprecation warnings. See https://docs.gradle.org/4.10.3/userguide/command_line_interface.html#sec:command_line_warnings BUILD SUCCESSFUL in 3s 9 actionable tasks: 3 executed, 6 up-to-date 20:27:22: Task execution finished ':prepareRunServer'. Hope this is what you looking for, otherwise pls tell me where to find it.
  3. I try to start a server but it does not start MInecraft and "Process finished with exit code 0" in the Run View. I watched a recent Post about that topic but it didn't quite explain what to do.
  4. @diesieben07 do you know how I can add NBT Tags to the level.dat file?
  5. I think I don't have it in my project as it seems...
  6. Do you know in which parts of the game they use WorldSaveData? And is there even a decompiled variant of the 1.15.2 jar ?
  7. Do you have a source where I can get the newer documentation, as it is hard for me to find any because I have no clue what is how possible with forge 1.15.2. I can only find videos from the older versions of minecraft.
  8. And is WorldSavedData even up to date in 1.15.2 ? Because i can't import the class MapStorage.
  9. Can you provide a code example or how I can implement it with both of your mentioned options? Because it is hard for me to understand the documentation from forge.
  10. Hello, to give a short summary, my mod should allow players on a server to create a port and save ships as structures. Players can then teleport with their ship to other ports. Here comes the problem, I don't know how to save a list of ports on the server as .json. Also I would like to be able to add new entries to the .json. When I try to make it client-sided the client crashes. public void addToPortList() { Gson gson = new GsonBuilder().create(); try { Writer writer = new FileWriter("../ports.json"); gson.toJson(this, writer); }catch(IOException e){ e.printStackTrace(); } } With kind regards, Bumpay

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.