-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] <Assets not downloading> #2730
Comments
What about deleting the entire |
Fixed it, I guess. |
Guys, it's happening again around 270mb. |
Yes. Please fix it. |
well if you do it from scratch it will pay by having sound |
That's the problem, it doesn't because it fails. |
Multithread downloading is used so slow connection might cause random aborts. But why do you have such slow speed? |
it is probably a lot of assets and a big size |
Yeah, you're probably right.
The internet in my region is quite slow. Anyways, any way I can fix it? |
well you can wait it's not ideal but it will be worth |
This comment was marked as resolved.
This comment was marked as resolved.
* add Arc capes DNS injector * Bug fix: Arc DNS injector breaks on Java 17 Error: Failed to inject cache! java.lang.reflect.InaccessibleObjectException: Unable to make java.net.InetAddress$CachedAddresses(java.lang.String,java.net.InetAddress[],long) accessible: module java.base does not "opens java.net" to unnamed module @4157f54e * Validate assets even if it’s fully downloaded (#2730) * Update MinecraftDownloaderTask.java Co-authored-by: Duy Tran Khanh <[email protected]>
commit 0b7467e2b4d8803ee8444b8c1f66309d6caa81d2 Author: Gus Bunce <[email protected]> Date: Wed Mar 9 09:33:41 2022 +1000 Temp merge fix commit a94952fe09bb35619900cf890aa64ae9bcea71e6 Author: Duy Tran Khanh <[email protected]> Date: Sat Mar 5 11:40:07 2022 +0700 wrong ptr again commit 6e0f5457551e7b345071672fe41cc4ddf4533b5d Author: khanhduytran0 <[email protected]> Date: Sat Mar 5 08:00:34 2022 +0700 Fix wrong JNIEnv passed in nativeSetWindowAttrib commit 9591c2ffaaed747e2f50d0b72e6ab0c111ee05d9 Author: Duy Tran Khanh <[email protected]> Date: Fri Mar 4 09:20:02 2022 +0700 Don’t change inheritsFrom while parsing commit 33f40f6e8a3b17376d29f44a7c0bee8920713171 Author: khanhduytran0 <[email protected]> Date: Fri Mar 4 08:21:05 2022 +0700 Update GLFW window state (hover, visibility) This fixes DynamicFPS mod being broken commit a92cbfb634fecd445de014757e79fd7b51a0184a Author: Duy Tran Khanh <[email protected]> Date: Wed Mar 2 20:00:36 2022 +0700 Use HashMap.getOrDefault() commit c67351df4699b3b4c5bd7457839a8d01ba14853c Author: Duy Tran Khanh <[email protected]> Date: Wed Mar 2 19:58:03 2022 +0700 Fix a NPE when windowAttribs.get() = null java.lang.NullPointerException: Cannot invoke "java.lang.Integer.intValue()" because the return value of "java.util.Map.get(Object)" is null at org.lwjgl.glfw.GLFW.glfwGetWindowAttrib(GLFW.java:895) commit 59ac7ddd246019683452d14fe62eee4d3081c755 Author: Duy Tran Khanh <[email protected]> Date: Mon Feb 28 09:54:33 2022 +0700 Update LWJGL component version commit bed94aca3fcd9a8abfc2cb7cd448e43c3bdfb861 Author: Duy Tran Khanh <[email protected]> Date: Mon Feb 28 09:13:29 2022 +0700 Update GLFW.java commit 70f21dde78107779522d8b3daad3e83e771bea21 Author: Duy Tran Khanh <[email protected]> Date: Mon Feb 28 09:00:13 2022 +0700 Fix ArrayIndexOutOfBoundsException when glfwGetKey(0) commit 6ed339d454682f27028fa00eeb7df606c5ded3ed Author: github-actions <[email protected]> Date: Fri Feb 25 23:19:29 2022 +0000 CI: Update vgpu commit dbb71d0560661045df019492dd5b8d3d87c29d9c Author: Duy Tran Khanh <[email protected]> Date: Sat Feb 26 06:16:04 2022 +0700 Clear Microsoft auth cookies before load the page Closes PojavLauncherTeam#2749 Closes PojavLauncherTeam#2579 Closes PojavLauncherTeam#2447 commit da441f447e1f8a898420495df520a261b718f095 Author: Duy Tran Khanh <[email protected]> Date: Tue Feb 15 17:32:28 2022 +0700 Update MinecraftDownloaderTask.java commit 3968f20669cc66242371a3c7d16ecdb8e3dd0a56 Author: Duy Tran Khanh <[email protected]> Date: Tue Feb 15 17:28:08 2022 +0700 Validate assets even if it’s fully downloaded (PojavLauncherTeam#2730) commit 955ff9517771f8aca98ed03ed885a6867784c748 Author: Duy Tran Khanh <[email protected]> Date: Thu Feb 10 11:00:57 2022 +0700 Bug fix: Arc DNS injector breaks on Java 17 Error: Failed to inject cache! java.lang.reflect.InaccessibleObjectException: Unable to make java.net.InetAddress$CachedAddresses(java.lang.String,java.net.InetAddress[],long) accessible: module java.base does not "opens java.net" to unnamed module @4157f54e commit e09b0f0cb9c3883b08701f94c7b84394fe0984e0 Author: artDev <[email protected]> Date: Fri Feb 4 19:51:31 2022 +0300 add Arc capes DNS injector commit 8f53fa5abf28c28eaf54f105612021df2b23a31e Author: artDev <[email protected]> Date: Fri Feb 4 17:18:42 2022 +0300 - Prepend java as argv[0] - Fix override mechanism commit 6cad75c6c5913a753999b05451cb1c91c6781a04 Author: Duy Tran Khanh <[email protected]> Date: Sun Jan 30 17:20:18 2022 +0700 Allow remove the only runtime left if corrupt or incompatible commit 17c35d44625577102516afc4972fe1bc3eccd7ab Author: github-actions <[email protected]> Date: Sun Jan 30 09:49:29 2022 +0000 CI: Update vgpu commit 08abc93f479cbd3e018130e2b9c2c7d685bb0983 Author: khanhduytran0 <[email protected]> Date: Sun Jan 30 16:44:49 2022 +0700 Changes - Java architecture check is now performed in the Runtime Manager dialog. - Required Java version is now stated when launching 1.17+ without it installed. - [Mod installer] Java version is now checked before displaying the file picker. Java 8 is now automatically selected. - [Mod installer] Brought back "Launch with custom arguments", can be accessed by long-pressing the "Install .jar" button.
commit 5f94f25 Author: artdeell <[email protected]> Date: Sun Mar 20 20:32:49 2022 +0300 Redesign control flows a bit commit 3aa5615 Author: ArtDev <[email protected]> Date: Sun Mar 20 14:30:06 2022 +0300 Update ProfileAdapter.java commit e8697c6 Author: ArtDev <[email protected]> Date: Sun Mar 20 14:25:39 2022 +0300 Update ProfileAdapter.java commit 89d42b9 Author: artdeell <[email protected]> Date: Sun Mar 20 13:47:46 2022 +0300 Make 'em private commit 68b10bc Author: artdeell <[email protected]> Date: Sun Mar 20 13:42:16 2022 +0300 Fixations commit 8685b49 Author: artdeell <[email protected]> Date: Sun Mar 20 13:17:58 2022 +0300 Rename ProfileConstants to ExtraConstants and move it to extra package Add the 3rd constant commit 05cf75e Author: artdeell <[email protected]> Date: Sun Mar 20 13:07:27 2022 +0300 Remove StringCRC64 since its now useless Move all ExtraCore constants into a separate class commit 19037b8 Author: artdeell <[email protected]> Date: Thu Mar 17 20:31:53 2022 +0300 Implement PVC migrator, remove PVC dialog, add a couple of helper methods and sanitize the code according to serpent's recommendations commit 965cad4 Author: artdeell <[email protected]> Date: Thu Mar 17 19:03:38 2022 +0300 A lot of changes - Force profiles, no more profiles on/off switch! - (probably partially) Conventionalize all profile changes - Rename most variables for the changes to look nice - Squash a couple null checks - Separate cache from adapter and change how it works - Don't keep Context commit a4eabb6 Merge: 0b4d775 cf72668 Author: ArtDev <[email protected]> Date: Thu Mar 17 17:50:18 2022 +0300 Merge pull request PojavLauncherTeam#2917 from PojavLauncherTeam/merge-profiles Merge and resolve conflicts commit cf72668 Merge: 6cef72e 0b4d775 Author: ArtDev <[email protected]> Date: Thu Mar 17 17:48:58 2022 +0300 Merge branch 'profiles-2-electric-boogaloo' into merge-profiles commit 6cef72e Author: Duy Tran Khanh <[email protected]> Date: Tue Mar 15 08:27:49 2022 +0700 MultiRT config dialog list: fix orientation commit 0b4d775 Author: ArtDev <[email protected]> Date: Sun Feb 20 21:12:36 2022 +0300 Upstreamify profiles (PojavLauncherTeam#2765) * add Arc capes DNS injector * Bug fix: Arc DNS injector breaks on Java 17 Error: Failed to inject cache! java.lang.reflect.InaccessibleObjectException: Unable to make java.net.InetAddress$CachedAddresses(java.lang.String,java.net.InetAddress[],long) accessible: module java.base does not "opens java.net" to unnamed module @4157f54e * Validate assets even if it’s fully downloaded (PojavLauncherTeam#2730) * Update MinecraftDownloaderTask.java Co-authored-by: Duy Tran Khanh <[email protected]> commit d7556c3 Merge: b85dd16 97dace3 Author: artDev <[email protected]> Date: Fri Feb 4 17:20:51 2022 +0300 Upstreamify commit b85dd16 Merge: 15030ac bb9d2ea Author: artdeell <[email protected]> Date: Mon Jan 10 17:50:38 2022 +0300 Fix merge conflicts commit 15030ac Merge: 015e27d 8588933 Author: artdeell <[email protected]> Date: Mon Jan 10 17:38:46 2022 +0300 Merge remote-tracking branch 'origin/profiles-2-electric-boogaloo' into profiles-2-electric-boogaloo commit 015e27d Author: artdeell <[email protected]> Date: Mon Jan 10 17:38:16 2022 +0300 Make the profile settings from the previous commit user-editable commit ac40da2 Author: artdeell <[email protected]> Date: Wed Jan 5 12:47:07 2022 +0300 TMP_COMMIT commit 8588933 Author: ArtDev <[email protected]> Date: Tue Dec 28 11:19:57 2021 +0300 Upstreamify profiles (PojavLauncherTeam#2472) * Extended MCOptionUtils to support list values * Mitigation for the Apache Log4j RCE in 1.8.x-1.18 Related issue: PojavLauncherTeam#2378 * Update JREUtils.java * Completely fix Log4J RCE (1.7-1.16.5) (not yet tested) PojavLauncherTeam#2378 * fix moment * Fix a NullPointerException when launching ≤ 1.6.4 * Updated virgl vtest (arm64 only) Experimental changes: - HACK: explicitly set location for fsout_c0/1. this might not work, not tested - Fix empty screen on OF + shader: caused by target fb/texture changed * Trigger a texture creation, which then set VIRGL_TEXTURE_ID * Replace sprintf with asprintf for auto allocation * Update egl_bridge.c * Updated vtest lib: fixes flipped screen * CI: Update gl4es * Updated vtest arm64: fixes black screen on <1.13(?) Co-authored-by: SerpentSpirale <[email protected]> Co-authored-by: Duy Tran Khanh <[email protected]> Co-authored-by: khanhduytran0 <[email protected]> Co-authored-by: github-actions <[email protected]> commit 9fc4d5d Author: ArtDev <[email protected]> Date: Mon Dec 13 22:49:22 2021 +0300 Upstreamify profiles (PojavLauncherTeam#2390) * Extended MCOptionUtils to support list values * Mitigation for the Apache Log4j RCE in 1.8.x-1.18 Related issue: PojavLauncherTeam#2378 * Update JREUtils.java Co-authored-by: SerpentSpirale <[email protected]> Co-authored-by: Duy Tran Khanh <[email protected]> commit ad8d115 Author: artdeell <[email protected]> Date: Mon Dec 13 22:45:52 2021 +0300 ▼▼▼ - Probably fix race condition when clearing the cache - Unload unneeded launcher activity while in game commit 2478758 Merge: 870d86d 51ca5d8 Author: artdeell <[email protected]> Date: Sat Dec 11 23:11:14 2021 +0300 Update from mainline commit 870d86d Author: ArtDev <[email protected]> Date: Tue Dec 7 21:23:42 2021 +0300 check for null value insert (PojavLauncherTeam#2350) Co-authored-by: SerpentSpirale <[email protected]> commit 095b62a Author: artdeell <[email protected]> Date: Tue Dec 7 15:45:57 2021 +0300 Changes - Add profile enabler-disabler - Change the lifecycle a bit - Fix: recreating PojavLauncherActivity causes crashes in Laun cherPreferences commit 14a460a Merge: 9608545 4219779 Author: artdeell <[email protected]> Date: Tue Dec 7 14:29:47 2021 +0300 Fix merging commit 9608545 Author: artdeell <[email protected]> Date: Sun Dec 5 15:13:06 2021 +0300 Changes - The game runs now commit 213c6a7 Author: artdeell <[email protected]> Date: Sun Dec 5 12:26:48 2021 +0300 Changes - Added the ability create profiles - Now the changes to profiles are immediately saved commit 4961acf Author: artdeell <[email protected]> Date: Thu Dec 2 23:21:32 2021 +0300 New shit - Removed profiles fragment because Serpent begged me not to use viewpager - Progressed further with the profiles dialog, now it's actually usable - Now launcher doesn't have profile amnesia - More splitting of raw version selector and profile selector Bugs: - Saving profiles in the editor does nothing TODO: - Implement launching the game with selected profile - Replace "Unknown" version ID in profiles with mProfile.selectedVersion for ease of migration commit 0fc0623 Author: ArtDev <[email protected]> Date: Wed Dec 1 16:25:30 2021 +0300 ExtraCore can now deal all kinds of values (PojavLauncherTeam#2315) The extraListener is now an interface Co-authored-by: SerpentSpirale <[email protected]> commit 4bea845 Author: artdeell <[email protected]> Date: Tue Nov 30 20:57:48 2021 +0300 Start implementing new, cleaner Profiles
Describe the bug
Starts the game without downloading the rest of the assets.
The game itself works, but because of this I can't hear music/sounds and the live background thingy doesn't show up.
This happens somewhere around 170mb on v1.18.1 and 1.18.0.
The log file and images/videos
latestlog.txt:
[13:14:36] [Render thread/INFO]: [STDERR]: [LWJGL] Failed to load a library. Possible solutions:
a) Add the directory that contains the shared library to -Djava.library.path or -Dorg.lwjgl.librarypath.
b) Add the JAR that contains the shared library to the classpath.
[13:14:36] [Render thread/INFO]: [STDERR]: [LWJGL] Enable debug mode with -Dorg.lwjgl.util.Debug=true for better diagnostics.
[13:14:36] [Render thread/INFO]: [STDERR]: [LWJGL] Enable the SharedLibraryLoader debug mode with -Dorg.lwjgl.util.DebugLoader=true for better diagnostics.
[13:14:37] [Render thread/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', servicesHost='https://api.minecraftservices.com', name='PROD'
[13:14:41] [Render thread/ERROR]: Failed to verify authentication
com.mojang.authlib.exceptions.InvalidCredentialsException: Status: 401
at com.mojang.authlib.exceptions.MinecraftClientHttpException.toAuthenticationException(MinecraftClientHttpException.java:56) ~[authlib-3.2.38.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:132) ~[authlib-3.2.38.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.(YggdrasilUserApiService.java:44) ~[authlib-3.2.38.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilAuthenticationService.createUserApiService(YggdrasilAuthenticationService.java:153) ~[authlib-3.2.38.jar:?]
at dxo.a(SourceFile:670) [1.18.jar:?]
at dxo.(SourceFile:424) [1.18.jar:?]
at net.minecraft.client.main.Main.main(SourceFile:197) [1.18.jar:?]
Caused by: com.mojang.authlib.exceptions.MinecraftClientHttpException: Status: 401
at com.mojang.authlib.minecraft.client.MinecraftClient.readInputStream(MinecraftClient.java:78) ~[authlib-3.2.38.jar:?]
at com.mojang.authlib.minecraft.client.MinecraftClient.get(MinecraftClient.java:48) ~[authlib-3.2.38.jar:?]
at com.mojang.authlib.yggdrasil.YggdrasilUserApiService.fetchProperties(YggdrasilUserApiService.java:113) ~[authlib-3.2.38.jar:?]
... 5 more
[13:14:41] [Render thread/INFO]: Setting user: Sprint
[13:14:42] [Render thread/INFO]: Backend library: LWJGL version 3.2.3 SNAPSHOT
[13:14:42] [Render thread/INFO]: [STDERR]: java.lang.Exception: Trace exception
[13:14:42] [Render thread/INFO]: [STDERR]: at org.lwjgl.glfw.GLFW.glfwMakeContextCurrent(GLFW.java:1004)
[13:14:42] [Render thread/INFO]: [STDERR]: at drp.(SourceFile:106)
[13:14:42] [Render thread/INFO]: [STDERR]: at eqa.a(SourceFile:21)
[13:14:42] [Render thread/INFO]: [STDERR]: at dxo.(SourceFile:476)
[13:14:42] [Render thread/INFO]: [STDERR]: at net.minecraft.client.main.Main.main(SourceFile:197)
[13:14:42] [Render thread/INFO]: [STDOUT]: 7667326e80
[13:14:45] [Render thread/WARN]: ERROR : Couldn't load Narrator library : /storage/emulated/0/Android/data/net.kdt.pojavlaunch/files/.cache/JNA/temp/jna3077511574285025823.tmp: dlopen failed: library "/storage/emulated/0/Android/data/net.kdt.pojavlaunch/files/.cache/JNA/temp/jna3077511574285025823.tmp" needed or dlopened by "/data/data/net.kdt.pojavlaunch/runtimes/jdk17-arm64-20210825-release.tar.xz/lib/server/libjvm.so" is not accessible for the namespace "classloader-namespace"
[13:14:45] [Render thread/INFO]: Reloading ResourceManager: Default, assets-v0.zip
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/anvil_break.ogg does not exist, cannot add it to event minecraft:block.anvil.destroy
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone1.ogg does not exist, cannot add it to event minecraft:block.anvil.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone2.ogg does not exist, cannot add it to event minecraft:block.anvil.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone3.ogg does not exist, cannot add it to event minecraft:block.anvil.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone4.ogg does not exist, cannot add it to event minecraft:block.anvil.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone5.ogg does not exist, cannot add it to event minecraft:block.anvil.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone6.ogg does not exist, cannot add it to event minecraft:block.anvil.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone1.ogg does not exist, cannot add it to event minecraft:block.anvil.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone2.ogg does not exist, cannot add it to event minecraft:block.anvil.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone3.ogg does not exist, cannot add it to event minecraft:block.anvil.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone4.ogg does not exist, cannot add it to event minecraft:block.anvil.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone5.ogg does not exist, cannot add it to event minecraft:block.anvil.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone6.ogg does not exist, cannot add it to event minecraft:block.anvil.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/anvil_land.ogg does not exist, cannot add it to event minecraft:block.anvil.land
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/anvil_land.ogg does not exist, cannot add it to event minecraft:block.anvil.place
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone1.ogg does not exist, cannot add it to event minecraft:block.anvil.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone2.ogg does not exist, cannot add it to event minecraft:block.anvil.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone3.ogg does not exist, cannot add it to event minecraft:block.anvil.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone4.ogg does not exist, cannot add it to event minecraft:block.anvil.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone5.ogg does not exist, cannot add it to event minecraft:block.anvil.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone6.ogg does not exist, cannot add it to event minecraft:block.anvil.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/anvil_use.ogg does not exist, cannot add it to event minecraft:block.anvil.use
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/click.ogg does not exist, cannot add it to event minecraft:block.comparator.click
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/coral1.ogg does not exist, cannot add it to event minecraft:block.coral_block.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/coral2.ogg does not exist, cannot add it to event minecraft:block.coral_block.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/coral3.ogg does not exist, cannot add it to event minecraft:block.coral_block.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/coral4.ogg does not exist, cannot add it to event minecraft:block.coral_block.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/coral5.ogg does not exist, cannot add it to event minecraft:block.coral_block.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/coral6.ogg does not exist, cannot add it to event minecraft:block.coral_block.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/coral1.ogg does not exist, cannot add it to event minecraft:block.coral_block.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/coral2.ogg does not exist, cannot add it to event minecraft:block.coral_block.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/coral3.ogg does not exist, cannot add it to event minecraft:block.coral_block.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/coral4.ogg does not exist, cannot add it to event minecraft:block.coral_block.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/coral5.ogg does not exist, cannot add it to event minecraft:block.coral_block.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/coral6.ogg does not exist, cannot add it to event minecraft:block.coral_block.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/coral1.ogg does not exist, cannot add it to event minecraft:block.coral_block.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/coral2.ogg does not exist, cannot add it to event minecraft:block.coral_block.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/coral3.ogg does not exist, cannot add it to event minecraft:block.coral_block.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/coral4.ogg does not exist, cannot add it to event minecraft:block.coral_block.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/coral5.ogg does not exist, cannot add it to event minecraft:block.coral_block.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/coral6.ogg does not exist, cannot add it to event minecraft:block.coral_block.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/click.ogg does not exist, cannot add it to event minecraft:block.dispenser.dispense
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/click.ogg does not exist, cannot add it to event minecraft:block.dispenser.fail
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/bow.ogg does not exist, cannot add it to event minecraft:block.dispenser.launch
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/explode1.ogg does not exist, cannot add it to event minecraft:block.end_gateway.spawn
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/explode2.ogg does not exist, cannot add it to event minecraft:block.end_gateway.spawn
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/explode3.ogg does not exist, cannot add it to event minecraft:block.end_gateway.spawn
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/explode4.ogg does not exist, cannot add it to event minecraft:block.end_gateway.spawn
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/fizz.ogg does not exist, cannot add it to event minecraft:block.fire.extinguish
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/glass1.ogg does not exist, cannot add it to event minecraft:block.glass.break
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/glass2.ogg does not exist, cannot add it to event minecraft:block.glass.break
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/glass3.ogg does not exist, cannot add it to event minecraft:block.glass.break
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone1.ogg does not exist, cannot add it to event minecraft:block.glass.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone2.ogg does not exist, cannot add it to event minecraft:block.glass.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone3.ogg does not exist, cannot add it to event minecraft:block.glass.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone4.ogg does not exist, cannot add it to event minecraft:block.glass.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone5.ogg does not exist, cannot add it to event minecraft:block.glass.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone6.ogg does not exist, cannot add it to event minecraft:block.glass.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone1.ogg does not exist, cannot add it to event minecraft:block.glass.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone2.ogg does not exist, cannot add it to event minecraft:block.glass.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone3.ogg does not exist, cannot add it to event minecraft:block.glass.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone4.ogg does not exist, cannot add it to event minecraft:block.glass.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone5.ogg does not exist, cannot add it to event minecraft:block.glass.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone6.ogg does not exist, cannot add it to event minecraft:block.glass.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone1.ogg does not exist, cannot add it to event minecraft:block.glass.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone2.ogg does not exist, cannot add it to event minecraft:block.glass.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone3.ogg does not exist, cannot add it to event minecraft:block.glass.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone4.ogg does not exist, cannot add it to event minecraft:block.glass.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone5.ogg does not exist, cannot add it to event minecraft:block.glass.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone6.ogg does not exist, cannot add it to event minecraft:block.glass.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass1.ogg does not exist, cannot add it to event minecraft:block.grass.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass2.ogg does not exist, cannot add it to event minecraft:block.grass.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass3.ogg does not exist, cannot add it to event minecraft:block.grass.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass4.ogg does not exist, cannot add it to event minecraft:block.grass.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass5.ogg does not exist, cannot add it to event minecraft:block.grass.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass6.ogg does not exist, cannot add it to event minecraft:block.grass.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass1.ogg does not exist, cannot add it to event minecraft:block.grass.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass2.ogg does not exist, cannot add it to event minecraft:block.grass.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass3.ogg does not exist, cannot add it to event minecraft:block.grass.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass4.ogg does not exist, cannot add it to event minecraft:block.grass.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass5.ogg does not exist, cannot add it to event minecraft:block.grass.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass6.ogg does not exist, cannot add it to event minecraft:block.grass.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass1.ogg does not exist, cannot add it to event minecraft:block.grass.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass2.ogg does not exist, cannot add it to event minecraft:block.grass.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass3.ogg does not exist, cannot add it to event minecraft:block.grass.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass4.ogg does not exist, cannot add it to event minecraft:block.grass.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass5.ogg does not exist, cannot add it to event minecraft:block.grass.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass6.ogg does not exist, cannot add it to event minecraft:block.grass.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/gravel1.ogg does not exist, cannot add it to event minecraft:block.gravel.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/gravel2.ogg does not exist, cannot add it to event minecraft:block.gravel.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/gravel3.ogg does not exist, cannot add it to event minecraft:block.gravel.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/gravel4.ogg does not exist, cannot add it to event minecraft:block.gravel.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/gravel1.ogg does not exist, cannot add it to event minecraft:block.gravel.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/gravel2.ogg does not exist, cannot add it to event minecraft:block.gravel.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/gravel3.ogg does not exist, cannot add it to event minecraft:block.gravel.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/gravel4.ogg does not exist, cannot add it to event minecraft:block.gravel.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/gravel1.ogg does not exist, cannot add it to event minecraft:block.gravel.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/gravel2.ogg does not exist, cannot add it to event minecraft:block.gravel.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/gravel3.ogg does not exist, cannot add it to event minecraft:block.gravel.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/gravel4.ogg does not exist, cannot add it to event minecraft:block.gravel.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/ladder1.ogg does not exist, cannot add it to event minecraft:block.ladder.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/ladder2.ogg does not exist, cannot add it to event minecraft:block.ladder.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/ladder3.ogg does not exist, cannot add it to event minecraft:block.ladder.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/ladder4.ogg does not exist, cannot add it to event minecraft:block.ladder.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/ladder5.ogg does not exist, cannot add it to event minecraft:block.ladder.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/ladder1.ogg does not exist, cannot add it to event minecraft:block.ladder.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/ladder2.ogg does not exist, cannot add it to event minecraft:block.ladder.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/ladder3.ogg does not exist, cannot add it to event minecraft:block.ladder.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/ladder4.ogg does not exist, cannot add it to event minecraft:block.ladder.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/ladder5.ogg does not exist, cannot add it to event minecraft:block.ladder.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/ladder1.ogg does not exist, cannot add it to event minecraft:block.ladder.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/ladder2.ogg does not exist, cannot add it to event minecraft:block.ladder.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/ladder3.ogg does not exist, cannot add it to event minecraft:block.ladder.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/ladder4.ogg does not exist, cannot add it to event minecraft:block.ladder.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/ladder5.ogg does not exist, cannot add it to event minecraft:block.ladder.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/fizz.ogg does not exist, cannot add it to event minecraft:block.lava.extinguish
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/click.ogg does not exist, cannot add it to event minecraft:block.lever.click
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone1.ogg does not exist, cannot add it to event minecraft:block.lodestone.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone2.ogg does not exist, cannot add it to event minecraft:block.lodestone.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone3.ogg does not exist, cannot add it to event minecraft:block.lodestone.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone4.ogg does not exist, cannot add it to event minecraft:block.lodestone.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone5.ogg does not exist, cannot add it to event minecraft:block.lodestone.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone6.ogg does not exist, cannot add it to event minecraft:block.lodestone.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone1.ogg does not exist, cannot add it to event minecraft:block.lodestone.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone2.ogg does not exist, cannot add it to event minecraft:block.lodestone.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone3.ogg does not exist, cannot add it to event minecraft:block.lodestone.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone4.ogg does not exist, cannot add it to event minecraft:block.lodestone.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone5.ogg does not exist, cannot add it to event minecraft:block.lodestone.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone6.ogg does not exist, cannot add it to event minecraft:block.lodestone.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone1.ogg does not exist, cannot add it to event minecraft:block.lodestone.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone2.ogg does not exist, cannot add it to event minecraft:block.lodestone.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone3.ogg does not exist, cannot add it to event minecraft:block.lodestone.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone4.ogg does not exist, cannot add it to event minecraft:block.lodestone.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone5.ogg does not exist, cannot add it to event minecraft:block.lodestone.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone6.ogg does not exist, cannot add it to event minecraft:block.lodestone.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone1.ogg does not exist, cannot add it to event minecraft:block.metal.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone2.ogg does not exist, cannot add it to event minecraft:block.metal.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone3.ogg does not exist, cannot add it to event minecraft:block.metal.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone4.ogg does not exist, cannot add it to event minecraft:block.metal.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone5.ogg does not exist, cannot add it to event minecraft:block.metal.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone6.ogg does not exist, cannot add it to event minecraft:block.metal.fall
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone1.ogg does not exist, cannot add it to event minecraft:block.metal.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone2.ogg does not exist, cannot add it to event minecraft:block.metal.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone3.ogg does not exist, cannot add it to event minecraft:block.metal.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone4.ogg does not exist, cannot add it to event minecraft:block.metal.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone5.ogg does not exist, cannot add it to event minecraft:block.metal.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone6.ogg does not exist, cannot add it to event minecraft:block.metal.hit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone1.ogg does not exist, cannot add it to event minecraft:block.metal.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone2.ogg does not exist, cannot add it to event minecraft:block.metal.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone3.ogg does not exist, cannot add it to event minecraft:block.metal.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone4.ogg does not exist, cannot add it to event minecraft:block.metal.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone5.ogg does not exist, cannot add it to event minecraft:block.metal.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone6.ogg does not exist, cannot add it to event minecraft:block.metal.step
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/click.ogg does not exist, cannot add it to event minecraft:block.metal_pressure_plate.click_off
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/random/click.ogg does not exist, cannot add it to event minecraft:block.metal_pressure_plate.click_on
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/note/banjo.ogg does not exist, cannot add it to event minecraft:block.note_block.banjo
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/note/bd.ogg does not exist, cannot add it to event minecraft:block.note_block.basedrum
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/note/bassattack.ogg does not exist, cannot add it to event minecraft:block.note_block.bass
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/note/bell.ogg does not exist, cannot add it to event minecraft:block.note_block.bell
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/note/bit.ogg does not exist, cannot add it to event minecraft:block.note_block.bit
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/note/icechime.ogg does not exist, cannot add it to event minecraft:block.note_block.chime
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/note/cow_bell.ogg does not exist, cannot add it to event minecraft:block.note_block.cow_bell
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/note/didgeridoo.ogg does not exist, cannot add it to event minecraft:block.note_block.didgeridoo
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/note/flute.ogg does not exist, cannot add it to event minecraft:block.note_block.flute
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/note/guitar.ogg does not exist, cannot add it to event minecraft:block.note_block.guitar
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/note/harp2.ogg does not exist, cannot add it to event minecraft:block.note_block.harp
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/note/hat.ogg does not exist, cannot add it to event minecraft:block.note_block.hat
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/note/iron_xylophone.ogg does not exist, cannot add it to event minecraft:block.note_block.iron_xylophone
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/note/pling.ogg does not exist, cannot add it to event minecraft:block.note_block.pling
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/note/snare.ogg does not exist, cannot add it to event minecraft:block.note_block.snare
[13:14:46] [Worker-Main-10/WARN]: File minecraft:sounds/note/xylobone.ogg does not exist, cannot add it to event minecraft:block.note_block.xylophone
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/tile/piston/in.ogg does not exist, cannot add it to event minecraft:block.piston.contract
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/tile/piston/out.ogg does not exist, cannot add it to event minecraft:block.piston.extend
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/portal/portal.ogg does not exist, cannot add it to event minecraft:block.portal.ambient
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/portal/travel.ogg does not exist, cannot add it to event minecraft:block.portal.travel
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/portal/trigger.ogg does not exist, cannot add it to event minecraft:block.portal.trigger
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/fizz.ogg does not exist, cannot add it to event minecraft:block.redstone_torch.burnout
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/sand1.ogg does not exist, cannot add it to event minecraft:block.sand.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/sand2.ogg does not exist, cannot add it to event minecraft:block.sand.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/sand3.ogg does not exist, cannot add it to event minecraft:block.sand.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/sand4.ogg does not exist, cannot add it to event minecraft:block.sand.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/sand5.ogg does not exist, cannot add it to event minecraft:block.sand.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/sand1.ogg does not exist, cannot add it to event minecraft:block.sand.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/sand2.ogg does not exist, cannot add it to event minecraft:block.sand.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/sand3.ogg does not exist, cannot add it to event minecraft:block.sand.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/sand4.ogg does not exist, cannot add it to event minecraft:block.sand.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/sand5.ogg does not exist, cannot add it to event minecraft:block.sand.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/sand1.ogg does not exist, cannot add it to event minecraft:block.sand.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/sand2.ogg does not exist, cannot add it to event minecraft:block.sand.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/sand3.ogg does not exist, cannot add it to event minecraft:block.sand.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/sand4.ogg does not exist, cannot add it to event minecraft:block.sand.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/sand5.ogg does not exist, cannot add it to event minecraft:block.sand.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold1.ogg does not exist, cannot add it to event minecraft:block.scaffolding.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold2.ogg does not exist, cannot add it to event minecraft:block.scaffolding.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold3.ogg does not exist, cannot add it to event minecraft:block.scaffolding.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold4.ogg does not exist, cannot add it to event minecraft:block.scaffolding.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold5.ogg does not exist, cannot add it to event minecraft:block.scaffolding.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold6.ogg does not exist, cannot add it to event minecraft:block.scaffolding.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold7.ogg does not exist, cannot add it to event minecraft:block.scaffolding.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold1.ogg does not exist, cannot add it to event minecraft:block.scaffolding.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold2.ogg does not exist, cannot add it to event minecraft:block.scaffolding.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold3.ogg does not exist, cannot add it to event minecraft:block.scaffolding.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold4.ogg does not exist, cannot add it to event minecraft:block.scaffolding.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold5.ogg does not exist, cannot add it to event minecraft:block.scaffolding.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold6.ogg does not exist, cannot add it to event minecraft:block.scaffolding.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold7.ogg does not exist, cannot add it to event minecraft:block.scaffolding.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold1.ogg does not exist, cannot add it to event minecraft:block.scaffolding.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold2.ogg does not exist, cannot add it to event minecraft:block.scaffolding.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold3.ogg does not exist, cannot add it to event minecraft:block.scaffolding.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold4.ogg does not exist, cannot add it to event minecraft:block.scaffolding.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold5.ogg does not exist, cannot add it to event minecraft:block.scaffolding.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold6.ogg does not exist, cannot add it to event minecraft:block.scaffolding.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/scaffold7.ogg does not exist, cannot add it to event minecraft:block.scaffolding.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone1.ogg does not exist, cannot add it to event minecraft:block.stone.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone2.ogg does not exist, cannot add it to event minecraft:block.stone.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone3.ogg does not exist, cannot add it to event minecraft:block.stone.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone4.ogg does not exist, cannot add it to event minecraft:block.stone.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone5.ogg does not exist, cannot add it to event minecraft:block.stone.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone6.ogg does not exist, cannot add it to event minecraft:block.stone.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone1.ogg does not exist, cannot add it to event minecraft:block.stone.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone2.ogg does not exist, cannot add it to event minecraft:block.stone.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone3.ogg does not exist, cannot add it to event minecraft:block.stone.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone4.ogg does not exist, cannot add it to event minecraft:block.stone.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone5.ogg does not exist, cannot add it to event minecraft:block.stone.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone6.ogg does not exist, cannot add it to event minecraft:block.stone.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone1.ogg does not exist, cannot add it to event minecraft:block.stone.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone2.ogg does not exist, cannot add it to event minecraft:block.stone.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone3.ogg does not exist, cannot add it to event minecraft:block.stone.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone4.ogg does not exist, cannot add it to event minecraft:block.stone.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone5.ogg does not exist, cannot add it to event minecraft:block.stone.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/stone6.ogg does not exist, cannot add it to event minecraft:block.stone.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/click.ogg does not exist, cannot add it to event minecraft:block.stone_button.click_off
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/click.ogg does not exist, cannot add it to event minecraft:block.stone_button.click_on
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/click.ogg does not exist, cannot add it to event minecraft:block.stone_pressure_plate.click_off
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/click.ogg does not exist, cannot add it to event minecraft:block.stone_pressure_plate.click_on
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/click.ogg does not exist, cannot add it to event minecraft:block.tripwire.attach
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/click.ogg does not exist, cannot add it to event minecraft:block.tripwire.click_off
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/click.ogg does not exist, cannot add it to event minecraft:block.tripwire.click_on
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bowhit1.ogg does not exist, cannot add it to event minecraft:block.tripwire.detach
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bowhit2.ogg does not exist, cannot add it to event minecraft:block.tripwire.detach
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bowhit3.ogg does not exist, cannot add it to event minecraft:block.tripwire.detach
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bowhit4.ogg does not exist, cannot add it to event minecraft:block.tripwire.detach
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass1.ogg does not exist, cannot add it to event minecraft:block.vine.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass2.ogg does not exist, cannot add it to event minecraft:block.vine.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass3.ogg does not exist, cannot add it to event minecraft:block.vine.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass4.ogg does not exist, cannot add it to event minecraft:block.vine.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass5.ogg does not exist, cannot add it to event minecraft:block.vine.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/grass6.ogg does not exist, cannot add it to event minecraft:block.vine.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wet_grass1.ogg does not exist, cannot add it to event minecraft:block.wet_grass.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wet_grass2.ogg does not exist, cannot add it to event minecraft:block.wet_grass.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wet_grass3.ogg does not exist, cannot add it to event minecraft:block.wet_grass.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wet_grass4.ogg does not exist, cannot add it to event minecraft:block.wet_grass.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wet_grass5.ogg does not exist, cannot add it to event minecraft:block.wet_grass.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wet_grass6.ogg does not exist, cannot add it to event minecraft:block.wet_grass.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wet_grass1.ogg does not exist, cannot add it to event minecraft:block.wet_grass.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wet_grass2.ogg does not exist, cannot add it to event minecraft:block.wet_grass.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wet_grass3.ogg does not exist, cannot add it to event minecraft:block.wet_grass.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wet_grass4.ogg does not exist, cannot add it to event minecraft:block.wet_grass.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wet_grass5.ogg does not exist, cannot add it to event minecraft:block.wet_grass.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wet_grass6.ogg does not exist, cannot add it to event minecraft:block.wet_grass.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wet_grass1.ogg does not exist, cannot add it to event minecraft:block.wet_grass.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wet_grass2.ogg does not exist, cannot add it to event minecraft:block.wet_grass.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wet_grass3.ogg does not exist, cannot add it to event minecraft:block.wet_grass.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wet_grass4.ogg does not exist, cannot add it to event minecraft:block.wet_grass.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wet_grass5.ogg does not exist, cannot add it to event minecraft:block.wet_grass.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wet_grass6.ogg does not exist, cannot add it to event minecraft:block.wet_grass.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wood1.ogg does not exist, cannot add it to event minecraft:block.wood.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wood2.ogg does not exist, cannot add it to event minecraft:block.wood.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wood3.ogg does not exist, cannot add it to event minecraft:block.wood.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wood4.ogg does not exist, cannot add it to event minecraft:block.wood.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wood5.ogg does not exist, cannot add it to event minecraft:block.wood.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wood6.ogg does not exist, cannot add it to event minecraft:block.wood.fall
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wood1.ogg does not exist, cannot add it to event minecraft:block.wood.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wood2.ogg does not exist, cannot add it to event minecraft:block.wood.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wood3.ogg does not exist, cannot add it to event minecraft:block.wood.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wood4.ogg does not exist, cannot add it to event minecraft:block.wood.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wood5.ogg does not exist, cannot add it to event minecraft:block.wood.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wood6.ogg does not exist, cannot add it to event minecraft:block.wood.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wood1.ogg does not exist, cannot add it to event minecraft:block.wood.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wood2.ogg does not exist, cannot add it to event minecraft:block.wood.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wood3.ogg does not exist, cannot add it to event minecraft:block.wood.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wood4.ogg does not exist, cannot add it to event minecraft:block.wood.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wood5.ogg does not exist, cannot add it to event minecraft:block.wood.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/step/wood6.ogg does not exist, cannot add it to event minecraft:block.wood.step
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/wood_click.ogg does not exist, cannot add it to event minecraft:block.wooden_button.click_off
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/wood_click.ogg does not exist, cannot add it to event minecraft:block.wooden_button.click_on
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/click.ogg does not exist, cannot add it to event minecraft:block.wooden_pressure_plate.click_off
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/click.ogg does not exist, cannot add it to event minecraft:block.wooden_pressure_plate.click_on
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bowhit1.ogg does not exist, cannot add it to event minecraft:entity.arrow.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bowhit2.ogg does not exist, cannot add it to event minecraft:entity.arrow.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bowhit3.ogg does not exist, cannot add it to event minecraft:entity.arrow.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bowhit4.ogg does not exist, cannot add it to event minecraft:entity.arrow.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/successful_hit.ogg does not exist, cannot add it to event minecraft:entity.arrow.hit_player
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bow.ogg does not exist, cannot add it to event minecraft:entity.arrow.shoot
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/fuse.ogg does not exist, cannot add it to event minecraft:entity.creeper.primed
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/explode1.ogg does not exist, cannot add it to event minecraft:entity.dragon_fireball.explode
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/explode2.ogg does not exist, cannot add it to event minecraft:entity.dragon_fireball.explode
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/explode3.ogg does not exist, cannot add it to event minecraft:entity.dragon_fireball.explode
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/explode4.ogg does not exist, cannot add it to event minecraft:entity.dragon_fireball.explode
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bow.ogg does not exist, cannot add it to event minecraft:entity.egg.throw
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bow.ogg does not exist, cannot add it to event minecraft:entity.ender_pearl.throw
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bow.ogg does not exist, cannot add it to event minecraft:entity.experience_bottle.throw
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/orb.ogg does not exist, cannot add it to event minecraft:entity.experience_orb.pickup
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bow.ogg does not exist, cannot add it to event minecraft:entity.firework_rocket.shoot
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/splash.ogg does not exist, cannot add it to event minecraft:entity.fishing_bobber.splash
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/fizz.ogg does not exist, cannot add it to event minecraft:entity.generic.burn
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/drink.ogg does not exist, cannot add it to event minecraft:entity.generic.drink
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/eat1.ogg does not exist, cannot add it to event minecraft:entity.generic.eat
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/eat2.ogg does not exist, cannot add it to event minecraft:entity.generic.eat
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/eat3.ogg does not exist, cannot add it to event minecraft:entity.generic.eat
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/explode1.ogg does not exist, cannot add it to event minecraft:entity.generic.explode
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/explode2.ogg does not exist, cannot add it to event minecraft:entity.generic.explode
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/explode3.ogg does not exist, cannot add it to event minecraft:entity.generic.explode
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/explode4.ogg does not exist, cannot add it to event minecraft:entity.generic.explode
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/fizz.ogg does not exist, cannot add it to event minecraft:entity.generic.extinguish_fire
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/break.ogg does not exist, cannot add it to event minecraft:entity.item.break
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/pop.ogg does not exist, cannot add it to event minecraft:entity.item.pickup
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/explode1.ogg does not exist, cannot add it to event minecraft:entity.lightning_bolt.impact
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/explode2.ogg does not exist, cannot add it to event minecraft:entity.lightning_bolt.impact
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/explode3.ogg does not exist, cannot add it to event minecraft:entity.lightning_bolt.impact
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/explode4.ogg does not exist, cannot add it to event minecraft:entity.lightning_bolt.impact
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bow.ogg does not exist, cannot add it to event minecraft:entity.lingering_potion.throw
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/breath.ogg does not exist, cannot add it to event minecraft:entity.player.breath
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/burp.ogg does not exist, cannot add it to event minecraft:entity.player.burp
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/levelup.ogg does not exist, cannot add it to event minecraft:entity.player.levelup
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bow.ogg does not exist, cannot add it to event minecraft:entity.skeleton.shoot
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bow.ogg does not exist, cannot add it to event minecraft:entity.snow_golem.shoot
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bow.ogg does not exist, cannot add it to event minecraft:entity.snowball.throw
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/glass1.ogg does not exist, cannot add it to event minecraft:entity.splash_potion.break
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/glass2.ogg does not exist, cannot add it to event minecraft:entity.splash_potion.break
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/glass3.ogg does not exist, cannot add it to event minecraft:entity.splash_potion.break
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bow.ogg does not exist, cannot add it to event minecraft:entity.splash_potion.throw
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/fuse.ogg does not exist, cannot add it to event minecraft:entity.tnt.primed
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/ui/cartography_table/drawmap1.ogg does not exist, cannot add it to event minecraft:entity.villager.work_cartographer
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/ui/cartography_table/drawmap2.ogg does not exist, cannot add it to event minecraft:entity.villager.work_cartographer
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/ui/cartography_table/drawmap3.ogg does not exist, cannot add it to event minecraft:entity.villager.work_cartographer
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/ui/stonecutter/cut1.ogg does not exist, cannot add it to event minecraft:entity.villager.work_mason
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/ui/stonecutter/cut1.ogg does not exist, cannot add it to event minecraft:entity.villager.work_mason
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/ui/stonecutter/cut2.ogg does not exist, cannot add it to event minecraft:entity.villager.work_mason
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/ui/stonecutter/cut2.ogg does not exist, cannot add it to event minecraft:entity.villager.work_mason
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/ui/loom/take_result1.ogg does not exist, cannot add it to event minecraft:entity.villager.work_shepherd
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/ui/loom/take_result2.ogg does not exist, cannot add it to event minecraft:entity.villager.work_shepherd
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/drink.ogg does not exist, cannot add it to event minecraft:entity.wandering_trader.drink_potion
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bowhit1.ogg does not exist, cannot add it to event minecraft:item.crossbow.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bowhit2.ogg does not exist, cannot add it to event minecraft:item.crossbow.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bowhit3.ogg does not exist, cannot add it to event minecraft:item.crossbow.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/bowhit4.ogg does not exist, cannot add it to event minecraft:item.crossbow.hit
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/random/break.ogg does not exist, cannot add it to event minecraft:item.shield.break
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/left_to_bloom.ogg does not exist, cannot add it to event minecraft:music.game
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nuance1.ogg does not exist, cannot add it to event minecraft:music.game
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nuance2.ogg does not exist, cannot add it to event minecraft:music.game
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/one_more_day.ogg does not exist, cannot add it to event minecraft:music.game
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/piano1.ogg does not exist, cannot add it to event minecraft:music.game
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/piano2.ogg does not exist, cannot add it to event minecraft:music.game
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/piano3.ogg does not exist, cannot add it to event minecraft:music.game
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/left_to_bloom.ogg does not exist, cannot add it to event minecraft:music.menu
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/one_more_day.ogg does not exist, cannot add it to event minecraft:music.menu
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/stand_tall.ogg does not exist, cannot add it to event minecraft:music.menu
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/wending.ogg does not exist, cannot add it to event minecraft:music.menu
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/menu/menu1.ogg does not exist, cannot add it to event minecraft:music.menu
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/menu/menu2.ogg does not exist, cannot add it to event minecraft:music.menu
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/menu/menu3.ogg does not exist, cannot add it to event minecraft:music.menu
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/menu/menu4.ogg does not exist, cannot add it to event minecraft:music.menu
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/nether1.ogg does not exist, cannot add it to event minecraft:music.nether.basalt_deltas
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/nether2.ogg does not exist, cannot add it to event minecraft:music.nether.basalt_deltas
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/nether3.ogg does not exist, cannot add it to event minecraft:music.nether.basalt_deltas
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/nether4.ogg does not exist, cannot add it to event minecraft:music.nether.basalt_deltas
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/soulsand_valley/so_below.ogg does not exist, cannot add it to event minecraft:music.nether.basalt_deltas
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/crimson_forest/chrysopoeia.ogg does not exist, cannot add it to event minecraft:music.nether.crimson_forest
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/nether1.ogg does not exist, cannot add it to event minecraft:music.nether.crimson_forest
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/nether2.ogg does not exist, cannot add it to event minecraft:music.nether.crimson_forest
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/nether3.ogg does not exist, cannot add it to event minecraft:music.nether.crimson_forest
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/nether4.ogg does not exist, cannot add it to event minecraft:music.nether.crimson_forest
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/nether1.ogg does not exist, cannot add it to event minecraft:music.nether.nether_wastes
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/nether2.ogg does not exist, cannot add it to event minecraft:music.nether.nether_wastes
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/nether3.ogg does not exist, cannot add it to event minecraft:music.nether.nether_wastes
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/nether4.ogg does not exist, cannot add it to event minecraft:music.nether.nether_wastes
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/nether_wastes/rubedo.ogg does not exist, cannot add it to event minecraft:music.nether.nether_wastes
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/nether1.ogg does not exist, cannot add it to event minecraft:music.nether.soul_sand_valley
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/nether2.ogg does not exist, cannot add it to event minecraft:music.nether.soul_sand_valley
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/nether3.ogg does not exist, cannot add it to event minecraft:music.nether.soul_sand_valley
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/nether4.ogg does not exist, cannot add it to event minecraft:music.nether.soul_sand_valley
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nether/soulsand_valley/so_below.ogg does not exist, cannot add it to event minecraft:music.nether.soul_sand_valley
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nuance1.ogg does not exist, cannot add it to event minecraft:music.overworld.dripstone_caves
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nuance2.ogg does not exist, cannot add it to event minecraft:music.overworld.dripstone_caves
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/wending.ogg does not exist, cannot add it to event minecraft:music.overworld.dripstone_caves
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/piano1.ogg does not exist, cannot add it to event minecraft:music.overworld.frozen_peaks
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/piano2.ogg does not exist, cannot add it to event minecraft:music.overworld.frozen_peaks
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/piano3.ogg does not exist, cannot add it to event minecraft:music.overworld.frozen_peaks
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/stand_tall.ogg does not exist, cannot add it to event minecraft:music.overworld.frozen_peaks
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nuance1.ogg does not exist, cannot add it to event minecraft:music.overworld.grove
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nuance2.ogg does not exist, cannot add it to event minecraft:music.overworld.grove
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/piano3.ogg does not exist, cannot add it to event minecraft:music.overworld.grove
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/wending.ogg does not exist, cannot add it to event minecraft:music.overworld.grove
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nuance1.ogg does not exist, cannot add it to event minecraft:music.overworld.jagged_peaks
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/nuance2.ogg does not exist, cannot add it to event minecraft:music.overworld.jagged_peaks
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/piano1.ogg does not exist, cannot add it to event minecraft:music.overworld.jagged_peaks
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/piano2.ogg does not exist, cannot add it to event minecraft:music.overworld.jagged_peaks
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/piano3.ogg does not exist, cannot add it to event minecraft:music.overworld.jagged_peaks
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/stand_tall.ogg does not exist, cannot add it to event minecraft:music.overworld.jagged_peaks
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/wending.ogg does not exist, cannot add it to event minecraft:music.overworld.jagged_peaks
[13:14:47] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/left_to_bloom.ogg does not exist, cannot add it to event minecraft:music.overworld.lush_caves
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/one_more_day.ogg does not exist, cannot add it to event minecraft:music.overworld.lush_caves
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/piano3.ogg does not exist, cannot add it to event minecraft:music.overworld.lush_caves
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/left_to_bloom.ogg does not exist, cannot add it to event minecraft:music.overworld.meadow
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/one_more_day.ogg does not exist, cannot add it to event minecraft:music.overworld.meadow
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/one_more_day.ogg does not exist, cannot add it to event minecraft:music.overworld.snowy_slopes
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/stand_tall.ogg does not exist, cannot add it to event minecraft:music.overworld.snowy_slopes
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/piano1.ogg does not exist, cannot add it to event minecraft:music.overworld.stony_peaks
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/piano2.ogg does not exist, cannot add it to event minecraft:music.overworld.stony_peaks
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/piano3.ogg does not exist, cannot add it to event minecraft:music.overworld.stony_peaks
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/stand_tall.ogg does not exist, cannot add it to event minecraft:music.overworld.stony_peaks
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/wending.ogg does not exist, cannot add it to event minecraft:music.overworld.stony_peaks
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/water/axolotl.ogg does not exist, cannot add it to event minecraft:music.under_water
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/water/dragon_fish.ogg does not exist, cannot add it to event minecraft:music.under_water
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/music/game/water/shuniji.ogg does not exist, cannot add it to event minecraft:music.under_water
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/records/11.ogg does not exist, cannot add it to event minecraft:music_disc.11
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/records/13.ogg does not exist, cannot add it to event minecraft:music_disc.13
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/records/blocks.ogg does not exist, cannot add it to event minecraft:music_disc.blocks
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/records/cat.ogg does not exist, cannot add it to event minecraft:music_disc.cat
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/records/chirp.ogg does not exist, cannot add it to event minecraft:music_disc.chirp
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/records/far.ogg does not exist, cannot add it to event minecraft:music_disc.far
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/records/mall.ogg does not exist, cannot add it to event minecraft:music_disc.mall
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/records/mellohi.ogg does not exist, cannot add it to event minecraft:music_disc.mellohi
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/records/otherside.ogg does not exist, cannot add it to event minecraft:music_disc.otherside
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/records/pigstep.ogg does not exist, cannot add it to event minecraft:music_disc.pigstep
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/records/stal.ogg does not exist, cannot add it to event minecraft:music_disc.stal
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/records/strad.ogg does not exist, cannot add it to event minecraft:music_disc.strad
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/records/wait.ogg does not exist, cannot add it to event minecraft:music_disc.wait
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/records/ward.ogg does not exist, cannot add it to event minecraft:music_disc.ward
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/random/click_stereo.ogg does not exist, cannot add it to event minecraft:ui.button.click
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/ui/cartography_table/drawmap1.ogg does not exist, cannot add it to event minecraft:ui.cartography_table.take_result
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/ui/cartography_table/drawmap2.ogg does not exist, cannot add it to event minecraft:ui.cartography_table.take_result
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/ui/cartography_table/drawmap3.ogg does not exist, cannot add it to event minecraft:ui.cartography_table.take_result
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/ui/loom/select_pattern1.ogg does not exist, cannot add it to event minecraft:ui.loom.select_pattern
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/ui/loom/select_pattern2.ogg does not exist, cannot add it to event minecraft:ui.loom.select_pattern
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/ui/loom/select_pattern3.ogg does not exist, cannot add it to event minecraft:ui.loom.select_pattern
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/ui/loom/select_pattern4.ogg does not exist, cannot add it to event minecraft:ui.loom.select_pattern
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/ui/loom/select_pattern5.ogg does not exist, cannot add it to event minecraft:ui.loom.select_pattern
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/ui/loom/take_result1.ogg does not exist, cannot add it to event minecraft:ui.loom.take_result
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/ui/loom/take_result2.ogg does not exist, cannot add it to event minecraft:ui.loom.take_result
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/random/click.ogg does not exist, cannot add it to event minecraft:ui.stonecutter.select_recipe
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/ui/stonecutter/cut1.ogg does not exist, cannot add it to event minecraft:ui.stonecutter.take_result
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/ui/stonecutter/cut1.ogg does not exist, cannot add it to event minecraft:ui.stonecutter.take_result
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/ui/stonecutter/cut2.ogg does not exist, cannot add it to event minecraft:ui.stonecutter.take_result
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/ui/stonecutter/cut2.ogg does not exist, cannot add it to event minecraft:ui.stonecutter.take_result
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/ui/toast/challenge_complete.ogg does not exist, cannot add it to event minecraft:ui.toast.challenge_complete
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/ui/toast/in.ogg does not exist, cannot add it to event minecraft:ui.toast.in
[13:14:48] [Worker-Main-10/WARN]: File minecraft:sounds/ui/toast/out.ogg does not exist, cannot add it to event minecraft:ui.toast.out
[13:14:48] [Realms Notification Availability checker #1/INFO]: Could not authorize you against Realms server: Invalid session id
[13:15:03] [Render thread/INFO]: OpenAL initialized on device OpenSL
[13:15:03] [Render thread/INFO]: Sound engine started
[13:15:05] [Render thread/INFO]: Created: 1024x1024x0 minecraft:textures/atlas/blocks.png-atlas
[13:15:05] [Render thread/INFO]: Created: 256x128x0 minecraft:textures/atlas/signs.png-atlas
[13:15:05] [Render thread/INFO]: Created: 1024x512x0 minecraft:textures/atlas/banner_patterns.png-atlas
[13:15:05] [Render thread/INFO]: Created: 1024x512x0 minecraft:textures/atlas/shield_patterns.png-atlas
[13:15:05] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/chest.png-atlas
[13:15:05] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/beds.png-atlas
[13:15:05] [Render thread/INFO]: Created: 512x256x0 minecraft:textures/atlas/shulker_boxes.png-atlas
[13:15:09] [Render thread/WARN]: Shader rendertype_text could not find sampler named Sampler2 in the specified shader program.
[13:15:09] [Render thread/WARN]: Shader rendertype_text_intensity could not find sampler named Sampler2 in the specified shader program.
[13:15:09] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas
[13:15:09] [Render thread/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas
[13:15:09] [Render thread/INFO]: Created: 256x128x0 minecraft:textures/atlas/mob_effects.png-atlas
Steps To Reproduce
Expected Behavior
It should download the 444mb of assets without interuptions and I should hear sounds.
Also, the menu live background thingy doesn't show up.
Platform
Anything else?
Thanks for Pojav.
And also, why did you even add the Skip button... ?
The text was updated successfully, but these errors were encountered: