Started by
travisxcrit
on
Topic category: Troubleshooting, bugs, and solutions
I made a pretty simple mod for 1.16.4 and I was wondering why it kept crashing my forge server, I thought it was version incompatibilities but I noticed removing common tags to the workspace that I had added to make a block immune to the wither and ender dragon, finally made the server run my mod. My mod ran fine in the workspace and when I exported it, but when it is ran on a forge server, common tags cause problems.
Check the console log for warnings so we can see what tag problem causes this
I'm hoping this is what your wanting, but also the mod runs fine when I run a server with client on mcreator.
Also I was having an error posting this so i deleted the code between the gap where I inserted a dash
This is also what made me delete the common tags out of my mod.
07.02 22:48:50 [Server] INFO Caused by: java.lang.IllegalStateException: Missing required tags: minecraft:block:minecraft:dragon_immune,minecraft:block:minecraft:wither_immune
07.02 22:48:33 [Server] INFO 2021-02-07 22:48:33,887 main WARN Advanced terminal features are not available in this environment
07.02 22:48:34 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmlserver, --fml.forgeVersion, 35.1.13, --fml.mcpVersion, 20201102.104115, --fml.mcVersion, 1.16.4, --fml.forgeGroup, net.minecraftforge, nogui]
07.02 22:48:34 [Server] main/INFO [cp.mo.mo.Launcher/MODLAUNCHER]: ModLauncher 8.0.6+85+master.325de55 starting: java version 1.8.0_211 by Oracle Corporation
07.02 22:48:34 [Server] main/INFO [ne.mi.fm.lo.FixSSL/CORE]: Added Lets Encrypt root certificates as additional trust
07.02 22:48:34 [Server] main/INFO [mixin/]: SpongePowered MIXIN Subsystem Version=0.8.2 Source=file:/libraries/org/spongepowered/mixin/0.8.2/mixin-0.8.2.jar Service=ModLauncher Env=SERVER
07.02 22:48:35 [Server] main/INFO [cp.mo.mo.LaunchServiceHandler/MODLAUNCHER]: Launching target 'fmlserver' with arguments [--gameDir, ., nogui]
07.02 22:48:44 [Server] modloading-worker-11/INFO [ne.mi.co.ForgeMod/FORGEMOD]: Forge mod loading, version 35.1.13, for MC 1.16.4 with MCP 20201102.104115
07.02 22:48:44 [Server] modloading-worker-11/INFO [ne.mi.co.MinecraftForge/FORGE]: MinecraftForge v35.1.13 Initialized
-
07.02 22:48:50 [Server] INFO at net.minecraftforge.fml.loading.FMLServerLaunchProvider.lambda$launchService$0(FMLServerLaunchProvider.java:51) ~[custom.jar:35.1] {}
07.02 22:48:50 [Server] INFO at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:37) [modlauncher-8.0.6.jar:?] {}
07.02 22:48:50 [Server] INFO at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:54) [modlauncher-8.0.6.jar:?] {}
07.02 22:48:50 [Server] INFO at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:72) [modlauncher-8.0.6.jar:?] {}
07.02 22:48:50 [Server] INFO at cpw.mods.modlauncher.Launcher.run(Launcher.java:82) [modlauncher-8.0.6.jar:?] {}
07.02 22:48:50 [Server] INFO at cpw.mods.modlauncher.Launcher.main(Launcher.java:66) [modlauncher-8.0.6.jar:?] {}
07.02 22:48:50 [Server] INFO at net.minecraftforge.server.ServerMain$Runner.runLauncher(ServerMain.java:63) [custom.jar:?] {}
07.02 22:48:50 [Server] INFO at net.minecraftforge.server.ServerMain$Runner.access$100(ServerMain.java:60) [custom.jar:?] {}
07.02 22:48:50 [Server] INFO at net.minecraftforge.server.ServerMain.main(ServerMain.java:57) [custom.jar:?] {}
07.02 22:48:50 [Server] INFO Caused by: java.lang.IllegalStateException: Missing required tags: minecraft:block:minecraft:dragon_immune,minecraft:block:minecraft:wither_immune
07.02 22:48:50 [Server] INFO at net.minecraft.tags.NetworkTagManager.lambda$reload$1(NetworkTagManager.java:47) ~[?:?] {re:classloading,pl:accesstransformer:B}
07.02 22:48:50 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:656) ~[?:1.8.0_211] {}
07.02 22:48:50 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_211] {}
07.02 22:48:50 [Server] INFO at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_211] {}
07.02 22:48:50 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219557_a(SourceFile:71) ~[?:?] {re:classloading}
07.02 22:48:50 [Server] INFO at net.minecraft.resources.AsyncReloader.func_219560_a(SourceFile:70) ~[?:?] {re:classloading}
07.02 22:48:50 [Server] INFO at java.util.concurrent.CompletableFuture$UniCompletion.claim(CompletableFuture.java:529) ~[?:1.8.0_211] {}
07.02 22:48:50 [Server] INFO at java.util.concurrent.CompletableFuture.uniAccept(CompletableFuture.java:653) ~[?:1.8.0_211] {}
07.02 22:48:50 [Server] INFO at java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:632) ~[?:1.8.0_211] {}
07.02 22:48:50 [Server] INFO at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) ~[?:1.8.0_211] {}
07.02 22:48:50 [Server] INFO at java.util.concurrent.CompletableFuture.complete(CompletableFuture.java:1962) ~[?:1.8.0_211] {}
07.02 22:48:50 [Server] INFO at net.minecraft.resources.AsyncReloader$1.func_216873_a(SourceFile:53) ~[?:?] {re:classloading}
07.02 22:48:50 [Server] INFO at net.minecraft.resources.AsyncReloader$1.func_216872_a(SourceFile:50) ~[?:?] {re:classloading}
07.02 22:48:50 [Server] INFO at java.util.concurrent.CompletableFuture.uniCompose(CompletableFuture.java:952) ~[?:1.8.0_211] {}
07.02 22:48:50 [Server] INFO at java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:926) ~[?:1.8.0_211] {}
07.02 22:48:50 [Server] INFO at java.util.concurrent.CompletableFuture.postComplete(CompletableFuture.java:474) ~[?:1.8.0_211] {}
07.02 22:48:50 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1595) ~[?:1.8.0_211] {}
07.02 22:48:50 [Server] INFO at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1582) ~[?:1.8.0_211] {}
07.02 22:48:50 [Server] INFO at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:289) ~[?:1.8.0_211] {}
07.02 22:48:50 [Server] INFO at java.util.concurrent.ForkJoinPool$WorkQueue.runTask(ForkJoinPool.java:1056) ~[?:1.8.0_211] {}
07.02 22:48:50 [Server] INFO at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1692) ~[?:1.8.0_211] {}
07.02 22:48:50 [Server] INFO at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:157) ~[?:1.8.0_211] {}
07.02 22:48:51 [Multicraft] Server shut down (starting)
07.02 22:48:51 [Multicraft] Restarting crashed server in 10 seconds
07.02 22:48:51 [Multicraft] Server stopped