Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---- Minecraft Crash Report ----
- // Why did you do that?
- Time: 20/02/2022 12:15
- Description: Rendering entry extra
- java.lang.UnsupportedOperationException: JsonObject
- at com.google.gson.JsonElement.getAsFloat(JsonElement.java:217)
- at uk.me.desert_island.rer.rei_stuff.LootDisplay.munchLootFunctions(LootDisplay.java:291)
- at uk.me.desert_island.rer.rei_stuff.LootDisplay.munchLootEntryJson(LootDisplay.java:256)
- at uk.me.desert_island.rer.rei_stuff.LootDisplay.munchLootPoolJson(LootDisplay.java:428)
- at uk.me.desert_island.rer.rei_stuff.LootDisplay.munchLootSupplierJson(LootDisplay.java:461)
- at uk.me.desert_island.rer.rei_stuff.LootDisplay.getOutputs(LootDisplay.java:472)
- at uk.me.desert_island.rer.rei_stuff.LootDisplay.getOutputEntries(LootDisplay.java:67)
- at me.shedaniel.rei.impl.client.view.ViewsImpl.isRecipesFor(ViewsImpl.java:237)
- at me.shedaniel.rei.impl.client.gui.widget.EntryListWidget$EntryListEntry.getTransferHandler(EntryListWidget.java:588)
- at me.shedaniel.rei.impl.client.gui.widget.EntryListWidget$EntryListEntry.getCurrentTooltip(EntryListWidget.java:606)
- at me.shedaniel.rei.impl.client.gui.widget.EntryWidget.queueTooltip(EntryWidget.java:332)
- at me.shedaniel.rei.impl.client.gui.widget.EntryListEntryWidget.queueTooltip(EntryListEntryWidget.java:59)
- at me.shedaniel.rei.impl.client.gui.widget.BatchedEntryRendererManager.renderBatched(BatchedEntryRendererManager.java:201)
- at me.shedaniel.rei.impl.client.gui.widget.BatchedEntryRendererManager.render(BatchedEntryRendererManager.java:109)
- at me.shedaniel.rei.impl.client.gui.widget.EntryListWidget.method_25394(EntryListWidget.java:312)
- at me.shedaniel.rei.impl.client.gui.ScreenOverlayImpl.renderWidgets(ScreenOverlayImpl.java:707)
- at me.shedaniel.rei.impl.client.gui.ScreenOverlayImpl.method_25394(ScreenOverlayImpl.java:606)
- at me.shedaniel.rei.RoughlyEnoughItemsCoreClient.lambda$registerEvents$20(RoughlyEnoughItemsCoreClient.java:389)
- at net.minecraft.class_757.handler$zjn000$renderScreenPost(class_757.java:10047)
- at net.minecraft.class_757.method_3192(class_757.java:874)
- at net.minecraft.class_310.method_1523(class_310.java:1112)
- 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:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:608)
- at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
- 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 com.google.gson.JsonElement.getAsFloat(JsonElement.java:217)
- at uk.me.desert_island.rer.rei_stuff.LootDisplay.munchLootFunctions(LootDisplay.java:291)
- at uk.me.desert_island.rer.rei_stuff.LootDisplay.munchLootEntryJson(LootDisplay.java:256)
- at uk.me.desert_island.rer.rei_stuff.LootDisplay.munchLootPoolJson(LootDisplay.java:428)
- at uk.me.desert_island.rer.rei_stuff.LootDisplay.munchLootSupplierJson(LootDisplay.java:461)
- at uk.me.desert_island.rer.rei_stuff.LootDisplay.getOutputs(LootDisplay.java:472)
- at uk.me.desert_island.rer.rei_stuff.LootDisplay.getOutputEntries(LootDisplay.java:67)
- at me.shedaniel.rei.impl.client.view.ViewsImpl.isRecipesFor(ViewsImpl.java:237)
- at me.shedaniel.rei.impl.client.gui.widget.EntryListWidget$EntryListEntry.getTransferHandler(EntryListWidget.java:588)
- at me.shedaniel.rei.impl.client.gui.widget.EntryListWidget$EntryListEntry.getCurrentTooltip(EntryListWidget.java:606)
- -- Screen details --
- Details:
- Screen name: net.minecraft.class_481
- 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.client.gui.widget.BatchedEntryRendererManager.renderBatched(BatchedEntryRendererManager.java:206)
- at me.shedaniel.rei.impl.client.gui.widget.BatchedEntryRendererManager.render(BatchedEntryRendererManager.java:109)
- at me.shedaniel.rei.impl.client.gui.widget.EntryListWidget.method_25394(EntryListWidget.java:312)
- at me.shedaniel.rei.impl.client.gui.ScreenOverlayImpl.renderWidgets(ScreenOverlayImpl.java:707)
- at me.shedaniel.rei.impl.client.gui.ScreenOverlayImpl.method_25394(ScreenOverlayImpl.java:606)
- at me.shedaniel.rei.RoughlyEnoughItemsCoreClient.lambda$registerEvents$20(RoughlyEnoughItemsCoreClient.java:389)
- at net.minecraft.class_757.handler$zjn000$renderScreenPost(class_757.java:10047)
- at net.minecraft.class_757.method_3192(class_757.java:874)
- at net.minecraft.class_310.method_1523(class_310.java:1112)
- 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:77)
- at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
- at java.base/java.lang.reflect.Method.invoke(Method.java:568)
- at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:608)
- at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:77)
- at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
- -- Renderer details --
- Details:
- Renderer name: me.shedaniel.rei.impl.client.gui.widget.EntryListWidget.EntryListEntry
- Z level: 0
- Bounds: me.shedaniel.math.Rectangle@1fb0a379[height=18,width=18,x=443,y=157]
- Notice mark: 0
- Interactable: true
- Interactable favorites: true
- Highlight enabled: true
- Tooltip enabled: true
- Background enabled: false
- Entries count: 1
- -- Current Rendering Entry --
- Details:
- Renderer name: me.shedaniel.rei.impl.common.entry.TypedEntryStack
- Z level: 100
- Entry type: minecraft:item
- Is empty: false
- Entry identifier: minecraft:waxed_oxidized_cut_copper
- -- Entry Renderer --
- Details:
- Entry definition class name: me.shedaniel.rei.plugin.client.entry.ItemEntryDefinition
- Item Type: waxed_oxidized_cut_copper
- Item Damage: 0
- Item NBT: null
- Item Foil: false
- -- Screen render details --
- Details:
- Screen name: net.minecraft.class_481
- Mouse location: Scaled: (444, 161). Absolute: (889.000000, 323.000000)
- Screen size: Scaled: (683, 384). Absolute: (1366, 768). Scale factor of 2.000000
- -- Affected level --
- Details:
- All players: 1 total; [class_746['MrMont'/17, l='ClientLevel', x=224.09, y=4.00, z=-127.03]]
- Chunk stats: 1024, 483
- Level dimension: minecraft:overworld
- Level spawn location: World: (192,4,-144), Section: (at 0,4,0 in 12,0,-9; chunk contains blocks 192,0,-144 to 207,255,-129), Region: (0,-1; contains chunks 0,-32 to 31,-1, blocks 0,0,-512 to 511,255,-1)
- Level time: 978 game time, 978 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
- Recovery: Yes
- Recovery reason: java.util.concurrent.CompletionException: java.util.ConcurrentModificationException
- at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
- at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
- at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1770)
- 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)
- Caused by: java.util.ConcurrentModificationException
- at java.base/java.util.ArrayList.forEach(ArrayList.java:1513)
- at ru.bclib.client.models.ModelsHelper$MultiPartBuilder.build(ModelsHelper.java:112)
- at ru.betterend.blocks.FlowerPotBlock.getModelVariant(FlowerPotBlock.java:418)
- at ru.bclib.client.models.CustomModelBakery.addBlockModel(CustomModelBakery.java:68)
- at ru.bclib.client.models.CustomModelBakery.lambda$loadCustomModels$1(CustomModelBakery.java:45)
- at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.accept(ForEachOps.java:183)
- at java.base/java.util.stream.ReferencePipeline$2$1.accept(ReferencePipeline.java:179)
- at java.base/java.util.Spliterators$ArraySpliterator.forEachRemaining(Spliterators.java:992)
- at java.base/java.util.stream.AbstractPipeline.copyInto(AbstractPipeline.java:509)
- at java.base/java.util.stream.ForEachOps$ForEachTask.compute(ForEachOps.java:290)
- at java.base/java.util.concurrent.CountedCompleter.exec(CountedCompleter.java:754)
- at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
- at java.base/java.util.concurrent.ForkJoinTask.invoke(ForkJoinTask.java:686)
- at java.base/java.util.stream.ForEachOps$ForEachOp.evaluateParallel(ForEachOps.java:159)
- at java.base/java.util.stream.ForEachOps$ForEachOp$OfRef.evaluateParallel(ForEachOps.java:173)
- at java.base/java.util.stream.AbstractPipeline.evaluate(AbstractPipeline.java:233)
- at java.base/java.util.stream.ReferencePipeline.forEach(ReferencePipeline.java:596)
- at ru.bclib.client.models.CustomModelBakery.loadCustomModels(CustomModelBakery.java:41)
- at net.minecraft.class_1092.handler$zld000$bclib_loadCustomModels(class_1092.java:517)
- at net.minecraft.class_1092.method_18178(class_1092.java)
- at net.minecraft.class_1092.method_18789(class_1092.java:19)
- at net.minecraft.class_4080.method_18791(class_4080.java:11)
- at java.base/java.util.concurrent.CompletableFuture$AsyncSupply.run(CompletableFuture.java:1768)
- ... 6 more
- -- System Details --
- Details:
- Minecraft Version: 1.17.1
- Minecraft Version ID: 1.17.1
- Operating System: Windows 10 (amd64) version 10.0
- Java Version: 17.0.1, Oracle Corporation
- Java VM Version: Java HotSpot(TM) 64-Bit Server VM (mixed mode, sharing), Oracle Corporation
- Memory: 732183936 bytes (698 MiB) / 2248146944 bytes (2144 MiB) up to 6442450944 bytes (6144 MiB)
- CPUs: 8
- Processor Vendor: AuthenticAMD
- Processor Name: AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx
- Identifier: AuthenticAMD Family 23 Model 24 Stepping 1
- Microarchitecture: Zen / Zen+
- Frequency (GHz): 2,10
- Number of physical packages: 1
- Number of physical CPUs: 4
- Number of logical CPUs: 8
- Graphics card #0 name: AMD Radeon(TM) Vega 8 Graphics
- Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)
- Graphics card #0 VRAM (MB): 2048,00
- Graphics card #0 deviceId: 0x15d8
- Graphics card #0 versionInfo: DriverVersion=26.20.14046.3
- Memory slot #0 capacity (MB): 8192,00
- Memory slot #0 clockSpeed (GHz): 2,40
- Memory slot #0 type: DDR4
- Memory slot #1 capacity (MB): 4096,00
- Memory slot #1 clockSpeed (GHz): 2,40
- Memory slot #1 type: DDR4
- Virtual memory max (MB): 21000,54
- Virtual memory used (MB): 10096,58
- Swap memory total (MB): 10884,28
- Swap memory used (MB): 222,97
- JVM Flags: 10 total; -Xmx6G -XX:+UnlockExperimentalVMOptions -XX:+UseG1GC -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=50 -XX:G1HeapRegionSize=32M -XX:+IgnoreUnrecognizedVMOptions -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M
- Fabric Mods:
- additionaladditions: Additional Additions 2.1.3
- advanced_runtime_resource_pack: Runtime Resource Pack 0.3.10
- adventurez: AdventureZ 1.3.0
- ae2wtlib: AE2WTLib 9.0.0-beta.9
- apoli: Apoli 2.0.5
- appliedenergistics2: Applied Energistics 2 9.0.0-beta.2
- arcanus: Arcanus 1.23
- architectury: Architectury 2.10.6
- autoconfig1u: Auto Config v1 Updated 3.3.1
- bclib: BCLib 0.3.1
- betterend: Better End 0.11.0-pre
- betternether: Better Nether 5.1.3
- bewitchment: Bewitchment 1.17-16
- blue_endless_jankson: jankson 1.2.1
- bountiful: Bountiful 1.0.0
- calio: Calio 1.3.0
- cardinal-components: Cardinal Components API 3.1.1
- cardinal-components-base: Cardinal Components API (base) 3.1.1
- cardinal-components-block: Cardinal Components API (blocks) 3.1.1
- cardinal-components-chunk: Cardinal Components API (chunks) 3.1.1
- cardinal-components-entity: Cardinal Components API (entities) 3.1.1
- cardinal-components-item: Cardinal Components API (items) 3.1.1
- cardinal-components-level: Cardinal Components API (world saves) 3.1.1
- cardinal-components-scoreboard: Cardinal Components API (scoreboard) 3.1.1
- cardinal-components-util: Cardinal Components API (utilities) 3.1.1
- cardinal-components-world: Cardinal Components API (worlds) 3.1.1
- carrier: Carrier 1.8.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-config2: Cloth Config v5 5.3.58
- 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
- com_eliotlash_mclib_mclib: mclib 18
- com_eliotlash_molang_molang: molang 18
- crowdin-translate: CrowdinTranslate 1.3+1.17
- customportalapi: Custom Portal Api 0.0.1-beta46-1.17
- disable_custom_worlds_advice: Disable Custom Worlds Advice 1.3
- dragonloot: DragonLoot 1.0.9
- dual_riders: DualRiders 1.0.5
- dungeons_arise: When Dungeons Arise 2.1.47-fabric
- elytratrinket: Elytra Trinket 3.0.0-1.17.1
- enchantment_lore: EnchantmentLore 1.2.1+MC1.17.1
- enhancedcelestials: Enhanced Celestials 2.0.5
- expandedstorage: Expanded Storage 7.3.6
- fabric: Fabric API 0.46.1+1.17
- fabric-api-base: Fabric API Base 0.4.0+cf39a74318
- fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.5.0+e821752d18
- fabric-biome-api-v1: Fabric Biome API (v1) 3.2.2+cf39a74318
- fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.6+cf39a74318
- fabric-command-api-v1: Fabric Command API (v1) 1.1.4+cf39a74318
- fabric-commands-v0: Fabric Commands (v0) 0.2.3+cf39a74318
- fabric-containers-v0: Fabric Containers (v0) 0.1.13+cf39a74318
- fabric-content-registries-v0: Fabric Content Registries (v0) 0.4.1+3447790d18
- fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.1.6+cf39a74318
- fabric-dimensions-v1: Fabric Dimensions API (v1) 2.0.15+b556f28c18
- fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.1+377137cc18
- fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.12+e99fbe1218
- fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.4+cf39a74318
- fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.8+cf39a74318
- fabric-item-api-v1: Fabric Item API (v1) 1.3.0+6617390918
- fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.2+cf39a74318
- fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.6+2a2bb57318
- fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.4+cf39a74318
- fabric-language-kotlin: Fabric Language Kotlin 1.6.5+kotlin.1.5.31
- fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 1.4.6+0392f3a618
- fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.0.5+cf39a74318
- fabric-mining-level-api-v1: Fabric Mining Level API (v1) 1.0.3+cf39a74318
- fabric-mining-levels-v0: Fabric Mining Levels (v0) 0.1.7+cf39a74318
- fabric-models-v0: Fabric Models (v0) 0.3.1+cf39a74318
- fabric-networking-api-v1: Fabric Networking API (v1) 1.0.14+cf39a74318
- fabric-networking-blockentity-v0: Fabric Networking Block Entity (v0) 0.2.12+cf39a74318
- fabric-networking-v0: Fabric Networking (v0) 0.3.3+cf39a74318
- fabric-object-builder-api-v1: Fabric Object Builder API (v1) 1.11.1+f907116918
- fabric-object-builders-v0: Fabric Object Builders (v0) 0.7.8+cf39a74318
- fabric-particles-v1: Fabric Particles (v1) 0.2.5+cf39a74318
- fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
- fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.8.0+ea29b33318
- fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.6+ce16ae5918
- fabric-renderer-indigo: Fabric Renderer - Indigo 0.4.10+ce16ae5918
- fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.6+cf39a74318
- fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.1.6+cf39a74318
- fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 0.2.1+cf39a74318
- fabric-rendering-v0: Fabric Rendering (v0) 1.1.7+cf39a74318
- fabric-rendering-v1: Fabric Rendering (v1) 1.10.1+377137cc18
- fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 1.0.1+591a0f2118
- fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.4.10+f09604ce18
- fabric-screen-api-v1: Fabric Screen API (v1) 1.0.5+cf39a74318
- fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.1.9+cf39a74318
- fabric-structure-api-v1: Fabric Structure API (v1) 1.2.0+48a9ad8918
- fabric-tag-extensions-v0: Fabric Tag Extensions (v0) 1.2.3+cf39a74318
- fabric-textures-v0: Fabric Textures (v0) 1.0.7+cf39a74318
- fabric-tool-attribute-api-v1: Fabric Tool Attribute API (v1) 1.3.3+3b96517518
- fabric-transfer-api-v1: Fabric Transfer API (v1) 1.5.4+cf39a74318
- fabricloader: Fabric Loader 0.12.12
- fake-player-api: Fake Player API 0.2.0
- fallflyinglib: FallFlyingLib 3.0.0-beta.2
- fancymenu: FancyMenu 2.3.5
- fasttransferlib: Fast Transfer Lib 0.5.6
- fiber: fiber 0.23.0-2
- flytre-lib-base: Flytre Lib - Base Module 1.3.0
- flytre-lib-compat: Flytre Lib - Compat Module 1.0.0
- flytre-lib-config: Flytre Lib - Config Module 1.1.0
- flytre-lib-event: Flytre Lib - Event Module 1.0.1
- flytre-lib-gui: Flytre Lib - GUI Module 1.0.0
- flytre-lib-storage: Flytre Lib - Storage Module 2.3.2
- flytre_lib: Flytre Lib 1.4.3
- geckolib3: Geckolib 3.0.30
- gud_recipe_confidence: Recipe Confidence 1.0.2
- hydrogen: Hydrogen 0.3
- impersonate: Impersonate 2.3.5
- incubus_core: Incubus Core 1.6.3
- indium: Indium 1.0.1+mc1.17.1
- indrev: Industrial Revolution 1.12.0-BETA
- inmis: Inmis 2.3.2-1.17.1
- inventoryhud: Inventory HUD + 3.4.0
- inventorysorter: Inventory Sorter 1.8.0-1.17
- iron-jetpacks: Iron Jetpacks 0.4.2
- ironfurnaces: Iron Furnaces 1.17.1-2.7.1-fabric
- jankson: Jankson 3.0.1+j1.2.0
- java: Java HotSpot(TM) 64-Bit Server VM 17
- kambrik: Kambrik 1.1.0
- kanos_config: Kanos Config 0.1.4+1.14.4-1.17.1
- kibe: Kibe 1.9.4-BETA+1.17
- konkrete: Konkrete 1.3.0
- kyrptconfig: Kytpt Config 1.1.10-1.17
- lazydfu: LazyDFU 0.1.2
- libblockattributes_core: LibBlockAttributes (Core) 0.9.0
- libblockattributes_fluids: LibBlockAttributes (Fluids) 0.9.0
- libblockattributes_items: LibBlockAttributes (Items) 0.9.0
- libgui: LibGui 4.2.1+1.17.1
- libninepatch: LibNinePatch 1.1.0
- libra: Libra 0.4.0.1
- linkedstorage: Linked Storage 1.3.13-1.17
- lithium: Lithium 0.7.4
- magna: Magna 1.5.5-1.17-pre4
- megane: megane 5.5.0
- megane-applied-energistics-2: megane-applied-energistics-2 5.5.0+9.0.0-alpha.2
- megane-base: megane-base 5.5.0
- megane-fabric-transfer: megane-fabric-transfer 5.5.0+1.3.0-fc40aa9d18
- megane-fast-transfer-lib: megane-fast-transfer-lib 5.5.0+0.5.7
- megane-industrial-revolution: megane-industrial-revolution 5.5.0+1.11.0-alpha.1
- megane-kibe: megane-kibe 5.5.0+1.9.1-BETA-1.17
- megane-lib-block-attributes: megane-lib-block-attributes 5.5.0+0.9.0
- megane-modern-industrialization: megane-modern-industrialization 5.5.0+0.5.12
- megane-reborn-core: megane-reborn-core 5.5.0+5.0.8-beta-build.111
- megane-runtime: megane-runtime 5.5.0
- megane-team-reborn-energy: megane-team-reborn-energy 5.5.0+2.0.0-beta1
- megane-tech-reborn: megane-tech-reborn 5.5.0+5.0.8-beta-build.111
- megane-vanilla: megane-vanilla 5.5.0+1.17.1
- megane-wireless-networks: megane-wireless-networks 5.5.0+1.3.0
- minecraft: Minecraft 1.17.1
- modern_industrialization: Modern Industrialization 0.7.4
- modmenu: Mod Menu 2.0.14
- moretags: More Tags 2.0.2
- mythic-mounts: Mythic Mounts 1.17.1-4.0
- ninjaphenix_container_lib: NinjaPhenix's Container Library 1.2.10
- omega-config: OmegaConfig 1.0.4
- 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_joml_joml: joml 1.10.2
- origins: Origins 1.1.4
- patchouli: Patchouli 1.17.1-59-FABRIC
- pehkui: Pehkui 3.1.0+1.14.4-1.18.1
- phosphor: Phosphor 0.8.0
- pipe: Pipe 1.6.0
- playerabilitylib: Pal 1.4.0
- quarrymod: Industial Quarry Mod 0.5.2
- reach-entity-attributes: Reach Entity Attributes 2.1.1
- reborncore: Reborn Core 5.0.11-beta
- reroll: Reroll 1.3.0-1.17.1
- roughlyenoughitems: Roughly Enough Items 6.4.426
- roughlyenoughresources: Roughly Enough Resources 2.2.0
- seedy-behavior: Seedy Behavior 1.0.1
- sodium: Sodium 0.3.3+build.8
- somnus: Somnus API 0.0.14-1.17.1
- statement: Statement 4.2.1+1.14.4-1.18.1
- statement_vanilla_compatibility: Statement Vanilla Compatibility Module 1.0.1+1.16.5-1.17
- step-height-entity-attribute: Step Height Entity Attribute 1.0.0
- team_reborn_energy: Energy 2.0.0-beta1
- techreborn: Tech Reborn 5.0.11-beta
- terraform-wood-api-v1: Terraform Wood API (v1) 2.0.2
- the_aether: Paradise Lost - The Aether Reborn 1.6.5.2+1.17.1
- trinkets: Trinkets 3.0.4
- voidtotem: Void Totem (Fabric) 1.17.0-1.0.0
- voidz: VoidZ 1.0.5
- wirelessnetworks: Wireless Networks 1.3.1
- wthit: wthit 3.10.0
- xaeroworldmap: Xaero's World Map 1.18.0
- Launched Version: fabric-loader-0.12.12-1.17.1
- Backend library: LWJGL version 3.2.2 build 10
- Backend API: AMD Radeon(TM) Vega 8 Graphics GL version 3.2.13587 Core Profile Forward-Compatible Context 19.40.46 26.20.14046.3, ATI Technologies Inc.
- Window size: 1366x768
- 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: fancy
- Resource Packs:
- Current Language: Português (Brasil)
- CPU: 8x AMD Ryzen 5 3500U with Radeon Vega Mobile Gfx
- Player Count: 1 / 8; [class_3222['MrMont'/17, l='ServerLevel[Novo mundo]', x=224.09, y=4.00, z=-127.03]]
- Data Packs: vanilla, Fabric Mods
Advertisement
Add Comment
Please, Sign In to add comment