UntitledDuckDevs / UntitledDuckMod

Ducks for Forge and Fabric!
MIT License
7 stars 10 forks source link

[Bug] Incompatbility with inspecio #42

Closed Estrelaura closed 2 years ago

Estrelaura commented 2 years ago

Inspecio has a feature that previews entities by hovering the cursor over the spawn egg. The goose spawn egg crashed my session on hover. This bug already happened to me with another mod, it's pretty much the same case, someone from inspecio might help, as they also assisted the other mod's author.

Full crash report:

---- Minecraft Crash Report ---- // Don't be sad, have a hug! <3

Time: 10/20/21, 7:35 PM Description: Loading entity NBT

java.lang.ClassCastException: class net.minecraft.class_638 cannot be cast to class net.minecraft.class_3218 (net.minecraft.class_638 and net.minecraft.class_3218 are in unnamed module of loader net.fabricmc.loader.launch.knot.KnotClassLoader @2e32ccc5) at Not Enough Crashes deobfuscated stack trace.(1.16.5+build.9) at net.untitledduckmod.goose.GooseEntity.readCustomDataFromTag(GooseEntity.java:145) at net.minecraft.entity.Entity.fromTag(Entity:1767) at io.github.queerbric.inspecio.tooltip.SpawnEntityTooltipComponent.of(SpawnEntityTooltipComponent.java:79) at net.minecraft.item.SpawnEggItem.method_32346(SpawnEggItem:44) at net.minecraft.item.ItemStack.method_32347(ItemStack:108) at net.minecraft.client.gui.screen.Screen.renderTooltip(Screen:168) at net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.renderTooltip(CreativeInventoryScreen:742) at net.minecraft.client.gui.screen.ingame.HandledScreen.drawMouseoverTooltip(HandledScreen:190) at net.minecraft.client.gui.screen.ingame.CreativeInventoryScreen.render(CreativeInventoryScreen:703) at net.minecraft.client.render.GameRenderer.render(GameRenderer:874) at net.minecraft.client.MinecraftClient.render(MinecraftClient:1112) at net.minecraft.client.MinecraftClient.run(MinecraftClient:728) at net.minecraft.client.main.Main.main(Main:217) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:567) at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:567) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34)

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

-- Head -- Thread: Render thread Stacktrace: at net.untitledduckmod.goose.GooseEntity.method_5749(GooseEntity.java:145) Mixins in Stacktrace: None found

-- Entity being loaded -- Details: Entity Type: untitledduckmod:goose (net.untitledduckmod.goose.GooseEntity) Entity ID: 609 Entity Name: Goose Entity's Exact location: 0.00, 0.00, 0.00 Entity's Block location: World: (0,0,0), Section: (at 0,0,0 in 0,0,0; chunk 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) Entity's Momentum: 0.00, 0.00, 0.00 Entity's Passengers: [] Entity's Vehicle: null Entity NBT: {AbsorptionAmount:0.0f,Age:1,Air:300s,AllowedToFollow:0b,AngerTime:0,ArmorDropChances:[0.085f,0.085f,0.085f,0.085f],ArmorItems:[{},{},{},{}],Attributes:[],Brain:{memories:{}},CanPickUpLoot:1b,DeathTime:0s,FallDistance:0.0f,FallFlying:0b,Fire:-1s,ForcedAge:0,HandDropChances:[0.085f,0.085f],HandItems:[{},{}],Health:7.0f,HurtByTimestamp:0,HurtTime:0s,InLove:0,Invulnerable:0b,LeftHanded:0b,Motion:[0.0d,0.0d,0.0d],OnGround:0b,OnSoulFire:0b,PersistenceRequired:0b,PortalCooldown:0,Pos:[0.0d,0.0d,0.0d],Rotation:[2.0819256f,0.0f],Sitting:0b,UUID:[I;1385557977,353585367,-1178933797,-93105105],arcanus:{DiscombobulatedTimer:0,IsDiscombobulated:0b},gooseEggLayTime:7120,gooseVariant:1b} Stacktrace: at Not Enough Crashes deobfuscated stack trace.(1.16.5+build.9) at java.lang.Thread.getStackTrace(Thread.java:1596) at net.minecraft.util.crash.CrashReportSection.trimStackTraceEnd(CrashReportSection:523) at net.minecraft.util.crash.CrashReport.addElement(CrashReport:198) at net.minecraft.util.crash.CrashReport.addElement(CrashReport:169) at net.minecraft.client.render.GameRenderer.render(GameRenderer:877) at net.minecraft.client.MinecraftClient.render(MinecraftClient:1112) at net.minecraft.client.MinecraftClient.run(MinecraftClient:728) at net.minecraft.client.main.Main.main(Main:217) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:567) at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:567) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34) Mixins in Stacktrace: net.minecraft.client.main.Main: fudge.notenoughcrashes.fabric.mixins.client.MixinMain (notenoughcrashes.fabric.mixins.json) link.infra.screenshotclipboard.mixin.AWTHackMixin (screenshotclipboard.mixins.json)

