TheRandomLabs / VanillaDeathChest

Places containers when players die that contain their items.
https://www.curseforge.com/minecraft/mc-mods/vanilladeathchest-fabric
MIT License
11 stars 13 forks source link

Mod is not working in 1.16.3-fabric #41

Closed Luro02 closed 4 years ago

Luro02 commented 4 years ago

On my server the mod wont load and in intellij idea you get the following error if you try to run the Minecraft Client configuration:

---- Minecraft Crash Report ----
// I'm sorry, Dave.

Time: 9/28/20 4:47 PM
Description: Initializing game

net.fabricmc.loader.api.EntrypointException: Exception while loading entries for entrypoint 'main' provided by 'vanilladeathchest'
    at net.fabricmc.loader.EntrypointStorage.getEntrypointContainers(EntrypointStorage.java:193)
    at net.fabricmc.loader.FabricLoader.getEntrypointContainers(FabricLoader.java:251)
    at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:44)
    at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36)
    at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32)
    at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:423)
    at net.minecraft.client.main.Main.main(Main.java:177)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:192)
    at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:140)
    at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
    at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)
Caused by: java.lang.NoClassDefFoundError: net/minecraft/class_2561
    at com.therandomlabs.vanilladeathchest.VanillaDeathChest.<clinit>(VanillaDeathChest.java:73)
    at java.lang.Class.forName0(Native Method)
    at java.lang.Class.forName(Class.java:348)
    at net.fabricmc.loader.util.DefaultLanguageAdapter.create(DefaultLanguageAdapter.java:45)
    at net.fabricmc.loader.EntrypointStorage$NewEntry.create(EntrypointStorage.java:114)
    at net.fabricmc.loader.EntrypointStorage$NewEntry.getOrCreate(EntrypointStorage.java:101)
    at net.fabricmc.loader.EntrypointStorage.getEntrypointContainers(EntrypointStorage.java:186)
    ... 14 more
Caused by: java.lang.ClassNotFoundException: net.minecraft.class_2561
    at java.net.URLClassLoader.findClass(URLClassLoader.java:382)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:418)
    at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:352)
    at java.lang.ClassLoader.loadClass(ClassLoader.java:351)
    ... 21 more

A detailed walkthrough of the error, its code path and all known details is as follows:
---------------------------------------------------------------------------------------

-- Head --
Thread: Render thread
Stacktrace:
    at net.fabricmc.loader.EntrypointStorage.getEntrypointContainers(EntrypointStorage.java:193)
    at net.fabricmc.loader.FabricLoader.getEntrypointContainers(FabricLoader.java:251)
    at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke0(EntrypointUtils.java:44)
    at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointUtils.invoke(EntrypointUtils.java:36)
    at net.fabricmc.loader.entrypoint.minecraft.hooks.EntrypointClient.start(EntrypointClient.java:32)
    at net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:423)

-- Initialization --
Details:
Stacktrace:
    at net.minecraft.client.main.Main.main(Main.java:177)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.lang.reflect.Method.invoke(Method.java:498)
    at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:192)
    at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:140)
    at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26)
    at net.fabricmc.devlaunchinjector.Main.main(Main.java:86)

-- System Details --
Details:
    Minecraft Version: 1.16.2
    Minecraft Version ID: 1.16.2
    Operating System: Linux (amd64) version 5.8.11-arch1-1
    Java Version: 1.8.0_265, Oracle Corporation
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 884016728 bytes (843 MB) / 1312817152 bytes (1252 MB) up to 3719299072 bytes (3547 MB)
    CPUs: 8
    JVM Flags: 0 total; 
    Fabric Mods: 
        cotton-client-commands: Cotton Client Commands 0.4.2+1.14.3-SNAPSHOT
        fabric: Fabric API 0.18.0+build.397-1.16
        fabric-api-base: Fabric API Base 0.1.3+12a8474c4e
        fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.4+c6a8ea894e
        fabric-command-api-v1: Fabric Command API (v1) 1.0.8+5ce533984e
        fabric-commands-v0: Fabric Commands (v0) 0.2.0+52d308364e
        fabric-containers-v0: Fabric Containers (v0) 0.1.8+045df74f4e
        fabric-content-registries-v0: Fabric Content Registries (v0) 0.1.9+059ea8664e
        fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.2+b7f9825d4e
        fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.3.3+7066030f4e
        fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.0+16acbe5b4e
        fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.1+91555cd14e
        fabric-item-api-v1: Fabric Item API (v1) 1.0.0+16acbe5b4e
        fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.0+438f96364e
        fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.1+730711c64e
        fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.0+3fa9f7c54e
        fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.2.0+74cc3b204e
        fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.0+fac8f3664e
        fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.2+b764ce994e
        fabric-models-v0: Fabric Models (v0) 0.1.0+dfdb52d64e
        fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.5+b50ffc7b4e
        fabric-networking-v0: Fabric Networking (v0) 0.1.10+e00ecb5f4e
        fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.6.0+e81ec80b4e
        fabric-object-builders-v0: Fabric Object Builders (v0) 0.6.1+ba4afa574e
        fabric-particles-v1: fabric-particles-v1 0.2.1+0a6f2a704e
        fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.4.3+e5d3217f4e
        fabric-renderer-api-v1: Fabric Renderer API (v1) 0.2.13+eae12eb84e
        fabric-renderer-indigo: Fabric Renderer - Indigo 0.3.4+5d32f5834e
        fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.1.0+e2862de64e
        fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.3+b7f9825d4e
        fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.10+e5d3217f4e
        fabric-rendering-v0: Fabric Rendering (v0) 1.1.0+534104904e
        fabric-rendering-v1: Fabric Rendering (v1) 1.2.0+fc24ff244e
        fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.2.9+e5d3217f4e
        fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.0+872498414e
        fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.0.3+ac8e8c594e
        fabric-textures-v0: Fabric Textures (v0) 1.0.4+eae12eb84e
        fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.1+02fb8fda4e
        fabricloader: Fabric Loader 0.9.1+build.205
        minecraft: Minecraft 1.16.2
        vanilladeathchest: VanillaDeathChest 1.16.3-1.11.0.7-fabric
    Launched Version: Fabric
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: NO CONTEXT
    GL Caps: 
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fabric'
    Type: Client (map_client.txt)
    CPU: <unknown>
#@!@# Game crashed! Crash report saved to: #@!@# /media/hdd/home/projects/VanillaDeathChest/run/./crash-reports/crash-2020-09-28_16.47.27-client.txt

