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.

Juju Bug

Members
  • Joined

  • Last visited

  1. Juju Bug joined the community
  2. Hello! So I have scoured the internet for an answer to this, and support is not responding back. I started a modded 1.12.2 server on Voodoo servers to play my own custom modpack. I copied basically all the mods in my mod folder from CurseForge. I got in the server once, however the modded items were not placing or crafting and I read that it was due to having the wrong server jar, so I added the forge one. Then this happened: 01.10 16:38:38 [Multicraft] Received start command 01.10 16:38:38 [Multicraft] Loading server properties 01.10 16:38:38 [Multicraft] Starting server! 01.10 16:38:38 [Multicraft] Loaded config for "+ Custom (Java 8: use any JAR as custom8.jar)" 01.10 16:38:38 [Multicraft] Updating eula.txt file 01.10 16:38:40 [Server] INFO 2021-10-01 16:38:40,949 main WARN Disabling terminal, you're running in an unsupported environment. 01.10 16:38:41 [Server] main/INFO [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker 01.10 16:38:41 [Server] main/INFO [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLServerTweaker 01.10 16:38:41 [Server] main/INFO [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLServerTweaker 01.10 16:38:41 [Server] main/INFO [FML]: Forge Mod Loader version 14.23.5.2855 for Minecraft 1.12.2 loading 01.10 16:38:41 [Server] main/INFO [FML]: Java is OpenJDK 64-Bit Server VM, version 1.8.0_272, running on Linux:amd64:3.10.0-1160.2.2.el7.x86_64, installed at /usr/lib/jvm/java-1.8.0-openjdk-1.8.0.272.b10-1.el7_9.x86_64/jre 01.10 16:38:41 [Server] main/INFO [FML]: Searching /./mods for mods 01.10 16:38:41 [Server] main/WARN [FML]: Found FMLCorePluginContainsFMLMod marker in albedo-1.12.2-1.1.0.jar. This is not recommended, @Mods should be in a separate jar from the coremod. 01.10 16:38:41 [Server] main/WARN [FML]: The coremod FMLPlugin (elucent.albedo.asm.FMLPlugin) is not signed! 01.10 16:38:41 [Server] main/WARN [FML]: Found FMLCorePluginContainsFMLMod marker in BetterFoliage-MC1.12-2.3.3.jar. This is not recommended, @Mods should be in a separate jar from the coremod. 01.10 16:38:41 [Server] main/WARN [FML]: The coremod BetterFoliageLoader (mods.betterfoliage.loader.BetterFoliageLoader) is not signed! 01.10 16:38:41 [Server] main/INFO [FML]: Loading tweaker guichaguri.betterfps.tweaker.BetterFpsTweaker from BetterFps-1.4.8.jar 01.10 16:38:41 [Server] main/INFO [FML]: Loading tweaker org.spongepowered.asm.launch.MixinTweaker from DynamicSurroundings-1.12.2-3.6.1.0.jar 01.10 16:38:41 [Server] main/WARN [FML]: Found FMLCorePluginContainsFMLMod marker in Forgelin-1.8.4.jar. This is not recommended, @Mods should be in a separate jar from the coremod. 01.10 16:38:41 [Server] main/WARN [FML]: The coremod net.shadowfacts.forgelin.preloader.ForgelinPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft 01.10 16:38:41 [Server] main/WARN [FML]: The coremod ForgelinPlugin (net.shadowfacts.forgelin.preloader.ForgelinPlugin) is not signed! 01.10 16:38:41 [Server] main/WARN [FML]: Found FMLCorePluginContainsFMLMod marker in future-mc-1.12.2-0.2.6.1.jar. This is not recommended, @Mods should be in a separate jar from the coremod. 01.10 16:38:41 [Server] main/WARN [FML]: The coremod FutureMC (thedarkcolour.futuremc.asm.CoreLoader) is not signed! 01.10 16:38:41 [Server] main/WARN [FML]: Found FMLCorePluginContainsFMLMod marker in LittleTiles_v1.5.24_mc1.12.2.jar. This is not recommended, @Mods should be in a separate jar from the coremod. 01.10 16:38:41 [Server] main/WARN [FML]: The coremod com.creativemd.littletiles.LittlePatchingLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft 01.10 16:38:41 [Server] main/WARN [FML]: The coremod LittlePatchingLoader (com.creativemd.littletiles.LittlePatchingLoader) is not signed! 01.10 16:38:41 [Server] main/ERROR [LaunchWrapper]: Unable to launch 01.10 16:38:41 [Server] INFO java.lang.RuntimeException: An error occurred trying to configure the Minecraft home at /. for Forge Mod Loader 01.10 16:38:41 [Server] INFO at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:111) ~[forge-1.12.2-14.23.5.2855.jar:?] 01.10 16:38:41 [Server] INFO at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupServer(FMLLaunchHandler.java:87) ~[forge-1.12.2-14.23.5.2855.jar:?] 01.10 16:38:41 [Server] INFO at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForServerLaunch(FMLLaunchHandler.java:47) ~[forge-1.12.2-14.23.5.2855.jar:?] 01.10 16:38:41 [Server] INFO at net.minecraftforge.fml.common.launcher.FMLServerTweaker.injectIntoClassLoader(FMLServerTweaker.java:62) ~[forge-1.12.2-14.23.5.2855.jar:?] 01.10 16:38:41 [Server] INFO at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?] 01.10 16:38:41 [Server] INFO at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?] 01.10 16:38:41 [Server] INFO at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_272] 01.10 16:38:41 [Multicraft] Server shut down (starting) 01.10 16:38:41 [Multicraft] Restarting crashed server in 5 seconds 01.10 16:38:41 [Multicraft] Looks like a crash, check the server console. Return value: 1 01.10 16:38:41 [Multicraft] Server stopped 01.10 16:38:44 [Multicraft] Received stop command 01.10 16:38:44 [Multicraft] Server stopped

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.