Create a world in an older version (I used 18w09a) and include a data pack that is incompatible with 18w20c, because of invalid block ids/names.
When trying to open this world in 18w20c singleplayer, Minecraft is stuck in the loading screen.
When trying to open it on a server, it will crash. Crash report:
---- Minecraft Crash Report ----
// My bad.
Time: 21.05.18 09:06
Description: Exception in server tick loop
java.lang.IllegalStateException: Cannot build unresolved tag entry
at wg$c.a(SourceFile:228)
at wg.<init>(SourceFile:41)
at wg$a.b(SourceFile:134)
at wh.a(SourceFile:137)
at wi.a(SourceFile:36)
at uo.c(SourceFile:123)
at uo.a(SourceFile:106)
at net.minecraft.server.MinecraftServer.a(SourceFile:1370)
at net.minecraft.server.MinecraftServer.a(SourceFile:356)
at net.minecraft.server.MinecraftServer.a(SourceFile:299)
at rv.d(SourceFile:248) at net.minecraft.server.MinecraftServer.run(SourceFile:502)
at java.lang.Thread.run(Unknown Source)
A detailed walkthrough of the error, its code path and all known details is as follows:
----------------------------------------------------------------------------------
-- System Details --
Details: Minecraft Version: 18w20c
Operating System: Windows 8.1 (amd64) version 6.3
Java Version: 1.8.0_171, Oracle Corporation
Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
Memory: 859455328 bytes (819 MB) / 1029177344 bytes (981 MB) up to 1029177344 bytes (981 MB)
JVM Flags: 2 total; -Xmx1024M -Xms1024M
Profiler Position: N/A (disabled)
Player Count: 0 / 12; []
Data Packs: vanilla, file/cod (incompatible), file/guns (incompatible)
Is Modded: Unknown (can't tell)
Type: Dedicated Server (map_server.txt)
Linked issues
is duplicated by 2
relates to 1
Comments 2
It's actually two data packs: http://www.mediafire.com/file/pnbc7z9fbfwqgu9/2%20datapacks.zip
They there used un-zipped.
They contain invalid commands and block ids (block tag).
Later I updated another world, also containing invald command functions, so I guess the crash is caused by the block ids.
Please attach the data pack in question, as when a function has an old/invalid command, it just doesn’t load that function and continues.