lucaargolo / terrarian-slimes

A Minecraft mod strongly inspired by Terraria, that aims to add new slimes and useful items to the game.
Mozilla Public License 2.0
8 stars 6 forks source link

CTM incompatibility: Game crashes whenever I spawn umbrella slime #2

Open alexmozaidze opened 3 years ago

alexmozaidze commented 3 years ago

This occurs everytime I spawn an umbrella slime TerrarianSlimes: 1.0.3 BETA (CurseForge) Sodium: https://github.com/FoundationGames/sodium-fabric/releases/tag/0.1.1-ebe-mods-patch Indium: 1.0.0 (Compiled from source) CTM: 0.4.0 (CurseForge) ConnectedBlockTextures (the one that supports OF format): 0.1.3 (Compiled from source) Here's the crash bit of the latest log:

[23:18:35] [main/INFO]: Stopping worker threads
[23:18:35] [main/INFO]: OpenGL debug message, id=1280, source=API, type=ERROR, severity=HIGH, message=Error has been generated. GL error GL_INVALID_ENUM in (null): (ID: 173538523) Generic error
[23:19:13] [main/FATAL]: Unreported exception thrown!
java.lang.IllegalStateException: BufferBuilder not started
    at Not Enough Crashes deobfuscated stack trace.(1.16.5+build.9) ~[?:?]
    at net.minecraft.client.render.BufferBuilder.getCurrentElement(BufferBuilder:378) ~[?:?]
    at net.minecraft.client.render.BufferVertexConsumer.vertex(BufferVertexConsumer:18) ~[?:?]
    at net.minecraft.client.render.VertexConsumer.vertex(VertexConsumer:1032) ~[?:?]
    at link.infra.indium.renderer.render.AbstractQuadRenderer.bufferQuad(AbstractQuadRenderer.java:96) ~[indium-1.0.0.jar:?]
    at link.infra.indium.renderer.render.ItemRenderContext.renderQuad(ItemRenderContext.java:187) ~[indium-1.0.0.jar:?]
    at link.infra.indium.renderer.render.ItemRenderContext.lambda$new$1(ItemRenderContext.java:160) ~[indium-1.0.0.jar:?]
    at team.chisel.ctm.client.model.AbstractCTMBakedModel.emitItemQuads(AbstractCTMBakedModel.java:212) ~[ctm-fabric-0.4.0.jar:?]
    at link.infra.indium.renderer.render.ItemRenderContext.renderModel(ItemRenderContext.java:112) ~[indium-1.0.0.jar:?]
    at net.minecraft.client.render.item.ItemRenderer.handler$zlg000$hook_method_23179(ItemRenderer:1057) ~[?:?]
    at net.minecraft.client.render.item.ItemRenderer.renderItem(ItemRenderer) ~[?:?]
    at net.minecraft.client.render.item.ItemRenderer.renderItem(ItemRenderer:264) ~[?:?]
    at net.minecraft.client.render.item.ItemRenderer.renderItem(ItemRenderer:254) ~[?:?]
    at io.github.lucaargolo.terrarianslimes.client.render.entity.slimes.UmbrellaSlimeEntityRenderer.render(UmbrellaSlimeEntityRenderer.java:31) ~[terrarian-slimes-1.16.5-1.0.3-BETA.jar:?]
    at io.github.lucaargolo.terrarianslimes.client.render.entity.slimes.UmbrellaSlimeEntityRenderer.render(UmbrellaSlimeEntityRenderer.java:21) ~[terrarian-slimes-1.16.5-1.0.3-BETA.jar:?]
    at net.minecraft.client.render.entity.EntityRenderDispatcher.render(EntityRenderDispatcher:261) ~[?:?]
    at net.minecraft.client.render.WorldRenderer.renderEntity(WorldRenderer:1459) ~[?:?]
    at net.minecraft.client.render.WorldRenderer.render(WorldRenderer:1219) ~[?:?]
    at net.minecraft.client.render.GameRenderer.renderWorld(GameRenderer:727) ~[?:?]
    at net.minecraft.client.render.GameRenderer.render(GameRenderer:546) ~[?:?]
    at net.minecraft.client.MinecraftClient.render(MinecraftClient:1048) ~[?:?]
    at net.minecraft.client.MinecraftClient.run(MinecraftClient:681) ~[?:?]
    at net.minecraft.client.main.Main.main(Main:215) [intermediary-fabric-loader-0.11.3-1.16.5.jar:?]
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_291]
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_291]
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_291]
    at java.lang.reflect.Method.invoke(Unknown Source) ~[?:1.8.0_291]
    at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226) [fabric-loader-0.11.3.jar:?]
    at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:146) [fabric-loader-0.11.3.jar:?]
    at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) [fabric-loader-0.11.3.jar:?]