-- Screen render details -- Details: Screen name: net.minecraft.class_481 Mouse location: Scaled: (458, 273). Absolute: (917.000000, 547.000000) Screen size: Scaled: (960, 509). Absolute: (1920, 1017). Scale factor of 2.000000 Stacktrace: at Not Enough Crashes deobfuscated stack trace.(1.16.5+build.9) at java.lang.Thread.getStackTrace(Thread.java:1596) at net.minecraft.util.crash.CrashReportSection.trimStackTraceEnd(CrashReportSection:523) at net.minecraft.util.crash.CrashReport.addElement(CrashReport:198) at net.minecraft.world.World.addDetailsToCrashReport(World:845) at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld:370) at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient:2399) at net.minecraft.client.MinecraftClient.run(MinecraftClient:747) at net.minecraft.client.main.Main.main(Main:217) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:567) at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:567) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34) Mixins in Stacktrace: net.minecraft.client.main.Main: fudge.notenoughcrashes.fabric.mixins.client.MixinMain (notenoughcrashes.fabric.mixins.json) link.infra.screenshotclipboard.mixin.AWTHackMixin (screenshotclipboard.mixins.json)

-- Affected level -- Details: All players: 1 total; [class_746['Estrelaura'/109, l='ClientLevel', x=503.90, y=91.00, z=-573.03]] Chunk stats: 4096, 487 Level dimension: minecraft:overworld Level spawn location: World: (-48,72,-240), Section: (at 0,8,0 in -3,4,-15; chunk contains blocks -48,0,-240 to -33,255,-225), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,0,-512 to -1,255,-1) Level time: 57809 game time, 57809 day time Server brand: fabric Server type: Integrated singleplayer server Stacktrace: at net.minecraft.class_638.method_8538(class_638.java:370) at net.minecraft.class_310.method_1587(class_310.java:2399) at net.minecraft.class_310.method_1514(class_310.java:747) at net.minecraft.client.main.Main.main(Main.java:217) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at net.fabricmc.loader.game.MinecraftGameProvider.launch(MinecraftGameProvider.java:234) at net.fabricmc.loader.launch.knot.Knot.launch(Knot.java:153) at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:78) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.base/java.lang.reflect.Method.invoke(Method.java:567) at org.multimc.onesix.OneSixLauncher.launchWithMainClass(OneSixLauncher.java:210) at org.multimc.onesix.OneSixLauncher.launch(OneSixLauncher.java:245) at org.multimc.EntryPoint.listen(EntryPoint.java:143) at org.multimc.EntryPoint.main(EntryPoint.java:34) Mixins in Stacktrace: net.minecraft.class_638: me.jellysquid.mods.sodium.mixin.features.fast_biome_colors.MixinClientWorld (sodium.mixins.json) me.jellysquid.mods.sodium.mixin.features.chunk_rendering.MixinClientWorld (sodium.mixins.json) dev.onyxstudios.cca.mixin.entity.client.MixinClientWorld (mixins.cardinal_components_entity.json) dev.architectury.mixin.fabric.client.MixinClientLevel (architectury.mixins.json) me.dacubeking.clientsidenoteblocks.mixin.ClientWorldMixin (clientsidenoteblocks.mixins.json) ladysnake.illuminations.mixin.ClientWorldMixin (illuminations.mixins.json) me.pieking1215.waterdripsound.mixin.client.MixinClientWorld (waterdripsound.mixins.json) dev.tr7zw.entityculling.mixin.ClientWorldMixin (entityculling.mixins.json) net.fabricmc.fabric.mixin.event.lifecycle.client.ClientWorldMixin (fabric-lifecycle-events-v1.mixins.json) net.misterslime.fabulousclouds.mixin.MixinClientLevel (fabulousclouds.mixins.json) dev.lambdaurora.lambdynlights.mixin.ClientWorldMixin (lambdynlights.mixins.json) dev.hephaestus.atmosfera.mixin.MixinClientWorld (atmosfera.mixins.json) ca.spottedleaf.starlight.mixin.client.world.ClientLevelMixin (starlight.mixins.json) corgitaco.enhancedcelestials.mixin.client.MixinClientWorld (enhancedcelestials.mixins.json) net.coderbot.iris.mixin.vertices.block_rendering.MixinClientWorld (mixins.iris.vertexformat.json) net.minecraft.class_310: dev.architectury.mixin.fabric.client.MixinMinecraft (architectury.mixins.json) randommcsomethin.fallingleaves.mixin.MinecraftClientMixin (fallingleaves.mixins.json) carpet.mixins.MinecraftClientMixin (carpet.mixins.json) fi.dy.masa.malilib.mixin.MixinMinecraftClient (mixins.malilib.json) com.tterrag.blur.mixin.MixinMinecraftClient (mixins.blur.json) draylar.omegaconfig.mixin.ClientMixin (omega-config.mixins.json) net.fabricmc.fabric.mixin.screen.MinecraftClientMixin (fabric-screen-api-v1.mixins.json) io.github.blobanium.lt.mixin.MinecraftClientMixin (loading-timer.mixins.json) me.jellysquid.mods.sodium.mixin.core.MixinMinecraftClient (sodium.mixins.json) moe.caa.fabric.quitconfirm.client.mixin.MixinMinecraftClient (quitconfirm.mixins.json) net.fabricmc.fabric.mixin.networking.accessor.MinecraftClientAccessor (fabric-networking-api-v1.mixins.json) net.clayborn.accurateblockplacement.mixin.MinecraftClientMixin (accurateblockplacement.mixins.json) net.coderbot.iris.mixin.MixinMinecraftClient (mixins.iris.json) malte0811.ferritecore.mixin.fabric.MinecraftMixin (ferritecore.fabric.mixin.json) net.fabricmc.fabric.mixin.command.client.MinecraftClientMixin (fabric-command-api-v1.mixins.json) adudecalledleo.dontdropit.mixin.MinecraftClientMixin (dontdropit.mixins.json) dev.stashy.extrasounds.mixin.HotbarSlotSound (extrasounds.mixins.json) fudge.notenoughcrashes.fabric.mixins.client.CatchInitMInecraftClientMixin (notenoughcrashes.fabric.mixins.json) me.shedaniel.cloth.mixin.client.events.MixinMinecraftClient (cloth-client-events-v0.mixins.json) io.github.a5b84.rainbowshenanigans.mixin.MinecraftClientMixin (rainbow-shenanigans.mixins.json) com.minenash.pickblockstate.mixin.MinecraftClientMixin (pickblockstate.mixins.json) dev.hephaestus.atmosfera.mixin.MinecraftClientMixin (atmosfera.mixins.json) fudge.notenoughcrashes.mixins.client.MixinMinecraftClient (notenoughcrashes.mixins.json) dev.lambdaurora.spruceui.mixin.MinecraftClientMixin (spruceui.mixins.json) net.ludocrypt.dynmus.mixin.MinecraftClientMixin (dynmus.mixins.json) com.hamusuke.fallingattack.mixin.client.MinecraftClientMixin (fallingattack.mixins.json) net.fabricmc.fabric.mixin.event.lifecycle.client.MinecraftClientMixin (fabric-lifecycle-events-v1.mixins.json) me.juancarloscp52.bedrockify.mixin.client.core.clientRenderTimer.MinecraftClientMixin (bedrockify.mixins.json) me.shedaniel.advancementsenlarger.mixin.MixinMinecraftClient (advancements-enlarger.mixins.json) de.siphalor.mousewheelie.client.mixin.MixinMinecraftClient (mousewheelie.mixins.json) dev.lambdaurora.lambdynlights.mixin.MinecraftClientMixin (lambdynlights.mixins.json) com.blamejared.controlling.mixin.OpenGuiMixin (controlling.mixins.json) net.fabricmc.fabric.mixin.registry.sync.client.MixinMinecraftClient (fabric-registry-sync-v0.mixins.json) me.shedaniel.slightguimodifications.mixin.MixinMinecraft (slight-gui-modifications.mixins.json) me.juancarloscp52.bedrockify.mixin.client.features.reacharoundPlacement.MinecraftClientMixin (bedrockify.mixins.json) carpet.mixins.MinecraftClient_pausedShakeMixin (carpet.mixins.json) net.fabricmc.fabric.mixin.event.interaction.MixinMinecraftClient (fabric-events-interaction-v0.mixins.json) me.axieum.mcmod.authme.mixin.MinecraftClientAccess (authme.mixins.json) squeek.appleskin.mixin.MinecraftClientMixin (appleskin.mixins.json) dev.cammiescorner.arcanus.core.mixin.client.MinecraftClientMixin (arcanus.mixins.json) ladysnake.satin.mixin.client.event.MinecraftClientMixin (mixins.satin.client.json) dynamicfps.mixin.MinecraftClientMixin (dynamicfps.mixins.json) io.socol.betterthirdperson.mixin.MinecraftClientMixin (betterthirdperson.mixins.json) net.minecraft.client.main.Main: fudge.notenoughcrashes.fabric.mixins.client.MixinMain (notenoughcrashes.fabric.mixins.json) link.infra.screenshotclipboard.mixin.AWTHackMixin (screenshotclipboard.mixins.json)

