Industrial Revolution

Industrial Revolution

5M Downloads

1.12.0 crashes when searching in REI with Inspecio

Justsnoopy30 opened this issue · 3 comments

commented

Reported exception thrown!
net.minecraft.class_148: Getting tooltips
at net.minecraft.class_437.method_25412(class_437.java:495)
at net.minecraft.class_309.method_1457(class_309.java:448)
at net.minecraft.class_309.method_22677(class_309.java:463)
at net.minecraft.class_1255.execute(class_1255.java:101)
at net.minecraft.class_309.method_22675(class_309.java:463)
at org.lwjgl.glfw.GLFWCharModsCallbackI.callback(GLFWCharModsCallbackI.java:39)
at org.lwjgl.system.JNI.invokeV(Native Method)
at org.lwjgl.glfw.GLFW.glfwWaitEventsTimeout(GLFW.java:3174)
at com.mojang.blaze3d.systems.RenderSystem.limitDisplayFPS(RenderSystem.java:190)
at net.minecraft.class_310.method_1523(class_310.java:1140)
at net.minecraft.class_310.method_1514(class_310.java:728)
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.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:234)
at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:65)
at net.fabricmc.loader.launch.knot.KnotClient.main(KnotClient.java:28)
Caused by: java.lang.ClassCastException: class me.steven.indrev.gui.tooltip.modular.ModularTooltipData cannot be cast to class io.github.queerbric.inspecio.tooltip.ConvertibleTooltipData (me.steven.indrev.gui.tooltip.modular.ModularTooltipData and io.github.queerbric.inspecio.tooltip.ConvertibleTooltipData are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @5d066c7d)
at net.minecraft.class_1799.handler$cmb000$getTooltipData(io/github/queerbric/inspecio/mixin/ItemStackMixin.java [inspecio.mixins.json]:165)
at net.minecraft.class_1799.method_32347(class_1799.java:108)
at me.shedaniel.rei.plugin.client.entry.ItemEntryDefinition$ItemEntryRenderer.getTooltip(ItemEntryDefinition.java:340)
at me.shedaniel.rei.impl.common.entry.AbstractEntryStack.getTooltip(AbstractEntryStack.java:183)
at me.shedaniel.rei.impl.client.search.argument.type.TooltipArgumentType.tryGetEntryStackTooltip(TooltipArgumentType.java:81)
at me.shedaniel.rei.impl.client.search.argument.type.TooltipArgumentType.matches(TooltipArgumentType.java:74)
at me.shedaniel.rei.impl.client.search.argument.type.TooltipArgumentType.matches(TooltipArgumentType.java:44)
at me.shedaniel.rei.impl.client.search.argument.Argument.matches(Argument.java:217)
at me.shedaniel.rei.impl.client.search.argument.Argument.matches(Argument.java:202)
at me.shedaniel.rei.impl.client.search.argument.Argument.matches(Argument.java:186)
at me.shedaniel.rei.impl.client.search.SearchProviderImpl$SearchFilterImpl.test(SearchProviderImpl.java:61)
at me.shedaniel.rei.impl.client.search.SearchProviderImpl$SearchFilterImpl.test(SearchProviderImpl.java:49)
at me.shedaniel.rei.impl.client.search.AsyncSearchManager.matches(AsyncSearchManager.java:138)
at me.shedaniel.rei.impl.client.search.AsyncSearchManager.lambda$get$3(AsyncSearchManager.java:106)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1764)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1756)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:295)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1016)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1665)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1598)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:183)

commented
commented

Ths should be fixed as of 1.13.0 which will be released shortly. Thanks for reporting.

commented