[23:19:16] [main/FATAL]: Minecraft ran into a problem! Report saved to: D:\.minecraft\crash-reports\crash-2021-05-11_23.19.16-client.txt
---- Minecraft Crash Report ----
// Why did you do that?

Time: 11.05.21 23:19
Description: Rendering entity in world

java.lang.IllegalStateException: BufferBuilder not started
    at Not Enough Crashes deobfuscated stack trace.(1.16.5+build.9)
    at net.minecraft.client.render.BufferBuilder.getCurrentElement(BufferBuilder:378)
    at net.minecraft.client.render.BufferVertexConsumer.vertex(BufferVertexConsumer:18)
    at net.minecraft.client.render.VertexConsumer.vertex(VertexConsumer:1032)
    at link.infra.indium.renderer.render.AbstractQuadRenderer.bufferQuad(AbstractQuadRenderer.java:96)
    at link.infra.indium.renderer.render.ItemRenderContext.renderQuad(ItemRenderContext.java:187)
    at link.infra.indium.renderer.render.ItemRenderContext.lambda$new$1(ItemRenderContext.java:160)
    at team.chisel.ctm.client.model.AbstractCTMBakedModel.emitItemQuads(AbstractCTMBakedModel.java:212)
    at link.infra.indium.renderer.render.ItemRenderContext.renderModel(ItemRenderContext.java:112)
    at net.minecraft.client.render.item.ItemRenderer.handler$zlg000$hook_method_23179(ItemRenderer:1057)
    at net.minecraft.client.render.item.ItemRenderer.renderItem(ItemRenderer)
    at net.minecraft.client.render.item.ItemRenderer.renderItem(ItemRenderer:264)
    at net.minecraft.client.render.item.ItemRenderer.renderItem(ItemRenderer:254)
    at io.github.lucaargolo.terrarianslimes.client.render.entity.slimes.UmbrellaSlimeEntityRenderer.render(UmbrellaSlimeEntityRenderer.java:31)
    at io.github.lucaargolo.terrarianslimes.client.render.entity.slimes.UmbrellaSlimeEntityRenderer.render(UmbrellaSlimeEntityRenderer.java:21)
    at net.minecraft.client.render.entity.EntityRenderDispatcher.render(EntityRenderDispatcher:261)
    at net.minecraft.client.render.WorldRenderer.renderEntity(WorldRenderer:1459)
    at net.minecraft.client.render.WorldRenderer.render(WorldRenderer:1219)
    at net.minecraft.client.render.GameRenderer.renderWorld(GameRenderer:727)
    at net.minecraft.client.render.GameRenderer.render(GameRenderer:546)
    at net.minecraft.client.MinecraftClient.render(MinecraftClient:1048)
    at net.minecraft.client.MinecraftClient.run(MinecraftClient:681)
    at net.minecraft.client.main.Main.main(Main:215)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
    at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:146)
    at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)

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