-- Last reload -- Details: Reload number: 1 Reload reason: initial Finished: Yes Packs: Default, Fabric Mods, atmosfera/dungeons, bedrockwaters/resources, lambdabettergrass/default, OliverRemundPaintings, crabpack, more-paintings, Paintings+, SolarSimon's Snazzy Paintings Java

-- System Details -- Details: Minecraft Version: 1.17.1 Minecraft Version ID: 1.17.1 Operating System: Windows 10 (amd64) version 10.0 Java Version: 16.0.1, AdoptOpenJDK Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), AdoptOpenJDK Memory: 597994584 bytes (570 MiB) / 2099249152 bytes (2002 MiB) up to 2099249152 bytes (2002 MiB) CPUs: 4 Processor Vendor: GenuineIntel Processor Name: Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz Identifier: Intel64 Family 6 Model 60 Stepping 3 Microarchitecture: Haswell (Client) Frequency (GHz): 3.09 Number of physical packages: 1 Number of physical CPUs: 4 Number of logical CPUs: 4 Graphics card #0 name: NVIDIA GeForce GTX 750 Ti Graphics card #0 vendor: NVIDIA (0x10de) Graphics card #0 VRAM (MB): 2048.00 Graphics card #0 deviceId: 0x1380 Graphics card #0 versionInfo: DriverVersion=27.21.14.5671 Memory slot #0 capacity (MB): 4096.00 Memory slot #0 clockSpeed (GHz): 1.60 Memory slot #0 type: DDR3 Memory slot #1 capacity (MB): 4096.00 Memory slot #1 clockSpeed (GHz): 1.60 Memory slot #1 type: DDR3 Virtual memory max (MB): 16289.49 Virtual memory used (MB): 11484.65 Swap memory total (MB): 8192.00 Swap memory used (MB): 1474.71 JVM Flags: 3 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms2001m -Xmx2001m Fabric Mods: accurateblockplacement: Accurate Block Placement 1.0.10 addendum: Addendum 1.0.2 advanced_runtime_resource_pack: Runtime Resource Pack 0.4.3 advancementplaques: Advancement Plaques 1.4.1 advancements-enlarger: Advancements Enlarger 0.2.4 alternatecurrent: Alternate Current 0.4.1 amecsapi: Amecs API 1.1.5+mc21w16a animal_feeding_trough: Animal Feeding Trough 1.0.2 annotateddi: Annotated DI 2.0.3+1.17.1 antighost: AntiGhost 1.17.1-fabric0.36.1-1.1.4 aopalliance_aopalliance: aopalliance 1.0 appleskin: AppleSkin mc1.17-2.1.3 arcanus: Arcanus 1.19 architects_palette: Architect's Palette Fabric 1.2 architectury: Architectury 2.5.32 asa: Air Strafing Attribute 1.2 assembly: Assembly 21w06a-1.0.0 atmosfera: Atmosfera 2.0.0+mc1.17 audaki_cart_engine: Audaki Cart Engine 1.0.1 augmentedautojump: Augmented Autojump 1.1.0 authme: Auth Me 1.5.0 autoconfig1u: Auto Config v1 Updated 3.3.1 axesareweapons: Axes Are Weapons 1.3-1.17 axolotlitemfix: Axolotl Item Fix 1.1.2 azalea_hedges: Azalea Hedges 1.0.0 beaconoverhaul: Beacon Overhaul 1.4.2+1.17 bedrockify: BedrockIfy 1.2.0+mc1.17.1 bedrockwaters: BedrockWaters 1.5.0+1.17.1 bedspreads: Bedspreads 1.4.0-1.17 better_concrete: Better Concrete 1.0.0 betterdungeons: YUNG's Better Dungeons 1.17-1.0.2 bettereating: Better Eating 0.3.0 betterf3: BetterF3 1.1.5 bettermineshafts: YUNG's Better Mineshafts 1.17-1.0.1 bettermounthud: Better Mount HUD 1.1.2 betterrecipebook: Better Recipe Book 1.5.2 betterstrongholds: YUNG's Better Strongholds 1.17-1.1.2 betterthirdperson: Better Third Person 1.5.0 big_items_duh: Big items, duh! 1.0.2+mc1.17-rc2 bingbingwahoo: Bing Bing Wahoo 1.1.2 black-powder: Black Powder 1.0.6 blast: BLAST 1.8 blastproof_netherite: Blastproof Netherite 2.0.0+mc1.17 blockshifter: Blockshifter 1.4.0+fabric-1.17.1 blocktuner: BlockTuner 0.6.3 blue_endless_jankson: jankson 1.2.1 blur: Blur (Fabric) 2.1.0 boatcontainer: BoatContainer 1.0.2 c2me: Concurrent Chunk Management Engine 0.2.0+alpha.5.0 caelus: Caelus API 0.0.18-1.17.1 cakechomps: Cake Chomps 1.4.0-1.17 camp_fires_cook_mobs: Camp Fires Cook Mobs 1.2.1+MC1.17-1.17.1 cardinal-components-base: Cardinal Components API (base) 3.1.1 cardinal-components-entity: Cardinal Components API (entities) 3.1.1 cardinal-components-item: Cardinal Components API (items) 3.0.0-nightly.1.17-pre2 carpet: Carpet Mod 1.4.48 carpet-extra: Carpet Extra 1.4.43 carpet-fixes: Carpet Fixes 1.17.1-1.1.0+v210919 carpet-tis-addition: Carpet TIS Addition 1.23.0+build.693 cartloaders: CartLoaders 0.0.2 carvepump: Carve My Pumpkin 1.0.4 cauldronconcrete: Cauldron Concrete 1.0.0+21w16a-fabric cauldronriptide: Cauldron Riptide 1.1-mc1.17-fabric cauldrons: Cauldrons 1.1.4 cavebiomes: Cave Biomes 0.6.3 chainsuspension: Chain Suspension 1.0.0 chalk: Chalk 1.0.0 chat_heads: Chat Heads 0.4.1 chord: Chord 1.8.0+1.17-rc1-fabric clear-skies: Clear Skies 1.5.70 clientsidenoteblocks: ClientSideNoteblocks 2.0 cloth-api: Cloth API 2.0.54 cloth-basic-math: Cloth Basic Math 0.5.1 cloth-client-events-v0: Cloth Client Events v0 2.0.54 cloth-common-events-v1: Cloth Common Events v1 2.0.54 cloth-config2: Cloth Config v5 5.0.38 cloth-datagen-api-v1: Cloth Datagen v1 2.0.54 cloth-scissors-api-v1: Cloth Scissors API v1 2.0.54 cloth-utils-v1: Cloth Utils v1 2.0.54 coat: Coat 1.0.0-beta.12 colorfulsubtitles: Colorful Subtitles 1.0.0 com_electronwill_night-config_core: core 3.6.4 com_electronwill_night-config_toml: toml 3.6.4 com_focamacho_sealconfig: sealconfig 1.2.2 com_google_inject_guice: guice 5.0.1 com_moandjiezana_toml_toml4j: toml4j 0.7.2 com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT connectiblechains: Connectible Chains 1.2.3 controlling: Controlling For Fabric 1.1.2 cosmetica: Cosmetica 0.2.0 couplings: Couplings 1.5.0+1.17 cr-arrows-info: Arrows Info 1.1.0+1.17 creativeonepunch: Creative One-Punch 1.2 crosshairmod: Crosshair Mod 0.3.1 crowdin-translate: CrowdinTranslate 1.3+1.17 customizableelytra: Customizable Elytra 1.5.1-1.17 customstars: Custom Stars 0.6+1.17 darkpaintings: Dark Paintings 4.0.2 datareload: Data Reload 1.1 deathcoords: Death Coords 1.0.0 detailab: Detail Armor Bar 2.6.1+1.17.1-fabric discerning_furnace: Discerning Furnace 1.0.3+MC1.17-1.17.1 dontdropit: Don't Drop It! 2.3.2+1.17 doublejump: Double Jump Mod 1.0.1+mc1.17 drogtor: Drogtor 1.1.2 dual_riders: DualRiders 1.0.5 dummmmmmy: MmmMmmMmmMmm 1.17-1.1.0 durabilityspeed: Durability Speed 1.4.0 dynamicfps: Dynamic FPS 2.0.5 dynmus: Dynamic Music 1.3.0 earthtojavamobs: Earth2Java 1.7.3+1.17 easyautocrafting: EasyAutoCrafting 1.1+1.17 eatinganimationid: Eating Animation 1.2 economical_villager_trading: Economical Villager Trading 1.2.1+MC1.17-1.17.1 elytraprotection: Elytra Protection 1.17-0.1.1 enchantment_lore: EnchantmentLore 1.2.1+MC1.17.1 enchantmentdescriptions: Enchantment Descriptions 4.0.1 enchantmenttweaker: Enchantment Tweaker 0.0.1b endless_cake: Endless Cake 1.0.0 enhanced_attack_indicator: Enhanced Attack Indicator 1.0.2+1.17 enhanced_mushrooms: Enhanced Mushrooms 1.0.5 enhancedblockentities: Enhanced Block Entities 0.5+1.17 enhancedcelestials: Enhanced Celestials 2.0.5 entityculling: EntityCulling-Fabric 1.3.3 environmentz: EnvironmentZ 1.1.6 extrasounds: Extra Sounds 1.4.1 extrasucchopper: Extra Succ Hopper 1.0+1.17 fabric: Fabric API 0.41.0+1.17 fabric-api-base: Fabric API Base 0.3.0+a02b446313 fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.3.0+cbda931818 fabric-biome-api-v1: Fabric Biome API (v1) 3.2.0+cbda931818 fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.5+a02b446318 fabric-command-api-v1: Fabric Command API (v1) 1.1.3+5ab9934c18 fabric-commands-v0: Fabric Commands (v0) 0.2.2+92519afa18 fabric-containers-v0: Fabric Containers (v0) 0.1.12+cbda931818 fabric-content-registries-v0: Fabric Content Registries (v0) 0.3.0+cbda931818 fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.5+be9da31018 fabric-dimensions-v1: Fabric Dimensions API (v1) 2.0.11+6cefd57718 fabric-entity-events-v1: Fabric Entity Events (v1) 1.3.0+57bef5a318 fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.10+fc40aa9d18 fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.1+92519afa18 fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.7+cbda931818 fabric-item-api-v1: Fabric Item API (v1) 1.2.4+a02b44633d fabric-item-groups-v0: Fabric Item Groups (v0) 0.2.10+b7ab612118 fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.4+cbda931818 fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.2+36b77c3e18 fabric-language-kotlin: Fabric Language Kotlin 1.6.5+kotlin.1.5.31 fabric-language-scala: Fabric Language Scala 2.0.0+scala.3.0.2 fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.4+a02b44633d fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.4+a02b446318 fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.3+92519afa18 fabric-models-v0: Fabric Models (v0) 0.3.0+a02b446318 fabric-networking-api-v1: Fabric Networking API (v1) 1.0.13+cbda931818 fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.11+a02b446318 fabric-networking-v0: Fabric Networking (v0) 0.3.2+92519afa18 fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.10.9+cbda931818 fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.3+a02b446318 fabric-particles-v1: Fabric Particles (v1) 0.2.4+a02b446318 fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.7.11+7931163218 fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.4+cbda931818 fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.8+cbda931818 fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.4+7931163218 fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.5+a02b446313 fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.14+4658223018 fabric-rendering-v0: Fabric Rendering (v0) 1.1.5+7931163218 fabric-rendering-v1: Fabric Rendering (v1) 1.9.0+7931163218 fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.8+a00e834b18 fabric-screen-api-v1: Fabric Screen API (v1) 1.0.4+198a96213d fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.8+cbda931818 fabric-structure-api-v1: Fabric Structure API (v1) 1.1.13+5ab9934c18 fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.1+b06cb95b18 fabric-textures-v0: Fabric Textures (v0) 1.0.6+a02b446318 fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.2.12+b7ab61213d fabric-transfer-api-v1: Fabric Transfer API (v1) 1.4.0+7931163218 fabricloader: Fabric Loader 0.11.7 fabulousclouds: Fabulous Clouds 0.2.3 fairhorsestats: Fair Horse Stats 1.0.0 fallingattack: Falling Attack 1.17.1-1.1.2 fallingblocktweaks: Falling Block Tweaks 1.0.0+1.16.5-fabric fallingleaves: Falling Leaves 1.7.4+1.17.1 farsighted-mobs: Farsighted Mobs 1.1-1.17 fefafly: Feather Fall Flying 1.0.0 ferritecore: FerriteCore 3.1.0 fireplacelib: Fireplace Lib 6.0.6+1.17.1 fishonaleash: Fish on a Leash! 1.17-1.0.0 flagbric: flagbric 2.0.1 flytre_lib: FlytreLib 0.2.21 freezma: Freezma 1.17.1-1 fruitful: Fruitful 1.0.1 fuelinfo: FuelInfo 1.0 full_slabs: FullSlabs 3.2.0 gateofbabylon: Gate Of Babylon 1.5.1-1.17.1 geckolib3: Geckolib 3.0.18 ghastly_wail: Ghastly Wail 1.0.3+MC1.17-1.17.1 gildedarmor: Gilded Armor 1.3.1+fabric-1.17.1 go-fish: Go Fish 1.3.0-beta-1.17.1 graveyard: The Graveyard 1.0 grindenchantments: Grind Enchantments 1.4.0+1.17.1 grindstoneismadeofstone: Grindstone Is Made Of Stone 1.0 hatlist: Hat List 1.2 herdspanic: Herds Panic 1.0.3 hlandbukkit_c2me-fabric_ver_1_17libs: libs 0.2.0+alpha.5.0 homecamp: Home Camp 2.1.0+1.17.1 hotfurnace: Hot Furnace 1.0 illuminations: Illuminations 1.9 indium: Indium 1.0.0+mc1.17.1 indypets: Independent Pets 0.7.0 infinitywaterbucket: Infinity Water Bucket 1.4.1-mc1.17-fabric inspecio: Inspecio 1.1.0+1.17 interdimensional-map-markers: Interdimensional Map Markers 1.0.0 iris: Iris 1.1.2+build.9 itemmodelfix: Item Model Fix 1.0.2+1.17 jankson: Jankson 3.0.1+j1.2.0 java: OpenJDK 64-Bit Server VM 16 javax_inject_javax_inject: javax.inject 1 kanos_config: Kanos Config 0.1.4+1.14.4-1.17.1 kirin: Kirin UI 1.9.1 krypton: Krypton 0.1.4 kyrptconfig: Kytpt Config 1.1.10-1.17 lakeside: Lakeside 1.1.0+1.17 lambdabettergrass: LambdaBetterGrass 1.2.1+1.17 lambdynlights: LambDynamicLights 2.0.2+1.17 lawnage: Lawnage 4.0.0 lazydfu: LazyDFU 0.1.2 leather-blocks: Leather Blocks 1.1.2 letsleepingdogslie: Let Sleeping Dogs Lie - Fabric (Unofficial) 1.0.0 libcd: LibCapableData 3.0.3+1.16.3 libgui: LibGui 4.1.4+1.17.1 libninepatch: LibNinePatch 1.1.0 light-fix: light-fix 1.0.0 lightfooted: Lightfooted 1.0.0+20w49a lithium: Lithium 0.7.4 loading-timer: Loading Timer 1.5.0-Beta1 lovely_snails: Lovely Snails 1.0.3+1.17 lumiwool: Luminous Wool 1.1.1 lunaar-carpet-addons: Lunaar Carpet Addons 0.5.0 maelstrom_library: Maelstrom Library 1.2.1-1.17-pre1 malilib: MaLiLib 0.10.0-dev.24 maybe-data: Maybe data 1.0.1-1.17 midnightlib: MidnightLib 0.2.5 mighty_mangoes: Mighty Mangoes 1.0.5 minecraft: Minecraft 1.17.1 minitweaks: MiniTweaks 1.1.2 mixintrace: MixinTrace 1.1.0+1.17 mm: Manningham Mills 2.2 mo_glass: Mo Glass 1.5-MC1.17.1 mobs_attempt_parkour: Mobs Attempt Parkour 0.2.3-1.17-pre1 modmenu: Mod Menu 2.0.14 mojangster: Mojangster 1.17-4.0.0 more_tooltips: MoreTooltips 1.0.2 morebannerfeatures: More Banner Features 1.0.7 mossierdeepslate: Mossier Deepslate 1.0.0 mostructures: Mo' Structures 1.3.0-pre1-1.17.1 mousewheelie: Mouse Wheelie 1.7.3+mc1.17.1-pre1 multi_item_lib: Multi Item Lib 1.4.0 musicdr: Music Duration Reducer 1.2.1 namepain: Name Pain 1.4.0 nbexpand: Noteblock Expansion 2.0.1 ne-v-seti: Ne v seti 0.1.6-1.17 nears: Nears 1.1.2 netherchest: Nether Chest 2.0 nethermap: Better Nether Map 1.5.0-1.17.1 no-potion-offset: No Potion Offset ${version} not-that-cc: Crafty Crashes 1.0 notenoughanimations: NotEnoughAnimations 1.3.2 notenoughcrashes: Not Enough Crashes 3.7.0+1.17.1 odysseyhud: OdysseyHUD 1.0.0 omega-config: OmegaConfig 1.0.8 onsoulfire: On Soul Fire 1.17-1 org_aperlambda_lambdajcommon: lambdajcommon 1.8.1 org_codehaus_groovy_groovy: groovy 3.0.8 org_codehaus_groovy_groovy-jsr223: groovy-jsr223 3.0.8 org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.5.31 org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.5.31 org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.5.31 org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.5.31 org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.5.2 org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.5.2 org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.0 org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.0 org_scala-lang_scala-library: scala-library 2.13.6 org_scala-lang_scala3-library_3: scala3-library_3 3.0.2 paintings: Paintings ++ 1.17.1-1.0.0.3 pale: Pale 1.0.0 particlerain: Particle Rain 1.5.0 patternedglass: Patterned Glass 1.17-1.0.1 paxi: Paxi 1.17-1.2.2 peepingcreepers: Peeping Creepers 1.1-1.17 pickblockstate: Pick-BlockState 1.0.0+1.17 pingspam: Pingspam 1.2.2-1.17 plated: Plated 2.1.1 pling: Pling 1.4.0 powershot: Powershot 1.2.0-1.17-fabric ppp: Port's Parrots Plus 1.3.0 presencefootsteps: Presence Footsteps r32-1.17-rc1 puddles: Puddles 1.1.0 quicksand: Quicksand 1.0.2 quickshulker: Quick Shulker 1.2.5-1.17 quickspyglasser: Quick Spyglasser 0.3.0 quitconfirm: QuitConfirm 1.3 rad: Reload Audio Driver 1.0.1 rainbow-shenanigans: Rainbow Shenanigans 1.0.0 reach-entity-attributes: Reach Entity Attributes 2.1.1 recipecache: recipecache 0.2.1-1.17.1 repurposed_structures: Repurposed Structures 2.4.0+1.17.1 reroll: Reroll 1.3.0-1.17.1 rocket_minecarts: Rocket Minecarts 1.0.0 roughlyenoughitems: Roughly Enough Items 6.0.298-alpha roughlyenoughresources: Roughly Enough Resources 2.2.0 rug: Rug 1.17.1-1.1.13 rutreplantswamp: Replant Swamp Trees 0.0.1 satin: Satin 1.6.4 scaryplayer: Scary Player 1.1.0 scorch: Scorch 1.1.2 screenshotclipboard: Screenshot to Clipboard 1.0.6 searchablecontainers: Searchable Containers 1.3 secondchance: Second Chance 1.1.0 servertick: Server Tick 1.5 sgui: SGui 1.0.0-rc3-1.17.1 sheepconsistency: Sheep Consistency 1.0.3 shulkerutils: shulkerutils 1.0.4-1.17 sihywtcamc: sihywtcamc 1.4.1+1.17.1 sihywtcamd: sihywtcamd 1.5.2+1.17.1 simplyimprovedterrain: Simply Improved Terrain 0.4.0.3-Fabric-1.17 skinlayers: 3d Skin Layers 1.1.1 skinnedlanterns: Skinned Lanterns 1.1.5 slight-gui-modifications: 'Slight' GUI Modifications 2.0.1 slime_sling: SlimeSling 1.0.0 slimyfloor: Slimy Floor 1.17.1-1.2.0 smoothscrollingeverywhere: Smooth Scrolling Everywhere 3.0.3-unstable smoothswapping: Smooth Swapping 0.4.2 snowundertrees: Snow Under Trees 1.0.0 sodium: Sodium 0.3.2+IRIS2-build.9 soullights: Soul Lights 1.0.0 sound_track: Sound-Track 1.0.4 soundphysics: Sound Physics 2.1.0 spellbound: Spellbound 1.6.0 spruceui: SpruceUI 3.3.0+1.17 spyzoom: Spyglass Zoom 1.0.1 starlight: Starlight 1.0.0+fabric.73f6d37 stat_check: Stat Check 1.1.0 statement: Statement 4.1.3+1.14.4-1.17.1 statement_vanilla_compatibility: Statement Vanilla Compatibility Module 1.0.1+1.16.5-1.17 static-content: Static Content 1.0.1-1.16.2 staticdata: Static Data 1.1.2 stendhal: Stendhal 1.2.0RC5-1.17 stonevaults: Stonevaults 1.1.0 talkbubbles: Talk Bubbles 1.0.0 taxfreelevels: Tax Free Levels 1.2.1 telepistons: Telepistons 1.0.2 terraform-biome-builder-api-v1: Terraform Biome Builder API (v1) 2.0.0 terraform-config-api-v1: Terraform Config API (v1) 2.0.0 terraform-overworld-biome-extensions-api-v1: Terraform Overworld Biome Extensions API (v1) 2.0.0 terraform-surfaces-api-v1: Terraform Surfaces API (v1) 2.0.0 terraform-tree-api-v1: Terraform Tree API (v1) 2.0.0 terraform-wood-api-v1: Terraform Wood API (v1) 2.0.2 tooltipfix: ToolTip Fix 1.0.4-1.17.1 totemmod: Wither Totems Mod 0.3.2 tougherglass: Tougher Glass 1.0.3 transliterationlib: TRansliterationLib 1.2.2 trapexpansion: Trap Expansion 1.3.3 traverse: Traverse 4.0.0 treefax: TreeFax 1.3.0 treefelling: Treefelling 1.0.0 trinketofundying: Trinket of Undying 2.0.0-1.17 trinkets: Trinkets 3.0.4 trinketshulkerboxes: Trinket Shulker Boxes 2.0.0-1.17 trirev: Trident Revision 1.0.3 tweed: Tweed 3.0.0-beta.26 tweed4_annotated: tweed4_annotated 1.2.0 tweed4_base: tweed4_base 1.3.1 tweed4_data: tweed4_data 1.2.0 tweed4_data_hjson: tweed4_data_hjson 1.1.0 tweed4_tailor_coat: tweed4_tailor_coat 1.0.1 tweed4_tailor_screen: tweed4_tailor_screen 1.0.1 twigs: Twigs 1.0.2 undergroundambientlighting: Underground Ambient Lighting 2.1.0 unsaddleeeee: Unsaddleeeee 1.0+mc1.17-Fabric untitledduckmod: Untitled Duck Mod 0.3.0 vectorientation: Vectorientation 1.0.1a vehiclefix: VehicleFix 1.1 verticalrepeaters: Vertical Repeaters 1.1.2 villager-hats: Villager Hats Mod 1.2.1 villager_see_villager_do: Villager See, Villager Do 1.1.1+MC1.17-1.17.1 villagers: s????ll?? 1.0+1.16.3 visuality: Visuality 0.2.0 waig: Where Am I Going 1.0.0 wandering_collector: Wandering Collector 1.0.3+mc1.17 waterdripsound: Drip Sounds 1.17-0.2.2 waveycapes: WaveyCapes 1.0.3 waystones: Waystones 2.1.2 weaponthrow: Weapon Throw 1.17.1-1.3 wolveswitharmor: Wolves With Armor 1.6.1-1.17.1 yungsapi: YUNG's API 1.17-Fabric-19 Launched Version: MultiMC5 Backend library: LWJGL version 3.2.2 build 10 Backend API: GeForce GTX 750 Ti/PCIe/SSE2 GL version 3.2.0 NVIDIA 456.71, NVIDIA Corporation Window size: 1920x1017 GL Caps: Using framebuffer using OpenGL 3.2 GL debug messages: Using VBOs: Yes Is Modded: Definitely; Client brand changed to 'fabric' Type: Integrated Server (map_client.txt) Graphics mode: fabulous Resource Packs: vanilla, Fabric Mods, atmosfera/dungeons, bedrockwaters/resources, lambdabettergrass/default, OliverRemundPaintings, crabpack, more-paintings, Paintings+, SolarSimon's Snazzy Paintings Java (incompatible) Current Language: English (US) CPU: 4x Intel(R) Core(TM) i5-4440 CPU @ 3.10GHz Player Count: 1 / 8; [class_3222['Estrelaura'/109, l='ServerLevel[New World]', x=503.90, y=91.00, z=-573.03]] Data Packs: vanilla, Fabric Mods, file/RugData (incompatible), crabpack (incompatible) Client Crashes Since Restart: 1 Integrated Server Crashes Since Restart: 0 Suspected Mods: Fabric Loader (fabricloader), MaLiLib (malilib)

Paspartout commented 2 years ago

Thanks! This seems to be a duplicate of #40, I will look into this.