Process finished with exit code 255
TheRandomLabs commented 4 years ago

Can you send me the log for the server crash?

Luro02 commented 4 years ago

I sadly do not have any crash logs:

Server logs ``` openjdk version "1.8.0_262" OpenJDK Runtime Environment (build 1.8.0_262-b10) OpenJDK 64-Bit Server VM (build 25.262-b10, mixed mode) :/home/container$ java -Xms128M -Xmx6144M -Dterminal.jline=false -Dterminal.ansi=true -jar fabric.jar [03:00:27] [main/INFO]: Loading for game Minecraft 1.16.3 [03:00:28] [main/WARN]: Mod `harvest` (1.2.12) uses 'requires' key in fabric.mod.json, which is not supported - use 'depends' [03:00:28] [main/INFO]: [FabricLoader] Loading 57 mods: fabric-renderer-api-v1@0.3.0+8bcfced895, fabric-keybindings-v0@0.2.0+3fa9f7c595, fabricloader@0.9.3+build.207, fabric-structure-api-v1@1.0.1+fb0d9b0e95, fabric-containers-v0@0.1.8+045df74f95, lithium@0.5.6, fabric-object-builder-api-v1@1.8.0+c1aa8ed895, fabric-game-rule-api-v1@1.0.1+74685c1495, fabric-api-base@0.1.3+12a8474c95, fabric-rendering-data-attachment-v1@0.1.3+b7f9825d95, fabric-textures-v0@1.0.4+eae12eb895, com_electronwill_night-config_core@3.6.0, randompatches@1.16.1-0.0.0.5-fabric, fabric-rendering-fluids-v1@0.1.11+fb0d9b0e95, fabric-blockrenderlayer-v1@1.1.4+c6a8ea8995, fabric-lifecycle-events-v1@1.2.0+74cc3b2095, fabric-renderer-registries-v1@2.1.0+e2862de695, com_github_therandomlabs_trlutils-fabric@1.16-SNAPSHOT, fabric-loot-tables-v1@1.0.1+432ea18895, fabric@0.21.0+build.407-1.16, carpet@1.4.11, fabric-particles-v1@0.2.2+fb0d9b0e95, fabric-networking-v0@0.1.10+e00ecb5f95, fabric-networking-blockentity-v0@0.2.5+b50ffc7b95, minecraft@1.16.3, fabric-screen-handler-api-v1@1.1.0+8724984195, repurposed_structures@1.16.3-1.6.0, com_github_therandomlabs_trlutils-config@master-SNAPSHOT, modmenu@1.14.6+build.31, fabric-command-api-v1@1.0.8+5ce5339895, cloth-basic-math@0.5.1, fabric-tool-attribute-api-v1@1.2.2+ccce563e95, fabric-renderer-indigo@0.4.0+8bcfced895, angerable-patch@1.0.0-1.16.1, com_electronwill_night-config_toml@3.6.0, fabric-item-api-v1@1.1.0+29679fd695, fabric-events-interaction-v0@0.4.0+e2e6cdad95, fabric-crash-report-info-v1@0.1.2+b7f9825d95, mostructures@1.0.0-pre3+mc.1.16.2, fabric-rendering-v0@1.1.0+5341049095, fabric-key-binding-api-v1@1.0.1+730711c695, fabric-rendering-v1@1.3.0+432ea18895, cloth-config2@4.8.1, fabric-resource-loader-v0@0.3.1+facf3bbf95, autoconfig1u@3.2.2, harvest@1.2.12, fabric-content-registries-v0@0.1.9+059ea86695, fabric-tag-extensions-v0@1.0.3+ac8e8c5995, worldedit@7.2.0-beta-05+20b3da4, fabric-biome-api-v1@2.0.0+c29459ab95, fabric-commands-v0@0.2.0+52d3083695, fabric-registry-sync-v0@0.5.0+c1aa8ed895, fabric-mining-levels-v0@0.1.2+b764ce9995, fabric-events-lifecycle-v0@0.2.0+16acbe5b95, fabric-models-v0@0.1.0+dfdb52d695, fabric-item-groups-v0@0.2.0+438f963695, fabric-object-builders-v0@0.7.0+432ea18895 [03:00:28] [main/WARN]: Mod `com_github_therandomlabs_trlutils-config` (master-SNAPSHOT) does not respect SemVer - comparison support is limited. [03:00:28] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.1 Source=file:/home/container/fabric.jar Service=Knot/Fabric Env=SERVER [03:00:30] [main/INFO]: Loaded configuration file for Lithium: 64 options available, 0 override(s) found [03:00:30] [main/WARN]: @Mixin target net/minecraft/class_3898$class_3208 is public in fabric-networking-v0.mixins.json:MixinEntityTracker and should be specified in value [03:00:36] [main/INFO]: [STDOUT]: net.minecraft.class_2248 [03:00:36] [main/INFO]: WorldEdit for Fabric (version 7.2.0-beta-05+20b3da4) is loaded [03:00:38] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD' [03:00:39] [main/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] [03:00:39] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] [03:00:39] [main/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] [03:00:39] [main/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] [03:00:39] [main/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0] [03:00:39] [main/INFO]: Reloading ResourceManager: Default, Fabric Tool Attribute API (v1), Harvest, VanillaTweaks_c283905.zip, afk display v1.1.0.zip, armored elytra v1.0.3.zip, custom nether portals v2.3.2.zip, double shulker shells v1.3.0.zip, dragon drops v1.3.0.zip, elevators v1.0.1.zip, fast leaf decay v2.0.3.zip, multiplayer sleep v2.4.3.zip, xp management v1.1.0.zip, timber v2.1.0.zip, incendium-v2-5-7.zip, Mo' Structures, Repurposed Structures, graves v2.7.4.zip, autocrafting-e2340.zip [03:00:39] [main/WARN]: ResourcePack: ignored non-lowercase namespace: .DS_Store in ./world/datapacks/incendium-v2-5-7.zip [03:00:41] [Worker-Main-2/INFO]: Loaded 7 recipes [03:00:43] [Worker-Main-2/WARN]: Found validation problem in {minecraft:entities/ender_dragon}.pools[1].entries[0]: Unknown loot table called minecraft:entities/reference/mmh/ender_dragon [03:00:43] [Worker-Main-2/WARN]: Found validation problem in {minecraft:entities/shulker}.pools[1].entries[0]: Unknown loot table called minecraft:entities/reference/mmh/shulker [03:00:43] [Worker-Main-2/INFO]: Loaded 1030 advancements [03:00:45] [Server thread/INFO]: Starting minecraft server version 1.16.3 [03:00:45] [Server thread/INFO]: Loading properties [03:00:45] [Server thread/INFO]: Default game type: SURVIVAL [03:00:45] [Server thread/INFO]: Generating keypair [03:00:46] [Server thread/INFO]: Starting Minecraft server on 0.0.0.0:25565 [03:00:46] [Server thread/INFO]: Using epoll channel type [03:00:46] [Server thread/INFO]: Preparing level "world" [03:00:46] [Server thread/INFO]: Preparing start region for dimension minecraft:overworld [03:00:48] [Server thread/INFO]: Preparing spawn area: 0% [03:00:48] [Server thread/INFO]: Preparing spawn area: 0% [03:00:48] [Server thread/INFO]: Preparing spawn area: 0% [03:00:48] [Worker-Main-3/INFO]: Preparing spawn area: 0% [03:00:49] [Server thread/INFO]: Time elapsed: 2356 ms [03:00:49] [Server thread/INFO]: Done (2.767s)! For help, type "help" [03:00:49] [Server thread/INFO]: Got request to register class com.sk89q.worldedit.fabric.FabricPlatform with WorldEdit [com.sk89q.worldedit.extension.platform.PlatformManager@4e542ef4] [03:00:49] [Server thread/INFO]: Registering commands with com.sk89q.worldedit.fabric.FabricPlatform [03:00:50] [Server thread/WARN]: Ambiguity between arguments [teleport, destination] and [teleport, targets] with inputs: [Player, 0123, @e, dd12be42-52a9-4a91-a8a1-11c01849e498] [03:00:50] [Server thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, destination] with inputs: [0.1 -0.5 .9, 0 0 0] [03:00:50] [Server thread/WARN]: Ambiguity between arguments [teleport, location] and [teleport, targets] with inputs: [0.1 -0.5 .9, 0 0 0] [03:00:50] [Server thread/WARN]: Ambiguity between arguments [teleport, targets] and [teleport, destination] with inputs: [Player, 0123, dd12be42-52a9-4a91-a8a1-11c01849e498] [03:00:50] [Server thread/WARN]: Ambiguity between arguments [teleport, targets, location] and [teleport, targets, destination] with inputs: [0.1 -0.5 .9, 0 0 0] [03:00:50] [Server thread/INFO]: Reloading ResourceManager: Default, Fabric Tool Attribute API (v1), Harvest, VanillaTweaks_c283905.zip, afk display v1.1.0.zip, armored elytra v1.0.3.zip, custom nether portals v2.3.2.zip, double shulker shells v1.3.0.zip, dragon drops v1.3.0.zip, elevators v1.0.1.zip, fast leaf decay v2.0.3.zip, multiplayer sleep v2.4.3.zip, xp management v1.1.0.zip, timber v2.1.0.zip, incendium-v2-5-7.zip, Mo' Structures, Repurposed Structures, graves v2.7.4.zip, autocrafting-e2340.zip [03:00:50] [Server thread/WARN]: ResourcePack: ignored non-lowercase namespace: .DS_Store in ./world/datapacks/incendium-v2-5-7.zip [03:00:53] [Server thread/INFO]: Loaded 7 recipes [03:00:53] [Server thread/WARN]: Found validation problem in {minecraft:entities/ender_dragon}.pools[1].entries[0]: Unknown loot table called minecraft:entities/reference/mmh/ender_dragon [03:00:53] [Server thread/WARN]: Found validation problem in {minecraft:entities/shulker}.pools[1].entries[0]: Unknown loot table called minecraft:entities/reference/mmh/shulker [03:00:53] [Server thread/INFO]: Loaded 1030 advancements [03:00:54] [Server thread/WARN]: Can't keep up! Is the server overloaded? Running 4943ms or 98 ticks behind [03:00:57] [Server thread/WARN]: Trying to add entity with duplicated UUID 291dfbec-2b7b-4c2b-9899-f665ea53af5d. Existing minecraft:armor_stand#198, new: minecraft:armor_stand#199 ```

