MehVahdJukaar / Supplementaries

Other
144 stars 103 forks source link

[Bug] End Crystal + Pedestal = Crash #514

Closed CadmiumC0re closed 1 year ago

CadmiumC0re commented 1 year ago

- A log if the issue is casing a crash. These are found in your instance directory under /logs

---- Minecraft Crash Report ----
// My bad.

Time: 2023-02-15 11:18:11
Description: Rendering entity in world

java.lang.NullPointerException: Cannot invoke "net.minecraft.class_1937.method_8428()" because "this.field_6002" is null
    at net.minecraft.class_1297.method_5781(class_1297.java:2305)
    at net.minecraft.class_1297.method_5476(class_1297.java:2719)
    at net.minecraft.class_897.handler$hjj000$render(class_897.java:4027)
    at net.minecraft.class_897.method_3936(class_897.java)
    at net.minecraft.class_892.method_3908(class_892.java:118)
    at net.minecraft.class_892.method_3936(class_892.java:24)
    at net.minecraft.class_898.method_3954(class_898.java:141)
    at net.mehvahdjukaar.supplementaries.client.renderers.tiles.PedestalBlockTileRenderer.render(PedestalBlockTileRenderer.java:103)
    at net.mehvahdjukaar.supplementaries.client.renderers.tiles.PedestalBlockTileRenderer.method_3569(PedestalBlockTileRenderer.java:29)
    at net.minecraft.class_824.method_23079(class_824.java:90)
    at net.minecraft.class_824.method_23081(class_824.java:79)
    at net.minecraft.class_824.method_3554(class_824.java:104)
    at net.minecraft.class_824.method_3555(class_824.java:79)
    at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:281)
    at net.minecraft.class_761.handler$kdi000$onRenderTileEntities(class_761.java:21132)
    at net.minecraft.class_761.method_22710(class_761.java:1364)
    at net.minecraft.class_757.method_3188(class_757.java:1039)
    at net.minecraft.class_757.method_3192(class_757.java:816)
    at net.minecraft.class_310.method_1523(class_310.java:1177)
    at net.minecraft.class_310.method_1514(class_310.java:768)
    at net.minecraft.client.main.Main.method_44604(Main.java:244)
    at net.minecraft.client.main.Main.main(Main.java:51)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)

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

-- Head --
Thread: Render thread
Stacktrace:
    at net.minecraft.class_1297.method_5781(class_1297.java:2305)
    at net.minecraft.class_1297.method_5476(class_1297.java:2719)
    at net.minecraft.class_897.handler$hjj000$render(class_897.java:4027)
    at net.minecraft.class_897.method_3936(class_897.java)
    at net.minecraft.class_892.method_3908(class_892.java:118)
    at net.minecraft.class_892.method_3936(class_892.java:24)
    at net.minecraft.class_898.method_3954(class_898.java:141)
    at net.mehvahdjukaar.supplementaries.client.renderers.tiles.PedestalBlockTileRenderer.render(PedestalBlockTileRenderer.java:103)
    at net.mehvahdjukaar.supplementaries.client.renderers.tiles.PedestalBlockTileRenderer.method_3569(PedestalBlockTileRenderer.java:29)
    at net.minecraft.class_824.method_23079(class_824.java:90)
    at net.minecraft.class_824.method_23081(class_824.java:79)
    at net.minecraft.class_824.method_3554(class_824.java:104)
    at net.minecraft.class_824.method_3555(class_824.java:79)
    at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:281)
    at net.minecraft.class_761.handler$kdi000$onRenderTileEntities(class_761.java:21132)
    at net.minecraft.class_761.method_22710(class_761.java:1364)
    at net.minecraft.class_757.method_3188(class_757.java:1039)
Mixins in Stacktrace: None found

-- Entity being rendered --
Details:
    Entity Type: minecraft:end_crystal (net.minecraft.class_1511)
    Entity ID: 1
    Entity Name: End Crystal
    Entity's Exact location: 0.00, 0.00, 0.00
    Entity's Block location: World: (0,0,0), (Error finding chunk loc), (Error finding world loc)
    Entity's Momentum: 0.00, 0.00, 0.00
    Entity's Passengers: []
    Entity's Vehicle: null
Stacktrace:
    at net.minecraft.class_898.method_3954(class_898.java:141)
    at net.mehvahdjukaar.supplementaries.client.renderers.tiles.PedestalBlockTileRenderer.render(PedestalBlockTileRenderer.java:103)
    at net.mehvahdjukaar.supplementaries.client.renderers.tiles.PedestalBlockTileRenderer.method_3569(PedestalBlockTileRenderer.java:29)
    at net.minecraft.class_824.method_23079(class_824.java:90)
    at net.minecraft.class_824.method_23081(class_824.java:79)
    at net.minecraft.class_824.method_3554(class_824.java:104)
    at net.minecraft.class_824.method_3555(class_824.java:79)
    at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:281)
    at net.minecraft.class_761.handler$kdi000$onRenderTileEntities(class_761.java:21132)
    at net.minecraft.class_761.method_22710(class_761.java:1364)
    at net.minecraft.class_757.method_3188(class_757.java:1039)
    at net.minecraft.class_757.method_3192(class_757.java:816)
    at net.minecraft.class_310.method_1523(class_310.java:1177)
    at net.minecraft.class_310.method_1514(class_310.java:768)
    at net.minecraft.client.main.Main.method_44604(Main.java:244)
    at net.minecraft.client.main.Main.main(Main.java:51)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Mixins in Stacktrace: None found

