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.

rts808

Members
  • Joined

  • Last visited

Everything posted by rts808

  1. I'm trying to run a minecraft 1.12.2 server on a Dell R610 and have run into issues with the FML not loading the correct mods. The OS is Ubuntu server 20.something.something LTS. The FML always finds 4 mods in the mods folder regardless of whether it is full of mods or is empty. After every failed attempt to get the server to find the mods, I delete the world by deleting the /world folder from the minecraft directory. I have been getting my mods from the curse forge application that I use to run minecraft on my computer. I'm not sure what is wrong with it. I have been following the tutorial in the URL below. I have also attached the info from the server upon startup of the minecraft server. This info from startup is when the /mods/ folder was empty. The file path to the mods folder is as follows: /opt/minecraftforge12/mods . Any guidance would be much appreciated. https://www.linuxnorth.org/minecraft/modded_linux.html [03:50:21] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [03:50:21] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker [03:50:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker [03:50:21] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2855 for Minecraft 1.12.2 loading [03:50:21] [main/INFO] [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_292, running on Linux:amd64:5.4.0-84-generic, installed at /usr/lib/jvm/java-8-openjdk-amd64/jre [03:50:21] [main/INFO] [FML]: Searching /opt/minecraftforge12/./mods for mods [03:50:21] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [03:50:21] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [03:50:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [03:50:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLInjectionAndSortingTweaker [03:50:21] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [03:50:24] [main/INFO] [FML]: Found valid fingerprint for Minecraft Forge. Certificate fingerprint e3c3d50c7c986df74c645c0ac54639741c90a557 [03:50:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.relauncher.CoreModManager$FMLPluginWrapper [03:50:24] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLDeobfTweaker [03:50:25] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.TerminalTweaker [03:50:25] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.TerminalTweaker [03:50:25] [main/INFO] [LaunchWrapper]: Launching wrapped minecraft {net.minecraft.server.MinecraftServer} [03:50:30] [Server thread/INFO] [minecraft/DedicatedServer]: Starting minecraft server version 1.12.2 [03:50:30] [Server thread/INFO] [FML]: MinecraftForge v14.23.5.2855 Initialized [03:50:30] [Server thread/INFO] [FML]: Starts to replace vanilla recipe ingredients with ore ingredients. [03:50:31] [Server thread/INFO] [FML]: Invalid recipe found with multiple oredict ingredients in the same ingredient... [03:50:31] [Server thread/INFO] [FML]: Replaced 1227 ore ingredients [03:50:31] [Server thread/INFO] [FML]: Searching /opt/minecraftforge12/./mods for mods [03:50:32] [Server thread/INFO] [FML]: Forge Mod Loader has identified 4 mods to load [03:50:32] [Server thread/WARN] [FML]: Missing English translation for FML: assets/fml/lang/en_us.lang [03:50:32] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge] at CLIENT [03:50:32] [Server thread/INFO] [FML]: Attempting connection with missing mods [minecraft, mcp, FML, forge] at SERVER [03:50:33] [Server thread/INFO] [FML]: Processing ObjectHolder annotations [03:50:33] [Server thread/INFO] [FML]: Found 1168 ObjectHolder annotations [03:50:33] [Server thread/INFO] [FML]: Identifying ItemStackHolder annotations [03:50:33] [Server thread/INFO] [FML]: Found 0 ItemStackHolder annotations [03:50:33] [Server thread/INFO] [FML]: Configured a dormant chunk cache size of 0 [03:50:33] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Starting version check at http://files.minecraftforge.net/maven/net/minecraftforge/forge/promotions_slim.json [03:50:33] [Server thread/INFO] [FML]: Applying holder lookups [03:50:33] [Server thread/INFO] [FML]: Holder lookups applied [03:50:33] [Server thread/INFO] [FML]: Applying holder lookups [03:50:33] [Server thread/INFO] [FML]: Holder lookups applied [03:50:33] [Server thread/INFO] [FML]: Applying holder lookups [03:50:33] [Server thread/INFO] [FML]: Holder lookups applied [03:50:33] [Server thread/INFO] [FML]: Applying holder lookups [03:50:33] [Server thread/INFO] [FML]: Holder lookups applied [03:50:33] [Server thread/INFO] [FML]: Injecting itemstacks [03:50:33] [Server thread/INFO] [FML]: Itemstack injection complete [03:50:33] [Server thread/INFO] [minecraft/DedicatedServer]: Loading properties [03:50:33] [Server thread/INFO] [minecraft/DedicatedServer]: Default game type: SURVIVAL [03:50:33] [Server thread/INFO] [minecraft/DedicatedServer]: Generating keypair [03:50:33] [Server thread/INFO] [minecraft/DedicatedServer]: Starting Minecraft server on *:25565 [03:50:33] [Server thread/INFO] [minecraft/NetworkSystem]: Using epoll channel type [03:50:33] [Server thread/INFO] [FML]: Applying holder lookups [03:50:33] [Server thread/INFO] [FML]: Holder lookups applied [03:50:33] [Server thread/INFO] [FML]: Injecting itemstacks [03:50:33] [Server thread/INFO] [FML]: Itemstack injection complete [03:50:34] [Server thread/INFO] [FML]: Forge Mod Loader has successfully loaded 4 mods [03:50:34] [Server thread/INFO] [minecraft/DedicatedServer]: Preparing level "world" [03:50:34] [Forge Version Check/INFO] [forge.VersionCheck]: [forge] Found status: UP_TO_DATE Target: null [03:50:34] [Server thread/INFO] [FML]: Loading dimension 0 (world) (net.minecraft.server.dedicated.DedicatedServer@55b57fe5) [03:50:34] [Server thread/INFO] [minecraft/AdvancementList]: Loaded 488 advancements [03:50:35] [Server thread/INFO] [FML]: Loading dimension -1 (world) (net.minecraft.server.dedicated.DedicatedServer@55b57fe5) [03:50:35] [Server thread/INFO] [FML]: Loading dimension 1 (world) (net.minecraft.server.dedicated.DedicatedServer@55b57fe5) [03:50:35] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing start region for level 0 [03:50:36] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 5% [03:50:37] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 10% [03:50:38] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 16% [03:50:39] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 20% [03:50:40] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 25% [03:50:41] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 31% [03:50:42] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 36% [03:50:43] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 41% [03:50:44] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 45% [03:50:45] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 50% [03:50:46] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 57% [03:50:48] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 62% [03:50:49] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 68% [03:50:50] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 74% [03:50:51] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 80% [03:50:52] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 85% [03:50:53] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 92% [03:50:54] [Server thread/INFO] [minecraft/MinecraftServer]: Preparing spawn area: 96% [03:50:54] [Server thread/INFO] [minecraft/DedicatedServer]: Done (20.651s)! For help, type "help" or "?" [03:50:55] [Server thread/INFO] [FML]: Unloading dimension -1 [03:50:55] [Server thread/INFO] [FML]: Unloading dimension 1

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.