There is no mention of the vanilladeathchest mod in the above logs, so I assume that the mod does not load correctly (does it print a message on startup to the logs?, would be useful to have)

I just tried to run the mod on 1.16.3 client and it is not displayed in the modmenu:

Client logs ``` MultiMC version: 0.6.12-custom Minecraft folder is: /media/hdd/home/.local/share/multimc/instances/1.16.3/.minecraft Java path is: /usr/bin/java Java is version 1.8.0_265, using 64-bit architecture. Intel(R) Core(TM) i7-6700HQ CPU @ 2.60GHz NVIDIA Corporation GM204M [GeForce GTX 965M] (rev a1) Subsystem: CLEVO/KAPOK Computer Device 1504 Kernel driver in use: nvidia OpenGL version string: 4.6.0 NVIDIA 455.23.04 Main Class: net.fabricmc.loader.launch.knot.KnotClient Native path: /media/hdd/home/.local/share/multimc/instances/1.16.3/natives Traits: traits FirstThreadOnMacOS Libraries: /media/hdd/home/.local/share/multimc/libraries/org/lwjgl/lwjgl-glfw/3.2.2/lwjgl-glfw-3.2.2.jar /media/hdd/home/.local/share/multimc/libraries/org/lwjgl/lwjgl-jemalloc/3.2.2/lwjgl-jemalloc-3.2.2.jar /media/hdd/home/.local/share/multimc/libraries/org/lwjgl/lwjgl-openal/3.2.2/lwjgl-openal-3.2.2.jar /media/hdd/home/.local/share/multimc/libraries/org/lwjgl/lwjgl-opengl/3.2.2/lwjgl-opengl-3.2.2.jar /media/hdd/home/.local/share/multimc/libraries/org/lwjgl/lwjgl-stb/3.2.2/lwjgl-stb-3.2.2.jar /media/hdd/home/.local/share/multimc/libraries/org/lwjgl/lwjgl-tinyfd/3.2.2/lwjgl-tinyfd-3.2.2.jar /media/hdd/home/.local/share/multimc/libraries/org/lwjgl/lwjgl/3.2.2/lwjgl-3.2.2.jar /media/hdd/home/.local/share/multimc/libraries/com/mojang/patchy/1.1/patchy-1.1.jar /media/hdd/home/.local/share/multimc/libraries/oshi-project/oshi-core/1.1/oshi-core-1.1.jar /media/hdd/home/.local/share/multimc/libraries/net/java/dev/jna/jna/4.4.0/jna-4.4.0.jar /media/hdd/home/.local/share/multimc/libraries/net/java/dev/jna/platform/3.4.0/platform-3.4.0.jar /media/hdd/home/.local/share/multimc/libraries/com/ibm/icu/icu4j/66.1/icu4j-66.1.jar /media/hdd/home/.local/share/multimc/libraries/com/mojang/javabridge/1.0.22/javabridge-1.0.22.jar /media/hdd/home/.local/share/multimc/libraries/net/sf/jopt-simple/jopt-simple/5.0.3/jopt-simple-5.0.3.jar /media/hdd/home/.local/share/multimc/libraries/io/netty/netty-all/4.1.25.Final/netty-all-4.1.25.Final.jar /media/hdd/home/.local/share/multimc/libraries/com/google/guava/guava/21.0/guava-21.0.jar /media/hdd/home/.local/share/multimc/libraries/org/apache/commons/commons-lang3/3.5/commons-lang3-3.5.jar /media/hdd/home/.local/share/multimc/libraries/commons-io/commons-io/2.5/commons-io-2.5.jar /media/hdd/home/.local/share/multimc/libraries/commons-codec/commons-codec/1.10/commons-codec-1.10.jar /media/hdd/home/.local/share/multimc/libraries/com/mojang/brigadier/1.0.17/brigadier-1.0.17.jar /media/hdd/home/.local/share/multimc/libraries/com/mojang/datafixerupper/4.0.26/datafixerupper-4.0.26.jar /media/hdd/home/.local/share/multimc/libraries/com/google/code/gson/gson/2.8.0/gson-2.8.0.jar /media/hdd/home/.local/share/multimc/libraries/com/mojang/authlib/1.6.25/authlib-1.6.25.jar /media/hdd/home/.local/share/multimc/libraries/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1.jar /media/hdd/home/.local/share/multimc/libraries/org/apache/httpcomponents/httpclient/4.3.3/httpclient-4.3.3.jar /media/hdd/home/.local/share/multimc/libraries/commons-logging/commons-logging/1.1.3/commons-logging-1.1.3.jar /media/hdd/home/.local/share/multimc/libraries/org/apache/httpcomponents/httpcore/4.3.2/httpcore-4.3.2.jar /media/hdd/home/.local/share/multimc/libraries/it/unimi/dsi/fastutil/8.2.1/fastutil-8.2.1.jar /media/hdd/home/.local/share/multimc/libraries/org/apache/logging/log4j/log4j-api/2.8.1/log4j-api-2.8.1.jar /media/hdd/home/.local/share/multimc/libraries/org/apache/logging/log4j/log4j-core/2.8.1/log4j-core-2.8.1.jar /media/hdd/home/.local/share/multimc/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3.jar /media/hdd/home/.local/share/multimc/libraries/net/fabricmc/intermediary/1.16.3/intermediary-1.16.3.jar /media/hdd/home/.local/share/multimc/libraries/net/fabricmc/tiny-mappings-parser/0.2.2.14/tiny-mappings-parser-0.2.2.14.jar /media/hdd/home/.local/share/multimc/libraries/net/fabricmc/sponge-mixin/0.8.1+build.21/sponge-mixin-0.8.1+build.21.jar /media/hdd/home/.local/share/multimc/libraries/net/fabricmc/tiny-remapper/0.2.2.64/tiny-remapper-0.2.2.64.jar /media/hdd/home/.local/share/multimc/libraries/net/fabricmc/fabric-loader-sat4j/2.3.5.4/fabric-loader-sat4j-2.3.5.4.jar /media/hdd/home/.local/share/multimc/libraries/com/google/jimfs/jimfs/1.2-fabric/jimfs-1.2-fabric.jar /media/hdd/home/.local/share/multimc/libraries/org/ow2/asm/asm/8.0/asm-8.0.jar /media/hdd/home/.local/share/multimc/libraries/org/ow2/asm/asm-analysis/8.0/asm-analysis-8.0.jar /media/hdd/home/.local/share/multimc/libraries/org/ow2/asm/asm-commons/8.0/asm-commons-8.0.jar /media/hdd/home/.local/share/multimc/libraries/org/ow2/asm/asm-tree/8.0/asm-tree-8.0.jar /media/hdd/home/.local/share/multimc/libraries/org/ow2/asm/asm-util/8.0/asm-util-8.0.jar /media/hdd/home/.local/share/multimc/libraries/net/fabricmc/fabric-loader/0.9.3+build.207/fabric-loader-0.9.3+build.207.jar /media/hdd/home/.local/share/multimc/libraries/com/mojang/minecraft/1.16.3/minecraft-1.16.3-client.jar Native libraries: /media/hdd/home/.local/share/multimc/libraries/org/lwjgl/lwjgl-glfw/3.2.2/lwjgl-glfw-3.2.2-natives-linux.jar /media/hdd/home/.local/share/multimc/libraries/org/lwjgl/lwjgl-jemalloc/3.2.2/lwjgl-jemalloc-3.2.2-natives-linux.jar /media/hdd/home/.local/share/multimc/libraries/org/lwjgl/lwjgl-openal/3.2.2/lwjgl-openal-3.2.2-natives-linux.jar /media/hdd/home/.local/share/multimc/libraries/org/lwjgl/lwjgl-opengl/3.2.2/lwjgl-opengl-3.2.2-natives-linux.jar /media/hdd/home/.local/share/multimc/libraries/org/lwjgl/lwjgl-stb/3.2.2/lwjgl-stb-3.2.2-natives-linux.jar /media/hdd/home/.local/share/multimc/libraries/org/lwjgl/lwjgl-tinyfd/3.2.2/lwjgl-tinyfd-3.2.2-natives-linux.jar /media/hdd/home/.local/share/multimc/libraries/org/lwjgl/lwjgl/3.2.2/lwjgl-3.2.2-natives-linux.jar /media/hdd/home/.local/share/multimc/libraries/com/mojang/text2speech/1.11.3/text2speech-1.11.3-natives-linux.jar Mods: [✔️] fabric-api-0.21.0+build.407-1.16 [✔️] modmenu-1.14.6+build.31 [✔️] mousewheelie-1.5.5+mc1.16.2-pre1 [✔️] optifabric-1.6.4 [✔️] OptiFine_1.16.3_HD_U_G3 [✔️] vanilladeathchest-1.16.3-1.11.0.7 Params: --username --version MultiMC5 --gameDir /media/hdd/home/.local/share/multimc/instances/1.16.3/.minecraft --assetsDir /media/hdd/home/.local/share/multimc/assets --assetIndex 1.16 --uuid --accessToken --userType --versionType release Window size: 854 x 480 Java Arguments: [-Xms1024m, -Xmx8192m, -Duser.language=en] Minecraft process ID: 3895 Using onesix launcher. [10:18:59] [main/INFO]: Loading for game Minecraft 1.16.3 [10:19:00] [main/WARN]: Warnings were found! - Conflicting versions found for fabric-api-base: used 0.1.3+12a8474c95, also found 0.1.3+12a8474cb2, 0.1.3+12a8474ca7 - Conflicting versions found for fabric-lifecycle-events-v1: used 1.2.0+74cc3b2095, also found 1.2.0+74cc3b20a7 - Conflicting versions found for fabric-networking-v0: used 0.1.10+e00ecb5fa7, also found 0.1.10+e00ecb5f95 - Conflicting versions found for fabric-key-binding-api-v1: used 1.0.1+730711c6a7, also found 1.0.1+730711c695 - Conflicting versions found for fabric-events-lifecycle-v0: used 0.2.0+16acbe5b95, also found 0.2.0+16acbe5ba7 [10:19:00] [main/WARN]: Mod `tweed` (3.0.0-beta.13) uses 'requires' key in fabric.mod.json, which is not supported - use 'depends' [10:19:00] [main/INFO]: [FabricLoader] Loading 49 mods: fabric-renderer-api-v1@0.3.0+8bcfced895, fabric-keybindings-v0@0.2.0+3fa9f7c595, fabricloader@0.9.3+build.207, fabric-structure-api-v1@1.0.1+fb0d9b0e95, fabric-containers-v0@0.1.8+045df74f95, fabric-object-builder-api-v1@1.8.0+c1aa8ed895, fabric-game-rule-api-v1@1.0.1+74685c1495, fabric-api-base@0.1.3+12a8474c95, mm@2.1, fabric-rendering-data-attachment-v1@0.1.3+b7f9825d95, fabric-textures-v0@1.0.4+eae12eb895, fabric-rendering-fluids-v1@0.1.11+fb0d9b0e95, fabric-blockrenderlayer-v1@1.1.4+c6a8ea8995, fabric-lifecycle-events-v1@1.2.0+74cc3b2095, fabric-renderer-registries-v1@2.1.0+e2862de695, fabric-loot-tables-v1@1.0.1+432ea18895, fabric@0.21.0+build.407-1.16, fabric-particles-v1@0.2.2+fb0d9b0e95, fabric-networking-v0@0.1.10+e00ecb5fa7, fabric-screen-handler-api-v1@1.1.0+8724984195, minecraft@1.16.3, fabric-networking-blockentity-v0@0.2.5+b50ffc7b95, modmenu@1.14.6+build.31, cloth-basic-math@0.5.1, fabric-command-api-v1@1.0.8+5ce5339895, amecsapi@1.1.1+mc1.16-rc1, fabric-tool-attribute-api-v1@1.2.2+ccce563e95, fabric-renderer-indigo@0.4.0+8bcfced895, fabric-events-interaction-v0@0.4.0+e2e6cdad95, fabric-item-api-v1@1.1.0+29679fd695, fabric-crash-report-info-v1@0.1.2+b7f9825d95, fabric-rendering-v0@1.1.0+5341049095, mousewheelie@1.5.5+mc1.16.2-pre1, fabric-key-binding-api-v1@1.0.1+730711c6a7, fabric-rendering-v1@1.3.0+432ea18895, cloth-config2@4.7.0-unstable, fabric-resource-loader-v0@0.3.1+facf3bbf95, fabric-content-registries-v0@0.1.9+059ea86695, fabric-tag-extensions-v0@1.0.3+ac8e8c5995, fabric-biome-api-v1@2.0.0+c29459ab95, optifabric@1.6.4, fabric-registry-sync-v0@0.5.0+c1aa8ed895, fabric-commands-v0@0.2.0+52d3083695, fabric-mining-levels-v0@0.1.2+b764ce9995, fabric-events-lifecycle-v0@0.2.0+16acbe5b95, fabric-models-v0@0.1.0+dfdb52d695, fabric-item-groups-v0@0.2.0+438f963695, fabric-object-builders-v0@0.7.0+432ea18895, tweed@3.0.0-beta.13 [10:19:00] [main/INFO]: SpongePowered MIXIN Subsystem Version=0.8.1 Source=file:/media/hdd/home/.local/share/multimc/libraries/net/fabricmc/sponge-mixin/0.8.1+build.21/sponge-mixin-0.8.1+build.21.jar Service=Knot/Fabric Env=CLIENT Found existing patched optifine jar, using that [10:19:02] [main/INFO]: [OptiFine] (Reflector) Field not found: World.tileEntitiesToBeRemoved [10:19:02] [main/WARN]: Injection warning: LVT in net/minecraft/class_315::method_1640()V has incompatible changes at opcode 1050 in callback net/minecraft/class_315::onKeyBindingWritten. Expected: [Ljava/io/PrintWriter;, [Lnet/minecraft/class_304;, I, I, Lnet/minecraft/class_304;] Found: [Ljava/io/PrintWriter;, Lnull;, [Lnet/minecraft/class_304;, I, I] [10:19:06] [main/INFO]: Environment: authHost='https://authserver.mojang.com', accountsHost='https://api.mojang.com', sessionHost='https://sessionserver.mojang.com', name='PROD' [10:19:06] [main/INFO]: Setting user: Luroalive [10:19:06] [main/INFO]: Definitely not up to no good [10:19:06] [main/INFO]: [Indigo] Registering Indigo renderer! [10:19:06] [main/INFO]: [Indigo] Compatibility mode enabled. [10:19:07] [main/INFO]: Reloaded configs for mousewheelie (universal/highest) [10:19:07] [main/INFO]: Reloaded configs for tweed (universal/highest) [10:19:07] [main/INFO]: Backend library: LWJGL version 3.2.2 build 10 [10:19:09] [main/INFO]: [OptiFine] [10:19:09] [main/INFO]: [OptiFine] OptiFine_1.16.3_HD_U_G3 [10:19:09] [main/INFO]: [OptiFine] Build: 20200916-082411 [10:19:09] [main/INFO]: [OptiFine] OS: Linux (amd64) version 5.8.11-arch1-1 [10:19:09] [main/INFO]: [OptiFine] Java: 1.8.0_265, Oracle Corporation [10:19:09] [main/INFO]: [OptiFine] VM: OpenJDK 64-Bit Server VM (mixed mode), Oracle Corporation [10:19:09] [main/INFO]: [OptiFine] LWJGL: 3.3.0 X11 GLX EGL OSMesa clock_gettime evdev shared [10:19:09] [main/INFO]: [OptiFine] OpenGL: GeForce GTX 965M/PCIe/SSE2, version 4.6.0 NVIDIA 455.23.04, NVIDIA Corporation [10:19:09] [main/INFO]: [OptiFine] OpenGL Version: 4.6.0 [10:19:09] [main/INFO]: [OptiFine] Maximum texture size: 16384x16384 [10:19:09] [VersionCheck/INFO]: [OptiFine] Checking for new version [10:19:09] [main/INFO]: [Shaders] OpenGL Version: 4.6.0 NVIDIA 455.23.04 [10:19:09] [main/INFO]: [Shaders] Vendor: NVIDIA Corporation [10:19:09] [main/INFO]: [Shaders] Renderer: GeForce GTX 965M/PCIe/SSE2 [10:19:09] [main/INFO]: [Shaders] Capabilities: 2.0 2.1 3.0 3.2 4.0 [10:19:09] [main/INFO]: [Shaders] GL_MAX_DRAW_BUFFERS: 8 [10:19:09] [main/INFO]: [Shaders] GL_MAX_COLOR_ATTACHMENTS_EXT: 8 [10:19:09] [main/INFO]: [Shaders] GL_MAX_TEXTURE_IMAGE_UNITS: 32 [10:19:09] [main/INFO]: [Shaders] Load shaders configuration. [10:19:09] [main/INFO]: [Shaders] Loaded shaderpack: ComplementaryShaders_3.05.zip [10:19:09] [main/INFO]: [OptiFine] [Shaders] Worlds: -31, -30, -29, -28, -27, -23, -1, 1, 2, 5, 7, 10, 17, 20 [10:19:09] [VersionCheck/INFO]: [OptiFine] java.io.FileNotFoundException: http://optifine.net/version/1.16.3/HD_U.txt [10:19:23] [main/INFO]: [OptiFine] [Shaders] Parsing block mappings: /shaders/block.properties [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:dune_grass [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:dead_grass [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:desert_grass [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:sprout [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:bush [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:rose [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:violet [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:lavender [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:wildflower [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:orange_cosmos [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:pink_daffodil [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:pink_hibiscus [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:glowflower [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:wilted_lily [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:burning_blossom [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:origin_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:flowering_oak_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:rainbow_birch_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:yellow_autumn_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:orange_autumn_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:maple_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:fir_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:redwood_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:mahogany_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:palm_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:willow_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:dead_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:magic_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:umbran_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: biomesoplenty:hellbark_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: quark:blue_blossom_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: quark:lavender_blossom_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: quark:orange_blossom_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: quark:pink_blossom_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: quark:yellow_blossom_leaves [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:flowing_lava [10:19:23] [main/WARN]: [OptiFine] Shaders: Block not found for name: minecraft:flowing_water [10:19:23] [main/INFO]: [OptiFine] [Shaders] Parsing item mappings: /shaders/item.properties [10:19:23] [main/INFO]: [OptiFine] [Shaders] Parsing entity mappings: /shaders/entity.properties [10:19:23] [main/INFO]: [Shaders] Custom texture: texture.gbuffers.depthtex0 = tex/rough.png [10:19:23] [main/INFO]: [Shaders] Custom texture: texture.composite.depthtex2 = tex/dirt.png [10:19:23] [main/INFO]: [Shaders] Custom variable: tAmin [10:19:24] [main/INFO]: [Shaders] Custom variable: tAlin [10:19:24] [main/INFO]: [Shaders] Custom variable: hA [10:19:24] [main/INFO]: [Shaders] Custom variable: tAfrc [10:19:24] [main/INFO]: [Shaders] Custom variable: tAfrs [10:19:24] [main/INFO]: [Shaders] Custom variable: tAmix [10:19:24] [main/INFO]: [Shaders] Custom uniform: timeAngle [10:19:24] [main/INFO]: [Shaders] Custom uniform: timeBrightness [10:19:24] [main/INFO]: [Shaders] Custom uniform: shadowFade [10:19:24] [main/INFO]: [Shaders] Custom variable: blindFactorSqrt [10:19:24] [main/INFO]: [Shaders] Custom uniform: blindFactor [10:19:24] [main/INFO]: [Shaders] Custom uniform: isCold [10:19:24] [main/INFO]: [Shaders] Custom uniform: isDesert [10:19:24] [main/INFO]: [Shaders] Custom uniform: isMesa [10:19:24] [main/INFO]: [Shaders] Custom uniform: isSwamp [10:19:24] [main/INFO]: [Shaders] Custom uniform: isMushroom [10:19:24] [main/INFO]: [Shaders] Custom uniform: isSavanna [10:19:24] [main/WARN]: [Indigo] Exception accessing vanilla smooth lighter java.lang.IllegalArgumentException: wrong number of arguments at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Native Method) ~[?:1.8.0_265] at sun.reflect.NativeConstructorAccessorImpl.newInstance(NativeConstructorAccessorImpl.java:62) ~[?:1.8.0_265] at sun.reflect.DelegatingConstructorAccessorImpl.newInstance(DelegatingConstructorAccessorImpl.java:45) ~[?:1.8.0_265] at java.lang.reflect.Constructor.newInstance(Constructor.java:423) ~[?:1.8.0_265] at net.fabricmc.fabric.impl.client.indigo.renderer.aocalc.VanillaAoHelper$1.get(VanillaAoHelper.java:56) [24fd10e8-c47c-4970-b375-1e7e8e6b87d5.jar:?] at net.fabricmc.fabric.impl.client.indigo.renderer.aocalc.VanillaAoHelper$1.get(VanillaAoHelper.java:52) [24fd10e8-c47c-4970-b375-1e7e8e6b87d5.jar:?] at net.fabricmc.fabric.impl.client.indigo.renderer.aocalc.VanillaAoHelper.initialize(VanillaAoHelper.java:67) [24fd10e8-c47c-4970-b375-1e7e8e6b87d5.jar:?] at net.minecraft.class_778.handler$zba000$onInit(class_778.java:561) [intermediary-minecraft-1.16.3-client.jar:?] at net.minecraft.class_778.(class_778.java:68) [intermediary-minecraft-1.16.3-client.jar:?] at net.minecraft.class_776.(class_776.java:45) [intermediary-minecraft-1.16.3-client.jar:?] at net.minecraft.class_310.(class_310.java:522) [intermediary-minecraft-1.16.3-client.jar:?] at net.minecraft.client.main.Main.main(Main.java:177) [intermediary-minecraft-1.16.3-client.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265] at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:192) [fabric-loader-0.9.3+build.207.jar:?] at net.fabricmc.loader.launch.knot.Knot.init(Knot.java:140) [fabric-loader-0.9.3+build.207.jar:?] at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:26) [fabric-loader-0.9.3+build.207.jar:?] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_265] at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) ~[?:1.8.0_265] at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) ~[?:1.8.0_265] at java.lang.reflect.Method.invoke(Method.java:498) ~[?:1.8.0_265] at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:196) [NewLaunch.jar:?] at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:231) [NewLaunch.jar:?] at org.multimc.EntryPoint.listen(EntryPoint.java:143) [NewLaunch.jar:?] at org.multimc.EntryPoint.main(EntryPoint.java:34) [NewLaunch.jar:?] [10:19:24] [main/WARN]: [Indigo] Vanilla smooth lighter unavailable. Indigo lighter will be used even if not configured. [10:19:24] [main/INFO]: Narrator library successfully loaded [10:19:24] [main/INFO]: Reloading ResourceManager: Default, Fabric Renderer API (v1), Fabric Screen Handler API (v1), Fabric Networking Block Entity (v0), Fabric Key Bindings (v0), Mod Menu, Fabric Loader, Fabric Tool Attribute API (v1), Fabric Renderer - Indigo, Fabric Containers (v0), Fabric Object Builder API (v1), Fabric Item API (v1), Fabric Events Interaction (v0), Fabric Crash Report Info (v1), Fabric Game Rule API (v1), Fabric API Base, Fabric Rendering (v0), Fabric Rendering (v1), Fabric Key Binding API (v1), Fabric Rendering Data Attachment (v1), Fabric Resource Loader (v0), Fabric Textures (v0), Fabric Content Registries (v0), Fabric Tag Extensions (v0), Fabric Rendering Fluids (v1), Fabric Biome API (v1), Fabric Registry Sync (v0), Fabric BlockRenderLayer Registration (v1), Fabric Lifecycle Events (v1), Fabric Mining Levels (v0), Fabric Renderer Registries (v1), Fabric Loot Tables (v1), Fabric Events Lifecycle (v0), Fabric API, Fabric Models (v0), Fabric Item Groups (v0), Fabric Object Builders (v0), Fabric Networking (v0), Amecs API, Cloth Config v4, Mouse Wheelie, Tweed API, VanillaTweaks_r600436.zip, Manningham Mills, OptiFabric [10:19:24] [main/INFO]: [OptiFine] *** Reloading textures *** [10:19:24] [main/INFO]: [OptiFine] Resource packs: Fabric Renderer API (v1), Fabric Screen Handler API (v1), Fabric Networking Block Entity (v0), Fabric Key Bindings (v0), Mod Menu, Fabric Loader, Fabric Tool Attribute API (v1), Fabric Renderer - Indigo, Fabric Containers (v0), Fabric Object Builder API (v1), Fabric Item API (v1), Fabric Events Interaction (v0), Fabric Crash Report Info (v1), Fabric Game Rule API (v1), Fabric API Base, Fabric Rendering (v0), Fabric Rendering (v1), Fabric Key Binding API (v1), Fabric Rendering Data Attachment (v1), Fabric Resource Loader (v0), Fabric Textures (v0), Fabric Content Registries (v0), Fabric Tag Extensions (v0), Fabric Rendering Fluids (v1), Fabric Biome API (v1), Fabric Registry Sync (v0), Fabric BlockRenderLayer Registration (v1), Fabric Lifecycle Events (v1), Fabric Mining Levels (v0), Fabric Renderer Registries (v1), Fabric Loot Tables (v1), Fabric Events Lifecycle (v0), Fabric API, Fabric Models (v0), Fabric Item Groups (v0), Fabric Object Builders (v0), Fabric Networking (v0), Amecs API, Cloth Config v4, Mouse Wheelie, Tweed API, VanillaTweaks_r600436.zip, Manningham Mills, OptiFabric [10:19:24] [main/INFO]: [OptiFine] EmissiveTextures: Loading optifine/emissive.properties [10:19:25] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_4696.canRenderInLayer [10:19:25] [main/INFO]: [OptiFine] *** Reflector Forge *** [10:19:25] [main/INFO]: [OptiFine] (Reflector) Class not present: mods.betterfoliage.client.BetterFoliageClient [10:19:25] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_773.getTexture [10:19:25] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_1299.getTags [10:19:25] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_3611.getTags [10:19:25] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_2791.getWorldForge [10:19:25] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_304.setKeyConflictContext [10:19:25] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_304.setKeyModifierAndCode [10:19:25] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_304.getKeyModifier [10:19:25] [main/INFO]: [OptiFine] (Reflector) Method not present: net.minecraft.class_4696.canRenderInLayer [10:19:25] [main/INFO]: [OptiFine] *** Reflector Vanilla *** [10:19:25] [Worker-Main-14/INFO]: [OptiFine] Multitexture: false [10:19:25] [Worker-Main-8/INFO]: [OptiFine] Multitexture: false [10:19:25] [Worker-Main-9/INFO]: [OptiFine] Multitexture: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/glass/glass.properties [10:19:27] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/glass/pane.properties [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:27] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:28] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:28] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:28] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:28] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:28] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:28] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:28] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:28] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:28] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:28] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:28] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:28] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_pane_white.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/00_glass_white/glass_white.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_orange.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/01_glass_orange/glass_pane_orange.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_magenta.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/02_glass_magenta/glass_pane_magenta.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_light_blue.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/03_glass_light_blue/glass_pane_light_blue.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_pane_yellow.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/04_glass_yellow/glass_yellow.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_lime.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/05_glass_lime/glass_pane_lime.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pane_pink.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/06_glass_pink/glass_pink.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_gray.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/07_glass_gray/glass_pane_gray.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_light_gray.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/08_glass_light_gray/glass_pane_light_gray.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_cyan.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/09_glass_cyan/glass_pane_cyan.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_pane_purple.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/10_glass_purple/glass_purple.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_blue.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/11_glass_blue/glass_pane_blue.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_brown.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/12_glass_brown/glass_pane_brown.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_green.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/13_glass_green/glass_pane_green.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_pane_red.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/14_glass_red/glass_red.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_black.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/15_glass_black/glass_pane_black.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/30_bookshelf/bookshelf.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/40_sandstone/sandstone.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] ConnectedTextures: optifine/ctm/default/41_red_sandstone/red_sandstone.properties [10:19:28] [Worker-Main-12/INFO]: [OptiFine] Multipass connected textures: false [10:19:28] [Worker-Main-12/INFO]: [OptiFine] BetterGrass: Parsing default configuration optifine/bettergrass.properties [10:19:29] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 4 [10:19:30] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false [10:19:30] [Worker-Main-12/INFO]: [OptiFine] Sprite size: 64 [10:19:30] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 6 [10:19:30] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false [10:19:30] [Worker-Main-12/INFO]: [OptiFine] Sprite size: 64 [10:19:30] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 6 [10:19:30] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false [10:19:30] [Worker-Main-12/INFO]: [OptiFine] Sprite size: 64 [10:19:30] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 6 [10:19:30] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false [10:19:30] [Worker-Main-12/INFO]: [OptiFine] Sprite size: 64 [10:19:30] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 6 [10:19:30] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false [10:19:30] [Worker-Main-12/INFO]: [OptiFine] Sprite size: 64 [10:19:30] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 6 [10:19:30] [Worker-Main-12/INFO]: [OptiFine] Multitexture: false [10:19:30] [Worker-Main-12/INFO]: [OptiFine] Sprite size: 64 [10:19:30] [Worker-Main-12/INFO]: [OptiFine] Mipmap levels: 6 [10:19:30] [main/INFO]: OpenAL initialized. [10:19:30] [main/INFO]: Sound engine started [10:19:31] [main/INFO]: Created: 1024x512x4 minecraft:textures/atlas/blocks.png-atlas [10:19:31] [main/INFO]: [Shaders] Allocate texture map normal: 1024x512, mipmaps: 4 [10:19:31] [main/INFO]: [Shaders] Allocate texture map specular: 1024x512, mipmaps: 4 [10:19:31] [main/INFO]: [OptiFine] Animated sprites: 45 [10:19:31] [main/INFO]: Created: 256x128x4 minecraft:textures/atlas/signs.png-atlas [10:19:31] [main/INFO]: [Shaders] Allocate texture map normal: 256x128, mipmaps: 4 [10:19:31] [main/INFO]: [Shaders] Allocate texture map specular: 256x128, mipmaps: 4 [10:19:31] [main/INFO]: [OptiFine] Animated sprites: 0 [10:19:31] [main/INFO]: Created: 512x512x4 minecraft:textures/atlas/banner_patterns.png-atlas [10:19:31] [main/INFO]: [Shaders] Allocate texture map normal: 512x512, mipmaps: 4 [10:19:31] [main/INFO]: [Shaders] Allocate texture map specular: 512x512, mipmaps: 4 [10:19:31] [main/INFO]: [OptiFine] Animated sprites: 0 [10:19:31] [main/INFO]: Created: 512x512x4 minecraft:textures/atlas/shield_patterns.png-atlas [10:19:31] [main/INFO]: [Shaders] Allocate texture map normal: 512x512, mipmaps: 4 [10:19:31] [main/INFO]: [Shaders] Allocate texture map specular: 512x512, mipmaps: 4 [10:19:31] [main/INFO]: [OptiFine] Animated sprites: 0 [10:19:31] [main/INFO]: Created: 256x256x4 minecraft:textures/atlas/chest.png-atlas [10:19:31] [main/INFO]: [Shaders] Allocate texture map normal: 256x256, mipmaps: 4 [10:19:31] [main/INFO]: [Shaders] Allocate texture map specular: 256x256, mipmaps: 4 [10:19:31] [main/INFO]: [OptiFine] Animated sprites: 0 [10:19:31] [main/INFO]: Created: 512x256x4 minecraft:textures/atlas/beds.png-atlas [10:19:31] [main/INFO]: [Shaders] Allocate texture map normal: 512x256, mipmaps: 4 [10:19:31] [main/INFO]: [Shaders] Allocate texture map specular: 512x256, mipmaps: 4 [10:19:31] [main/INFO]: [OptiFine] Animated sprites: 0 [10:19:31] [main/INFO]: Created: 512x256x4 minecraft:textures/atlas/shulker_boxes.png-atlas [10:19:31] [main/INFO]: [Shaders] Allocate texture map normal: 512x256, mipmaps: 4 [10:19:31] [main/INFO]: [Shaders] Allocate texture map specular: 512x256, mipmaps: 4 [10:19:31] [main/INFO]: [OptiFine] Animated sprites: 0 [10:19:31] [main/INFO]: Created: 256x256x0 minecraft:textures/atlas/particles.png-atlas [10:19:31] [main/INFO]: [Shaders] Allocate texture map normal: 256x256, mipmaps: 0 [10:19:31] [main/INFO]: [Shaders] Allocate texture map specular: 256x256, mipmaps: 0 [10:19:31] [main/INFO]: [OptiFine] Animated sprites: 0 [10:19:31] [main/INFO]: Created: 256x256x0 minecraft:textures/atlas/paintings.png-atlas [10:19:31] [main/INFO]: [Shaders] Allocate texture map normal: 256x256, mipmaps: 0 [10:19:31] [main/INFO]: [Shaders] Allocate texture map specular: 256x256, mipmaps: 0 [10:19:31] [main/INFO]: [OptiFine] Animated sprites: 0 [10:19:31] [main/INFO]: Created: 128x128x0 minecraft:textures/atlas/mob_effects.png-atlas [10:19:31] [main/INFO]: [Shaders] Allocate texture map normal: 128x128, mipmaps: 0 [10:19:31] [main/INFO]: [Shaders] Allocate texture map specular: 128x128, mipmaps: 0 [10:19:31] [main/INFO]: [OptiFine] Animated sprites: 0 [10:19:31] [main/INFO]: [OptiFine] *** Reloading custom textures *** [10:19:32] [main/INFO]: [OptiFine] Disable Forge light pipeline [10:19:32] [main/INFO]: Reloaded configs for mousewheelie (client/smallest) [10:19:32] [main/INFO]: Reloaded configs for tweed (client/smallest) [10:19:41] [main/INFO]: Stopping! Process exited with code 0. Clipboard copy at: 29 Sep 2020 10:24:06 +0200 ```
TheRandomLabs commented 4 years ago

I believe you may have downloaded the Forge version of the mod.

Luro02 commented 4 years ago

You were right :)

Thank You