-- Renderer details --
Details:
    Assigned renderer: net.minecraft.class_892@7468465f
    Location: 0.00,0.00,0.00 - World: (0,0,0), Section: (at 0,0,0 in 0,0,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
    Rotation: 0.0
    Delta: 0.060020685
Stacktrace:
    at net.minecraft.class_898.method_3954(class_898.java:141)
    at net.mehvahdjukaar.supplementaries.client.renderers.tiles.PedestalBlockTileRenderer.render(PedestalBlockTileRenderer.java:103)
    at net.mehvahdjukaar.supplementaries.client.renderers.tiles.PedestalBlockTileRenderer.method_3569(PedestalBlockTileRenderer.java:29)
    at net.minecraft.class_824.method_23079(class_824.java:90)
    at net.minecraft.class_824.method_23081(class_824.java:79)
    at net.minecraft.class_824.method_3554(class_824.java:104)
    at net.minecraft.class_824.method_3555(class_824.java:79)
    at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:281)
    at net.minecraft.class_761.handler$kdi000$onRenderTileEntities(class_761.java:21132)
    at net.minecraft.class_761.method_22710(class_761.java:1364)
    at net.minecraft.class_757.method_3188(class_757.java:1039)
    at net.minecraft.class_757.method_3192(class_757.java:816)
    at net.minecraft.class_310.method_1523(class_310.java:1177)
    at net.minecraft.class_310.method_1514(class_310.java:768)
    at net.minecraft.client.main.Main.method_44604(Main.java:244)
    at net.minecraft.client.main.Main.main(Main.java:51)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Mixins in Stacktrace: None found

-- Block Entity Details --
Details:
    Name: supplementaries:pedestal // net.mehvahdjukaar.supplementaries.common.block.tiles.PedestalBlockTile
    Block: Block{supplementaries:pedestal}[axis=z,down=false,item_status=full,up=false,waterlogged=false]
    Block location: World: (-8,-60,-1), Section: (at 8,4,15 in -1,-4,-1; chunk contains blocks -16,-64,-16 to -1,319,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
    Block: Block{supplementaries:pedestal}[axis=z,down=false,item_status=full,up=false,waterlogged=false]
    Block location: World: (-8,-60,-1), Section: (at 8,4,15 in -1,-4,-1; chunk contains blocks -16,-64,-16 to -1,319,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
Stacktrace:
    at net.minecraft.class_824.method_3554(class_824.java:104)
    at net.minecraft.class_824.method_3555(class_824.java:79)
    at me.jellysquid.mods.sodium.client.render.SodiumWorldRenderer.renderTileEntities(SodiumWorldRenderer.java:281)
    at net.minecraft.class_761.handler$kdi000$onRenderTileEntities(class_761.java:21132)
    at net.minecraft.class_761.method_22710(class_761.java:1364)
    at net.minecraft.class_757.method_3188(class_757.java:1039)
    at net.minecraft.class_757.method_3192(class_757.java:816)
    at net.minecraft.class_310.method_1523(class_310.java:1177)
    at net.minecraft.class_310.method_1514(class_310.java:768)
    at net.minecraft.client.main.Main.method_44604(Main.java:244)
    at net.minecraft.client.main.Main.main(Main.java:51)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Mixins in Stacktrace: None found

-- Affected level --
Details:
    All players: 1 total; [class_746['CadaLyst'/2, l='ClientLevel', x=-7.54, y=-60.00, z=-2.63]]
    Chunk stats: 645, 645
    Level dimension: minecraft:overworld
    Level spawn location: World: (0,-60,0), Section: (at 0,4,0 in 0,-4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
    Level time: 1295 game time, 1295 day time
    Server brand: fabric
    Server type: Integrated singleplayer server
    pehkui:debug/render/entity: minecraft:end_crystal
Stacktrace:
    at net.minecraft.class_638.method_8538(class_638.java:453)
    at net.minecraft.class_310.method_1587(class_310.java:2341)
    at net.minecraft.class_310.method_1514(class_310.java:787)
    at net.minecraft.client.main.Main.method_44604(Main.java:244)
    at net.minecraft.client.main.Main.main(Main.java:51)
    at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:461)
    at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
    at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
Mixins in Stacktrace: None found

-- Last reload --
Details:
    Reload number: 1
    Reload reason: initial
    Finished: Yes
    Packs: Default, Fabric Mods, Supplementaries Generated Pack, simplehats_hatdl.zip, STONEBORN - 1.19 - V3.2.1.zip, Grimdark Tools v23-119.zip, Grimdark-Armor-v232-119.zip, Stay_True_1.19.zip, Stay True Compats v7 [1.19].zip, Xaero's Minimap - Mod Icons.zip, lynxsmpserverpack.zip, lambdabettergrass/default, vinery/bushy_leaves, white_icons, charmonium/journeyman, EclecticTrove-noconfig-1.18-1.2.0.zip, Visual Titles.zip, continuity/glass_pane_culling_fix, Basic Nether Ores 16x.zip, illuminations/pixelaccurate, supplementaries/darker_ropes, xali's Potions v1.0.zip, xali-s-Enchanted-Books-16x-v0.10.1.zip, __MoreMcmeta Internal__, KubeJS Resource Pack [assets]

-- System Details --
Details:
    Minecraft Version: 1.19.2
    Minecraft Version ID: 1.19.2
    Operating System: Windows 10 (amd64) version 10.0
    Java Version: 17.0.3, Microsoft
    Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
    Memory: 3943188480 bytes (3760 MiB) / 9093251072 bytes (8672 MiB) up to 12582912000 bytes (12000 MiB)
    CPUs: 6
    Processor Vendor: GenuineIntel
    Processor Name: Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz
    Identifier: Intel64 Family 6 Model 158 Stepping 12
    Microarchitecture: Coffee Lake
    Frequency (GHz): 3.70
    Number of physical packages: 1
    Number of physical CPUs: 6
    Number of logical CPUs: 6
    Graphics card #0 name: NVIDIA GeForce GTX 1050 Ti
    Graphics card #0 vendor: NVIDIA (0x10de)
    Graphics card #0 VRAM (MB): 4095.00
    Graphics card #0 deviceId: 0x1c82
    Graphics card #0 versionInfo: DriverVersion=31.0.15.1748
    Memory slot #0 capacity (MB): 16384.00
    Memory slot #0 clockSpeed (GHz): 2.13
    Memory slot #0 type: DDR4
    Memory slot #1 capacity (MB): 16384.00
    Memory slot #1 clockSpeed (GHz): 2.13
    Memory slot #1 type: DDR4
    Virtual memory max (MB): 77741.67
    Virtual memory used (MB): 29595.46
    Swap memory total (MB): 45034.14
    Swap memory used (MB): 52.26
    JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx12000m -Xms256m
    Fabric Mods: 
        adorn: Adorn 3.8.1+1.19.2
        advdebug: Advancements Debug 2.3.0
        adventurez: AdventureZ 1.4.17
        alloy_forgery: Alloy Forgery 2.0.17+1.19
        animatica: Animatica 0.5+1.19
        another_furniture: Another Furniture 2.1.2-1.19.2
        antighost: AntiGhost 1.19.1-fabric0.58.5-1.1.5
            crowdin-translate: CrowdinTranslate 1.4+1.19
        appleskin: AppleSkin 2.4.1+mc1.19
        architects_palette: Architect's Palette Fabric 2.1.1
        architectury: Architectury 6.4.62
        attributefix: AttributeFix 17.1.3
        automobility: Automobility 0.4.1+1.19.2-fabric
            advanced_runtime_resource_pack: Runtime Resource Pack 0.6.2
            jsonem: JsonEM 0.1.2+1.19
        autotag-convention: AutoTag Convention 2.0.0+1.19
            autotag: AutoTag 2.0.0+1.19
        axesareweapons: Axes Are Weapons 1.6.5
        axolotlitemfix: Axolotl Item Fix 1.1.4
        badpackets: Bad Packets 0.2.1
        balm-fabric: Balm 4.5.2+0
        bambooeverything: Bamboo Everything 2.2.4-build.33+mc1.19.2
        bclib: BCLib 2.1.5
        betteradvancements: Better Advancements 0.2.2.142
        bettercombat: Better Combat 1.5.5+1.19
        betterdeserttemples: YUNG's Better Desert Temples 1.19.2-Fabric-2.2.1
        betterdungeons: YUNG's Better Dungeons 1.19.2-Fabric-3.2.1
        betterend: Better End 2.1.3
        betterf3: BetterF3 4.0.0
        bettermineshafts: YUNG's Better Mineshafts 1.19.2-Fabric-3.2.0
        bettermounthud: Better Mount HUD 1.2.0
        betternether: Better Nether 7.1.2
        betteroceanmonuments: YUNG's Better Ocean Monuments 1.19.2-Fabric-2.1.0
        betterstats: Better Statistics Screen 2.2.1+1.19.2
            tcdcommons: TCD Commons API 1.1+1.19.2
        betterstrongholds: YUNG's Better Strongholds 1.19.2-Fabric-3.2.0
        betterthirdperson: Better Third Person 1.9.0
        bettertridents: Better Tridents 4.0.2
        bettervillage: Better village 2.0.0
        betterwitchhuts: YUNG's Better Witch Huts 1.19.2-Fabric-2.1.0
        biomemakeover: Biome Makeover 1.19.2-1.6.2
        blanket-client-tweaks: Blanket Client-tweaks 1.1.2
        blockus: Blockus 2.5.6+1.19.2
            terraform-wood-api-v1: Terraform Wood API (v1) 4.2.0
        bno: Basic Nether Ores 1.19.2-8.2.0-Fabric
        bookshelf: Bookshelf 16.2.17
        borderlessmining: Borderless Mining 1.1.5+1.19
        bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.4.6-1.19.2
            maelstrom_library: Maelstrom Library 1.3-1.19-pre1
            multipart_entities: MultipartEntities 1.2-1.19-pre1
        bountiful: Bountiful 3.0.0
        bwncr: Bad Wither No Cookie Reloaded 3.14.1
        byg: Oh The Biomes You'll Go 2.0.0.13
            com_electronwill_night-config_core: core 3.6.6
            com_electronwill_night-config_toml: toml 3.6.6
        cardinal-components: Cardinal Components API 5.0.2
            cardinal-components-base: Cardinal Components API (base) 5.0.2
            cardinal-components-block: Cardinal Components API (blocks) 5.0.2
            cardinal-components-chunk: Cardinal Components API (chunks) 5.0.2
            cardinal-components-entity: Cardinal Components API (entities) 5.0.2
            cardinal-components-item: Cardinal Components API (items) 5.0.2
            cardinal-components-level: Cardinal Components API (world saves) 5.0.2
            cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.0.2
            cardinal-components-world: Cardinal Components API (worlds) 5.0.2
        cem: Custom Entity Models 0.7.1
            completeconfig-base: completeconfig-base 2.0.0-beta.3
            completeconfig-gui-cloth: completeconfig-gui-cloth 2.0.0-beta.3
        charm: Charm 4.4.4
            com_moandjiezana_toml_toml4j: toml4j 0.7.2
        charm_fixer: Charm Fixer 1.0.0
        charmofundying: Charm of Undying 6.1.1+1.19.2
        charmonium: Charmonium 4.2.1
        chas: Craftable Horse Armour & Saddle 1.19-1.9-Fabric
        chat-up: Chat Up! 2.1
        chat_heads: Chat Heads 0.9.0
        cherishedworlds: Cherished Worlds 6.0.1+1.19.2
        chisel: Chisel Refabricated 1.4.5
        citresewn: CIT Resewn 1.1.2+1.19.2
            citresewn-defaults: CIT Resewn: Defaults 1.1.2+1.19.2
        cleancut: CleanCut 1.19.2-5.1-fabric
        clickadv: Clickable Advancements Mod 3.0
        cloth-api: Cloth API 4.0.65
            cloth-basic-math: cloth-basic-math 0.6.1
            cloth-client-events-v0: Cloth Client Events v0 4.0.65
            cloth-common-events-v1: Cloth Common Events v1 4.0.65
            cloth-scissors-api-v1: Cloth Scissors API v1 4.0.65
            cloth-utils-v1: Cloth Utils v1 4.0.65
        cloth-config: Cloth Config v8 8.2.88
        clumps: Clumps 9.0.0+14
        collective: Collective 6.43
        colorfulazaleas: Colorful Azaleas 2.1.0
        colormatic: Colormatic 3.1.2+mc.1.19
        combatroll: Combat Roll 1.1.2+1.19
        connectivity: Connectivity Mod 1.19.2-3.8
        continuity: Continuity 2.0.1+1.19
        controlling: Controlling For Fabric 10.0+7
        couplings: Couplings 1.9.1+1.19
        crafttweaker: CraftTweaker 10.1.33
            org_javassist_javassist: javassist 3.29.0-GA
            org_reflections_reflections: reflections 0.10.2
        crawl: Crawl 0.11.1
            mm: Manningham Mills 2.3
        create: Create 0.5.0g-796+1.19.2
            com_google_code_findbugs_jsr305: jsr305 3.0.2
            fake-player-api: Fake Player API 0.5.0
            flywheel: Flywheel 0.6.8-1
            milk: Milk Lib 1.0.51
                dripstone_fluid_lib: Dripstone Fluid Lib 2.0.1
            noindium: No Indium? 1.1.0+1.19
            reach-entity-attributes: Reach Entity Attributes 2.3.0
            registrate-fabric: Registrate for Fabric 1.1.44-MC1.19.2
        creaturesfromthesnow: Creatures from The Snow 4.1.0+1.19.2
        creeperoverhaul: Creeper Overhaul 2.0.6
        crittersandcompanions: Critters and Companions 1.19.2-1.0.3
        ctov: ChoiceTheorem's Overhauled Villages 3.1.4
        cull-less-leaves: Cull Less Leaves 1.0.6
            conditional-mixin: conditional mixin 0.3.0
        dark-loading-screen: Dark Loading Screen 1.6.12
        dashloader: DashLoader 4.1.3+1.19
            com_github_luben_zstd-jni: zstd-jni 1.5.2-2
            dev_quantumfusion_hyphen: Hyphen 0.2.2
            dev_quantumfusion_taski: Taski 1.1.0
        dawn: Dawn API 3.5.0
        dcch: DCCH 1.2
        debugify: Debugify 2.8.0
        deeperdarker: Deeper and Darker 1.1.6
            customportalapi: Custom Portal Api 0.0.1-beta54-1.19
            paragon: Paragon 3.0.2
        deepslatecutting: Deepslate Cutting 1.5.0
        defaultoptions: Default Options 15.0.0
        diagonalfences: Diagonal Fences 4.2.3
        disable_custom_worlds_advice: Disable Custom Worlds Advice 3.0
        dragondropselytra: Dragon Drops Elytra 3.0
        dragonloot: DragonLoot 1.1.2
        dramaticdoors: Dramatic Doors (Fabric) 1.19.2-1.4.0_1
        drinkbeer: Drink Beer 3.2.2-1.19.2
        dungeons_arise: When Dungeons Arise 2.1.51
        earthtojavamobs: Earth2Java 1.9.3
        easyanvils: Easy Anvils 4.0.6
        easymagic: Easy Magic 4.3.2
        ecologics: Ecologics 2.1.11
        editsign: EditSign 2.6.0
        effective: Effective 1.4
        elytraslot: Elytra Slot 6.1.0+1.19.2
        emotecraft: Emotecraft 2.2.7-b.build.47
            bendy-lib: Bendy api 2.1.3-test2
        enchdesc: EnchantmentDescriptions 13.0.14
        entity_texture_features: Entity Texture Features 4.3.1
            org_apache_httpcomponents_httpmime: httpmime 4.5.10
        entityculling: EntityCulling-Fabric 1.5.2-mc1.19
            com_logisticscraft_occlusionculling: occlusionculling 0.0.6-SNAPSHOT
        equipmentcompare: Equipment Compare 1.3.1
        essential_commands: Essential Commands 0.30.0-mc1.19.2
            ec-core: Essential Commands Core 1.3.0-mc1.19.2
            fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
            org_yaml_snakeyaml: snakeyaml 1.33
            playerabilitylib: Pal 1.6.0
        exordium: Exordium 1.0.1-mc1.19.2
        expandeddelight: Expanded Delight 0.2.5.1
        explorerscompass: Explorer's Compass 1.19.2-2.2.0-fabric
        explorify-fabric: Explorify 1.19-1.3.0
        extraalchemy: Extra Alchemy 1.9.0
        extraorigins: Extra Origins 1.19-2
        fabric-api: Fabric API 0.73.2+1.19.2
            fabric-api-base: Fabric API Base 0.4.15+8f4e8eb390
            fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.14+93d8cb8290
            fabric-biome-api-v1: Fabric Biome API (v1) 9.1.0+82db024a90
            fabric-block-api-v1: Fabric Block API (v1) 1.0.2+e415d50e90
            fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.24+c6af733c90
            fabric-client-tags-api-v1: Fabric Client Tags 1.0.5+b35fea8390
            fabric-command-api-v1: Fabric Command API (v1) 1.2.16+f71b366f90
            fabric-command-api-v2: Fabric Command API (v2) 2.2.1+413cbbc790
            fabric-commands-v0: Fabric Commands (v0) 0.2.33+df3654b390
            fabric-containers-v0: Fabric Containers (v0) 0.1.41+df3654b390
            fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.1+7c6cd14d90
            fabric-convention-tags-v1: Fabric Convention Tags 1.2.2+27265b3490
            fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.8+aeb40ebe90
            fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.7+413cbbc790
            fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.35+0d0f210290
            fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.4+9244241690
            fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.34+562bff6e90
            fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.35+df3654b390
            fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.24+b6b6abb490
            fabric-item-api-v1: Fabric Item API (v1) 1.6.5+dce4603e90
            fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.38+9244241690
            fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.25+5c4fce2890
            fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.23+df3654b390
            fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.4+1b46dc7890
            fabric-loot-api-v2: Fabric Loot API (v2) 1.1.12+83a8659290
            fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.15+9e7660c690
            fabric-message-api-v1: Fabric Message API (v1) 5.0.7+93d8cb8290
            fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.23+33fbc73890
            fabric-models-v0: Fabric Models (v0) 0.3.21+c6af733c90
            fabric-networking-api-v1: Fabric Networking API (v1) 1.2.11+10eb22f490
            fabric-networking-v0: Fabric Networking (v0) 0.3.28+df3654b390
            fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.2.1+d8ef690890
            fabric-particles-v1: Fabric Particles (v1) 1.0.14+4d0d570390
            fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.1+413cbbc790
            fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.32+9244241690
            fabric-renderer-api-v1: Fabric Renderer API (v1) 1.2.1+2e5408b590
            fabric-renderer-indigo: Fabric Renderer - Indigo 0.7.1+2e5408b590
            fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.24+df3654b390
            fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.19+6e0787e690
            fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.11+4d0d570390
            fabric-rendering-v0: Fabric Rendering (v0) 1.1.27+df3654b390
            fabric-rendering-v1: Fabric Rendering (v1) 1.12.1+d8ef690890
            fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.2+aae9039d90
            fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.3+251d254a90
            fabric-screen-api-v1: Fabric Screen API (v1) 1.0.32+4d0d570390
            fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.7+1cc24b1b90
            fabric-sound-api-v1: Fabric Sound API (v1) 1.0.2+c4f28df590
            fabric-textures-v0: Fabric Textures (v0) 1.0.24+aeb40ebe90
            fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.6+413cbbc790
            fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.3+08b73de490
        fabric-language-kotlin: Fabric Language Kotlin 1.9.1+kotlin.1.8.10
            org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.8.10
            org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.8.10
            org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.8.10
            org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.8.10
            org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.19.0
            org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4
            org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4
            org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
            org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.4.1
            org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.4.1
            org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.4.1
        fabricloader: Fabric Loader 0.14.13
        fabrishot: Fabrishot 1.9.1
        fallingleaves: Falling Leaves 1.13.0+1.19.2
        fallingtree: FallingTree 3.10.0
        fancymenu: FancyMenu 2.13.3
        farmersdelight: Farmer's Delight 1.19.2-1.3.9
        farmersknives: Farmer's Knives 2.4
        farsight: Farsight Mod 1.19-2.4
            com_github_jctools_jctools_jctools-core: jctools-core v4.0.1
        faux-custom-entity-data: Faux-Custom-Entity-Data 2.0.2
        ferritecore: FerriteCore 5.0.3
        figura: Figura 0.1.0-rc.13+1.19.2-6a5bccf
            com_github_moonlight-mc_luaj_luaj-core: luaj-core 3.0.5-figura
            com_github_moonlight-mc_luaj_luaj-jse: luaj-jse 3.0.5-figura
            org_java-websocket_java-websocket: Java-WebSocket 1.5.2
        forgeconfigapiport: Forge Config API Port 4.2.10
        forgivingvoid: Forgiving Void 7.0.0
        frame: Frame 0.26.1+1.19-fabric
            frame-api-base: Frame Base 0.2.1+906ebc04a9
            frame-blocks-v0: Frame Blocks (v0) 0.1.3+233e7428a9
            frame-config-v0: Frame Config (v0) 0.3.1+0fa45150a9
            frame-content-registries-v0: Frame Content Registries (v0) 0.4.0+2876b511a9
            frame-enchantments-v0: Frame Enchantments (v0) 0.1.0+4093105da9
            frame-game-rules-v0: Frame Game Rules (v0) 0.2.4+e7ce56a6a9
            frame-items-v0: Frame Items (v0) 0.1.3+906ebc04a9
            frame-loot-tables-v0: Frame Loot Tables (v0) 0.1.4+4f7341eca9
            frame-registries-v0: Frame Registries (v0) 0.1.1+0e0ec74ea9
            frame-rendering-v0: Frame Rendering (v0) 0.1.5+906ebc04a9
            frame-tabbed-item-groups-v0: Frame Tabbed Item Groups (v0) 0.2.4+0aca9b56a9
            frame-toymaker-v0: Frame Data Generation Helpers (v0) 0.6.1+b13741c3a9
            frame-woods-v0: Frame Woods (v0) 0.2.1+6a33fbada9
        friendsandfoes: Friends&Foes 1.6.8
            com_github_llamalad7_mixinextras: MixinExtras 0.1.1
        ftbbackups2: FTB Backups 2 1.0.17
        ftblibrary: FTB Library 1902.3.11-build.166
        fwaystones: Fabric Waystones 3.0.5+mc1.19.2
        geckolib3: Geckolib 3.1.38
            com_eliotlash_mclib_mclib: mclib 20
        go-fish: Go Fish 1.6.0-1.19.1
        goodall: Goodall 1.2.0
        guardiansgalore: GuardiansGalore 1.19.2-3.0
        handcrafted: Handcrafted 2.0.2
        here-be-no-dragons: Here be no Dragons! 1.0.0
        hookshot: Hookshot 26.0
        iceberg: Iceberg 1.0.46
        iknowwhatimdoing: I Know What I'm Doing 4.1.1
        illuminations: Illuminations 1.10.11
        immediatelyfast: ImmediatelyFast 1.1.8
        immersive_aircraft: Immersive Aircraft 0.3.0+1.19.2
        immersive_paintings: Immersive Paintings 0.4.4+1.19.2
        impaled: Impaled 1.1.4
        indium: Indium 1.0.9+mc1.19.2
        ingredient-extension-api: Ingredient Extension API 3.0.6
        inmis: Inmis 2.7.1-1.19
            omega-config: OmegaConfig 1.2.3-1.18.1
        inmisaddon: InmisAddon 1.0.3
        inventoryhud: Inventory HUD + 3.4.7
        inventorysorter: Inventory Sorter 1.8.10-1.19
            kyrptconfig: Kyrpt Config 1.4.14-1.19
        iris: Iris 1.5.0
            io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre8
            org_anarres_jcpp: jcpp 1.4.14
            org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
        itemfilters: Item Filters 1902.2.9-build.46
        itemmodelfix: Item Model Fix 1.0.3+1.19
        jamlib: JamLib 0.6.0+1.19
        java: OpenJDK 64-Bit Server VM 17
        jumpoverfences: Jump Over Fences 1.1.0
        kambrik: Kambrik 4.0-1.19.2
        keymap: keymap 0.7.0-beta.1+1.19.2-fabric
        kiwi: Kiwi Lib 8.1.2
        kleeslabs: KleeSlabs 12.1.0
        konkrete: Konkrete 1.6.0
        krypton: Krypton 0.2.1
            com_velocitypowered_velocity-native: velocity-native 3.1.2-SNAPSHOT
        kubejs: KubeJS 1902.6.0-build.142
        lambdabettergrass: LambdaBetterGrass 1.3.0+1.19
            spruceui: SpruceUI 4.0.0+1.19
        lazydfu: LazyDFU 0.1.3
        leavesbegone: Leaves Be Gone 4.0.1
        legendarytooltips: Legendary Tooltips 1.3.3
        libraryferret: Library ferret 3.0.0
        lightingwand: Lighting Wand 5.0.0
        lithium: Lithium 0.10.4
        lootr: Lootr 0.4.25.64
        lynxsmp_ghoulcraft: LynxSMP Ghoulcraft 1.0.0
        lynxsmp_mizuno: LynxSMP Mizuno 1.0.1
        lynxsmp_mizuno_plants: LynxSMP Mizuno Plants 1.0.0
        magnumtorch: Magnum Torch 4.2.1
        mantori: Aphid Additions 1.1.2-1.19.2
        mavapi: More Axolotl Variants API 1.0.1
        mavm: More Axolotl Variants Mod 1.2.0
        mcwbridges: Macaw's Bridges 1.0.6
        mcwdoors: Macaw's Doors 1.0.8
        mcwfences: Macaw's Fences and Walls 1.0.7
        mcwroofs: Macaw's Roofs 2.2.2
        mcwtrpdoors: Macaw's Trapdoors 1.0.8
        mcwwindows: Macaw's Windows 2.1.2
        memoryleakfix: memory Leak Fix 1.19.3-0.7.0
        merchantmarkers: Merchant Markers 1.2.3
        midnightlib: MidnightLib 1.0.0
        minecraft: Minecraft 1.19.2
        minelib: mine11lib 0.1.3+1.19
            com_sksamuel_scrimage_scrimage-core: scrimage-core 4.0.31
        mixin-conflict-helper: Mixin Conflict Helper 1.2.0
        mixintrace: MixinTrace 1.1.1+1.17
        mob_catcher: Mob Catcher 1.2.15
        moborigins: Mob Origins 1.9.0
        modmenu: Mod Menu 4.1.2
        moonlight: Moonlight 1.19.2-2.2.5
        more_babies: More Babies 1.0.0
        morebannerfeatures: More Banner Features 1.1.3
        morechathistory: MoreChatHistory 1.1.1
        moremcmeta: MoreMcmeta 1.19-3.0.5
        morevillagers: More Villagers 4.0.2
        mousetweaks: Mouse Tweaks 2.22
        mvs: Vanilla Structure Mod 2.5.10-1.19.2
        mythicmetals: Mythic Metals 0.17.0+1.19.2
            additionalentityattributes: Additionalentityattributes 1.2.0+1.19
        mythicmounts: Mythic Mounts 1.19.2-7.1
        nametagtweaks: Name Tag Tweaks 3.0
        naturalist: Naturalist 2.1.1
        naturescompass: Nature's Compass 1.19.2-2.1.0-fabric
        netherdepthsupgrade: Nether Depths Upgrade fabric-2.0.4-1.19.2
        netherportalfix: NetherPortalFix 10.0.0
        nightlights: Night Lights 1.1
        no-resource-pack-warnings: No Resource Pack Warnings 1.0.0
        nochatreports: No Chat Reports 1.19.2-v1.13.12
        noenchantcap: No Enchant Cap 2.2.4
        nofade: No Fade 1.18-2.0.1
        notenoughanimations: NotEnoughAnimations 1.6.2
        numismatic-overhaul: Numismatic Overhaul 0.2.8+1.19
            stacc: Stacc 1.3.3
        onsoulfire: On Soul Fire 1.19-2
        opaccreatesupport: OPAC Create Mod Support 1.1.0
        openpartiesandclaims: Open Parties and Claims 0.16.6
        origins: Origins 1.7.1
            apoli: Apoli 2.6.1
                calio: Calio 1.7.0
        origins-classes: Origins: Classes 1.4.0
        owo: oωo 0.9.3+1.19
            blue_endless_jankson: jankson 1.2.1
        paintings: Paintings++ 10.2.4.0
        paperdoll: PaperDoll 1.1.1-mc1.19.1
        patchouli: Patchouli 1.19.2-77-FABRIC
            fiber: fiber 0.23.0-2
        paxi: Paxi 1.19.2-Fabric-3.0.1
        pehkui: Pehkui 3.6.3+1.14.4-1.19.3
            kanos_config: Kanos Config 0.3.1+1.14.4-1.19
        pfm: Paladin's Furniture 1.1.1
        player-animator: Player Animator 0.4.2
        plushies: Plushie Mod 1.2
        polylib: PolyLib 1900.0.2-build.42
        polymorph: Polymorph 0.46.1+1.19.2
            spectrelib: SpectreLib 0.11.0+1.19
        prism: Prism 1.0.3
        projectsavethepets: Project: Save the Pets! 3.2.0+2022.e000b2a529.fabric
        puzzle: Puzzle 1.4.2-1.19
            puzzle-base: Puzzle Base 1.4.2-1.19
            puzzle-gui: Puzzle GUI 1.4.2-1.19
            puzzle-models: Puzzle Models 1.4.2-1.19
            puzzle-splashscreen: Puzzle Splash Screen 1.4.2-1.19
        puzzleslib: Puzzles Lib 4.3.12
        rebind_narrator: Rebind Narrator 2.0.0
        reeses-sodium-options: Reese's Sodium Options 1.4.9+mc1.19.2-build.67
        repurposed_structures: Repurposed Structures 6.1.3+1.19.2
        rhino: Rhino 1902.2.2-build.264
        rightclickharvest: Right Click Harvest 3.1.0+1.19-1.19.2
        rottencreatures: Rotten Creatures 1.0.1
        roughlyenoughitems: Roughly Enough Items 9.1.587
            error_notifier: Error Notifier 1.0.9
        satin: Satin 1.9.0
        servercore: ServerCore 1.3.3-1.19.2
            me_lucko_spark-api: spark-api 0.1-SNAPSHOT
            placeholder-api: Placeholder API 2.0.0-pre.1+1.19.2
        simplehats: SimpleHats 1.19.2-0.1.6
        sit: Sit 1.19-20
        skylorlib: SkyLib 1.5.1
        smoothboot: Smooth Boot 1.19-1.7.1
        smoothchunk: Smooth chunk save Mod 1.19.1-2.0
        sodium: Sodium 0.4.4+build.18
            org_joml_joml: joml 1.10.4
        sodium-extra: Sodium Extra 0.4.16+mc1.19.2-build.90
            caffeineconfig: CaffeineConfig 1.0.0+1.17
        sound_physics_remastered: Sound Physics Remastered 1.19.2-1.0.18
        spark: spark 1.10.29
        spelunker: Spelunker 1.5.2-mc1.19
            tweed4_data: tweed4_data 1.2.1
            tweed4_data_hjson: tweed4_data_hjson 1.1.0
        starlight: Starlight 1.1.1+fabric.ae22326
        starterkit: Starter Kit 5.0
        structory: Structory 1.0.1
        styledchat: Styled Chat 2.0.2+1.19.2
            player-data-api: Player Data API 0.2.2+1.19.2
            predicate-api: Predicate API 0.1.0+1.19.2
        supplementaries: Supplementaries 1.19.2-2.2.46
        surfacemushrooms: Surface Mushrooms 3.1
        t_and_t: Towns and Towers 1.9
        takesapillage: Takes a Pillage 1.0.4
        taterzens: Taterzens 1.11.1
            config2brigadier: Config to Brigadier 1.2.1
            server_translations_api: Server Translations API 1.4.16+1.19
                packet_tweaker: Packet Tweaker 0.3.0+1.18.2
            sgui: sgui 1.1.3+1.19.1
        terrablender: TerraBlender 2.0.1.130
        terrestria: Terrestria 5.0.8
            terraform-biome-remapper-api-v1: Terraform Biome Remapper API (v1) 4.2.0
            terraform-config-api-v1: Terraform Config API (v1) 4.2.0
            terraform-dirt-api-v1: Terraform Dirt API (v1) 4.2.0
            terraform-shapes-api-v1: Terraform Shapes API (v1) 4.2.0
            terraform-surfaces-api-v1: Terraform Surfaces API (v1) 4.2.0
            terraform-tree-api-v1: Terraform Tree API (v1) 4.2.0
            terrestria-client: Terrestria: Client 5.0.8
            terrestria-common: Terrestria: Common 5.0.8
            terrestria-worldgen: Terrestria: World Generation 5.0.8
        thiccpackets: Extra Thicc Packets 1.17-1.19+
        tokenablefurnaces: Tokenable Furnaces 2.0.2-1.19.2
        toolleveling: ToolLeveling+ 1.19.2-1.4.1
        toolstats: ToolStats 12.0.2
        tooltipfix: ToolTip Fix 1.1.1-1.19
        tradernpcs: Trader NPCs 1.2.0
        tramplenomore: TrampleNoMore 9.0.1
        transparent: Transparent 5.1.2
        trashslot: TrashSlot 12.0.1
        travelerstitles: Traveler's Titles 1.19.2-Fabric-3.1.0
        trinkets: Trinkets 3.4.2
        twigs: Twigs 2.0.0-beta.9+1.19-fabric
        twilightforest: The Twilight Forest 4.2.333
            javax_annotation_javax_annotation-api: javax.annotation-api 1.3.2
            porting_lib: Porting Lib 2.1.642+1.19.2
                forge_tags: Porting Lib Tags 3.0
                porting_lib_base: Porting Lib Base 2.1.642+1.19.2
                    serialization_hooks: Serialization Hooks 0.3.26
                porting_lib_entity: Porting Lib Entity 2.1.642+1.19.2
                porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.642+1.19.2
                porting_lib_model_generators: Porting Lib Model Generators 2.1.642+1.19.2
                porting_lib_models: Porting Lib Models 2.1.642+1.19.2
                porting_lib_networking: Porting Lib Networking 2.1.642+1.19.2
                porting_lib_obj_loader: Porting Lib Obj Loader 2.1.642+1.19.2
                    porting_lib_model_loader: Porting Lib Model Loader 2.1.642+1.19.2
                porting_lib_transfer: Porting Lib Transfer 2.1.642+1.19.2
                    porting_lib_extensions: Porting Lib Extensions 2.1.642+1.19.2
                        porting_lib_accessors: Porting Lib Accessors 2.1.642+1.19.2
                        porting_lib_attributes: Porting Lib Attributes 2.1.642+1.19.2
                            porting_lib_constants: Porting Lib Constants 2.1.642+1.19.2
                        porting_lib_common: Porting Lib Common 2.1.642+1.19.2
        universal_ores: Universal Ores 1.4.2
        vanityslots: Vanity Slots 1.2.5
        variant_bookshelves: Variant Bookshelves 1.2.4
        variant_lanterns: Variant Lanterns 1.0.4
        variantbarrels: Variant Barrels 2.4.5
        variantcomposters: Variant Composters 1.0.7
        variantcraftingtables: Variant Crafting Tables 3.2.9
        vehiclefix: VehicleFix 3.4
        veinmining: Vein Mining 1.0.2+1.19.2
        vinery: Vinery 1.1.4
        visuality: Visuality 0.5.5
        visualworkbench: Visual Workbench 4.2.1
        voicechat: Simple Voice Chat 1.19.2-2.3.28
        wands: Building Wands 2.6.4_release
        wolfarmorcompat: Wolf Armor Compat 1.0.2-1.19.2
        wolveswitharmor: Wolves With Armor 1.8.0-1.19
            maybe-data: Maybe data 1.3.2-1.19-rc2
            static-content: Static Content 1.0.1-1.16.2
                staticdata: Static Data 1.1.2
        woof: Woof 3.0.0-1.19
        wthit: wthit 5.13.5
        xaerominimap: Xaero's Minimap 23.1.0
        xaeroworldmap: Xaero's World Map 1.28.9
        xercapaint: Joy of Painting fabric-1.19.2-1.0.1
        xps: Xp Obelisk 0.4.7-r+1.19.2-Fabric
        yet-another-config-lib: YetAnotherConfigLib 2.2.0-for-1.19.2
        yigd: You're in Grave Danger 1.4.8
        yungsapi: YUNG's API 1.19.2-Fabric-3.8.2
        yungsbridges: YUNG's Bridges 1.19.2-Fabric-3.1.0
        yungsextras: YUNG's Extras 1.19.2-Fabric-3.1.0
        zoomify: Zoomify 2.9.0
            dev_isxander_settxi_settxi-core: settxi-core 2.10.5
            dev_isxander_settxi_settxi-gui: settxi-gui 2.10.5
            dev_isxander_settxi_settxi-kotlinx-serialization: settxi-kotlinx-serialization 2.10.5
            settxi-gui-yacl: Settxi Gui (YetAnotherConfigLib) 2.10.5
    Loaded Shaderpack: ComplementaryReimagined_r1.4.zip
        Profile: HIGH (+4 options changed by user)
    NEC status: No NEC detected
    Flywheel Backend: Off
    Launched Version: fabric-loader-0.14.13-1.19.2
    Backend library: LWJGL version 3.3.1 SNAPSHOT
    Backend API: NVIDIA GeForce GTX 1050 Ti/PCIe/SSE2 GL version 3.2.0 NVIDIA 517.48, NVIDIA Corporation
    Window size: 1920x1080
    GL Caps: Using framebuffer using OpenGL 3.2
    GL debug messages: 
    Using VBOs: Yes
    Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
    Type: Integrated Server (map_client.txt)
    Graphics mode: fancy
    Resource Packs: vanilla, Fabric Mods, Supplementaries Generated Pack, resources/simplehats_hatdl.zip, file/STONEBORN - 1.19 - V3.2.1.zip, file/Grimdark Tools v23-119.zip, file/Grimdark-Armor-v232-119.zip, file/Stay_True_1.19.zip, file/Stay True Compats v7 [1.19].zip, file/Xaero's Minimap - Mod Icons.zip (incompatible), file/lynxsmpserverpack.zip, lambdabettergrass/default, vinery/bushy_leaves, white_icons, charmonium/journeyman, file/EclecticTrove-noconfig-1.18-1.2.0.zip (incompatible), file/Visual Titles.zip (incompatible), continuity/glass_pane_culling_fix, file/Basic Nether Ores 16x.zip, illuminations/pixelaccurate, supplementaries/darker_ropes, file/xali's Potions v1.0.zip (incompatible), file/xali-s-Enchanted-Books-16x-v0.10.1.zip
    Current Language: English (US)
    CPU: 6x Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz
    Server Running: true
    Player Count: 1 / 8; [class_3222['CadaLyst'/2, l='ServerLevel[New World]', x=-7.54, y=-60.00, z=-2.63]]
    Data Packs: vanilla, Fabric Mods, Supplementaries Generated Pack, alloy_recipes, LynxSMP Races
    World Generation: Stable

- Mod version, MC version and Loader you are using

1.19.2-2.2.45 (I know it's not the latest version but the only thing in the changelog for 2.2.48 was Ancient Ink, therefore I do not believe that this is relevant, Loader is Curseforge

- A description of your issue and how to reproduce

Putting an End Crystal onto a Pedestal causes an instant crash to desktop.

- If applicable, add screenshots to help explain your problem.

Unapplicable.

Modpack: https://www.curseforge.com/minecraft/modpacks/lynxsmp

MehVahdJukaar commented 1 year ago

weird thought i fixed this. should be fixed in newest version