I get this error on 1.13.5-beta
`00:53:41.877
Unreported exception thrown!
java.lang.ClassCastException: class me.steven.indrev.gui.tooltip.modular.ModularTooltipData cannot be cast to class io.github.queerbric.inspecio.tooltip.ConvertibleTooltipData (me.steven.indrev.gui.tooltip.modular.ModularTooltipData and io.github.queerbric.inspecio.tooltip.ConvertibleTooltipData are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @35f26e72)
at Not Enough Crashes deobfuscated stack trace.(1.18.1+build.18)
at net.minecraft.item.ItemStack.handler$dhc000$getTooltipData(ItemStack:10789)
at net.minecraft.item.ItemStack.getTooltipData(ItemStack:104)
at me.shedaniel.rei.plugin.client.entry.ItemEntryDefinition$ItemEntryRenderer.getTooltip(ItemEntryDefinition.java:351)
at me.shedaniel.rei.api.client.entry.renderer.ForwardingEntryRenderer.getTooltip(ForwardingEntryRenderer.java:48)
at me.shedaniel.rei.api.client.entry.renderer.EntryRendererRegistry$1.getTooltip(EntryRendererRegistry.java:54)
at me.shedaniel.rei.impl.common.entry.AbstractEntryStack.getTooltip(AbstractEntryStack.java:208)
at me.shedaniel.rei.impl.client.search.argument.type.TooltipArgumentType.tryGetEntryStackTooltip(TooltipArgumentType.java:85)
at me.shedaniel.rei.impl.client.search.argument.type.TooltipArgumentType.matches(TooltipArgumentType.java:74)
at me.shedaniel.rei.impl.client.search.argument.type.TooltipArgumentType.matches(TooltipArgumentType.java:44)
at me.shedaniel.rei.impl.client.search.argument.Argument.matches(Argument.java:217)
at me.shedaniel.rei.impl.client.search.argument.Argument.matches(Argument.java:202)
at me.shedaniel.rei.impl.client.search.argument.Argument.matches(Argument.java:186)
at me.shedaniel.rei.impl.client.search.SearchProviderImpl$SearchFilterImpl.test(SearchProviderImpl.java:61)
at me.shedaniel.rei.impl.client.search.SearchProviderImpl$SearchFilterImpl.test(SearchProviderImpl.java:49)
at me.shedaniel.rei.impl.client.search.AsyncSearchManager.matches(AsyncSearchManager.java:138)
at me.shedaniel.rei.impl.client.search.AsyncSearchManager.lambda$get$3(AsyncSearchManager.java:106)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
00:53:41.895
Minecraft ran into a problem! Report saved to: C:\Users\Desktop\curseforge\minecraft\Instances\Tecc 3 (1)\crash-reports\crash-2022-01-08_00.53.41-client.txt
---- Minecraft Crash Report ----
// Don't do that.

Time: 1/8/22, 12:53 AM
Description: Getting tooltips

java.lang.ClassCastException: class me.steven.indrev.gui.tooltip.modular.ModularTooltipData cannot be cast to class io.github.queerbric.inspecio.tooltip.ConvertibleTooltipData (me.steven.indrev.gui.tooltip.modular.ModularTooltipData and io.github.queerbric.inspecio.tooltip.ConvertibleTooltipData are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @35f26e72)
at Not Enough Crashes deobfuscated stack trace.(1.18.1+build.18)
at net.minecraft.item.ItemStack.handler$dhc000$getTooltipData(ItemStack:10789)
at net.minecraft.item.ItemStack.getTooltipData(ItemStack:104)
at me.shedaniel.rei.plugin.client.entry.ItemEntryDefinition$ItemEntryRenderer.getTooltip(ItemEntryDefinition.java:351)
at me.shedaniel.rei.api.client.entry.renderer.ForwardingEntryRenderer.getTooltip(ForwardingEntryRenderer.java:48)
at me.shedaniel.rei.api.client.entry.renderer.EntryRendererRegistry$1.getTooltip(EntryRendererRegistry.java:54)
at me.shedaniel.rei.impl.common.entry.AbstractEntryStack.getTooltip(AbstractEntryStack.java:208)
at me.shedaniel.rei.impl.client.search.argument.type.TooltipArgumentType.tryGetEntryStackTooltip(TooltipArgumentType.java:85)
at me.shedaniel.rei.impl.client.search.argument.type.TooltipArgumentType.matches(TooltipArgumentType.java:74)
at me.shedaniel.rei.impl.client.search.argument.type.TooltipArgumentType.matches(TooltipArgumentType.java:44)
at me.shedaniel.rei.impl.client.search.argument.Argument.matches(Argument.java:217)
at me.shedaniel.rei.impl.client.search.argument.Argument.matches(Argument.java:202)
at me.shedaniel.rei.impl.client.search.argument.Argument.matches(Argument.java:186)
at me.shedaniel.rei.impl.client.search.SearchProviderImpl$SearchFilterImpl.test(SearchProviderImpl.java:61)
at me.shedaniel.rei.impl.client.search.SearchProviderImpl$SearchFilterImpl.test(SearchProviderImpl.java:49)
at me.shedaniel.rei.impl.client.search.AsyncSearchManager.matches(AsyncSearchManager.java:138)
at me.shedaniel.rei.impl.client.search.AsyncSearchManager.lambda$get$3(AsyncSearchManager.java:106)
at java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
at java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
at java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

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_1799.handler$dhc000$getTooltipData(class_1799.java:10789)
at net.minecraft.class_1799.method_32347(class_1799.java:104)
at me.shedaniel.rei.plugin.client.entry.ItemEntryDefinition$ItemEntryRenderer.getTooltip(ItemEntryDefinition.java:351)

-- Screen details --
Details:
Screen name: net.minecraft.class_490
Stacktrace:
at me.shedaniel.rei.impl.client.util.CrashReportUtils.screen(CrashReportUtils.java:49)
at me.shedaniel.rei.impl.client.util.CrashReportUtils.essential(CrashReportUtils.java:43)
at me.shedaniel.rei.impl.common.entry.AbstractEntryStack.getTooltip(AbstractEntryStack.java:231)
at me.shedaniel.rei.impl.client.search.argument.type.TooltipArgumentType.tryGetEntryStackTooltip(TooltipArgumentType.java:85)
at me.shedaniel.rei.impl.client.search.argument.type.TooltipArgumentType.matches(TooltipArgumentType.java:74)
at me.shedaniel.rei.impl.client.search.argument.type.TooltipArgumentType.matches(TooltipArgumentType.java:44)
at me.shedaniel.rei.impl.client.search.argument.Argument.matches(Argument.java:217)
at me.shedaniel.rei.impl.client.search.argument.Argument.matches(Argument.java:202)
at me.shedaniel.rei.impl.client.search.argument.Argument.matches(Argument.java:186)
at me.shedaniel.rei.impl.client.search.SearchProviderImpl$SearchFilterImpl.test(SearchProviderImpl.java:61)
at me.shedaniel.rei.impl.client.search.SearchProviderImpl$SearchFilterImpl.test(SearchProviderImpl.java:49)
at me.shedaniel.rei.impl.client.search.AsyncSearchManager.matches(AsyncSearchManager.java:138)
at me.shedaniel.rei.impl.client.search.AsyncSearchManager.lambda$get$3(AsyncSearchManager.java:106)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.exec(CompletableFuture.java:1760)
at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)

-- Renderer details --
Details:
Renderer name: me.shedaniel.rei.impl.common.entry.TypedEntryStack
Z level: 0
Entry type: minecraft:item
Is empty: false
Entry identifier: indrev:modular_armor_helmet

-- Entry Renderer --
Details:
Entry definition class name: me.shedaniel.rei.plugin.client.entry.ItemEntryDefinition
Item Type: modular_armor_helmet
Item Damage: 0
Item NBT: null
Item Foil: false

-- Screen details --
Details:
Screen name: net.minecraft.class_490

-- Search entry details --
Details:
Renderer name: me.shedaniel.rei.impl.common.entry.TypedEntryStack
Z level: 0
Entry type: minecraft:item
Is empty: false
Entry identifier: indrev:modular_armor_helmet

-- Entry Renderer --
Details:
Entry definition class name: me.shedaniel.rei.plugin.client.entry.ItemEntryDefinition
Item Type: modular_armor_helmet
Item Damage: 0
Item NBT: null
Item Foil: false

-- Affected screen --
Details:
Screen name: net.minecraft.class_490

-- Affected level --
Details:
All players: 1 total; [class_746[''/264, l='ClientLevel', x=111.69, y=64.00, z=47.82]]
Chunk stats: 16384, 978
Level dimension: minecraft:overworld
Level spawn location: World: (112,64,48), Section: (at 0,0,0 in 7,4,3; chunk contains blocks 112,-64,48 to 127,319,63), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
Level time: 2593 game time, 2593 day time
Server brand: fabric
Server type: Integrated singleplayer server

-- Last reload --
Details:
Reload number: 1
Reload reason: initial
Finished: Yes
Packs: Default, Fabric Mods, KubeJS Resource Pack [assets]

-- System Details --
Details:
Minecraft Version: 1.18.1
Minecraft Version ID: 1.18.1
Operating System: Windows 10 (amd64) version 10.0
Java Version: 17.0.1, Microsoft
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
Memory: 1497847856 bytes (1428 MiB) / 4294967296 bytes (4096 MiB) up to 4294967296 bytes (4096 MiB)
CPUs: 16
Processor Vendor: AuthenticAMD
Processor Name: AMD Ryzen 7 5800X 8-Core Processor
Identifier: AuthenticAMD Family 25 Model 33 Stepping 0
Microarchitecture: Zen 3
Frequency (GHz): 3.80
Number of physical packages: 1
Number of physical CPUs: 8
Number of logical CPUs: 16
Graphics card #0 name: NVIDIA GeForce GTX 970
Graphics card #0 vendor: NVIDIA (0x10de)
Graphics card #0 VRAM (MB): 4095.00
Graphics card #0 deviceId: 0x13c2
Graphics card #0 versionInfo: DriverVersion=30.0.14.9613
Memory slot #0 capacity (MB): 8192.00
Memory slot #0 clockSpeed (GHz): 3.00
Memory slot #0 type: DDR4
Memory slot #1 capacity (MB): 8192.00
Memory slot #1 clockSpeed (GHz): 3.00
Memory slot #1 type: DDR4
Virtual memory max (MB): 20134.62
Virtual memory used (MB): 17048.41
Swap memory total (MB): 3824.39
Swap memory used (MB): 278.55
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx4096m -Xms256m
Fabric Mods:
additionaladditions: Additional Additions 3.0.1
advanced_runtime_resource_pack: Runtime Resource Pack 0.5.4
ae2: Applied Energistics 2 10.0.0-beta.4
ae2wtlib: AE2WTLib 10.0.0-beta.4
alloy_forgery: Alloy Forgery 2.0.8+1.18
alternatecurrent: Alternate Current 1.1.0
amplified_nether: Amplified Nether for Fabric 1.0.1
animal_feeding_trough: Animal Feeding Trough 1.0.3+1.18.1
animatica: Animatica 0.3+1.18
antighost: AntiGhost 1.18-fabric0.43.1-1.1.4
anvil_fix: AnvilFix development+custom-1.18
appleskin: AppleSkin mc1.18-2.2.0
arcanus: Arcanus 1.25
architectury: Architectury 3.4.9
armor-stand-editor: Armor Stand Editor 1.3.1+1.18-rc3
attributefix: AttributeFix 13.0.3
authme: Auth Me 2.2.0
autofish: Autofish 0.9.4
axolotlitemfix: Axolotl Item Fix 1.1.3
badstdout: BadStdOut 1.1.1-1.18
badwithernocookiereloaded: Bad Wither No Cookie! Reloaded 3.10.17 (Fabric 1.18.1)
balm-fabric: Balm 2.4.0+0
bcc: BetterCompatibilityChecker fabric-1.0.4
beenfo: Beenfo 1.18.1-fabric0.45.0-1.3.3
betterblockoutline: BetterBlockOutline 1.4.1-1.18.1
bettercommandblock: IDE Better Command Block 2.5.7
bettermounthud: Better Mount HUD 1.1.3
betterthanmending: BetterThanMending 1.3.0
betterthirdperson: Better Third Person 1.6.0
blockus: Blockus 2.3.4+1.18.1
blue_endless_jankson: jankson 1.2.1
blur: Blur (Fabric) 2.4.1
boatcontainer: BoatContainer 1.0.4
bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.3.3-1.18
bountiful: Bountiful 2.0.1
bowinfinityfix: Bow Infinity Fix rv11
buildinggadgets: st'ructure tools 1.0.8
can-i-mine-this-block: cAn i MiNe thIS bLOCk? 1.1.0
cardinal-components-base: Cardinal Components API (base) 4.0.1
cardinal-components-block: Cardinal Components API (blocks) 4.0.1
cardinal-components-entity: Cardinal Components API (entities) 4.0.1
cardinal-components-item: Cardinal Components API (items) 4.0.1
cardinal-components-level: Cardinal Components API (world saves) 4.0.0
cardinal-components-world: Cardinal Components API (worlds) 4.0.0
carpet: Carpet Mod 1.4.56
carpet-extra: Carpet Extra 1.4.56
cem: Custom Entity Models 0.7.0
chalk: Chalk 1.2.1
chat_heads: Chat Heads 0.6.0
cherishedworlds: Cherished Worlds 2.0.1-1.18
chickensshed: ChickensShed 1.18.1-1.3
citresewn: CITResewn 0.8.2+1.18.1
clickadv: Clickable Advancements Mod 2.1
clientsidenoteblocks: ClientSideNoteblocks 2.1
cloth-api: Cloth API 2.0.54
cloth-armor-api-v1: Cloth Armor API v1 1.5.47
cloth-basic-math: cloth-basic-math 0.6.0
cloth-client-events-v0: Cloth Client Events v0 2.0.54
cloth-common-events-v1: Cloth Common Events v1 2.0.54
cloth-config: Cloth Config v6 6.1.48
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
club_minnced_discord-rpc-release: discord-rpc-release v3.4.0
clumps: Clumps 8.0.4
colormatic: Colormatic 3.0.0+mc.1.18
com_electronwill_night-config_core: core 3.6.3
com_electronwill_night-config_toml: toml 3.6.3
com_eliotlash_mclib_mclib: mclib 18
com_eliotlash_molang_molang: molang 18
com_github_minndevelopment_java-discord-rpc: java-discord-rpc v2.0.2
com_github_shevek_parallelgzip: parallelgzip af5f5c297e735f3f2df7aa4eb0e19a5810b8aff6
com_moandjiezana_toml_toml4j: toml4j 0.7.2
com_refinedmods_refinedstorage2_refinedstorage2-query-parser_: refinedstorage2-query-parser 2.0.0-milestone.1.2
com_velocitypowered_velocity-native: velocity-native 1.1.0-SNAPSHOT
combustibleentities: CombustibleEntities 1.0.0
comforts: Comforts 1.0.0-1.18
completeconfig: CompleteConfig 1.3.3
computercraft: CC: Restitched 1.100.0
conjuring: Conjuring 1.0.18+1.18
consistency_plus: Consistency Plus 0.4.3+1.18
continuity: Continuity 1.0.3+1.18
convenient-mobgriefing: Convenient mobGriefing 2.0.2
cosmetica: Cosmetica 0.3.2
cqc: CloseQuartersConcoctions 1.0.0
craftable_enchanted_golden_apple: Craftable Enchanted Golden Apple 1.0.2
craftingtweaks: Crafting Tweaks 13.0.0
crawl: Crawl 0.10.0
crookedcrooks: Crooked Crooks 2.0.1+1.18.1
crowdin-translate: CrowdinTranslate 1.4+1.18
culinaire: Culinaire 2.3.3
cullleaves: Cull Leaves 2.3.2
customportalapi: Custom Portal Api 0.0.1-beta47-1.18
damagetilt: Damage Tilt 1.18-fabric-0.1.2
dankstorage: Dank Storage 1.18.1-3.4
dawn: Dawn API 3.2.0
decorative_blocks: Decorative Blocks 2.0.2
deepslatecutting: Deepslate Cutting 1.3.0
denseores: Dense Ores: Refabricated 1.2.1+1.18.1
dimheight: All Dimension World Height 1.0.1
disable_custom_worlds_advice: Disable Custom Worlds Advice 1.4
draggable-resource-packs: Draggable Resource Packs 2.0.0
durabilitynotifier: Durability Notifier 1.0.2
dwarfcoal: Dwarf Coal 1.18.1-1.0.1
dynamicfps: Dynamic FPS 2.0.6
dynview: Dynamic View Mod 1.18-1.5
easiervillagertrading: EasierVillagerTrading 1.18-fabric0.43.1-1.5.4
easymagic: Easy Magic 3.2.1
effective: Effective 1.1
elytra_aeronautics: Elytra aeronautics 1.0.0
elytratrinket: Elytra Trinket 3.0.0-1.18.1
enchantment_lore: Enchantment Lore 1.2.3+MC1.18-1.18.1
enchdesc: EnchantmentDescriptions 9.0.8
entityculling: EntityCulling-Fabric 1.3.3
enum-extender-3000: Enum Extender 3000 1.1.0
equipmentcompare: Equipment Compare 1.2.11
expandedstorage: Expanded Storage 7.3.6
experiencebugfix: Experience Bug Fix 18
explorerscompass: Explorer's Compass 1.18.1-2.0.2-fabric
ezpas: Ezpas 2.0.1
fabric: Fabric API 0.45.2+1.18
fabric-api-base: Fabric API Base 0.4.1+b4f4f6cd65
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.5.0+17be577f65
fabric-biome-api-v1: Fabric Biome API (v1) 6.0.1+ded849a965
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.9+3ac43d9565
fabric-command-api-v1: Fabric Command API (v1) 1.1.6+3ac43d9565
fabric-commands-v0: Fabric Commands (v0) 0.2.5+b4f4f6cd65
fabric-containers-v0: Fabric Containers (v0) 0.1.18+d154e2c665
fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.5+6f53a73d65
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.8+3ac43d9565
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.9+a1d9bbf565
fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.5+6b21378a65
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.16+bfa23f1765
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.6+b4f4f6cd65
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.10+3ac43d9565
fabric-item-api-v1: Fabric Item API (v1) 1.3.0+691a79b565
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.3+3ac43d9565
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.8+c8aba2f365
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.6+b4f4f6cd65
fabric-language-kotlin: Fabric Language Kotlin 1.7.1+kotlin.1.6.10
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.10+c15ca33565
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.8+3ac43d9565
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.3+3ac43d9565
fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.8+b4f4f6cd65
fabric-models-v0: Fabric Models (v0) 0.3.3+3ac43d9565
fabric-networking-api-v1: Fabric Networking API (v1) 1.0.18+3ac43d9565
fabric-networking-v0: Fabric Networking (v0) 0.3.5+b4f4f6cd65
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.11.1+3b82842e65
fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.9+3ac43d9565
fabric-particles-v1: Fabric Particles (v1) 0.2.9+526dc1ac65
fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.0+befed49e65
fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.9+3ac43d9565
fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.12+3ac43d9565
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.7+b4f4f6cd65
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.4+7242e9d765
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.1.18+3ac43d9565
fabric-rendering-v0: Fabric Rendering (v0) 1.1.9+b4f4f6cd65
fabric-rendering-v1: Fabric Rendering (v1) 1.10.3+6b21378a65
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 1.0.0+abf02f7665
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.11+3ac43d9565
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.7+3ac43d9565
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.11+3ac43d9565
fabric-structure-api-v1: Fabric Structure API (v1) 2.0.8+295197a765
fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.5+3ac43d9565
fabric-textures-v0: Fabric Textures (v0) 1.0.9+3ac43d9565
fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.5+fb3b57b465
fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.6+b4f4f6cd65
fabricloader: Fabric Loader 0.12.12
fabrishot: Fabrishot 1.6.0
fake-player-api: Fake Player API 0.3.0
fallingleaves: Falling Leaves 1.8.1+1.18.1
fancymenu: FancyMenu 2.5.0
farmersdelight: Farmer's Delight 1.18.1-0.2.0
farsight: Farsight Mod 1.18-1.5
fastbench: FastBench 1.18.1-3
fastfurnace: FastFurnace 1.18-4
feature_nbt_deadlock_be_gone: Feature NBT Deadlock Be Gone - Fabric $version
ferritecore: FerriteCore 4.0.0
fiber: fiber 0.23.0-2
findme: FindMe 3.0.2
flytre_lib: FlytreLib 1.6.4
forgeconfigapiport: Forge Config API Port 3.1.0
gbfabrictools: GBfabrictools 1.3.4+1.18
geckolib3: Geckolib 3.0.23
geodes: More Geodes 1.2.0
go-fish: Go Fish 1.4.1-1.18.1
goldenhoppers: Golden Hoppers 1.2.0
goldensteak: Goldensteak 1.0.5-1.18
goosik-config: goosik-config 0.2.0
grass_pass: Grass Bypass 1.1.0
gravelminer: GravelMiner 12.0.0
grindstone-is-made-of-stone: Grindstone Is Made Of Stone 2.0
health_levels: Health Levels 1.0.2
hollowwoods: HollowWoods 1.1.0
hologram-api: Hologram API 0.2.1+1.18-pre5
homabric: Homabric 1.1.1
hookshot: Hookshot 23.0
iceberg: Iceberg 1.0.36
iknowwhatimdoing: I Know What I'm Doing 4.0.0
illegalstackfixer: Illegal Stack Fixer 3.0.0
indium: Indium 1.0.2-alpha1+mc1.18
indrev: Industrial Revolution 1.13.5-BETA
infinitevillagertrading: InfiniteVillagerTrading 1.18-fabric0.43.1-1.1
infusion_table: Infusion Table 1.0.5
inspecio: Inspecio 1.2.0+1.18
inventoryessentials: Inventory Essentials 4.0.0
inventoryhud: Inventory HUD + 3.4.2
inventorysorter: Inventory Sorter 1.8.4-1.18
invisframes: Invisible Frames 2.1.1
iris: Iris 1.1.4
itemmodelfix: Item Model Fix 1.0.3+1.18
jankson: Jankson 4.0.0+j1.2.0
java: OpenJDK 64-Bit Server VM 17
justenoughkeys: Just Enough Keys 0.5.2
kambrik: Kambrik 3.0.0
kanos_config: Kanos Config 0.1.4+1.14.4-1.17.1
kleeslabs: KleeSlabs 11.0.0
konkrete: Konkrete 1.3.3
krypton: Krypton 0.1.6
kubejs: KubeJS 1801.4.0-build.263
kyrptconfig: Kyrpt Config 1.3.4-1.18
lambdabettergrass: LambdaBetterGrass 1.2.2+1.17
lambdynlights: LambDynamicLights 2.1.0+1.17
lazydfu: LazyDFU 0.1.2
libblockattributes_core: LibBlockAttributes (Core) 0.10.0
libblockattributes_fluids: LibBlockAttributes (Fluids) 0.10.0
libblockattributes_items: LibBlockAttributes (Items) 0.10.0
libcd: LibCapableData 3.0.3+1.16.3
libgui: LibGui 5.1.0+1.18
libninepatch: LibNinePatch 1.1.0
libzoomer: LibZoomer 0.3.0+1.17.1
lightoverlay: Light Overlay 6.0.4
lithium: Lithium 0.7.7
loud_leads: Loud Leads 1.0.1+mc1.18
lovely_snails: Lovely Snails 1.0.3+1.18
lumiwool: Luminous Wool 1.2.2
maelstrom_library: Maelstrom Library 1.2.3-1.18-rc3
magna: Magna 1.7.0-1.18-pre1
malilib: MaLiLib 0.10.0-dev.26
mavm: More Axolotl Variants Mod 1.0.7a
maybe-data: Maybe data 1.0.1-1.17
maybe-more-data: Maybe More Data 1.0.0-1.18
mcdict: MCDict 2.1.0+1.17.1
megane: megane 6.2.0
megane-applied-energistics-2: megane-applied-energistics-2 6.2.0+10.0.0-alpha.1
megane-base: megane-base 6.2.0
megane-fabric-transfer: megane-fabric-transfer 6.2.0+1.5.4-b4f4f6cda9
megane-industrial-revolution: megane-industrial-revolution 6.2.0+1.13.1-BETA
megane-lib-block-attributes: megane-lib-block-attributes 6.2.0+0.10.0
megane-modern-industrialization: megane-modern-industrialization 6.2.0+1.0.0-alpha.02
megane-reborn-core: megane-reborn-core 6.2.0+5.1.0-beta.2
megane-runtime: megane-runtime 6.2.0
megane-team-reborn-energy: megane-team-reborn-energy 6.2.0+2.0.0-beta1
megane-tech-reborn: megane-tech-reborn 6.2.0+5.1.0-beta.2
megane-vanilla: megane-vanilla 6.2.0+1.18.1
megane-wireless-networks: megane-wireless-networks 6.2.0+1.4.0
mesh: Mesh 0.19.0-alpha
mesh_api: Mesh API 0.19.0-alpha
midnightlib: MidnightLib 0.3.1
minecraft: Minecraft 1.18.1
mining_dims: Mining Dimensions 1.2.38
miningcooldownfix: Mining Cooldown Fix 1.18.1-1.0.0
mm: Manningham Mills 2.3
modern_industrialization: Modern Industrialization 1.0.4
modmenu: Mod Menu 3.0.1
morebannerfeatures: More Banner Features 1.1.3
morevillagers-fabric: MoreVillagersFabric 3.1.0-SNAPSHOT
mousetweaks: Mouse Tweaks 2.20
multipart_entities: MultipartEntities 1.1.4-1.18-rc3
naturescompass: Nature's Compass 1.18.1-2.0.2-fabric
netherportalfix: NetherPortalFix 9.0.0
netherwardblock: Netherwardblock 1.18.1
ninjaphenix_container_lib: NinjaPhenix's Container Library 1.2.10
no-telemetry: No Telemetry 1.3.0
no_null_processors: No Null Processors - Fabric 2.0.0+1.18
notenoughanimations: NotEnoughAnimations 1.4.0
notenoughcrashes: Not Enough Crashes 4.1.3+1.18.1
notes: Notes 1.0.9
notify: Notify 1.3.0
numeralping: Numeral Ping 1.0.2
okzoomer: Ok Zoomer 5.0.0-beta.3+1.17.1
omega-config: OmegaConfig 1.1.0
onastick: On A Stick 2.0.0
openloader: OpenLoader 11.0.3
org_anarres_jcpp: jcpp 1.4.14
org_apache_commons_commons-compress: commons-compress 1.19
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.6.10
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.6.10
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.6.10
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.6.10
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-cbor-jvm: kotlinx-serialization-cbor-jvm 1.3.1
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.3.1
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.3.1
org_joml_joml: joml 1.10.2
org_quiltmc_quilt-json5: quilt-json5 1.0.0
org_slf4j_slf4j-api: slf4j-api 1.7.12
org_tukaani_xz: xz 1.9
owo: oωo 0.3.14+1.18
packet_tweaker: Packet Tweaker 0.2.0+1.18-pre1
panoramica: Panoramica 1.1.2
patchouli: Patchouli 1.18.1-64-FABRIC
pehkui: Pehkui 3.1.0+1.14.4-1.18.1
pickupnotifier: Pick Up Notifier 3.1.0
placeholder-api: Placeholder API 1.1.3+1.17.1
playerabilitylib: Pal 1.4.0
pling: Pling 1.5.0
polymer: Polymer 0.2.0-beta.15+1.18.1
polymer-legacy: Polymer (Compatibility) 0.1.9+0.2.0-beta.15+1.18.1
polymorph: Polymorph 0.0.18-1.18.1
prettybeaches: Pretty Beaches 7.0.0
pride: Pride Lib 1.1.0+1.17
puzzle: Puzzle 1.0.0
puzzle-base: Puzzle Base 1.0.0
puzzle-blocks: Puzzle Blocks 1.0.0
puzzle-emissives: Puzzle Emissive Textures 1.0.0
puzzle-gui: Puzzle GUI 1.0.0
puzzle-models: Puzzle Models 1.0.0
puzzle-splashscreen: Puzzle Splash Screen 1.0.0
puzzleslib: Puzzles Lib 3.1.3
quartzelv: Quartz Elevator 2.0.1+1.18
quilt-loading-screen: Quilt Loading Screen 2.2.1+1.17
reborncore: Reborn Core 5.1.0-beta.5
recipeconditions: Fabric Recipe Conditions 0.4.1
redbits: Red Bits 1.11.0
redstonebits: Redstone Bits 1.6.2
reeses-sodium-options: Reese's Sodium Options 1.2.4
refinedstorage2: Refined Storage 2 2.0.0-milestone.1.2
refinedstorage2-core-api: Refined Storage 2 Core API 2.0.0-milestone.1.2
refinedstorage2-grid-api: Refined Storage 2 Grid API 2.0.0-milestone.1.2
refinedstorage2-network-api: Refined Storage 2 Network API 2.0.0-milestone.1.2
refinedstorage2-platform-api: Refined Storage 2 Platform API 2.0.0-milestone.1.2
refinedstorage2-resource-api: Refined Storage 2 Resource API 2.0.0-milestone.1.2
refinedstorage2-storage-api: Refined Storage 2 Storage API 2.0.0-milestone.1.2
reinfcore: Reinforced Core 1.1.2+1.18
reinfshulker: Reinforced Shulker Boxes 1.1.7+1.18
replanter: Replanter 1.3
repurposed_structures: Repurposed Structures 3.2.0+1.18.1
rhino: Rhino 1800.1.7-build.92
right-click-clear: Right Click Clear 2.0.4
riptide_fix: Riptide Fix 2.0
rocks: This Rocks! 1.5.2
roughlyenoughitems: Roughly Enough Items 7.1.357
roughlyenoughresources: Roughly Enough Resources 2.3.0
satin: Satin 1.7.0
seedfix: Seed Fix 1.0.0
server_translations_api: Server Translations API 1.4.8+1.18-pre1
sgui: sgui 1.0.0-rc6+1.18-pre5
shiftscrollfix: Shift-Scroll Fix 1.0.1
simple_backpack: SimpleBackpack 1.2.28
simplystatus: SimplyStatus 1.2.2
skeletonfix: Skeleton Aiming Fix 1.1.1+1.18
skinlayers: 3d Skin Layers 1.3.1
slime_sling: SlimeSling 1.0.0
smart-recipes: Smart Recipes 0.2.0+1.18
sodium: Sodium 0.4.0-alpha5+build.9
sodium-extra: Sodium Extra 0.3.7
someforgepatchesported: Some Forge Patches Ported 1.0.2
spark: spark 1.7.2
spectrum: Spectrum 1.2.2-1.18.1-midgame3
spruceui: SpruceUI 3.3.2+1.17
starlight: Starlight 1.0.0+fabric.d0a3220
static-content: Static Content 1.0.2-1.16.2
staticdata: Static Data 1.1.2
step-height-entity-attribute: Step Height Entity Attribute 1.0.0
stonecutter_recipe_tags: Stonecutter Recipe Tags 2.0.0
stoneholm: Stoneholm 1.4.1
storagecabinet: Storage Cabinet 1.4.2
sync: Sync (Fabric) 3.1
taxfreelevels: Tax Free Levels 1.3
tdnf: Trees Do Not Float 3.0.173
team_reborn_energy: Energy 2.1.0
techreborn: Tech Reborn 5.1.0-beta.5
terraform-shapes-api-v1: Terraform Shapes API (v1) 2.1.0
terraform-wood-api-v1: Terraform Wood API (v1) 2.0.2
textile_backup: Textile Backup 2.3.0-1.18
the_bumblezone: The Bumblezone - Fabric 4.1.1+1.18.1
tooltipfix: ToolTip Fix 1.0.4-1.18
tradingpost: Trading Post 3.1.2
trinketofundying: Trinket of Undying 2.0.1-1.18
trinkets: Trinkets 3.1.0
trinketshulkerboxes: Trinket Shulker Boxes 2.0.1-1.18.1
twigs: Twigs 1.1.2
uglyscoreboardfix: Ugly Scoreboard Fix 2.4.0
universal-graves: Universal Graves 2.0.0-beta.3+1.18
urns: Urns 1.0.1
vanilla-hammers: Vanilla Hammers 3.2.0-1.18.1
vanillatweaks: VanillaTweaks 1.5.53
villager-hats: Villager Hats Mod 1.2.1
villagerfollows: Villager Leads! 1.18.1
visuality: Visuality 0.4.0
voicechat: Simple Voice Chat 1.18.1-2.1.28
waystones: Waystones 2.4.1
wirelessnetworks: Wireless Networks 1.4.1
wither_cage_fix: Wither Cage Fix 1.0.11+MC1.18-1.18.1
wmitaf: WMITAF 2.2.0
wthit: wthit 4.4.1
xaerominimap: Xaero's Minimap 21.23.0
xaeroworldmap: Xaero's World Map 1.19.0
xlpackets: XLPackets 2.1-1.17.1
xp_storage: XP Storage 1.4.3+1.18
xp_storage_trinkets: XP Storage - Trinkets 0.1+1.18
zihlaunchpads: ZIHLaunchpads 1.2.0
Launched Version: fabric-loader-0.12.12-1.18.1
Backend library: LWJGL version 3.2.2 build 10
Backend API: NVIDIA GeForce GTX 970/PCIe/SSE2 GL version 3.2.0 NVIDIA 496.13, NVIDIA Corporation
Window size: 1360x750
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: Fabric Mods
Current Language: English (US)
CPU: 16x AMD Ryzen 7 5800X 8-Core Processor
Server Running: true
Player Count: 1 / 8; [class_3222[''/264, l='ServerLevel[New World]', x=111.69, y=64.00, z=47.82]]
Data Packs: vanilla, Fabric Mods
Client Crashes Since Restart: 1
Integrated Server Crashes Since Restart: 0
Suspected Mods: Roughly Enough Items (roughlyenoughitems)`