-- Entity being rendered --
Details:
    Entity Type: terrarianslimes:umbrella_slime (io.github.lucaargolo.terrarianslimes.common.entity.slimes.ModdedSlimeEntity)
    Entity ID: 49
    Entity Name: Umbrella Slime
    Entity's Exact location: 249.50, 1.00, -79.50
    Entity's Block location: World: (249,1,-80), Chunk: (at 9,0,0 in 15,-5; contains blocks 240,0,-80 to 255,255,-65), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Entity's Momentum: 0.00, 0.00, 0.00
    Entity's Passengers: []
    Entity's Vehicle: ~~ERROR~~ NullPointerException: null
    Entity NBT: {currentCooldown:0,Brain:{memories:{}},HurtByTimestamp:0,Size:2,Attributes:[{Base:9.0d,Name:"minecraft:generic.max_health"},{Base:0.5d,Name:"minecraft:generic.movement_speed"}],Invulnerable:0b,FallFlying:0b,PortalCooldown:0,AbsorptionAmount:0.0f,FallDistance:0.0f,DeathTime:0s,HandDropChances:[0.085f,0.085f],PersistenceRequired:0b,UUID:[I;-53960566,-1669184842,-2008520697,656062445],Motion:[0.0d,0.0d,0.0d],wasOnGround:0b,Health:9.0f,LeftHanded:0b,Air:300s,OnGround:0b,Rotation:[150.46875f,0.0f],HandItems:[{},{}],ArmorDropChances:[0.085f,0.085f,0.085f,0.085f],Pos:[249.5d,1.0d,-79.5d],Fire:0s,ArmorItems:[{},{},{},{}],CanPickUpLoot:0b,HurtTime:0s}
Stacktrace:
    at net.minecraft.class_898.method_3954(class_898.java:283)
    at net.minecraft.class_761.method_22977(class_761.java:1459)
    at net.minecraft.class_761.method_22710(class_761.java:1219)
    at net.minecraft.class_757.method_3188(class_757.java:727)
    at net.minecraft.class_757.method_3192(class_757.java:546)
    at net.minecraft.class_310.method_1523(class_310.java:1048)
    at net.minecraft.class_310.method_1514(class_310.java:681)
    at net.minecraft.client.main.Main.main(Main.java:215)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
    at java.lang.reflect.Method.invoke(Unknown Source)
    at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:226)
    at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:146)
    at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
-- Renderer details --
Details:
    Assigned renderer: io.github.lucaargolo.terrarianslimes.client.render.entity.slimes.UmbrellaSlimeEntityRenderer@33f662ea
    Location: 3.43,-1.62,0.43 - World: (3,-2,0), Chunk: (at 3,-1,0 in 0,0; contains blocks 0,0,0 to 15,255,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,0,0 to 511,255,511)
    Rotation: 150.46875
    Delta: 0.21990538
-- Affected level --
Details:
    All players: 1 total; [class_746['Lampinia'/1, l='ClientLevel', x=246.07, y=1.00, z=-79.93]]
    Chunk stats: SodiumChunkCache: 143
    Level dimension: minecraft:overworld
    Level spawn location: World: (232,0,-88), Chunk: (at 8,0,8 in 14,-6; contains blocks 224,0,-96 to 239,255,-81), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
    Level time: 5603 game time, 5603 day time
    Server brand: fabric
    Server type: Integrated singleplayer server
