Last active
July 15, 2023 08:59
-
-
Save noncom/007e2c3bcce40836c653d8e907d3c890 to your computer and use it in GitHub Desktop.
Name Pain mixin compat issue (version 7/14/2023, namepain-1.5.0 fabric-1.19.x.jar)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
// Why did you do that? | |
Time: 2023-07-14 20:57:46 | |
Description: Initializing game | |
java.lang.RuntimeException: Could not execute entrypoint stage 'main' due to errors, provided by 'biomemakeover'! | |
at app//net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51) | |
at app//net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) | |
at app//net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49) | |
at app//net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35) | |
at app//net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52) | |
at MC//net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:459) | |
at net.minecraft.client.main.Main.main(Main.java:205) | |
at net.minecraft.client.main.Main.main(Main.java:51) | |
at app//net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468) | |
at app//net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) | |
at app//net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) | |
Caused by: java.lang.RuntimeException: Mixin transformation of net.minecraft.client.render.entity.EntityRenderer failed | |
at app//net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:427) | |
at app//net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.tryLoadClass(KnotClassDelegate.java:323) | |
at app//net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.loadClass(KnotClassDelegate.java:218) | |
at app//net.fabricmc.loader.impl.launch.knot.KnotClassLoader.loadClass(KnotClassLoader.java:112) | |
at [email protected]/java.lang.ClassLoader.loadClass(ClassLoader.java:520) | |
at party.lemons.biomemakeover.fabric.BMFabric.onInitialize(BMFabric.java:46) | |
at app//net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:47) | |
... 8 more | |
Caused by: org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered | |
at app//org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) | |
at app//org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:234) | |
at app//org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClassBytes(MixinTransformer.java:202) | |
at app//net.fabricmc.loader.impl.launch.knot.KnotClassDelegate.getPostMixinClassByteArray(KnotClassDelegate.java:422) | |
... 14 more | |
Caused by: org.spongepowered.asm.mixin.throwables.MixinApplyError: Mixin [mixins.crawl.json:client.EntityRendererMixin from mod crawl] from phase [DEFAULT] in config [mixins.crawl.json] FAILED during APPLY | |
at app//org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinError(MixinProcessor.java:638) | |
at app//org.spongepowered.asm.mixin.transformer.MixinProcessor.handleMixinApplyError(MixinProcessor.java:589) | |
at app//org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:379) | |
... 17 more | |
Caused by: org.spongepowered.asm.mixin.injection.throwables.InvalidInjectionException: @At("INVOKE") on net/minecraft/EntityRenderer::onGetIsInSneakingPose with priority 1000 cannot inject into net/minecraft/EntityRenderer::renderLabelIfPresent(Lnet/minecraft/Entity;Lnet/minecraft/Text;Lnet/minecraft/MatrixStack;Lnet/minecraft/VertexConsumerProvider;I)V merged by naqaden.namepain.mixins.MixinRenderLabelEntity with priority 1000 [PREINJECT Applicator Phase -> mixins.crawl.json:client.EntityRendererMixin from mod crawl -> Prepare Injections -> -> redirect$dji000$crawl$onGetIsInSneakingPose(Lnet/minecraft/Entity;)Z -> Prepare] | |
at app//org.spongepowered.asm.mixin.injection.code.Injector.findTargetNodes(Injector.java:305) | |
at app//org.spongepowered.asm.mixin.injection.code.Injector.find(Injector.java:240) | |
at app//org.spongepowered.asm.mixin.injection.struct.InjectionInfo.prepare(InjectionInfo.java:421) | |
at app//org.spongepowered.asm.mixin.transformer.MixinTargetContext.prepareInjections(MixinTargetContext.java:1337) | |
at app//org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.prepareInjections(MixinApplicatorStandard.java:1053) | |
at app//org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:395) | |
at app//org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:327) | |
at app//org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:421) | |
at app//org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:403) | |
at app//org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) | |
... 17 more | |
A detailed walkthrough of the error, its code path and all known details is as follows: | |
--------------------------------------------------------------------------------------- | |
-- Head -- | |
Thread: Render thread | |
Stacktrace: | |
at app//net.fabricmc.loader.impl.entrypoint.EntrypointUtils.lambda$invoke0$0(EntrypointUtils.java:51) | |
at app//net.fabricmc.loader.impl.util.ExceptionUtil.gatherExceptions(ExceptionUtil.java:33) | |
at app//net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke0(EntrypointUtils.java:49) | |
at app//net.fabricmc.loader.impl.entrypoint.EntrypointUtils.invoke(EntrypointUtils.java:35) | |
at app//net.fabricmc.loader.impl.game.minecraft.Hooks.startClient(Hooks.java:52) | |
at MC//net.minecraft.client.MinecraftClient.<init>(MinecraftClient.java:459) | |
Mixins in Stacktrace: None found | |
-- Initialization -- | |
Details: | |
Modules: | |
ADVAPI32.dll:Расширенная библиотека API Windows 32:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
COMCTL32.dll:Библиотека элементов управления взаимодействия с пользователем:6.10 (WinBuild.160101.0800):Microsoft Corporation | |
CRYPT32.dll:API32 криптографии:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
CRYPTBASE.dll:Base cryptographic API DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation | |
CRYPTSP.dll:Cryptographic Service Provider API:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation | |
DBGHELP.DLL:Windows Image Helper:10.0.19041.867 (WinBuild.160101.0800):Microsoft Corporation | |
DNSAPI.dll:Динамическая библиотека API DNS-клиента:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
GDI32.dll:GDI Client DLL:10.0.19041.2913 (WinBuild.160101.0800):Microsoft Corporation | |
IMM32.DLL:Multi-User Windows IMM32 API Client DLL:10.0.19041.2673 (WinBuild.160101.0800):Microsoft Corporation | |
IPHLPAPI.DLL:API вспомогательного приложения IP:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
KERNEL32.DLL:Библиотека клиента Windows NT BASE API:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
KERNELBASE.dll:Библиотека клиента Windows NT BASE API:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
MpOav.dll:IOfficeAntiVirus Module:4.18.23050.5 (b79513656627928b5505482e6c59e640a77adba5):Microsoft Corporation | |
NLAapi.dll:Network Location Awareness 2:10.0.19041.3031 (WinBuild.160101.0800):Microsoft Corporation | |
NSI.dll:NSI User-mode interface DLL:10.0.19041.610 (WinBuild.160101.0800):Microsoft Corporation | |
NTASN1.dll:Microsoft ASN.1 API:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation | |
Ole32.dll:Microsoft OLE для Windows:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
OleAut32.dll:OLEAUT32.DLL:10.0.19041.3208 (WinBuild.160101.0800):Microsoft Corporation | |
PSAPI.DLL:Process Status Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation | |
Pdh.dll:Модуль поддержки данных производительности Windows:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
RPCRT4.dll:Библиотека удаленного вызова процедур:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
SHCORE.dll:SHCORE:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
SHELL32.dll:Общая библиотека оболочки Windows:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
USER32.dll:Многопользовательская библиотека клиента USER API Windows:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
USERENV.dll:Userenv:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
VCRUNTIME140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation | |
VERSION.dll:Version Checking and File Installation Libraries:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation | |
WINHTTP.dll:Службы HTTP Windows:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
WINMM.dll:MCI API DLL:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
WS2_32.dll:32-разрядная библиотека Windows Socket 2.0:10.0.19041.1081 (WinBuild.160101.0800):Microsoft Corporation | |
WSOCK32.dll:Windows Socket 32-Bit DLL:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
Wldp.dll:Политика блокировки Windows:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
amsi.dll:Anti-Malware Scan Interface:10.0.19041.2075 (WinBuild.160101.0800):Microsoft Corporation | |
apphelp.dll:Клиентская библиотека совместимости приложений:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
awt.dll:OpenJDK Platform binary:17.0.3.0:Microsoft | |
bcrypt.dll:Библиотека криптографических примитивов Windows:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
bcryptPrimitives.dll:Windows Cryptographic Primitives Library:10.0.19041.2486 (WinBuild.160101.0800):Microsoft Corporation | |
clbcatq.dll:COM+ Configuration Catalog:2001.12.10941.16384 (WinBuild.160101.0800):Microsoft Corporation | |
combase.dll:Microsoft COM для Windows:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
dbgcore.DLL:Windows Core Debugging Helpers:10.0.19041.2788 (WinBuild.160101.0800):Microsoft Corporation | |
dhcpcsvc.DLL:Служба DHCP-клиента:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
dhcpcsvc6.DLL:Клиент DHCPv6:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
fwpuclnt.dll:API пользовательского режима FWP/IPsec:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
gdi32full.dll:GDI Client DLL:10.0.19041.2913 (WinBuild.160101.0800):Microsoft Corporation | |
glfw.dll:GLFW 3.4.0 DLL:3.4.0:GLFW | |
java.dll:OpenJDK Platform binary:17.0.3.0:Microsoft | |
javaw.exe:OpenJDK Platform binary:17.0.3.0:Microsoft | |
jemalloc.dll | |
jimage.dll:OpenJDK Platform binary:17.0.3.0:Microsoft | |
jli.dll:OpenJDK Platform binary:17.0.3.0:Microsoft | |
jna4841363927151926297.dll:JNA native library:6.1.2:Java(TM) Native Access (JNA) | |
jsvml.dll:OpenJDK Platform binary:17.0.3.0:Microsoft | |
jvm.dll:OpenJDK 64-Bit server VM:17.0.3.0:Microsoft | |
kernel.appcore.dll:AppModel API Host:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation | |
lwjgl.dll | |
management.dll:OpenJDK Platform binary:17.0.3.0:Microsoft | |
management_ext.dll:OpenJDK Platform binary:17.0.3.0:Microsoft | |
msvcp140.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation | |
msvcp_win.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation | |
msvcrt.dll:Windows NT CRT DLL:7.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation | |
mswsock.dll:Расширение поставщика службы API Microsoft Windows Sockets 2.0:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
napinsp.dll:Поставщик оболочки совместимости для имен электронной почты:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
ncrypt.dll:Маршрутизатор Windows NCrypt:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
net.dll:OpenJDK Platform binary:17.0.3.0:Microsoft | |
nio.dll:OpenJDK Platform binary:17.0.3.0:Microsoft | |
ntdll.dll:Системная библиотека NT:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
ntmarta.dll:Поставщик Windows NT MARTA:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
perfos.dll:Библиотека объектов производительности системы Windows:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
pnrpnsp.dll:Поставщик пространства имен PNRP:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
profapi.dll:User Profile Basic API:10.0.19041.3155 (WinBuild.160101.0800):Microsoft Corporation | |
rasadhlp.dll:Remote Access AutoDial Helper:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation | |
rsaenh.dll:Microsoft Enhanced Cryptographic Provider:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation | |
sechost.dll:Host for SCM/SDDL/LSA Lookup APIs:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation | |
shlwapi.dll:Библиотека небольших программ оболочки:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
sunmscapi.dll:OpenJDK Platform binary:17.0.3.0:Microsoft | |
ucrtbase.dll:Microsoft® C Runtime Library:10.0.19041.789 (WinBuild.160101.0800):Microsoft Corporation | |
vcruntime140_1.dll:Microsoft® C Runtime Library:14.29.30139.0 built by: vcwrkspc:Microsoft Corporation | |
verify.dll:OpenJDK Platform binary:17.0.3.0:Microsoft | |
win32u.dll:Win32u:10.0.19041.3208 (WinBuild.160101.0800):Microsoft Corporation | |
windows.storage.dll:API хранения Microsoft WinRT:10.0.19041.3203 (WinBuild.160101.0800):Microsoft Corporation | |
winrnr.dll:LDAP RnR Provider DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation | |
wshbth.dll:Windows Sockets Helper DLL:10.0.19041.546 (WinBuild.160101.0800):Microsoft Corporation | |
wshunix.dll:AF_UNIX Winsock2 Helper DLL:10.0.19041.1 (WinBuild.160101.0800):Microsoft Corporation | |
zip.dll:OpenJDK Platform binary:17.0.3.0:Microsoft | |
Stacktrace: | |
at net.minecraft.client.main.Main.main(Main.java:205) | |
at net.minecraft.client.main.Main.main(Main.java:51) | |
at app//net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:468) | |
at app//net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74) | |
at app//net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23) | |
Mixins in Stacktrace: None found | |
-- System Details -- | |
Details: | |
Minecraft Version: 1.19.2 | |
Minecraft Version ID: 1.19.2 | |
Operating System: Windows 10 (amd64) version 10.0 | |
Java Version: 17.0.3, Microsoft | |
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft | |
Memory: 778603360 bytes (742 MiB) / 1509949440 bytes (1440 MiB) up to 10972299264 bytes (10464 MiB) | |
CPUs: 16 | |
Processor Vendor: GenuineIntel | |
Processor Name: 11th Gen Intel(R) Core(TM) i9-11980HK @ 2.60GHz | |
Identifier: Intel64 Family 6 Model 141 Stepping 1 | |
Microarchitecture: unknown | |
Frequency (GHz): 3.30 | |
Number of physical packages: 1 | |
Number of physical CPUs: 8 | |
Number of logical CPUs: 16 | |
Graphics card #0 name: NVIDIA GeForce RTX 3080 Laptop GPU | |
Graphics card #0 vendor: NVIDIA (0x10de) | |
Graphics card #0 VRAM (MB): 4095.00 | |
Graphics card #0 deviceId: 0x24dc | |
Graphics card #0 versionInfo: DriverVersion=30.0.15.1236 | |
Graphics card #1 name: Intel(R) UHD Graphics | |
Graphics card #1 vendor: Intel Corporation (0x8086) | |
Graphics card #1 VRAM (MB): 1024.00 | |
Graphics card #1 deviceId: 0x9a60 | |
Graphics card #1 versionInfo: DriverVersion=30.0.101.1692 | |
Memory slot #0 capacity (MB): 16384.00 | |
Memory slot #0 clockSpeed (GHz): 3.20 | |
Memory slot #0 type: DDR4 | |
Memory slot #1 capacity (MB): 16384.00 | |
Memory slot #1 clockSpeed (GHz): 3.20 | |
Memory slot #1 type: DDR4 | |
Virtual memory max (MB): 59159.30 | |
Virtual memory used (MB): 37283.96 | |
Swap memory total (MB): 26624.00 | |
Swap memory used (MB): 3855.76 | |
JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10464m -Xms256m | |
Fabric Mods: | |
additionallanterns: Additional Lanterns 1.0.5 | |
advancednetherite: Advanced Netherite 1.6.7-1.19.2 | |
advancementplaques: Advancement Plaques 1.4.6 | |
almostunified: AlmostUnified 1.19.2-0.5.0 | |
amethyst_core: Amethyst Core 1.2.1+1.19 | |
common-protection-api: Common Protection API 1.0.0 | |
amethyst_imbuement: Amethyst Imbuement 1.19-37 | |
conditional-mixin: conditional mixin 0.3.2 | |
fzzy_config: Fzzy Config 0.1.1+1.19 | |
playerabilitylib: Pal 1.6.0 | |
structurized-reborn: Structurized Reborn 1.19-01 | |
appleskin: AppleSkin 2.4.1+mc1.19 | |
arcanelanterns: Arcane Lanterns 4.0.0 | |
architectury: Architectury 6.5.85 | |
archon: Archon 0.5.0 | |
omega-config: OmegaConfig 1.2.3-1.18.1 | |
attributefix: AttributeFix 17.2.7 | |
auto-workstations: Auto Workstations v1.0-SNAPSHOT-19 | |
aylyth: Aylyth 1.19.2-2.0.1 | |
mm: Manningham Mills 2.3 | |
reach-entity-attributes: Reach Entity Attributes 2.3.0 | |
terraform-wood-api-v1: Terraform Wood API (v1) 4.2.0 | |
balm-fabric: Balm 4.5.7 | |
basicshields: Basic Shields [Fabric] 1.4.0-1.19.2 | |
cloth-config: Cloth Config v8 8.2.88 | |
crowdin-translate: CrowdinTranslate 1.4+1.19 | |
bcc: BetterCompatibilityChecker 2.0.2-build.16+mc1.19.1 | |
bclib: BCLib 2.1.7 | |
beehivetooltips: Beehive Tooltips 1.5.0 | |
beekeeperhut: Friends&Foes - Beekeeper Hut 1.2.0 | |
beenfo: Beenfo 1.19.1-fabric0.58.5-1.3.3 | |
gbfabrictools: GBfabrictools 1.3.4+1.19 | |
better_withered_mobs: Better Withered Mobs 1.7.1 | |
betteradvancements: Better Advancements 0.2.2.142 | |
betteranimationscollection: Better Animations Collection 4.0.5 | |
bettercombat: Better Combat 1.7.1+1.19 | |
betterenchantmentboosting: Better Enchantment Boosting 1.2.2 | |
betterend: Better End 2.1.6 | |
betterf3: BetterF3 4.0.0 | |
betternether: Better Nether 7.1.4 | |
betterpingdisplay: Better Ping Display 1.1.1 | |
betterpotionvisuals: Better Potion Visuals 1.0.0 | |
biomemakeover: Biome Makeover 1.19.2-1.6.4 | |
blossom: Blossom 1.0.7 | |
bookshelf: Bookshelf 16.3.20 | |
botarium: Botarium 1.8.2 | |
team_reborn_energy: Energy 2.2.0 | |
bountiful: Bountiful 3.0.0 | |
bwncr: Bad Wither No Cookie Reloaded 3.14.1 | |
byg: Oh The Biomes You'll Go 2.0.1.4 | |
cardinal-components: Cardinal Components API 5.0.2 | |
cardinal-components-base: Cardinal Components API (base) 5.0.2 | |
cardinal-components-block: Cardinal Components API (blocks) 5.0.2 | |
cardinal-components-chunk: Cardinal Components API (chunks) 5.0.2 | |
cardinal-components-entity: Cardinal Components API (entities) 5.0.2 | |
cardinal-components-item: Cardinal Components API (items) 5.0.2 | |
cardinal-components-level: Cardinal Components API (world saves) 5.0.2 | |
cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.0.2 | |
cardinal-components-world: Cardinal Components API (worlds) 5.0.2 | |
carpet: Carpet Mod 1.4.84 | |
carpet-extra: Carpet Extra 1.4.84 | |
carryon: Carry On 2.1.0.19 | |
amecsapi: Amecs API 1.5.0+mc22w17a | |
catalogue: Catalogue 1.7.0-1.19.2 | |
chat_heads: Chat Heads 0.10.16 | |
chicken_roost: Roost Ultimate 0.9.0-1.19.2 | |
chickensshed: ChickensShed 1.3.6 | |
chimes: Chimes 1.1.4 | |
chunkloaders: Chunk Loaders 1.2.5 | |
cinderscapes: Cinderscapes 3.0.6 | |
cinderscapes-client: Cinderscapes: Client 3.0.6 | |
cinderscapes-common: Cinderscapes: Common 3.0.6 | |
cinderscapes-worldgen: Cinderscapes: World Generation 3.0.6 | |
terraform-biome-remapper-api-v1: Terraform Biome Remapper API (v1) 4.1.1 | |
terraform-shapes-api-v1: Terraform Shapes API (v1) 4.1.1 | |
cloth-api: Cloth API 4.0.65 | |
cloth-basic-math: cloth-basic-math 0.6.1 | |
cloth-client-events-v0: Cloth Client Events v0 4.0.65 | |
cloth-common-events-v1: Cloth Common Events v1 4.0.65 | |
cloth-scissors-api-v1: Cloth Scissors API v1 4.0.65 | |
cloth-utils-v1: Cloth Utils v1 4.0.65 | |
collective: Collective 6.65 | |
combatroll: Combat Roll 1.1.5+1.19 | |
comforts: Comforts 6.0.4+1.19.2 | |
compact_storage: Compact Storage 5.0.3_1.19.2 | |
companion_bats: Companion Bats 1.19.3 | |
connectedglass: Connected Glass 1.1.7 | |
controlling: Controlling For Fabric 10.0+7 | |
cookingforblockheads: Cooking for Blockheads 13.3.2 | |
corgilib: CorgiLib 1.0.0.34 | |
com_electronwill_night-config_core: core 3.6.6 | |
com_electronwill_night-config_toml: toml 3.6.6 | |
crawl: Crawl 0.11.1 | |
creeperoverhaul: Creeper Overhaul 2.0.9 | |
croparia: Croparia 4.0.0 | |
crops_love_rain: Crops Love Rain 1.3.0 | |
croptopia: Croptopia 2.2.2 | |
com_typesafe_config: config 1.4.1 | |
io_leangen_geantyref_geantyref: geantyref 1.3.11 | |
org_spongepowered_configurate-core: configurate-core 4.1.2 | |
org_spongepowered_configurate-hocon: configurate-hocon 4.1.2 | |
croptosis: Croptosis 1.5.1 | |
crystalfood: Crystal Food 1.0.1 | |
crystals_overhauled: Crystals Overhauled 1.2.2 | |
customportals: Custom Portals 3.2.0 | |
completeconfig-base: completeconfig-base 2.1.0 | |
completeconfig-gui-cloth: completeconfig-gui-cloth 2.1.0 | |
dark-enchanting: Dark Enchanting 1.0.2+1.19.2 | |
libgui: LibGui 6.4.0+1.19 | |
jankson: Jankson 4.1.1+j1.2.1 | |
libninepatch: LibNinePatch 1.1.0 | |
darkloot: DarkLoot - Better Mob Loot 1.1.5 | |
darkmodeeverywhere: DarkModeEverywhere 1.19.2-1.0.4 | |
datapackportals: Datapack Portals 1.2.2-1.19 | |
customportalapi: Custom Portal Api 0.0.1-beta57-1.19 | |
davespotioneering: Dave's Potioneering fabric-1.19.2-1.4 | |
daylight_mobs_reborn: Daylight Mobs Reborn 1.2.4 | |
deeperdarker: Deeper and Darker 1.1.6 | |
paragon: Paragon 3.0.2 | |
dimensional-anchor: Dimensional Anchor 1.0.2 | |
disenchanter: Disenchanter 0.1.7+1.19 | |
dungeonvanilla: Dungeon vanilla clusters plus 3.1.0 | |
dusk: Dusk Mod 1.19.1-2.2 | |
dynamicfps: Dynamic FPS 2.2.0 | |
com_moandjiezana_toml_toml4j: toml4j 0.7.2 | |
dynamicsoundfilters: Dynamic Sound Filters 1.3.0+1.19 | |
easierenchanting: Easier Enchanting 1.4.1 | |
easymagic: Easy Magic 4.3.3 | |
eatinganimationid: Eating Animation 1.9.1 | |
eaw: Eldritch Arcane Workings 1.0.4 | |
echochest: Echo Chest 4.0.2 | |
echoingdepths: Echoing Descent 1.0.0-1.19.2 | |
edenring: EdenRing 0.6.4 | |
editenchanting: Disenchantment Edit Table 1.1.0 | |
editsign: EditSign 2.6.0 | |
effective: Effective 1.4 | |
effectivecrystals: Effective Crystals 1.1 | |
eldritch_mobs: EldritchMobs 1.13.1 | |
polymer: Polymer (Core) 0.2.18+1.19.2 | |
packet_tweaker: Packet Tweaker 0.3.0+1.18.2 | |
polymer-registry-sync-manipulator: Polymer Registry Sync Manipulator 0.0.3+1.19.2 | |
polymer-blocks-ext: Polymer Blocks 0.1.0-alpha.9+1.19.2 | |
server_translations_api: Server Translations API 1.4.18+1.19.2 | |
elementalcreepers: Elemental Creepers: Refabricated 1.4.3+1.19 | |
yet-another-config-lib: YetAnotherConfigLib 1.6.0 | |
enchantedtooltips: Enchanted ToolTips 1.3.7-1.19 | |
kyrptconfig: Kyrpt Config 1.4.14-1.19 | |
enchanting-table-descriptions: Enchanting Table Descriptions 0.1.0+1.19 | |
enchantinginfuser: Enchanting Infuser 4.2.2 | |
enchantment-transfer: Enchantment Transfer 0.0.6-fabric-1.19.2 | |
enchdesc: EnchantmentDescriptions 13.0.14 | |
endercane: EnderCane 1.0.5 | |
endereyes: EnderEyes 1.0.0 | |
enderitemod: Enderite Mod 1.4.1 | |
enderscape: Enderscape 0.4.1-1.19.2 | |
endertap: Ender Tap 1.19.2-1.0.2 | |
enderzoology: Ender Zoology 4.0.1 | |
enhanced_attack_indicator: Enhanced Attack Indicator 1.0.4+1.19 | |
entity_texture_features: Entity Texture Features 4.4.4 | |
org_apache_httpcomponents_httpmime: httpmime 4.5.10 | |
essential_commands: Essential Commands 0.33.2-mc1.19.2 | |
ec-core: Essential Commands Core 1.3.0-mc1.19.2 | |
fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT | |
placeholder-api: Placeholder API 2.0.0-beta.7+1.19 | |
evilcreativefly: Creative Fly 1.0.2-1.19.2-fabric | |
expandeddelight: Expanded Delight 0.2.5.2 | |
expandedstorage: Expanded Storage 8.3.4 | |
explorify-fabric: Explorify 1.19-1.3.0 | |
extended_armor_bars: Extended Armor Bars 1.2.1 | |
extended_drawers: Extended Drawers 1.4.3+mc.1.19.2 | |
graphlib: Graph Lib 0.3.6+1.19.2 | |
mconfig: Mconfig 1.2.0+mc.1.19-rc1 | |
de_poiu_apron_apron: apron 2.1.1 | |
extractinator: Extractinator 2.0.1 | |
extrasounds: ExtraSounds 2.3.1+1.19.2-1.19.1 | |
advanced_runtime_resource_pack: Runtime Resource Pack 0.6.2 | |
soundcategories: Sound Categories 1.2.4+1.19 | |
extremesoundmuffler: Extreme sound muffler 3.37-fabric-1.19.2 | |
fiber: fiber 0.23.0-2 | |
exumenchantment: Exum Enchantment 1.0.0 | |
fabric-api: Fabric API 0.76.0+1.19.2 | |
fabric-api-base: Fabric API Base 0.4.15+8f4e8eb390 | |
fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.14+93d8cb8290 | |
fabric-biome-api-v1: Fabric Biome API (v1) 9.1.1+16f1e31390 | |
fabric-block-api-v1: Fabric Block API (v1) 1.0.2+e415d50e90 | |
fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.25+cafc6e8e90 | |
fabric-client-tags-api-v1: Fabric Client Tags 1.0.5+b35fea8390 | |
fabric-command-api-v1: Fabric Command API (v1) 1.2.16+f71b366f90 | |
fabric-command-api-v2: Fabric Command API (v2) 2.2.1+413cbbc790 | |
fabric-commands-v0: Fabric Commands (v0) 0.2.33+df3654b390 | |
fabric-containers-v0: Fabric Containers (v0) 0.1.41+df3654b390 | |
fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.2+7c6cd14d90 | |
fabric-convention-tags-v1: Fabric Convention Tags 1.3.0+4bc6e26290 | |
fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.8+aeb40ebe90 | |
fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.8+413cbbc790 | |
fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.35+0d0f210290 | |
fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.4+9244241690 | |
fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.34+562bff6e90 | |
fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.36+df3654b390 | |
fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.24+b6b6abb490 | |
fabric-item-api-v1: Fabric Item API (v1) 1.6.6+b7d1888890 | |
fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.39+9244241690 | |
fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.25+5c4fce2890 | |
fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.23+df3654b390 | |
fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.4+1b46dc7890 | |
fabric-loot-api-v2: Fabric Loot API (v2) 1.1.13+83a8659290 | |
fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.16+9e7660c690 | |
fabric-message-api-v1: Fabric Message API (v1) 5.0.7+93d8cb8290 | |
fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.24+33fbc73890 | |
fabric-models-v0: Fabric Models (v0) 0.3.21+c6af733c90 | |
fabric-networking-api-v1: Fabric Networking API (v1) 1.2.11+10eb22f490 | |
fabric-networking-v0: Fabric Networking (v0) 0.3.28+df3654b390 | |
fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.2.2+d8ef690890 | |
fabric-particles-v1: Fabric Particles (v1) 1.0.14+4d0d570390 | |
fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.1+413cbbc790 | |
fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.32+9244241690 | |
fabric-renderer-api-v1: Fabric Renderer API (v1) 1.2.1+1adbf27790 | |
fabric-renderer-indigo: Fabric Renderer - Indigo 0.8.0+1adbf27790 | |
fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.24+df3654b390 | |
fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.19+6e0787e690 | |
fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.11+4d0d570390 | |
fabric-rendering-v0: Fabric Rendering (v0) 1.1.27+df3654b390 | |
fabric-rendering-v1: Fabric Rendering (v1) 1.12.1+d8ef690890 | |
fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.2+aae9039d90 | |
fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.4+edbdcddb90 | |
fabric-screen-api-v1: Fabric Screen API (v1) 1.0.32+4d0d570390 | |
fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.7+1cc24b1b90 | |
fabric-sound-api-v1: Fabric Sound API (v1) 1.0.2+c4f28df590 | |
fabric-textures-v0: Fabric Textures (v0) 1.0.24+aeb40ebe90 | |
fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.6+413cbbc790 | |
fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.3+08b73de490 | |
fabric-furnaces: Fabric Furnaces 2.2.0-1.19.2 | |
fabric-language-kotlin: Fabric Language Kotlin 1.10.0+kotlin.1.9.0 | |
org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.0 | |
org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.0 | |
org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.0 | |
org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.0 | |
org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.21.0 | |
org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.7.2 | |
org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.7.2 | |
org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0 | |
org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.5.1 | |
org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.5.1 | |
org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.5.1 | |
fabricenchantments: Fabric Enchantments 0.9.0 | |
fabriclightsmodv2: fabriclightsmod 2.1.0 | |
fabricloader: Fabric Loader 0.14.21 | |
fabricshieldlib: Fabric Shield Lib 1.7-1.19.2 | |
farmersdelight: Farmer's Delight 1.19.2-1.3.9 | |
farmersrespite: Farmer's Respite 2.2.4 | |
farsighted-mobs: Farsighted Mobs 1.1-1.18-1.19 | |
ferritecore: FerriteCore 5.0.3 | |
fishontheline: Fish On The Line 3.0 | |
fluidlogged: Fluidlogged 1.2.0 | |
forgeconfigapiport: Forge Config API Port 4.2.11 | |
friendsandfoes: Friends&Foes 1.8.5 | |
com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.8 | |
frycmobvariants: Mob Variants 1.2.2+1.19.2 | |
fullstackwatchdog: FullStack Watchdog 1.0.1+1.19.2-fabric | |
fwaystones: Fabric Waystones 3.0.8+mc1.19.2 | |
fzzy_core: Fzzy Core 0.2.5+1.19 | |
galosphere: Galosphere 1.19.2-1.3.0 | |
gardens_of_the_dead: Gardens of the Dead 2.0.0 | |
geckolib3: Geckolib 3.1.40 | |
com_eliotlash_mclib_mclib: mclib 20 | |
geophilic: Geophilic 1.19-2.0.0c | |
gilded: Gilded Netherite 1.0.2 | |
go-fish: Go Fish 1.6.0-1.19.1 | |
grabbymobs: Grabby Mobs 1.1 | |
grapplemod: Grappling Hook Mod 1.19.2-v1.6 | |
guarding: Guarding 1.19.2+2.2.1 | |
guardvillagers: Guard Villagers Fabric 1.19.2-1.1.2 | |
gud_tomes: Tomes 1.0.0 | |
hangglider: Hang Glider 4.0.0 | |
hardcorerevival: Hardcore Revival 9.0.2 | |
heaven_dimension_: heaven_dimension_1.19 1.0.0 | |
hexal: Hexal 0.2.18 | |
lib39-core: Lib39 (Core) 1.5.0-pre2+1.19.2 | |
lib39-phantom: Lib39 (Phantom) 1.5.0-pre2+1.19.2 | |
hexcasting: Hex Casting 0.10.3 | |
hookshot: Hookshot 26.0 | |
horseexpert: Horse Expert 4.0.0 | |
hoverpets: Hover Pets 0.4.0 | |
iceberg: Iceberg 1.0.46 | |
illuminations: Illuminations 1.10.11 | |
improved_end: Improved End 1.19.2-1.0.6 | |
improvedmobs: Improved Mobs 1.19-1.11.0 | |
incantationem: Incantationem 1.1.6+1.19 | |
indium: Indium 1.0.9+mc1.19.2 | |
infusion_table: Infusion Table 1.2.0 | |
inventory_control_tweaks: Inventory Control Tweaks 1.3.25 | |
inventoryessentials: Inventory Essentials 5.0.2 | |
inventoryhud: Inventory HUD + 3.4.7 | |
inventoryprofilesnext: Inventory Profiles Next 1.10.6 | |
inventorysorter: Inventory Sorter 1.8.10-1.19 | |
iris: Iris 1.6.4 | |
io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13 | |
org_anarres_jcpp: jcpp 1.4.14 | |
org_antlr_antlr4-runtime: antlr4-runtime 4.11.1 | |
itemalchemy: Item Alchemy 0.7.0 | |
jade: Jade 8.7.3 | |
jadeaddons: Jade Addons 3.2.0 | |
java: OpenJDK 64-Bit Server VM 17 | |
jmi: JourneyMapIntegration 0.13-40 | |
journeymap: Journeymap 5.9.7 | |
journeymap-api-fabric: JourneyMap API 1.19.1-1.9-fabric-SNAPSHOT | |
just_end_anchor: Just An End Anchor 1.0.2 | |
justhammers: Just Hammers 1.0.0+mc1.19.2 | |
kaffees_dual_ride: Kaffee's Dual Ride 1.1.0 | |
kambrik: Kambrik 4.0-1.19.2 | |
keywizard: Keyboard Wizard v2.0.1 | |
kiwi: Kiwi Lib 8.3.3 | |
lambdynlights: LambDynamicLights 2.2.0+1.19.2 | |
pride: Pride Lib 1.1.2+1.19 | |
spruceui: SpruceUI 4.1.0+1.19.2 | |
lazydfu: LazyDFU 0.1.3 | |
legendarytooltips: Legendary Tooltips 1.3.3 | |
letmedespawn: Let Me Despawn fabric-1.0.2 | |
libipn: libIPN 3.0.2 | |
libraryferret: Library ferret 4.0.0 | |
lightstones: Lightstones 1.7.1 | |
lilwings: Lil' Wings 1.2.3 | |
milk: Milk Lib 1.0.48 | |
dripstone_fluid_lib: Dripstone Fluid Lib 2.0.0 | |
linkedstorage: Linked Storage 1.5.1-1.19 | |
liroth: Liroth 1.0.2 | |
lithereal: Lithereal 1.19.2-1.0.0 | |
lithium: Lithium 0.11.1 | |
lootintegrations: Loot integration Mod 1.19.2-3.1 | |
lootr: Lootr 0.4.27.67 | |
lovely_snails: Lovely Snails 1.1.0+1.19 | |
magiccombatwands: Magic Combat Wands 1.0.2 | |
magick: Magick: Potions and Pearls 1.3.5 | |
mcpitanlibarch: MCPitanLib 1.6.10-1.19.2-fabric | |
org_yaml_snakeyaml: snakeyaml 2.0 | |
memoryleakfix: Memory Leak Fix 1.0.0 | |
merchantmarkers: Merchant Markers 1.3.1 | |
midnightlib: MidnightLib 1.0.0 | |
minecraft: Minecraft 1.19.2 | |
minelib: mine11lib 0.1.3+1.19 | |
com_sksamuel_scrimage_scrimage-core: scrimage-core 4.0.31 | |
miningutility: Mining Utility 1.2.6+1.19 | |
missingwilds: Missing Wilds 1.1.2 | |
mixin-conflict-helper: Mixin Conflict Helper 1.2.0 | |
mixintrace: MixinTrace 1.1.1+1.17 | |
mob_captains_mr: Mob Captains 1-v2.1.0 | |
modmenu: Mod Menu 4.1.0 | |
more_gems: More Gems 1.4.53 | |
pugh_tools: Pugh Tools 1.3.23 | |
moreachievements: MoreAchievements 1.0.9 | |
moreberries: More Berries 1.5.1 | |
moreiotas: MoreIotas 0.0.4 | |
org_jblas_jblas: jblas 1.2.5 | |
moremobvariants: More Mob Variants 1.0.1 | |
morevillagers: More Villagers 4.0.2 | |
mousetweaks: Mouse Tweaks 2.22 | |
mystical_index: Mystical Index 1.19.2-0.2.0 | |
mythicupgrades: Mythic Upgrades 1.5.1 | |
namepain: Name Pain 1.5.0 | |
nears: Nears 1.2.3 | |
netherchested: Nether Chested 4.0.4 | |
netherportalfix: NetherPortalFix 10.0.1 | |
nethersdelight: Nether's Delight 1.0.1 | |
disable_custom_worlds_advice: Disable Custom Worlds Advice 3.0 | |
notenoughanimations: NotEnoughAnimations 1.6.2 | |
numismatic-overhaul: Numismatic Overhaul 0.2.8+1.19 | |
stacc: Stacc 1.3.3 | |
onsoulfire: On Soul Fire 1.19-2 | |
owo: oωo 0.9.3+1.19 | |
paradise_lost: Paradise Lost 2.1.0-beta+1.19.2 | |
gud_recipe_confidence: Recipe Confidence 1.0.2 | |
incubus_core: Incubus Core 1.9.4 | |
passiveendermen: Passive Endermen 4.2 | |
patchouli: Patchouli 1.19.2-77-FABRIC | |
pathunderfencegates: Path Under Fence Gates 1.3.0 | |
paucal: PAUCAL 0.5.0 | |
pehkui: Pehkui 3.7.7+1.14.4-1.20.1 | |
kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4 | |
phosphor: Phosphor 0.8.1 | |
player-animator: Player Animator 1.0.2 | |
polymorph: Polymorph 0.46.4+1.19.2 | |
spectrelib: SpectreLib 0.12.5+1.19.2 | |
potionblender: Potion-Blender 1.1.0 | |
primalstorage: PrimalStorage 1.2 | |
prism: Prism 1.0.3 | |
puzzleslib: Puzzles Lib 4.4.3 | |
quickhomes: QuickHomes 1.19.2-1.3.0 | |
randombonemealflowers: Random Bone Meal Flowers 4.1 | |
reacharound: Reacharound 1.1.2 | |
realisticfirespread: Realistic Fire Spread 1.19-2 | |
reaper: Reaper 1.0.4 | |
fake-player-api: Fake Player API 0.5.0 | |
recipe-book-delight: Recipe Book Delight 0.1.1-1.18.2 | |
dark-matter-base: Dark Matter Base 0.6.0-1.18.2 | |
dark-matter-enums: Dark Matter Enums 0.6.0-1.18.2 | |
dark-matter-minecraft: Dark Matter Minecraft 0.6.0-1.18.2 | |
dark-matter-recipe-book: Dark Matter Recipe Book 0.6.0-1.18.2 | |
reeses-sodium-options: Reese's Sodium Options 1.4.9+mc1.19.2-build.67 | |
regions_unexplored: Regions Unexplored 0.4.1+1.19.2 | |
regrowth: Regrowth 31.1.0 | |
reinfbarrel: Reinforced Barrels 2.3.0+1.19 | |
reinfcore: Reinforced Core 3.0.3+1.19 | |
reinfchest: Reinforced Chests 2.2.0+1.19 | |
reinfshulker: Reinforced Shulker Boxes 2.2.0+1.19 | |
replanter: Replanter 1.3 | |
replantingcrops: Replanting Crops 5.1 | |
reroll: Reroll 1.6.0-1.19 | |
omega-config-gui: Omega Config GUI 1.2.3-1.18.1 | |
cloth-config-lite: cloth-config-lite 2.0.6 | |
resourcechickens: Resource Chickens 1.19.2-Fabric-v1.3 | |
resourcefulconfig: Resourcefulconfig 1.0.20 | |
resourcefullib: Resourceful Lib 1.1.24 | |
revelationary: Revelationary 1.3.5 | |
riverredux: River Redux 0.3.0 | |
roughly_enough_loot_tables: Roughly Enough Loot Tables 1.19-1.0 | |
roughly_enough_trades: Roughly Enough Trades 1.19-1.0 | |
roughlyenoughitems: Roughly Enough Items 9.1.628 | |
error_notifier: Error Notifier 1.0.9 | |
roughlyenoughprofessions: Roughly Enough Professions 1.1.4 | |
roughlyenoughresources: Roughly Enough Resources 2.6.0 | |
roughlysearchable: Roughly Searchable 2.5.1+1.19.2 | |
runes: Runes 0.9.8+1.19 | |
runic_enchanting: Runic Enchanting 1.0 | |
satin: Satin 1.9.0 | |
silkspawners: SilkSpawners 1.1.2 | |
simplechunkloader: Simple Chunkloader 1.0.3 | |
sit: Sit 1.19-20 | |
smallships: Small Ships 2.0.0-a2.3 | |
smoothchunk: Smooth chunk save Mod 1.19.2-3.0 | |
snowrealmagic: Snow! Real Magic! 5.1.0 | |
snowundertrees: Snow Under Trees 1.0.0+1.19.2 | |
snowyleavesplus: SnowyLeavesPlus 0.1.5 | |
sodium: Sodium 0.4.4+build.18 | |
org_joml_joml: joml 1.10.4 | |
sodium-extra: Sodium Extra 0.4.16+mc1.19.2-build.90 | |
caffeineconfig: CaffeineConfig 1.0.0+1.17 | |
soulcrystal: Soul Crystal 1.0.1 | |
soulfired: Soul fire'd 3.2.0.0 | |
sound_physics_remastered: Sound Physics Remastered 1.19.2-1.0.18 | |
spectrum: Spectrum 1.6.12-1.19.2-leisure_time | |
additionalentityattributes: Additionalentityattributes 1.4.0+1.19.2 | |
arrowhead: Arrowhead 1.2.0-1.19.2 | |
step-height-entity-attribute: Step Height Entity Attribute 1.0.0 | |
spell_engine: Spell Engine 0.9.24+1.19 | |
spell_power: Spell Power Attribute 0.9.12+1.19 | |
spellbladenext: Spellblades and Such 1.0.27.1.2 | |
spellbound: Spellbound 1.12.1 | |
modify-drops-api: Modify Drops API 0.4.0.2 | |
spellbound_weapons_mr: Spellbound Weapons 4.0.1g | |
spiceoffabric: Spice of Fabric 1.6.0-beta.4+1.19.2 | |
capsaicin: Capsaicin 1.3.1+mc1.19.3 | |
coat: Coat 1.0.0-beta.18+mc22w17a | |
tweed4_annotated: tweed4_annotated 1.3.1+mc22w17a | |
tweed4_base: tweed4_base 1.7.1+mc22w17a | |
tweed4_data: tweed4_data 1.2.1+mc22w17a | |
tweed4_data_hjson: tweed4_data_hjson 1.1.1+mc22w17a | |
tweed4_tailor_coat: tweed4_tailor_coat 1.1.3+mc22w17a | |
tweed4_tailor_screen: tweed4_tailor_screen 1.1.1+mc22w17a | |
spiderstpo: Spiders 2.0 1.19.2-2.0.3 | |
spirit: Spirit 2.2.6 | |
spyglass-improvements: Spyglass Improvements 1.4+mc1.19+fabric | |
stackdeobfuscator: StackDeobfuscator 1.3.2+fabric.4bca927 | |
net_fabricmc_mapping-io: mapping-io 0.3.0 | |
supermartijn642configlib: SuperMartijn642's Config Lib 1.1.7 | |
supermartijn642corelib: SuperMartijn642's Core Lib 1.1.10+c | |
sweetberryfoods: Sweet Berry Foods 3.1.2 | |
tawct: Time & Wind Custom Ticker 1.4.3+1.19.2 | |
tenshilib: TenshiLib 1.19.2-1.6.15 | |
teplus: Technical Enchant+ 1.0.2-1.19.2 | |
terrablender: TerraBlender 2.0.1.136 | |
terrarianslimes: Terrarian Slimes 1.3.1-BETA+1.19 | |
the_bumblezone: The Bumblezone - Fabric 6.7.25+1.19.2 | |
thiccpackets: Extra Thicc Packets 1.17-1.19+ | |
tinyskeletons: Tiny Skeletons 4.2.2 | |
toms_storage: Tom's Simple Storage Mod 1.5.8 | |
totemmod: Wither Totems Mod 0.3.6-1.19-pre1 | |
travelersbackpack: Traveler's Backpack 1.19.2-8.2.26 | |
treechop: HT's TreeChop 0.17.6 | |
trinkets: Trinkets 3.4.2 | |
twilightforest: The Twilight Forest 4.2.357 | |
com_google_code_findbugs_jsr305: jsr305 3.0.2 | |
here-be-no-dragons: Here be no Dragons! 1.0.0 | |
javax_annotation_javax_annotation-api: javax.annotation-api 1.3.2 | |
porting_lib: Porting Lib 2.1.727+1.19.2 | |
forge_tags: Porting Lib Tags 3.0 | |
porting_lib_accessors: Porting Lib Accessors 2.1.727+1.19.2 | |
porting_lib_attributes: Porting Lib Attributes 2.1.727+1.19.2 | |
porting_lib_base: Porting Lib Base 2.1.727+1.19.2 | |
porting_lib_common: Porting Lib Common 2.1.727+1.19.2 | |
porting_lib_constants: Porting Lib Constants 2.1.727+1.19.2 | |
porting_lib_entity: Porting Lib Entity 2.1.727+1.19.2 | |
porting_lib_extensions: Porting Lib Extensions 2.1.727+1.19.2 | |
porting_lib_fake_players: Porting Lib Fake Players 2.1.727+1.19.2 | |
porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.727+1.19.2 | |
porting_lib_model_generators: Porting Lib Model Generators 2.1.727+1.19.2 | |
porting_lib_model_loader: Porting Lib Model Loader 2.1.727+1.19.2 | |
porting_lib_models: Porting Lib Models 2.1.727+1.19.2 | |
porting_lib_networking: Porting Lib Networking 2.1.727+1.19.2 | |
porting_lib_obj_loader: Porting Lib Obj Loader 2.1.727+1.19.2 | |
porting_lib_transfer: Porting Lib Transfer 2.1.727+1.19.2 | |
serialization_hooks: Serialization Hooks 0.3.26 | |
vanilla-hammers: Vanilla Hammers 3.5.0-1.19.2 | |
magna: Magna 1.8.0-1.19.2 | |
static-content: Static Content 1.0.2-1.16.2 | |
staticdata: Static Data 1.1.2 | |
vc_gliders: Gliders 1.1.2 | |
palladiumcore: PalladiumCore 1.19.2-1.4.1.1 | |
visuality: Visuality 0.5.6 | |
visualoverhaul: VisualOverhaul 4.1.1 | |
vitalize: Vitalize 1.1.1 | |
voidtotem: Void Totem 2.1.0 | |
walllanterns: Lanterns Belong on Walls 1.4.0-1.19 | |
whisperwoods: Whisperwoods 1.19-2.1.1 | |
wilderwild: Wilder Wild 2.0.6-Fabric+1.19.2 | |
frozenlib: FrozenLib 1.2.6-Fabric+1.19.2 | |
blue_endless_jankson: jankson 1.2.2 | |
nbtcrafting: NBT Crafting 2.2.3+mc1.19 | |
wildfirefly: Wild FireFly 1.19.x-1.2.1-release | |
wildlife: Wildlife 1.19.2-2.3 | |
windchimes: Windchimes 1.2.1 | |
wondrouswilds: Wondrous Wilds 1.19.2-1.1.6 | |
wwoo: William Wythers' Overhauled Overworld 3.1.9.1 | |
xaerominimap: Xaero's Minimap 23.5.0 | |
xaeroworldmap: Xaero's World Map 1.30.6 | |
xp_storage: XP Storage 1.4.3+1.19 | |
xp_storage_trinkets: XP Storage - Trinkets 0.1+1.19 | |
xps: Xp Obelisk 0.4.9-r+1.19.2-Fabric | |
xps_additions: XP Obelisk Additions 0.1.9-r+1.19.2-Fabric | |
yigd: You're in Grave Danger 1.4.9 | |
Launched Version: fabric-loader-0.14.21-1.19.2 | |
Backend library: LWJGL version 3.3.1 SNAPSHOT | |
Backend API: Unknown | |
Window size: <not initialized> | |
GL Caps: Using framebuffer using OpenGL 3.2 | |
GL debug messages: <disabled> | |
Using VBOs: Yes | |
Is Modded: Definitely; Client brand changed to 'fabric' | |
Type: Client (map_client.txt) | |
CPU: <unknown> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment