Everything posted by Bumpay
-
Launch Minecraft Server within IntelliJ with the runServer Command not working
Where do I find it? In IntelliJ or in some Folder?
-
Launch Minecraft Server within IntelliJ with the runServer Command not working
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.
-
Launch Minecraft Server within IntelliJ with the runServer Command not working
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.
-
Save a list of objects as .json on server side
@diesieben07 do you know how I can add NBT Tags to the level.dat file?
-
Save a list of objects as .json on server side
-
Save a list of objects as .json on server side
-
Save a list of objects as .json on server side
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 ?
-
Save a list of objects as .json on server side
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.
-
Save a list of objects as .json on server side
And is WorldSavedData even up to date in 1.15.2 ? Because i can't import the class MapStorage.
-
Save a list of objects as .json on server side
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.
-
Save a list of objects as .json on server side
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
IPS spam blocked by CleanTalk.