-- System Details --
Details:
    Minecraft Version: 1.16.5
    Minecraft Version ID: 1.16.5
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 1.8.0_291, Oracle Corporation
    Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode), Oracle Corporation
    Memory: 356689624 bytes (340 MB) / 968040448 bytes (923 MB) up to 1129578496 bytes (1077 MB)
    CPUs: 2
    JVM Flags: 5 total; -Xmn128M -Xmx1090M -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -XX:+UseConcMarkSweepGC
    Suspected Mods: Indium (indium), ConnectedTexturesMod for Fabric (ctm), Terrarian Slimes (terrarianslimes), Fabric Loader (fabricloader)
    Fabric Mods: 
        abacus: Abacus 0.1.1
        additionalbars: Additional Bars 2.0.4
        advancements-enlarger: Advancements Enlarger 0.2.3
        adventurez: AdventureZ 1.2.2
        afktape: AFKTape 1.1.1
        amecs: Amecs 1.3.3+mc.1.16.3
        amecsapi: Amecs API 1.1.3+mc1.16.5
        angerable-patch: Angerable Patch 1.1.0-1.16.4
        appleskin: AppleSkin 1.0.11
        architectury: Architectury 1.12.149
        artifacts: Artifacts 3.2.1+fabric
        authme: Auth Me 1.4.0
        autoconfig1u: Auto Config v1 Updated 3.3.1
        autoreconnect: AutoReconnect 1.1.0
        axesareweapons: Axes Are Weapons 1.1
        bambooeverything: Bamboo Everything 1.0.0
        beaconoverhaul: Beacon Overhaul 1.3.0+1.16
        beholdersvariations: Beholder's Variations 0.5.2
        betterbeds: Better Beds 1.1.0
        bettereating: Better Eating 0.3.0
        betterf1: BetterF1 1.16.4-1.0.0
        bettermounthud: Better Mount HUD 1.0.1
        bettersleepplus: Bettersleepplus 1.0
        black-powder: Black Powder 1.0.1
        blast: BLAST 1.5.2
        blockshifter: Blockshifter 1.3.2+fabric-1.16.4
        blue_endless_jankson: jankson 1.2.0
        bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.0.2-1.16.5
        bundlesplus: bundles plus 0.1.8
        camp_fires_cook_mobs: Camp Fires Cook Mobs 1.1.7+MC1.16.2-1.16.5
        cardinal-components-base: Cardinal Components API (base) 2.8.2
        cardinal-components-entity: Cardinal Components API (entities) 2.8.2
        cardinal-components-item: Cardinal Components API (items) 2.8.2
        cardinal-components-world: Cardinal Components API (worlds) 2.7.10
        carpet: Carpet Mod in Fabric 1.4.32
        chat_heads: Chat Heads 0.2.2+1.16.2
        chatcalc: ChatCalc 2.2
        cherishedworlds: Cherished Worlds 1.3.0-1.16.4
        chorus_links: Chorus Links 1.2.2
        clearhitboxes: Clear Hitboxes 1.0.0
        clientsidenoteblocks: Clientsidenoteblocks 1.0-SNAPSHOT
        cloth-api: Cloth API 1.5.47
        cloth-armor-api-v1: Cloth Armor API v1 1.5.47
        cloth-basic-math: Cloth Basic Math 0.5.1
        cloth-client-events-v0: Cloth Client Events v0 1.5.47
        cloth-common-events-v1: Cloth Common Events v1 1.5.47
        cloth-config2: Cloth Config v4 4.11.19
        cloth-datagen-api-v1: Cloth Datagen v1 1.5.47
        cloth-durability-bar-api-v1: Cloth Durability Bar API v1 1.5.47
        cloth-dynamic-registry-api-v1: Cloth Dynamic Registry API v1 1.5.47
        cloth-scissors-api-v1: Cloth Scissors API v1 1.5.47
        cloth-utils-v1: Cloth Utils v1 1.5.47
        colored-tooltips: Colored Tooltips 1.1.0
        com_google_code_gson_gson: gson 2.8.6
        com_moandjiezana_toml_toml4j: toml4j 0.7.2
        completeconfig: CompleteConfig 0.11.0
        computercraft: CC:Restitched 1.94.1-beta
        connected_block_textures: Connected Block Textures 0.1.3+1.16
        cotton-client-commands: Cotton Client Commands 1.0.1+1.16-rc1
        creeperaiupdated: Creeper AI Updated 1.3.2
        crowdin-translate: CrowdinTranslate 1.2
        ctm: ConnectedTexturesMod for Fabric 0.4.0
        cullleaves: Cull Leaves 2.1.0
        custom-fog: Custom Fog 1.4.0
        custom_piglin_bartering: Custom Piglin Bartering 1.2.2+MC1.16-1.16.5
        damagetint: Damage tint 1.0.1
        dehydration: Dehydration 1.1.3
        disable_custom_worlds_advice: Disable Custom Worlds Advice 1.2
        dualwielding: Dual Wielding 1.0.0
        durabilityviewer: Giselbaers Durability Viewer 1.16.5-fabric0.30.0-1.10
        dynamicfps: Dynamic FPS 2.0.1
        earthtojavamobs: Earth2Java 1.7.0+1.16.4
        easyautocrafting: EasyAutoCrafting 1.1+1.16
        elytraboosters: Elytra Boosters Mod 1.1.0
        enhanced_attack_indicator: Enhanced Attack Indicator 1.0.1
        enhancedblockentities: Enhanced Block Entities 0.1
        entityculling: EntityCulling-Fabric 1.2.2
        environmentz: EnvironmentZ 1.0.13
        fabric: Fabric API 0.34.1+1.16
        fabric-api-base: Fabric API Base 0.3.0+c88702897d
        fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.0.0+dc716ea17d
        fabric-biome-api-v1: Fabric Biome API (v1) 3.1.1+ca58154a7d
        fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+ca58154a7d
        fabric-command-api-v1: Fabric Command API (v1) 1.1.1+351679a77d
        fabric-commands-v0: Fabric Commands (v0) 0.2.2+ca58154a7d
        fabric-containers-v0: Fabric Containers (v0) 0.1.11+9354966b7d
        fabric-content-registries-v0: Fabric Content Registries (v0) 0.2.1+ca58154a7d
        fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.3+ca58154a7d
        fabric-dimensions-v1: Fabric Dimensions API (v1) 2.0.6+61336ba97d
        fabric-entity-events-v1: Fabric Entity Events (v1) 1.1.0+c88702897d
        fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.2+ca58154a7d
        fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+ca58154a7d
        fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.6+ca58154a7d
        fabric-item-api-v1: Fabric Item API (v1) 1.2.1+ca58154a7d
        fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.7+2868a2287d
        fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.4+9354966b7d
        fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.1+ca58154a7d
        fabric-language-kotlin: Fabric Language Kotlin 1.6.0+kotlin.1.5.0
        fabric-language-scala: Fabric Language Scala 1.0.0
        fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.2.1+ca58154a7d
        fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.2+ca58154a7d
        fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+ca58154a7d
        fabric-models-v0: Fabric Models (v0) 0.3.0+bc7a746f7d
        fabric-networking-api-v1: Fabric Networking API (v1) 1.0.2+d6244c6d7d
        fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.8+ca58154a7d
        fabric-networking-v0: Fabric Networking (v0) 0.3.2+ca58154a7d
        fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.9.5+c88702897d
        fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.2+ca58154a7d
        fabric-particles-v1: Fabric Particles (v1) 0.2.4+ca58154a7d
        fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.4+ca58154a7d
        fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.2+2868a2287d
        fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.4+ca58154a7d
        fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 2.3.0+2868a2287d
        fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+ca58154a7d
        fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.13+ca58154a7d
        fabric-rendering-v0: Fabric Rendering (v0) 1.1.2+ca58154a7d
        fabric-rendering-v1: Fabric Rendering (v1) 1.6.0+2868a2287d
        fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.6+2868a2287d
        fabric-screen-api-v1: Fabric Screen API (v1) 1.0.0+c045166c7d
        fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.5+9354966b7d
        fabric-structure-api-v1: Fabric Structure API (v1) 1.1.4+ca58154a7d
        fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.1.1+ca58154a7d
        fabric-textures-v0: Fabric Textures (v0) 1.0.6+ca58154a7d
        fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.7+8183d3957d
        fabrication: Fabrication 1.3.4
        fabricloader: Fabric Loader 0.11.3
        fabricshieldlib: Fabric Shield Lib 1.3.5-1.16.5
        fabrictailor: Fabric Tailor 1.5.0-1.16.5
        fabrishot: Fabrishot 1.4.0
        fallflyinglib: FallFlyingLib 1.1.0
        fallingleaves: Falling Leaves 1.5.0+1.16.5
        fastfurnace: FastFurnace 2.4
        ferritecore: FerriteCore 2.0.4
        fiber: fiber 0.23.0-2
        flight_display: Critical Flight Display 1.1.2
        fluidphysics: Fluid Physics 1.4.0+fabric-1.16.4
        full_slabs: Full Slabs 2.0.1
        gatewayer: Gatewayer 1.0.0
        gbfabrictools: GBfabrictools 1.3.2+1.16.4
        geckolib3: Geckolib 3.0.34
        go-fish: Go Fish 1.2.1-beta-1.16.4
        healthoverlay: Health Overlay 3.6.14
        held-item-info: Held Item Info 1.1.3
        hellish-materials: Hellish Materials 0.12.3
        herdspanic: Herds Panic 1.0.1
        indium: Indium 1.0.0
        invisframes: Invisible Frames 2.0.1
        itemmodelfix: Item Model Fix 1.0.0
        jankson: Jankson 3.0.1+j1.2.0
        java: Java HotSpot(TM) 64-Bit Server VM 8
        javax_vecmath_vecmath: vecmath 1.5.2
        lambdynlights: LambDynamicLights 1.3.4+1.16
        lapisreserve: Lapis Reserve 1.0.6
        lazydfu: LazyDFU 0.1.2
        lengthyladders: Lengthy Ladders 1.0.2
        libgui: LibGui 3.2.0+1.16.3
        lifts: Lifts 1.1.1-BETA
        lionutils: LionUtils 6.0.1+1.16
        lithium: Lithium 0.6.4
        llamarama: Llamarama 1.3.3
        loading-timer: Loading Timer 1.4.1
        maelstrom_library: Maelstrom Library 1.2-1.16.5
        magic_mirror: Magic Mirror 1.2.1
        malilib: MaLiLib 0.10.0-dev.21+arne.5
        map_atlases: Map Atlases 1.2.5
        micalibria: Micalibria 1.0.2
        minecraft: Minecraft 1.16.5
        minemenufabric: MineMenuFabric 3.1
        minershorizon: Miner's Horizon 1.6.1-1.16.5
        minihud: MiniHUD 0.19.0-dev.20210215.151117
        misc_tab: MiscTab 1.0.0
        mobfarmutilities: Mob Farm Helpers 1.4.2
        mocolors: Mo' Colors 1.1.2
        modify-drops-api: Modify Drops API 0.3.1
        modmenu: Mod Menu 1.16.8
        morediscs: More discs 1.0.4
        mostructures: Mo' Structures 1.1.1+mc.1.16.5
        mousewheelie: Mouse Wheelie 1.7.0-beta.1+mc1.16.5
        multi_item_lib: Multi Item Lib 1.2.0
        multipart_entities: MultipartEntities 1.1.1-SNAPSHOT
        nameless_servers: Nameless Servers 1.0.0
        narratoroff: narrator off 0.0.1
        net_gudenau_lib_unsafe: unsafe 1.2.14
        netherite_nugget: Netherite Nugget 1.2.1
        noanglebrackets: NoAngleBrackets 1.0.1
        nofade: No Fade 1.16.5-1.0.1
        noplayerlabels: No Player Labels 2.0.1
        notenoughcrashes: Not Enough Crashes 3.2.0
        okzoomer: Ok Zoomer 4.0.1+1.16.2
        omega-config: OmegaConfig 1.0.4
        org_aperlambda_lambdajcommon: lambdajcommon 1.8.1
        org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.5.0
        org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.5.0
        org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.5.0
        org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.5.0
        org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.5.0-RC
        org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.5.0-RC
        org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.2.0
        org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.2.0
        org_yaml_snakeyaml: snakeyaml 1.21
        overworld_two: Overworld 2 1.0.4
        particletitlescreen: Particle Title Screen 1.0.0
        piglib: Piglib 1.0.1
        plated: Plated 2.0.1
        playerabilitylib: Pal 1.2.1
        pling: Pling 1.3.0
        pride: Pride Lib 1.0.0+1.16
        puddles: Puddles 1.0.0
        reach-entity-attributes: Reach Entity Attributes 1.1.1
        rebind_all_the_keys: RebindAllTheKeys 1.1.1
        repurposed_structures: Repurposed Structures 1.16.5-1.10.5-fabric
        reroll: Reroll 1.2.1-1.16.5
        roughlyenoughitems: Roughly Enough Items 5.10.184
        roughlyenoughitems-api: REI (API) 5.10.184
        roughlyenoughitems-default-plugin: REI (Default Plugin) 5.10.184
        roughlyenoughitems-runtime: REI (Runtime) 5.10.184
        sandwichable: Sandwichable 1.2-beta5
        seamless_loading_screen: Seamless Loading Screen 1.3.4
        seasons: Fabric Seasons 1.2-BETA
        shulkerutils: shulkerutils 1.0.1-1.16
        slotlink: slotlink 2.4.0+1.16.5
        smoothboot: Smooth Boot 1.16.5-1.6.0
        sneaktweak: Sneak Tweak 1.2.0
        sodium: Sodium 0.1.1-SNAPSHOT
        sodium-extra: Sodium Extra 0.2.6
        speedtrading: Speed Trading 2.0.1
        splash: Splash 1.2.0
        spruceui: SpruceUI 2.0.4+1.16
        starlight: Starlight fabric-1.0.0-RC1-59d1f21
        step-height-entity-attribute: Step Height Entity Attribute 1.0.0
        taterzens: Taterzens 1.0.4
        team_reborn_energy: Energy 0.1.1
        tellme: TellMe 0.9.2
        terrarianslimes: Terrarian Slimes 1.0.3-BETA
        timetolive: Time To Live 0.3
        tooltipfix: ToolTip Fix 1.0.2-1.16
        tooltiprareness: Tooltip Rareness 1.0.0
        torohealth: ToroHealth Damage Indicators 1.16.4-fabric-4
        transportables: Transportables 1.0.1
        trinkets: Trinkets 2.6.7
        tweakeroo: Tweakeroo 0.10.0-dev.20210309.164640
        tweed: Tweed 3.0.0-beta.26
        unlimiteddragoneggs: Unlimited Dragon Eggs 1.1.1
        upgradedshulkers: Upgraded Shulkers 1.0.1-1.16
        voyager: Voyager 1.0.0
        winged: Winged Mod 1.16.5-2.0.5
        wither_cage_fix: Wither Cage Fix 1.0.6+MC1.16.1-1.16.5
        witherite: Witherite 0.0.3
        worldedit: WorldEdit 7.2.4+5723-e3bfc64
        worldeditcui: WorldEditCUI 1.16.5+02
    Launched Version: fabric-loader-0.11.3-1.16.5
    Backend library: LWJGL version 3.2.2 build 10
    Backend API: Intel(R) HD Graphics GL version 4.4.0 - Build 20.19.15.4501, Intel
    GL Caps: Using framebuffer using OpenGL 3.0
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fabric'
    Type: Client (map_client.txt)
    Graphics mode: fancy
    Resource Packs: vanilla, Fabric Mods, cullleaves/smartleaves, file/VanillaTweaks_r289947.zip, file/MC+Connected+CTM+v1.1.3.zip, file/1-17-style-variated-ores.zip, file/Smooth Planks by kovaszos_uborka, betterbeds/fancybeds, file/XeKr+redstone+display+1.16.2.zip, file/Glass+Panes+CTM+Fix+v1.0.zip, file/AuthenticShadows.zip
    Current Language: Русский (Россия)
    CPU: 2x Intel(R) Celeron(R) CPU N3050 @ 1.60GHz
    Client Crashes Since Restart: 1
    Integrated Server Crashes Since Restart: 0
[23:19:26] [main/INFO]: [STDOUT]: This line is printed by an example mod mixin!
[23:19:26] [main/INFO]: [STDOUT]: This line is printed by an example mod mixin!
[23:19:31] [CullThread/INFO]: [STDOUT]: Shutting down culling task!
[23:19:32] [main/INFO]: Stopping!