Skip to content

Instantly share code, notes, and snippets.

@misode
Created October 28, 2019 20:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save misode/0001af500ef8841396f381bae9772615 to your computer and use it in GitHub Desktop.
Save misode/0001af500ef8841396f381bae9772615 to your computer and use it in GitHub Desktop.
[21:03:55] [Client thread/INFO]: [CHAT] Reloading!
[21:03:55] [Server thread/INFO]: Reloading ResourceManager: Default, test2
[21:03:58] [Server thread/INFO]: Loaded 6 recipes
[21:03:58] [Server thread/ERROR]: Couldn't load function tag test:foo as it either references another tag that doesn't exist, or ultimately references itself
[21:03:58] [Server thread/ERROR]: Couldn't load function tag minecraft:load as it either references another tag that doesn't exist, or ultimately references itself
[21:03:58] [Server thread/ERROR]: Failed to reload data packs
java.util.concurrent.ExecutionException: java.lang.IllegalStateException: Cannot build unresolved tag entry
at java.util.concurrent.CompletableFuture.reportGet(CompletableFuture.java:357) ~[?:1.8.0_51]
at java.util.concurrent.CompletableFuture.get(CompletableFuture.java:1887) ~[?:1.8.0_51]
at net.minecraft.server.MinecraftServer.b(SourceFile:1473) [1.14.4.jar:?]
at net.minecraft.server.MinecraftServer.aE(SourceFile:1453) [1.14.4.jar:?]
at tb.a(SourceFile:16) [1.14.4.jar:?]
at tb$$Lambda$2202/344741660.run(Unknown Source) [1.14.4.jar:?]
at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:262) [brigadier-1.0.17.jar:?]
at com.mojang.brigadier.CommandDispatcher.execute(CommandDispatcher.java:176) [brigadier-1.0.17.jar:?]
at ce.a(SourceFile:225) [1.14.4.jar:?]
at wc.c(SourceFile:1067) [1.14.4.jar:?]
at wc.a(SourceFile:1054) [1.14.4.jar:?]
at ny.a(SourceFile:37) [1.14.4.jar:?]
at ny.a(SourceFile:9) [1.14.4.jar:?]
at ke.a(SourceFile:21) [1.14.4.jar:?]
at ke$$Lambda$2733/1046430521.run(Unknown Source) [1.14.4.jar:?]
at rk.run(SourceFile:18) [1.14.4.jar:?]
at agq.h(SourceFile:144) [1.14.4.jar:?]
at agu.h(SourceFile:23) [1.14.4.jar:?]
at agq.q(SourceFile:118) [1.14.4.jar:?]
at net.minecraft.server.MinecraftServer.aX(SourceFile:712) [1.14.4.jar:?]
at net.minecraft.server.MinecraftServer.q(SourceFile:706) [1.14.4.jar:?]
at agq.c(SourceFile:127) [1.14.4.jar:?]
at net.minecraft.server.MinecraftServer.p(SourceFile:691) [1.14.4.jar:?]
at net.minecraft.server.MinecraftServer.run(SourceFile:646) [1.14.4.jar:?]
at java.lang.Thread.run(Thread.java:745) [?:1.8.0_51]
Caused by: java.lang.IllegalStateException: Cannot build unresolved tag entry
at zg$c.a(SourceFile:224) ~[1.14.4.jar:?]
at zg.<init>(SourceFile:38) ~[1.14.4.jar:?]
at zg$a.b(SourceFile:131) ~[1.14.4.jar:?]
at zh.a(SourceFile:136) ~[1.14.4.jar:?]
at zh$$Lambda$2409/1025514560.accept(Unknown Source) ~[?:?]
at java.util.HashMap.forEach(HashMap.java:1280) ~[?:1.8.0_51]
at zh.a(SourceFile:136) ~[1.14.4.jar:?]
at rh.a(SourceFile:166) ~[1.14.4.jar:?]
at xj.b(SourceFile:12) ~[1.14.4.jar:?]
at xj$$Lambda$1620/1146805207.run(Unknown Source) ~[?:?]
at java.util.concurrent.CompletableFuture.uniRun(CompletableFuture.java:705) ~[?:1.8.0_51]
at java.util.concurrent.CompletableFuture$UniRun.tryFire(CompletableFuture.java:687) ~[?:1.8.0_51]
at java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:442) ~[?:1.8.0_51]
at xm.a(SourceFile:71) ~[1.14.4.jar:?]
at xm$$Lambda$1737/1760082859.run(Unknown Source) ~[?:?]
at rk.run(SourceFile:18) ~[1.14.4.jar:?]
at agq.h(SourceFile:144) ~[1.14.4.jar:?]
at agu.h(SourceFile:23) ~[1.14.4.jar:?]
at agq.q(SourceFile:118) ~[1.14.4.jar:?]
at net.minecraft.server.MinecraftServer.aX(SourceFile:712) ~[1.14.4.jar:?]
at net.minecraft.server.MinecraftServer.q(SourceFile:706) ~[1.14.4.jar:?]
at agq.c(SourceFile:127) ~[1.14.4.jar:?]
at net.minecraft.server.MinecraftServer.b(SourceFile:1471) ~[1.14.4.jar:?]
... 22 more
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment