1 | ---- Minecraft Crash Report ----
|
2 |
|
3 | |
4 | =========================
|
5 | SINYTRA CONNECTOR IS PRESENT!
|
6 | Please verify issues are not caused by Connector before reporting them to mod authors.
|
7 | |
8 | =========================
|
9 |
|
10 | // Embeddium instance tainted by mods: [oculus, embeddium_extra]
|
11 | |
12 | |
13 | |
14 |
|
15 | Time: 2025-01-31 15:33:18
|
16 | Description: Rendering overlay
|
17 |
|
18 | java.lang.RuntimeException: java.io.FileNotFoundException: cobblemon:models/block/restoration_tank_fluid_bubbling.json
|
19 | at net.minecraft.client.resources.model.ModelBakery.md7443ac$lambda$init$0$0(ModelBakery.java:3060) ~[client-1.20.1-20230612.114412-srg.jar%23828!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
|
20 | at java.util.ArrayList.forEach(Unknown Source) ~[?:?] {re:mixin}
|
21 | at net.minecraft.client.resources.model.ModelBakery.handler$don000$init(ModelBakery.java:3054) ~[client-1.20.1-20230612.114412-srg.jar%23828!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
|
22 | at net.minecraft.client.resources.model.ModelBakery.<init>(ModelBakery.java:167) ~[client-1.20.1-20230612.114412-srg.jar%23828!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
|
23 | at net.minecraft.client.resources.model.ModelManager.m_246505_(ModelManager.java:83) ~[client-1.20.1-20230612.114412-srg.jar%23828!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
|
24 | at net.minecraft.client.resources.model.ModelManager.md7443ac$fabric_model_loading_api_v1$lambda$loadModelPluginData$0$0(ModelManager.java:2069) ~[client-1.20.1-20230612.114412-srg.jar%23828!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
|
25 | at java.util.concurrent.CompletableFuture.biApply(Unknown Source) ~[?:?] {re:mixin}
|
26 | at java.util.concurrent.CompletableFuture$BiApply.tryFire(Unknown Source) ~[?:?] {}
|
27 | at java.util.concurrent.CompletableFuture$Completion.exec(Unknown Source) ~[?:?] {}
|
28 | at java.util.concurrent.ForkJoinTask.doExec(Unknown Source) ~[?:?] {}
|
29 | at java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(Unknown Source) ~[?:?] {}
|
30 | at java.util.concurrent.ForkJoinPool.scan(Unknown Source) ~[?:?] {re:mixin,re:computing_frames}
|
31 | at java.util.concurrent.ForkJoinPool.runWorker(Unknown Source) ~[?:?] {re:mixin,re:computing_frames}
|
32 | at java.util.concurrent.ForkJoinWorkerThread.run(Unknown Source) ~[?:?] {re:mixin}
|
33 | Caused by: java.io.FileNotFoundException: cobblemon:models/block/restoration_tank_fluid_bubbling.json
|
34 | at net.minecraft.client.resources.model.ModelBakery.m_119364_(ModelBakery.java:417) ~[client-1.20.1-20230612.114412-srg.jar%23828!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
|
35 | at net.minecraft.client.resources.model.ModelBakery.md7443ac$lambda$init$0$0(ModelBakery.java:3056) ~[client-1.20.1-20230612.114412-srg.jar%23828!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
|
36 | ... 13 more
|
37 |
|
38 |
|
39 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
40 | ---------------------------------------------------------------------------------------
|
41 |
|
42 | -- Head --
|
43 | Thread: Render thread
|
44 | Suspected Mods:
|
45 | Fabric Model Loading API (v1) (fabric_model_loading_api_v1), Version: 1.0.3+6274ab9d77
|
46 | Mixin class: net.fabricmc.fabric.mixin.client.model.loading.BakedModelManagerMixin
|
47 | Target: net.minecraft.client.resources.model.ModelManager
|
48 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.client.resources.model.ModelManager.md7443ac$fabric_model_loading_api_v1$lambda$loadModelPluginData$0$0(ModelManager.java:2069)
|
49 |
|
50 | Cobblemon (cobblemon), Version: 1.5.2+1.20.1
|
51 | Issue tracker URL: https://gitlab.com/cable-mc/cobblemon/-/issues
|
52 | Mixin class: com.cobblemon.mod.common.mixin.ModelLoaderMixin
|
53 | Target: net.minecraft.client.resources.model.ModelBakery
|
54 | at TRANSFORMER/minecraft@1.20.1/net.minecraft.client.resources.model.ModelBakery.md7443ac$lambda$init$0$0(ModelBakery.java:3060)
|
55 | Stacktrace:
|
56 | at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:957) ~[client-1.20.1-20230612.114412-srg.jar%23828!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:polytone-common.mixins.json:GameRendererMixin from mod polytone,pl:mixin:APP:moonlight-common.mixins.json:GameRendererMixin from mod moonlight,pl:mixin:APP:mixins.oculus.json:GameRendererAccessor from mod oculus,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer from mod oculus,pl:mixin:APP:mixins.oculus.json:MixinModelViewBobbing from mod oculus,pl:mixin:APP:dynamic_fps-common.mixins.json:GameRendererMixin from mod dynamic_fps,pl:mixin:APP:shouldersurfing.common.mixins.json:GameRendererAccessor from mod shouldersurfing,pl:mixin:APP:shouldersurfing.common.mixins.json:MixinGameRenderer from mod shouldersurfing,pl:mixin:APP:immediatelyfast-common.mixins.json:core.compat.MixinGameRenderer from mod immediatelyfast,pl:mixin:APP:fancymenu.forge.mixins.json:client.MixinForgeGameRenderer from mod fancymenu,pl:mixin:APP:embeddiumplus.mixin.json:darkness.GameRendererMixin from mod embeddiumplus,pl:mixin:APP:mixins.cobblemon-common.json:GameRendererMixin from mod (unknown),pl:mixin:APP:fastload.mixins.json:client.GameRendererMixin from mod fastload,pl:mixin:APP:zeta_forge.mixins.json:client.GameRenderMixin from mod zeta,pl:mixin:APP:sodium-extra.mixins.json:prevent_shaders.MixinGameRenderer from mod embeddium_extra,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinGameRenderer from mod railways,pl:mixin:APP:brewery-common.mixins.json:GameRendererMixin from mod brewery,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin from mod supplementaries,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor from mod create,pl:mixin:APP:create.mixins.json:client.GameRendererMixin from mod create,pl:mixin:APP:embeddium.mixins.json:features.gui.hooks.console.GameRendererMixin from mod embeddium,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer_NightVisionCompat from mod oculus,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
|
57 | -- Overlay render details --
|
58 | Details:
|
59 | Overlay name: net.minecraftforge.client.loading.ForgeLoadingOverlay
|
60 | Stacktrace:
|
61 | at net.minecraft.client.renderer.GameRenderer.m_109093_(GameRenderer.java:957) ~[client-1.20.1-20230612.114412-srg.jar%23828!/:?] {re:mixin,pl:accesstransformer:B,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,pl:mixin:APP:polytone-common.mixins.json:GameRendererMixin from mod polytone,pl:mixin:APP:moonlight-common.mixins.json:GameRendererMixin from mod moonlight,pl:mixin:APP:mixins.oculus.json:GameRendererAccessor from mod oculus,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer from mod oculus,pl:mixin:APP:mixins.oculus.json:MixinModelViewBobbing from mod oculus,pl:mixin:APP:dynamic_fps-common.mixins.json:GameRendererMixin from mod dynamic_fps,pl:mixin:APP:shouldersurfing.common.mixins.json:GameRendererAccessor from mod shouldersurfing,pl:mixin:APP:shouldersurfing.common.mixins.json:MixinGameRenderer from mod shouldersurfing,pl:mixin:APP:immediatelyfast-common.mixins.json:core.compat.MixinGameRenderer from mod immediatelyfast,pl:mixin:APP:fancymenu.forge.mixins.json:client.MixinForgeGameRenderer from mod fancymenu,pl:mixin:APP:embeddiumplus.mixin.json:darkness.GameRendererMixin from mod embeddiumplus,pl:mixin:APP:mixins.cobblemon-common.json:GameRendererMixin from mod (unknown),pl:mixin:APP:fastload.mixins.json:client.GameRendererMixin from mod fastload,pl:mixin:APP:zeta_forge.mixins.json:client.GameRenderMixin from mod zeta,pl:mixin:APP:sodium-extra.mixins.json:prevent_shaders.MixinGameRenderer from mod embeddium_extra,pl:mixin:APP:railways-common.mixins.json:conductor_possession.MixinGameRenderer from mod railways,pl:mixin:APP:brewery-common.mixins.json:GameRendererMixin from mod brewery,pl:mixin:APP:supplementaries-common.mixins.json:GameRendererMixin from mod supplementaries,pl:mixin:APP:create.mixins.json:accessor.GameRendererAccessor from mod create,pl:mixin:APP:create.mixins.json:client.GameRendererMixin from mod create,pl:mixin:APP:embeddium.mixins.json:features.gui.hooks.console.GameRendererMixin from mod embeddium,pl:mixin:APP:mixins.oculus.json:MixinGameRenderer_NightVisionCompat from mod oculus,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
|
62 | at net.minecraft.client.Minecraft.m_91383_(Minecraft.java:1146) ~[client-1.20.1-20230612.114412-srg.jar%23828!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
|
63 | at net.minecraft.client.Minecraft.m_91374_(Minecraft.java:718) ~[client-1.20.1-20230612.114412-srg.jar%23828!/:?] {re:mixin,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:accesstransformer:B,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick,xf:fml:xaeroworldmap:xaero_wm_minecraft_runtick_render_call,xf:fml:xaerominimap:xaero_minecraftclient,xf:fml:xaeroworldmap:xaero_wm_minecraftclient,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
|
64 | at net.minecraft.client.main.Main.main(Main.java:218) ~[1.20.1-47.3.27.jar:?] {re:mixin,pl:connector_pre_launch:A,pl:runtimedistcleaner:A,re:classloading,pl:mixin:APP:flywheel.mixins.json:ClientMainMixin from mod flywheel,pl:mixin:APP:blinkload-common.mixins.json:client.main.ClientMainMixin from mod blinkload,pl:mixin:A,pl:connector_pre_launch:A,pl:runtimedistcleaner:A}
|
65 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:?] {}
|
66 | at jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
|
67 | at jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:?] {}
|
68 | at java.lang.reflect.Method.invoke(Unknown Source) ~[?:?] {re:mixin}
|
69 | at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.runTarget(CommonLaunchHandler.java:111) ~[fmlloader-1.20.1-47.3.27.jar:?] {}
|
70 | at net.minecraftforge.fml.loading.targets.CommonLaunchHandler.clientService(CommonLaunchHandler.java:99) ~[fmlloader-1.20.1-47.3.27.jar:?] {}
|
71 | at net.minecraftforge.fml.loading.targets.CommonClientLaunchHandler.lambda$makeService$0(CommonClientLaunchHandler.java:25) ~[fmlloader-1.20.1-47.3.27.jar:?] {}
|
72 | at cpw.mods.modlauncher.LaunchServiceHandlerDecorator.launch(LaunchServiceHandlerDecorator.java:30) ~[modlauncher-10.0.9.jar:?] {}
|
73 | at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:53) ~[modlauncher-10.0.9.jar:?] {}
|
74 | at cpw.mods.modlauncher.LaunchServiceHandler.launch(LaunchServiceHandler.java:71) ~[modlauncher-10.0.9.jar:?] {}
|
75 | at cpw.mods.modlauncher.Launcher.run(Launcher.java:108) ~[modlauncher-10.0.9.jar:?] {}
|
76 | at cpw.mods.modlauncher.Launcher.main(Launcher.java:78) ~[modlauncher-10.0.9.jar:?] {}
|
77 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:26) ~[modlauncher-10.0.9.jar:?] {}
|
78 | at cpw.mods.modlauncher.BootstrapLaunchConsumer.accept(BootstrapLaunchConsumer.java:23) ~[modlauncher-10.0.9.jar:?] {}
|
79 | at cpw.mods.bootstraplauncher.BootstrapLauncher.main(BootstrapLauncher.java:141) ~[bootstraplauncher-1.1.2.jar:?] {}
|
80 |
|
81 |
|
82 | -- Last reload --
|
83 | Details:
|
84 | Reload number: 1
|
85 | Reload reason: initial
|
86 | Finished: No
|
87 | Packs: vanilla
|
88 |
|
89 | -- Cobblemon --
|
90 | Details:
|
91 | Version: 1.5.2
|
92 | Is Snapshot: false
|
93 | Git Commit: df8f078 (https://gitlab.com/cable-mc/cobblemon/-/commit/df8f078d13702ab9a000438910b822ceffbb2248)
|
94 | Branch: HEAD
|
95 |
|
96 | -- System Details --
|
97 | Details:
|
98 | Minecraft Version: 1.20.1
|
99 | Minecraft Version ID: 1.20.1
|
100 | Operating System: Windows 10 (amd64) version 10.0
|
101 | Java Version: 17.0.13, Azul Systems, Inc.
|
102 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Azul Systems, Inc.
|
103 | Memory: 1080210968 bytes (1030 MiB) / 2432696320 bytes (2320 MiB) up to 12884901888 bytes (12288 MiB)
|
104 | CPUs: 16
|
105 | Processor Vendor: AuthenticAMD
|
106 | Processor Name: AMD Ryzen 7 3800X 8-Core Processor
|
107 | Identifier: AuthenticAMD Family 23 Model 113 Stepping 0
|
108 | Microarchitecture: Zen 2
|
109 | Frequency (GHz): 3.89
|
110 | Number of physical packages: 1
|
111 | Number of physical CPUs: 8
|
112 | Number of logical CPUs: 16
|
113 | Graphics card #0 name: NVIDIA GeForce RTX 2070 SUPER
|
114 | Graphics card #0 vendor: NVIDIA (0x10de)
|
115 | Graphics card #0 VRAM (MB): 4095.00
|
116 | Graphics card #0 deviceId: 0x1e84
|
117 | Graphics card #0 versionInfo: DriverVersion=32.0.15.6636
|
118 | Memory slot #0 capacity (MB): 16384.00
|
119 | Memory slot #0 clockSpeed (GHz): 3.60
|
120 | Memory slot #0 type: DDR4
|
121 | Memory slot #1 capacity (MB): 16384.00
|
122 | Memory slot #1 clockSpeed (GHz): 3.60
|
123 | Memory slot #1 type: DDR4
|
124 | Virtual memory max (MB): 37580.06
|
125 | Virtual memory used (MB): 14946.36
|
126 | Swap memory total (MB): 4864.00
|
127 | Swap memory used (MB): 0.00
|
128 | JVM Flags: 2 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xmx12288M
|
129 | Loaded Shaderpack: ComplementaryReimagined_r5.3.zip
|
130 | Profile: HIGH (+0 options changed by user)
|
131 | Launched Version: 1.20.1
|
132 | Backend library: LWJGL version 3.3.1 build 7
|
133 | Backend API: NVIDIA GeForce RTX 2070 SUPER/PCIe/SSE2 GL version 4.6.0 NVIDIA 566.36, NVIDIA Corporation
|
134 | Window size: 1920x1080
|
135 | GL Caps: Using framebuffer using OpenGL 3.2
|
136 | GL debug messages:
|
137 | Using VBOs: Yes
|
138 | Is Modded: Definitely; Client brand changed to 'forge'
|
139 | Type: Client (map_client.txt)
|
140 | Graphics mode: fast
|
141 | Resource Packs:
|
142 | Current Language: en_us
|
143 | CPU: 16x AMD Ryzen 7 3800X 8-Core Processor
|
144 | Sinytra Connector: 1.0.0-beta.46+1.20.1
|
145 | SINYTRA CONNECTOR IS PRESENT!
|
146 | Please verify issues are not caused by Connector before reporting them to mod authors. If you're unsure, file a report on Connector's issue tracker.
|
147 | |
148 | Installed Fabric mods:
|
149 | | ================================================== | ============================== | ============================== | ==================== |
|
150 | | worldgen-profiling-1.3.1_mapped_srg_1.20.1.jar | Worldgen Profiling | worldgen_profiling | 1.3.1 |
|
151 | | continuity-3.0.0+1.20.1.forge_mapped_srg_1.20.1.ja | Continuity | continuity | **.**.**.**.1.forge |
|
152 | ModLauncher: 10.0.9+10.0.9+main.dcd20f30
|
153 | ModLauncher launch target: forgeclient
|
154 | ModLauncher naming: srg
|
155 | ModLauncher services:
|
156 | mixin-0.8.5.jar mixin PLUGINSERVICE
|
157 | eventbus-6.0.5.jar eventbus PLUGINSERVICE
|
158 | fmlloader-1.20.1-47.3.27.jar slf4jfixer PLUGINSERVICE
|
159 | fmlloader-1.20.1-47.3.27.jar object_holder_definalize PLUGINSERVICE
|
160 | fmlloader-1.20.1-47.3.27.jar runtime_enum_extender PLUGINSERVICE
|
161 | fmlloader-1.20.1-47.3.27.jar capability_token_subclass PLUGINSERVICE
|
162 | accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
|
163 | fmlloader-1.20.1-47.3.27.jar runtimedistcleaner PLUGINSERVICE
|
164 | modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
|
165 | modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
|
166 | modlauncher-10.0.9.jar mixin-transmogrifier TRANSFORMATIONSERVICE
|
167 | modlauncher-10.0.9.jar connector_loader TRANSFORMATIONSERVICE
|
168 | FML Language Providers:
|
169 | minecraft@1.0
|
170 | kotlinforforge@4.11.0
|
171 | javafml@null
|
172 | lowcodefml@null
|
173 | Mod List:
|
174 | create_lt-1.0.1-forge-mc1.20.1.jar |Create: Less Ticking |create_lt |1.0.1-forge-mc1.20.1|COMMON_SET|Manifest: NOSIGNATURE
|
175 | YungsBetterDungeons-1.20-Forge-4.0.4.jar |YUNG's Better Dungeons |betterdungeons |1.20-Forge-4.0.4 |COMMON_SET|Manifest: NOSIGNATURE
|
176 | fabric-rendering-fluids-v1-3.0.28+4ac5e37a77.jar |Fabric Rendering Fluids (v1) |fabric_rendering_fluids_v1 |3.0.28+4ac5e37a77 |COMMON_SET|Manifest: NOSIGNATURE
|
177 | fabric-models-v0-0.4.2+7c3892a477.jar |Fabric Models (v0) |fabric_models_v0 |0.4.2+7c3892a477 |COMMON_SET|Manifest: NOSIGNATURE
|
178 | critter-forge-0.1-beta.14.jar |Critter Library |critter_lib |0.1-beta.14 |COMMON_SET|Manifest: NOSIGNATURE
|
179 | macawsroofsbyg-1.20.1-1.0.jar |Macaw's Roofs - BYG |macawsroofsbyg |1.20.1-1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
180 | modernfix-forge-5.20.2+mc1.20.1.jar |ModernFix |modernfix |5.20.2+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
181 | fabric-command-api-v1-1.2.34+f71b366f77.jar |Fabric Command API (v1) |fabric_command_api_v1 |1.2.34+f71b366f77 |COMMON_SET|Manifest: NOSIGNATURE
|
182 | fabric-block-view-api-v2-1.0.1+0767707077.jar |Fabric BlockView API (v2) |fabric_block_view_api_v2 |1.0.1+0767707077 |COMMON_SET|Manifest: NOSIGNATURE
|
183 | fabric-command-api-v2-2.2.13+561530ec77.jar |Fabric Command API (v2) |fabric_command_api_v2 |2.2.13+561530ec77 |COMMON_SET|Manifest: NOSIGNATURE
|
184 | memoryusagescreen-forge-mc1.20-1.9.0.jar |Memory Usage Screen |memoryusagescreen |1.9.0 |COMMON_SET|Manifest: NOSIGNATURE
|
185 | YungsApi-1.20-Forge-4.0.6.jar |YUNG's API |yungsapi |1.20-Forge-4.0.6 |COMMON_SET|Manifest: NOSIGNATURE
|
186 | bbb-1.20.1-forge-1.1.1.jar |Building But Better |bbb |1.20.1-1.1.1 |COMMON_SET|Manifest: NOSIGNATURE
|
187 | createdieselgenerators-1.20.1-1.2i.jar |Create Diesel Generators |createdieselgenerators |1.20.1-1.2i |COMMON_SET|Manifest: NOSIGNATURE
|
188 | create-new-age-forge-1.20.1-1.1.2.jar |Create: New Age |create_new_age |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
|
189 | YungsBetterNetherFortresses-1.20-Forge-2.0.6.jar |YUNG's Better Nether Fortresse|betterfortresses |1.20-Forge-2.0.6 |COMMON_SET|Manifest: NOSIGNATURE
|
190 | cloth-config-11.1.136-forge.jar |Cloth Config v10 API |cloth_config |11.1.136 |COMMON_SET|Manifest: NOSIGNATURE
|
191 | embeddium-0.3.31+mc1.20.1.jar |Embeddium |embeddium |0.3.31+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
192 | handcrafted-forge-1.20.1-3.0.6.jar |Handcrafted |handcrafted |3.0.6 |COMMON_SET|Manifest: NOSIGNATURE
|
193 | repurposed_structures-7.1.15+1.20.1-forge.jar |Repurposed Structures |repurposed_structures |7.1.15+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
|
194 | BetterCompatibilityChecker-3.0.1-build.58+mc1.20.j|Better Compatibility Checker |bcc |3.0.1-build.58+mc1.2|COMMON_SET|Manifest: NOSIGNATURE
|
195 | Amplified_Nether_1.20.x_v1.2.5.jar |Amplified Nether |amplified_nether |1.2.5 |COMMON_SET|Manifest: NOSIGNATURE
|
196 | Highlighter-1.20.1-forge-1.1.9.jar |Highlighter |highlighter |1.1.9 |COMMON_SET|Manifest: NOSIGNATURE
|
197 | PhilipsRuins1.20.1-4.8.jar |Philips Ruins |philipsruins |4.6 |COMMON_SET|Manifest: NOSIGNATURE
|
198 | imst_n-1.1.0.jar |Immersive Structures:Nether ed|imst_n |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
199 | oculus-mc1.20.1-1.8.0.jar |Oculus |oculus |1.8.0 |COMMON_SET|Manifest: NOSIGNATURE
|
200 | trading_floor-1.1.7+forge-1.20.1.jar |Create: Trading Floor |trading_floor |1.1.7+forge-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
201 | bettervillage-forge-1.20.1-3.2.0.jar |Better village |bettervillage |3.2.0 |COMMON_SET|Manifest: NOSIGNATURE
|
202 | noisium-forge-2.3.0+mc1.20-1.20.1.jar |Noisium |noisium |2.3.0+mc1.20-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
203 | mcw-roofs-2.3.1-mc1.20.1forge.jar |Macaw's Roofs |mcwroofs |2.3.1 |COMMON_SET|Manifest: NOSIGNATURE
|
204 | YungsBetterEndIsland-1.20-Forge-2.0.6.jar |YUNG's Better End Island |betterendisland |1.20-Forge-2.0.6 |COMMON_SET|Manifest: NOSIGNATURE
|
205 | dynamic-fps-3.7.7+minecraft-1.20.0-forge.jar |Dynamic FPS |dynamic_fps |3.7.7 |COMMON_SET|Manifest: NOSIGNATURE
|
206 | fabric-rendering-data-attachment-v1-0.3.37+a6081af|Fabric Rendering Data Attachme|fabric_rendering_data_attachme|0.3.37+a6081afc77 |COMMON_SET|Manifest: NOSIGNATURE
|
207 | lootintegrations_moog-1.3.jar |lootintegrations_moog mod |lootintegrations_moog |1 |COMMON_SET|Manifest: NOSIGNATURE
|
208 | toms_storage-1.20-1.7.0.jar |Tom's Simple Storage Mod |toms_storage |1.7.0 |COMMON_SET|Manifest: NOSIGNATURE
|
209 | cobblemon-unchained-1.5-forge-1.0.1.jar |Cobblemon Unchained |unchained |1.5-forge-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
210 | FastLeafDecay-32.jar |Fast Leaf Decay |fastleafdecay |32 |COMMON_SET|Manifest: NOSIGNATURE
|
211 | createteleporters2.2-1.20.1.jar |Create Teleporters |createteleporters |2.2 |COMMON_SET|Manifest: NOSIGNATURE
|
212 | mcw-lights-1.1.0-mc1.20.1forge.jar |Macaw's Lights and Lamps |mcwlights |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
213 | YungsBetterJungleTemples-1.20-Forge-2.0.5.jar |YUNG's Better Jungle Temples |betterjungletemples |1.20-Forge-2.0.5 |COMMON_SET|Manifest: NOSIGNATURE
|
214 | fabric-client-tags-api-v1-1.1.2+5d6761b877.jar |Fabric Client Tags |fabric_client_tags_api_v1 |1.1.2+5d6761b877 |COMMON_SET|Manifest: NOSIGNATURE
|
215 | SmartBrainLib-forge-1.20.1-1.15.jar |SmartBrainLib |smartbrainlib |1.15 |COMMON_SET|Manifest: NOSIGNATURE
|
216 | radium-mc1.20.1-0.12.4+git.26c9d8e.jar |Radium |radium |0.12.4+git.26c9d8e |COMMON_SET|Manifest: NOSIGNATURE
|
217 | bellsandwhistles-0.4.3-1.20.x.jar |Create: Bells & Whistles |bellsandwhistles |0.4.3-1.20.x |COMMON_SET|Manifest: NOSIGNATURE
|
218 | rechiseled-1.1.6-forge-mc1.20.jar |Rechiseled |rechiseled |1.1.6 |COMMON_SET|Manifest: NOSIGNATURE
|
219 | createcobblestone-1.4.4-beta-2+forge-1.20.1-91.jar|Create cobblestone |createcobblestone |1.4.4-beta-2+forge-1|COMMON_SET|Manifest: NOSIGNATURE
|
220 | cobble_contests-v1.0.1-forge.jar |Cobble Contests |cobble_contests |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
221 | VisualWorkbench-v8.0.0-1.20.1-Forge.jar |Visual Workbench |visualworkbench |8.0.0 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
222 | fabric-screen-handler-api-v1-1.3.30+561530ec77.jar|Fabric Screen Handler API (v1)|fabric_screen_handler_api_v1 |1.3.30+561530ec77 |COMMON_SET|Manifest: NOSIGNATURE
|
223 | flerovium-forge-1.20.1-1.2.2-all.jar |Flerovium |flerovium |1.2.2 |COMMON_SET|Manifest: NOSIGNATURE
|
224 | libraryferret-forge-1.20.1-4.0.0.jar |Library ferret |libraryferret |4.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
225 | fastasyncworldsave-1.20.1-2.3.jar |fastasyncworldsave mod |fastasyncworldsave |1.20.1-2.3 |COMMON_SET|Manifest: NOSIGNATURE
|
226 | integrated_api-1.5.1+1.20.1-forge.jar |Integrated API |integrated_api |1.5.1+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
|
227 | create_high_pressure-1.1.0.jar |Create: High Pressure |create_high_pressure |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
228 | rechiseledcreate-1.0.2-forge-mc1.20.jar |Rechiseled: Create |rechiseledcreate |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
229 | midnightlib-forge-1.4.2.jar |MidnightLib |midnightlib |1.4.2 |COMMON_SET|Manifest: NOSIGNATURE
|
230 | fusion-1.2.3-forge-mc1.20.1.jar |Fusion |fusion |1.2.3 |COMMON_SET|Manifest: NOSIGNATURE
|
231 | fabric-particles-v1-1.1.2+78e1ecb877.jar |Fabric Particles (v1) |fabric_particles_v1 |1.1.2+78e1ecb877 |COMMON_SET|Manifest: NOSIGNATURE
|
232 | tectonic-forge-1.20.1-2.4.1.jar |Tectonic |tectonic |2.4.1 |COMMON_SET|Manifest: NOSIGNATURE
|
233 | client-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
234 | create_easy_structures-0.1.2-forge-1.20.1.jar |Create: Easy Structures |create_easy_structures |0.1.2 |COMMON_SET|Manifest: NOSIGNATURE
|
235 | remote_player_waypoints_for_xaero-forge-3.2.3-1.20|Remote Player Waypoints For Xa|remote_player_waypoints_for_xa|3.2.3 |COMMON_SET|Manifest: NOSIGNATURE
|
236 | smoothchunk-1.20.1-4.0.jar |Smoothchunk mod |smoothchunk |1.20.1-4.0 |COMMON_SET|Manifest: NOSIGNATURE
|
237 | ShoulderSurfing-Forge-1.20.1-4.9.1.jar |Shoulder Surfing Reloaded |shouldersurfing |1.20.1-4.9.1 |COMMON_SET|Manifest: NOSIGNATURE
|
238 | createslugma-1.20.1-forge-1.0.3.jar |Create Slugma |createslugma |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
239 | eggs-cobblemon-addon-0.4.jar |Eggs - Cobblemon Addon |mr_eggs_cobblemonaddon |0.4 |COMMON_SET|Manifest: NOSIGNATURE
|
240 | fabric-block-api-v1-1.0.11+0e6cb7f777.jar |Fabric Block API (v1) |fabric_block_api_v1 |1.0.11+0e6cb7f777 |COMMON_SET|Manifest: NOSIGNATURE
|
241 | Corgilib-Forge-1.20.1-4.0.3.3.jar |CorgiLib |corgilib |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
242 | fabric-resource-conditions-api-v1-2.3.8+9ad825cd77|Fabric Resource Conditions API|fabric_resource_conditions_api|2.3.8+9ad825cd77 |COMMON_SET|Manifest: NOSIGNATURE
|
243 | betterfpsdist-1.20.1-6.0.jar |betterfpsdist mod |betterfpsdist |1.20.1-6.0 |COMMON_SET|Manifest: NOSIGNATURE
|
244 | notenoughanimations-forge-1.9.1-mc1.20.1.jar |NotEnoughAnimations |notenoughanimations |1.9.1 |COMMON_SET|Manifest: NOSIGNATURE
|
245 | flywheel-forge-1.20.1-0.6.11-13.jar |Flywheel |flywheel |0.6.11-13 |COMMON_SET|Manifest: NOSIGNATURE
|
246 | create_simple_ore_doubling-1.5.0-forge-1.20.1.jar |Create: Simple Ore Doubling |create_simple_ore_doubling |1.5.0 |COMMON_SET|Manifest: NOSIGNATURE
|
247 | bocchium-1.20.1-0.0.3.jar |Bocchium |bocchium |1.20.1-0.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
248 | JustEnoughProfessions-forge-1.20.1-3.0.1.jar |Just Enough Professions (JEP) |justenoughprofessions |3.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
249 | nocube's_create_compact_exp_1.0.4_forge_1.20.1.jar|Create Compact Exp |nocubescreateexp |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE
|
250 | almostunified-forge-1.20.1-0.9.4.jar |AlmostUnified |almostunified |1.20.1-0.9.4 |COMMON_SET|Manifest: NOSIGNATURE
|
251 | cobbleboom-forge-1.3.jar |CobbleBoom |cobbleboom |1.3 |COMMON_SET|Manifest: NOSIGNATURE
|
252 | fabric-registry-sync-v0-2.3.3+1c0ea72177.jar |Fabric Registry Sync (v0) |fabric_registry_sync_v0 |2.3.3+1c0ea72177 |COMMON_SET|Manifest: NOSIGNATURE
|
253 | ImmediatelyFast-Forge-1.3.4+1.20.4.jar |ImmediatelyFast |immediatelyfast |1.3.4+1.20.4 |COMMON_SET|Manifest: NOSIGNATURE
|
254 | FastFurnace-1.20.1-8.0.2.jar |FastFurnace |fastfurnace |8.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
255 | lootr-forge-1.20-0.7.35.90.jar |Lootr |lootr |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
256 | fabric-object-builder-api-v1-11.1.3+2174fc8477.jar|Fabric Object Builder API (v1)|fabric_object_builder_api_v1 |11.1.3+2174fc8477 |COMMON_SET|Manifest: NOSIGNATURE
|
257 | create_klinks_n_klangs-1.0.5.jar |Create: Klinks n' Klangs |create_klinks_n_klangs |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
|
258 | Myths_and_Legends-1.6.1-forge.jar |MythsAndLegends |mythsandlegends |1.6.1 |COMMON_SET|Manifest: NOSIGNATURE
|
259 | fabric-message-api-v1-5.1.9+52cc178c77.jar |Fabric Message API (v1) |fabric_message_api_v1 |5.1.9+52cc178c77 |COMMON_SET|Manifest: NOSIGNATURE
|
260 | create_cola_factory-1.3.2-fix-forge-1.20.1.jar |Create: Cola Factory |create_cola_factory |1.3.2 |COMMON_SET|Manifest: NOSIGNATURE
|
261 | kuma-api-forge-20.1.9-SNAPSHOT.jar |KumaAPI |kuma_api |20.1.9-SNAPSHOT |COMMON_SET|Manifest: NOSIGNATURE
|
262 | fabric-renderer-api-v1-3.2.1+cf68abbe77.jar |Fabric Renderer API (v1) |fabric_renderer_api_v1 |3.2.1+cf68abbe77 |COMMON_SET|Manifest: NOSIGNATURE
|
263 | fabric-item-api-v1-2.1.28+4d0bbcfa77.jar |Fabric Item API (v1) |fabric_item_api_v1 |2.1.28+4d0bbcfa77 |COMMON_SET|Manifest: NOSIGNATURE
|
264 | YungsBetterOceanMonuments-1.20-Forge-3.0.4.jar |YUNG's Better Ocean Monuments |betteroceanmonuments |1.20-Forge-3.0.4 |COMMON_SET|Manifest: NOSIGNATURE
|
265 | cobblemon_armor_sets-FORGE-2.0.1.jar |Cobblemon Armor Sets |cobblemon_armor_sets |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
266 | sophisticatedcore-1.20.1-1.2.0.843.jar |Sophisticated Core |sophisticatedcore |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
267 | gpumemleakfix-1.20.1-1.8.jar |Gpu memory leak fix |gpumemleakfix |1.20.1-1.8 |COMMON_SET|Manifest: NOSIGNATURE
|
268 | structureessentials-1.20.1-4.1.jar |Structure Essentials mod |structureessentials |1.20.1-4.1 |COMMON_SET|Manifest: NOSIGNATURE
|
269 | mcwfurnituresbop-1.20-1.2.jar |Macaw's Furnitures - BOP |mcwfurnituresbop |1.20-1.2 |COMMON_SET|Manifest: NOSIGNATURE
|
270 | Prism-1.20.1-forge-1.0.5.jar |Prism |prism |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
|
271 | Placebo-1.20.1-8.6.2.jar |Placebo |placebo |8.6.2 |COMMON_SET|Manifest: NOSIGNATURE
|
272 | lootintegrations-1.20.1-4.0.jar |Lootintegrations mod |lootintegrations |1.20.1-4.0 |COMMON_SET|Manifest: NOSIGNATURE
|
273 | Bookshelf-Forge-1.20.1-20.2.13.jar |Bookshelf |bookshelf |20.2.13 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
274 | sophisticatedbackpacks-1.20.1-3.23.1.1184.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.23.1.1184 |COMMON_SET|Manifest: NOSIGNATURE
|
275 | Gts-2.3.1-forge.jar |Gts |gts |2.3.1 |COMMON_SET|Manifest: NOSIGNATURE
|
276 | blueprintfix-forge-1.0.0-1.20.1.jar |Blueprint Texture Fix |blueprintfix |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
277 | mcw-doors-1.1.1forge-mc1.20.1.jar |Macaw's Doors |mcwdoors |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE
|
278 | create-cobblestone-deepslate-generators-1.4.1+1.20|Create Cobblestone deepslate g|mr_create_cobblestonedeepslate|1.4.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
279 | melody_forge_1.0.3_MC_1.20.1-1.20.4.jar |Melody |melody |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
280 | interiors-0.5.6+forge-mc1.20.1-build.104.jar |Create: Interiors |interiors |0.5.6 |COMMON_SET|Manifest: NOSIGNATURE
|
281 | fzzy_config-0.6.3+1.20.1+forge.jar |Fzzy Config |fzzy_config |0.6.3+1.20.1+forge |COMMON_SET|Manifest: NOSIGNATURE
|
282 | particle_core-0.2.5+1.20.1+forge.jar |Particle Core |particle_core |0.2.5+1.20.1+forge |COMMON_SET|Manifest: NOSIGNATURE
|
283 | fabric-api-0.92.2+1.11.10+1.20.1.jar |Forgified Fabric API |fabric_api |0.92.2+1.11.10+1.20.|COMMON_SET|Manifest: NOSIGNATURE
|
284 | konkrete_forge_1.8.0_MC_1.20-1.20.1.jar |Konkrete |konkrete |1.8.0 |COMMON_SET|Manifest: NOSIGNATURE
|
285 | createcafe-1.2.4-1.20.1.jar |Create Cafe |createcafe |1.2.4-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
286 | EquipmentCompare-1.20.1-forge-1.3.7.jar |Equipment Compare |equipmentcompare |1.3.7 |COMMON_SET|Manifest: NOSIGNATURE
|
287 | create_connected-0.9.3-mc1.20.1-all.jar |Create: Connected |create_connected |0.9.3-mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
288 | chipped-forge-1.20.1-3.0.7.jar |Chipped |chipped |3.0.7 |COMMON_SET|Manifest: NOSIGNATURE
|
289 | rechiseled_chipped-1.1.jar |Rechiseled: Chipped |rechiseled_chipped |1.1 |COMMON_SET|Manifest: NOSIGNATURE
|
290 | mcw-bridges-3.0.0-mc1.20.1forge.jar |Macaw's Bridges |mcwbridges |3.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
291 | fast-ip-ping-v1.0.5-mc1.20.4-forge.jar |Fast IP Ping |fastipping |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
|
292 | AmbientSounds_FORGE_v6.1.4_mc1.20.1.jar |AmbientSounds |ambientsounds |6.1.4 |COMMON_SET|Manifest: NOSIGNATURE
|
293 | cobblemonintegrations-1.20.1-1.0.7.jar |Cobblemon Integrations |cobblemonintegrations |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE
|
294 | fabric-api-lookup-api-v1-1.6.36+67f9824077.jar |Fabric API Lookup API (v1) |fabric_api_lookup_api_v1 |1.6.36+67f9824077 |COMMON_SET|Manifest: NOSIGNATURE
|
295 | create_overpowered-2.4-forge-1.20.1.jar |Create Overpowered |create_overpowered |2.3 |COMMON_SET|Manifest: NOSIGNATURE
|
296 | Chunky-1.3.146.jar |Chunky |chunky |1.3.146 |COMMON_SET|Manifest: NOSIGNATURE
|
297 | simplylight-1.20.1-1.4.6-build.50.jar |Simply Light |simplylight |1.20.1-1.4.6-build.5|COMMON_SET|Manifest: NOSIGNATURE
|
298 | baubly-forge-1.20.1-1.0.1.jar |Baubly |baubly |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
299 | MegamonsForge-1.2.1.jar |Ascension Megamons |megamons |1.5.0+1.20.1-forge+f|COMMON_SET|Manifest: NOSIGNATURE
|
300 | cobblemonchallenge-forge-1.20.1-1.1.8.jar |Cobblemon Challenge |cobblemonchallenge |1.1.8 |COMMON_SET|Manifest: NOSIGNATURE
|
301 | Connector-1.0.0-beta.46+1.20.1-mod.jar |Connector |connectormod |1.0.0-beta.46+1.20.1|COMMON_SET|Manifest: NOSIGNATURE
|
302 | InventoryProfilesNext-forge-1.20-1.10.14.jar |Inventory Profiles Next |inventoryprofilesnext |1.10.14 |COMMON_SET|Manifest: NOSIGNATURE
|
303 | AI-Improvements-1.20-0.5.2.jar |AI-Improvements |aiimprovements |0.5.2 |COMMON_SET|Manifest: NOSIGNATURE
|
304 | cupboard-1.20.1-2.7.jar |Cupboard utilities |cupboard |1.20.1-2.7 |COMMON_SET|Manifest: NOSIGNATURE
|
305 | cobblemonsutiladditions-1.0.0-forge-1.20.1.jar |Cobblemon Utility Additions |cobblemonsutiladditions |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
306 | fabric-key-binding-api-v1-1.0.37+561530ec77.jar |Fabric Key Binding API (v1) |fabric_key_binding_api_v1 |1.0.37+561530ec77 |COMMON_SET|Manifest: NOSIGNATURE
|
307 | fabric-transfer-api-v1-3.3.5+631c9cd677.jar |Fabric Transfer API (v1) |fabric_transfer_api_v1 |3.3.5+631c9cd677 |COMMON_SET|Manifest: NOSIGNATURE
|
308 | Estrogen-4.3.2+1.20.1-forge.jar |Create: Estrogen |estrogen |4.3.2+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
|
309 | GooeyLibs-Forge-3.0.0+1.20.1.jar |GooeyLibs2 |gooeylibs2 |3.0.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
310 | copycats-2.1.4+mc.1.20.1-forge.jar |Create: Copycats+ |copycats |2.1.4+mc.1.20.1-forg|COMMON_SET|Manifest: NOSIGNATURE
|
311 | phantasmic-1.20.1-0.2.5.jar |Phantasmic |nourished_nether |0.2.5 |COMMON_SET|Manifest: NOSIGNATURE
|
312 | fabric-resource-loader-v0-0.11.10+bcd08ed377.jar |Fabric Resource Loader (v0) |fabric_resource_loader_v0 |0.11.10+bcd08ed377 |COMMON_SET|Manifest: NOSIGNATURE
|
313 | create_winery-1.2.0-forge-1.20.1.jar |Create: Winery |create_winery |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
|
314 | mcw-paintings-1.0.5-1.20.1forge.jar |Macaw's Paintings |mcwpaintings |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
|
315 | Clumps-forge-1.20.1-12.0.0.4.jar |Clumps |clumps |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
316 | decorative_blocks-forge-1.20.1-4.1.3.jar |Decorative Blocks |decorative_blocks |4.1.3 |COMMON_SET|Manifest: NOSIGNATURE
|
317 | aquifers-be-gone-forge-1.20.1-1.2.0 (1).jar |Aquifers Be Gone |aquifersbegone |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
|
318 | ToastControl-1.20.1-8.0.3.jar |Toast Control |toastcontrol |8.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
319 | skinlayers3d-forge-1.7.4-mc1.20.1.jar |3d-Skin-Layers |skinlayers3d |1.7.4 |COMMON_SET|Manifest: NOSIGNATURE
|
320 | TravelersTitles-1.20-Forge-4.0.2.jar |Traveler's Titles |travelerstitles |1.20-Forge-4.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
321 | craftingtweaks-forge-1.20.1-18.2.5.jar |CraftingTweaks |craftingtweaks |18.2.5 |COMMON_SET|Manifest: NOSIGNATURE
|
322 | bigcontraptions-1.0.jar |Create: Big Contraptions |bigcontraptions |1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
323 | libIPN-forge-1.20-4.0.2.jar |libIPN |libipn |4.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
324 | fabric-blockrenderlayer-v1-1.1.41+1d0da21e77.jar |Fabric BlockRenderLayer Regist|fabric_blockrenderlayer_v1 |1.1.41+1d0da21e77 |COMMON_SET|Manifest: NOSIGNATURE
|
325 | CullLessLeaves-Reforged-1.20.1-1.0.5.jar |Cull Less Leaves Reforged |culllessleaves |1.20.1-1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
|
326 | CreativeCore_FORGE_v2.12.31_mc1.20.1.jar |CreativeCore |creativecore |2.12.31 |COMMON_SET|Manifest: NOSIGNATURE
|
327 | LegendaryTooltips-1.20.1-forge-1.4.5.jar |Legendary Tooltips |legendarytooltips |1.4.5 |COMMON_SET|Manifest: NOSIGNATURE
|
328 | cobblemon-capturexp-1.5-forge-1.0.1.jar |Cobblemon Capture XP |capture_xp |1.5-forge-1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
329 | mes-1.3.4-1.20-forge.jar |Moog's End Structures |mes |1.3.4-1.20-forge |COMMON_SET|Manifest: NOSIGNATURE
|
330 | StorageDrawers-1.20.1-12.9.13.jar |Storage Drawers |storagedrawers |12.9.13 |COMMON_SET|Manifest: NOSIGNATURE
|
331 | fabric-biome-api-v1-13.0.13+dc36698e77.jar |Fabric Biome API (v1) |fabric_biome_api_v1 |13.0.13+dc36698e77 |COMMON_SET|Manifest: NOSIGNATURE
|
332 | dynamicvillage-v0.4-1.20.1.jar |Create: Dynamic Village |dynamicvillage |0.4 |COMMON_SET|Manifest: NOSIGNATURE
|
333 | create_crushing_quartz-forge-1.20.1-1.0.0.jar |Create: Crushing Quartz |create_crushing_quartz |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
334 | fancymenu_forge_3.3.2_MC_1.20.1.jar |FancyMenu |fancymenu |3.3.2 |COMMON_SET|Manifest: NOSIGNATURE
|
335 | createmetallurgy-0.0.6-1.20.1.jar |Create Metallurgy |createmetallurgy |0.0.6-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
336 | ferritecore-6.0.1-forge.jar |Ferrite Core |ferritecore |6.0.1 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
337 | cobblemonrider-1.2.4.jar |cobblemonrider |cobblemonrider |1.2.4 |COMMON_SET|Manifest: NOSIGNATURE
|
338 | BetterF3-7.0.2-Forge-1.20.1.jar |BetterF3 |betterf3 |7.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
339 | create_enchantment_industry-1.20.1-for-create-0.5.|Create Enchantment Industry |create_enchantment_industry |1.2.9.d |COMMON_SET|Manifest: NOSIGNATURE
|
340 | create_structures_arise-144.17.16-forge-1.20.1.jar|Create: Structures Arise |create_structures_arise |144.17.16 |COMMON_SET|Manifest: NOSIGNATURE
|
341 | createaddition-1.20.1-1.2.5.jar |Create Crafts & Additions |createaddition |1.20.1-1.2.5 |COMMON_SET|Manifest: NOSIGNATURE
|
342 | saturn-mc1.20.1-0.1.3.jar |Saturn |saturn |0.1.3 |COMMON_SET|Manifest: NOSIGNATURE
|
343 | steampowered-1.20.1-3.0.2.jar |Create: Steam Powered |steampowered |1.20.1-3.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
344 | mcwbyg-1.20.1-1.0.jar |Macaw's - Oh the Biomes You'll|mcwbyg |1.20.1-1.0 |ERROR |Manifest: NOSIGNATURE
|
345 | EasyAnvils-v8.0.2-1.20.1-Forge.jar |Easy Anvils |easyanvils |8.0.2 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
346 | supermartijn642configlib-1.1.8-forge-mc1.20.jar |SuperMartijn642's Config Libra|supermartijn642configlib |1.1.8 |COMMON_SET|Manifest: NOSIGNATURE
|
347 | lootintegrations_integrated-1.2.jar |lootintegrations_integrated mo|lootintegrations_integrated |1 |COMMON_SET|Manifest: NOSIGNATURE
|
348 | createdeco-2.0.2-1.20.1-forge.jar |Create Deco |createdeco |2.0.2-1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
|
349 | botarium-forge-1.20.1-2.3.4.jar |Botarium |botarium |2.3.4 |COMMON_SET|Manifest: NOSIGNATURE
|
350 | mcw-windows-2.3.0-mc1.20.1forge.jar |Macaw's Windows |mcwwindows |2.3.0 |COMMON_SET|Manifest: NOSIGNATURE
|
351 | create_jetpack-forge-4.3.2.jar |Create Jetpack |create_jetpack |4.3.2 |COMMON_SET|Manifest: NOSIGNATURE
|
352 | sound-physics-remastered-forge-1.20.1-1.4.8.jar |Sound Physics Remastered |sound_physics_remastered |1.20.1-1.4.8 |COMMON_SET|Manifest: NOSIGNATURE
|
353 | mopeds_1.1_1.20.1.jar |Moped |moped |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
354 | fabric-convention-tags-v1-1.5.5+fa3d1c0177.jar |Fabric Convention Tags |fabric_convention_tags_v1 |1.5.5+fa3d1c0177 |COMMON_SET|Manifest: NOSIGNATURE
|
355 | ethium_1.20.1_V4.jar |Create: Ethium |create_ethium |3.0 |COMMON_SET|Manifest: NOSIGNATURE
|
356 | lootintegrations_formations-1.1.jar |lootintegrations_formations mo|lootintegrations_formations |1 |COMMON_SET|Manifest: NOSIGNATURE
|
357 | forge-medievalend-1.0.1.jar |Medieval Buildings [The End Ed|medievalend |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
358 | zume-1.1.4.jar |Zume |zume |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE
|
359 | embeddiumplus-1.20.1-v1.2.13.jar |Embeddium++ |embeddiumplus |1.2.13 |COMMON_SET|Manifest: NOSIGNATURE
|
360 | balm-forge-1.20.1-7.3.11-all.jar |Balm |balm |7.3.11 |COMMON_SET|Manifest: NOSIGNATURE
|
361 | cobblemon-unimplemented-items-1.5-forge-1.3.0.jar |Unimplemented Items |unimplemented_items |1.5-forge-1.3.0 |COMMON_SET|Manifest: NOSIGNATURE
|
362 | fabric-screen-api-v1-2.0.8+45a670a577.jar |Fabric Screen API (v1) |fabric_screen_api_v1 |2.0.8+45a670a577 |COMMON_SET|Manifest: NOSIGNATURE
|
363 | [forge]ctov-3.4.11.jar |ChoiceTheorem's Overhauled Vil|ctov |3.4.11 |COMMON_SET|Manifest: NOSIGNATURE
|
364 | Geophilic v3.2 f15-61.jar |Geophilic |geophilic |3.2 |COMMON_SET|Manifest: NOSIGNATURE
|
365 | athena-forge-1.20.1-3.1.2.jar |Athena |athena |3.1.2 |COMMON_SET|Manifest: NOSIGNATURE
|
366 | GeophilicReforged-v1.2.0.jar |Geophilic Reforged |geophilic_reforged |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
|
367 | AdvancementPlaques-1.20.1-forge-1.6.7.jar |Advancement Plaques |advancementplaques |1.6.7 |COMMON_SET|Manifest: NOSIGNATURE
|
368 | xaeros_waystones_compability-1.19.2-1.20.1--1.0.ja|Xaero's Map - Waystones Compab|w2w2 |1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
369 | fabric-game-rule-api-v1-1.0.40+683d4da877.jar |Fabric Game Rule API (v1) |fabric_game_rule_api_v1 |1.0.40+683d4da877 |COMMON_SET|Manifest: NOSIGNATURE
|
370 | Explorify v1.6.2 f10-48.jar |Explorify |explorify |1.6.2 |COMMON_SET|Manifest: NOSIGNATURE
|
371 | experium_mod-forge-1.20.1-1.0.1.jar |Create: Experium ore |experium_mod |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
372 | unusualend-2.2.3-forge-1.20.1.jar |Unusual End |unusualend |2.2.3 |COMMON_SET|Manifest: NOSIGNATURE
|
373 | mcw-trapdoors-1.1.4-mc1.20.1forge.jar |Macaw's Trapdoors |mcwtrpdoors |1.1.4 |COMMON_SET|Manifest: NOSIGNATURE
|
374 | supermartijn642corelib-1.1.18-forge-mc1.20.1.jar |SuperMartijn642's Core Lib |supermartijn642corelib |1.1.18 |COMMON_SET|Manifest: NOSIGNATURE
|
375 | create_molten_rocks_mod-1.0.0-forge-1.20.1.jar |Create Molten Rocks Mod |create_molten_rocks_mod |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
376 | curios-forge-5.11.1+1.20.1.jar |Curios API |curios |5.11.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
377 | create_factory-0.4b-1.20.1.jar |Create: Factory |create_factory |0.4b-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
378 | Searchables-forge-1.20.1-1.0.3.jar |Searchables |searchables |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
379 | Cobblemon-forge-1.5.2+1.20.1.jar |Cobblemon |cobblemon |1.5.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
380 | cctweaks-0.0.4-1.20.1.jar |Create: Cobblemon Tweaks |cctweaks |0.0.4-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
381 | FramedBlocks-9.3.1.jar |FramedBlocks |framedblocks |9.3.1 |COMMON_SET|Manifest: NOSIGNATURE
|
382 | fightorflight-forge-0.5.3.jar |Cobblemon Fight or Flight |fightorflight |0.5.0 |COMMON_SET|Manifest: NOSIGNATURE
|
383 | fabric-entity-events-v1-1.6.0+4ca7515277.jar |Fabric Entity Events (v1) |fabric_entity_events_v1 |1.6.0+4ca7515277 |COMMON_SET|Manifest: NOSIGNATURE
|
384 | conditional-mixin-forge-0.6.2.jar |conditional mixin |conditional_mixin |0.6.2 |COMMON_SET|Manifest: NOSIGNATURE
|
385 | flightlib-forge-2.1.0.jar |Flight Lib |flightlib |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
386 | JadeAddons-1.20.1-Forge-5.3.1.jar |Jade Addons |jadeaddons |5.3.1+forge |COMMON_SET|Manifest: NOSIGNATURE
|
387 | YungsBetterMineshafts-1.20-Forge-4.0.4.jar |YUNG's Better Mineshafts |bettermineshafts |1.20-Forge-4.0.4 |COMMON_SET|Manifest: NOSIGNATURE
|
388 | sliceanddice-forge-3.3.0.jar |Create Slice & Dice |sliceanddice |3.3.0 |COMMON_SET|Manifest: NOSIGNATURE
|
389 | fabric-dimensions-v1-2.1.54+8005d10d77.jar |Fabric Dimensions API (v1) |fabric_dimensions_v1 |2.1.54+8005d10d77 |COMMON_SET|Manifest: NOSIGNATURE
|
390 | createbigcannons-5.8.2-mc.1.20.1-forge.jar |Create Big Cannons |createbigcannons |5.8.2 |COMMON_SET|Manifest: NOSIGNATURE
|
391 | Fastload-Reforged-mc1.20.1-3.4.0.jar |Fastload-Reforged |fastload |3.4.0 |COMMON_SET|Manifest: NOSIGNATURE
|
392 | puzzlesapi-forge-8.1.4.jar |Puzzles Api |puzzlesapi |8.1.4 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
393 | gourmet-0.1.1b-1.20.1.jar |Create Gourmet |gourmet |0.1.1b-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
394 | integrated_villages-1.1.5+1.20.1-forge.jar |Integrated Villages |integrated_villages |1.1.5+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
|
395 | formationsnether-1.0.5.jar |Formations Nether |formationsnether |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
|
396 | create_optical-0.2.2.jar |Create Optical Mod |create_optical |0.2.2 |COMMON_SET|Manifest: NOSIGNATURE
|
397 | fabric-model-loading-api-v1-1.0.3+6274ab9d77.jar |Fabric Model Loading API (v1) |fabric_model_loading_api_v1 |1.0.3+6274ab9d77 |COMMON_SET|Manifest: NOSIGNATURE
|
398 | jei-1.20.1-forge-15.20.0.106.jar |Just Enough Items |jei |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
399 | lithostitched-forge-1.20.1-1.4.jar |Lithostitched |lithostitched |1.4 |COMMON_SET|Manifest: NOSIGNATURE
|
400 | dall 1.7 1.20.1.jar |Dall |dall |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
401 | Create-Cobblemon-Forge-v0.4.jar |Create: Cobblemon Industrializ|create_cobblemon |0.4 |COMMON_SET|Manifest: NOSIGNATURE
|
402 | fabric-rendering-v1-3.0.8+66e9a48f77.jar |Fabric Rendering (v1) |fabric_rendering_v1 |3.0.8+66e9a48f77 |COMMON_SET|Manifest: NOSIGNATURE
|
403 | fabric-renderer-indigo-1.5.2+b5b2da4177.jar |Fabric Renderer - Indigo |fabric_renderer_indigo |1.5.2+b5b2da4177 |COMMON_SET|Manifest: NOSIGNATURE
|
404 | Fallingleaves-1.20.1-2.1.0.jar |Falling Leaves |fallingleaves |2.1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
405 | petyourcobblemon-1.2.0.jar |Pet Your Cobblemon |petyourcobblemon |1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
|
406 | NaturesCompass-1.20.1-1.11.2-forge.jar |Nature's Compass |naturescompass |1.20.1-1.11.2-forge |COMMON_SET|Manifest: NOSIGNATURE
|
407 | StrawStatues-v8.0.3-1.20.1-Forge.jar |Straw Statues |strawstatues |8.0.3 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
408 | luckycobble-3.0.0-LVL100-forge-1.20.1.jar |LuckyCobble |luckycobble |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
409 | Cobblemon O' Plenty 1.20.1 B.2.0.jar |Cobblemon O' Plenty |tmtcop |2.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
410 | worldgen-profiling-1.3.1_mapped_srg_1.20.1.jar |Worldgen Profiling |worldgen_profiling |1.3.1 |COMMON_SET|Manifest: NOSIGNATURE
|
411 | ToadLib-1.20-1.20.1-1.2.4.jar |ToadLib |toadlib |1.2.4 |COMMON_SET|Manifest: NOSIGNATURE
|
412 | GlitchCore-forge-1.20.1-0.0.1.1.jar |GlitchCore |glitchcore |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
413 | create_wt-forge-1.20.1-1.0.7.jar |Create: Weaponry Tinkering |create_wt |1.0.7 |COMMON_SET|Manifest: NOSIGNATURE
|
414 | memoryleakfix-forge-1.17+-1.1.5.jar |Memory Leak Fix |memoryleakfix |1.1.5 |COMMON_SET|Manifest: NOSIGNATURE
|
415 | formations-1.0.3-forge-mc1.20.2.jar |Formations |formations |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
416 | puzzlesaccessapi-forge-8.0.7.jar |Puzzles Access Api |puzzlesaccessapi |8.0.7 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
417 | forge-1.20.1-47.3.27-universal.jar |Forge |forge |47.3.27 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
418 | appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
419 | polytone-1.20-3.2.6.jar |Polytone |polytone |1.20-3.2.6 |COMMON_SET|Manifest: NOSIGNATURE
|
420 | mcw-paths-1.0.5-1.20.1forge.jar |Macaw's Paths and Pavings |mcwpaths |1.0.5 |COMMON_SET|Manifest: NOSIGNATURE
|
421 | idas_forge-1.10.3+1.20.1.jar |Integrated Dungeons and Struct|idas |1.10.3+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
422 | formationsoverworld-1.0.4.jar |Formations Overworld |formationsoverworld |1.0.4 |COMMON_SET|Manifest: NOSIGNATURE
|
423 | fastportals-1.0.3-forge 1.20.x.jar |Fast Portals |fastportalsforge |1.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
424 | fabric-api-base-0.4.31+ef105b4977.jar |Fabric API Base |fabric_api_base |0.4.31+ef105b4977 |COMMON_SET|Manifest: NOSIGNATURE
|
425 | MouseTweaks-forge-mc1.20.1-2.25.1.jar |Mouse Tweaks |mousetweaks |2.25.1 |COMMON_SET|Manifest: NOSIGNATURE
|
426 | awesomedungeonnether-forge-1.20.1-3.1.1.jar |Awesome dungeon nether |awesomedungeonnether |3.1.1 |COMMON_SET|Manifest: NOSIGNATURE
|
427 | createoreexcavation-1.20-1.5.3.jar |Create Ore Excavation |createoreexcavation |1.5.3 |COMMON_SET|Manifest: NOSIGNATURE
|
428 | Oh-The-Trees-Youll-Grow-forge-1.20.1-1.3.4.jar |Oh The Trees You'll Grow |ohthetreesyoullgrow |1.20.1-1.3.4 |COMMON_SET|Manifest: NOSIGNATURE
|
429 | createutilities-0.3.0+1.20.1.jar |Create Utilities |createutilities |0.3.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
430 | spectrelib-forge-0.13.17+1.20.1.jar |SpectreLib |spectrelib |0.13.17+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
431 | createendertransmission-2.0.7-1.20.1.jar |Create Ender Transmission |createendertransmission |2.0.7-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
432 | create_aquatic_ambitions-1.20.1-1.1.1.jar |Create: Aquatic Ambitions |create_aquatic_ambitions |1.20.1-0.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
433 | kffmod-4.11.0.jar |Kotlin For Forge |kotlinforforge |4.11.0 |COMMON_SET|Manifest: NOSIGNATURE
|
434 | Xaeros_Minimap_25.0.0_Forge_1.20.jar |Xaero's Minimap |xaerominimap |25.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
435 | integrated_stronghold-1.1.2+1.20.1-forge.jar |Integrated Stronghold |integrated_stronghold |1.1.2+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
|
436 | fabric-item-group-api-v1-4.0.12+c9161c2d77.jar |Fabric Item Group API (v1) |fabric_item_group_api_v1 |4.0.12+c9161c2d77 |COMMON_SET|Manifest: NOSIGNATURE
|
437 | polymorph-forge-0.49.8+1.20.1.jar |Polymorph |polymorph |0.49.8+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
438 | Zeta-1.0-24.jar |Zeta |zeta |1.0-24 |COMMON_SET|Manifest: NOSIGNATURE
|
439 | createcontraptionterminals-1.20-1.1.0.jar |Create Contraption Terminals |createcontraptionterminals |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
440 | continuity-3.0.0+1.20.1.forge_mapped_srg_1.20.1.ja|Continuity |continuity |**.**.**.**.1.forge |COMMON_SET|Manifest: NOSIGNATURE
|
441 | oceansdelight-1.0.2-1.20.jar |Ocean's Delight |oceansdelight |1.0.2-1.20 |COMMON_SET|Manifest: NOSIGNATURE
|
442 | fabric-recipe-api-v1-1.0.21+514a076577.jar |Fabric Recipe API (v1) |fabric_recipe_api_v1 |1.0.21+514a076577 |COMMON_SET|Manifest: NOSIGNATURE
|
443 | rubidium-extra-0.5.4.4+mc1.20.1-build.131.jar |Embeddium Extra |embeddium_extra |**.**.**.**+mc1.20.1-bui|COMMON_SET|Manifest: NOSIGNATURE
|
444 | PuzzlesLib-v8.1.25-1.20.1-Forge.jar |Puzzles Lib |puzzleslib |8.1.25 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
445 | create_power_loader-1.5.0-mc1.20.1.jar |Create: Power Loader |create_power_loader |1.5.0-mc1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
446 | mns-1.0.3-1.20-forge.jar |Moog's Nether Structures |mns |1.0.3-1.20-forge |COMMON_SET|Manifest: NOSIGNATURE
|
447 | mcwfurnituresbyg-1.20.1-1.0.jar |Macaw's Furnitures - BWG |mcwfurnituresbyg |1.20.1-1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
448 | TerraBlender-forge-1.20.1-3.0.1.7.jar |TerraBlender |terrablender |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
449 | BiomesOPlenty-forge-1.20.1-19.0.0.94.jar |Biomes O' Plenty |biomesoplenty |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
450 | macawsroofsbop-1.20-1.1.jar |Macaw's Roofs - BOP |macawsroofsbop |1.20-1.1 |COMMON_SET|Manifest: NOSIGNATURE
|
451 | macawsbridgesbop-1.20-1.3.jar |Macaw's Bridges - BOP |macawsbridgesbop |1.20-1.3 |COMMON_SET|Manifest: NOSIGNATURE
|
452 | mcw-furniture-3.3.0-mc1.20.1forge.jar |Macaw's Furniture |mcwfurnitures |3.3.0 |COMMON_SET|Manifest: NOSIGNATURE
|
453 | fabric-sound-api-v1-1.0.13+4f23bd8477.jar |Fabric Sound API (v1) |fabric_sound_api_v1 |1.0.13+4f23bd8477 |COMMON_SET|Manifest: NOSIGNATURE
|
454 | create_misc_and_things_ 1.20.1_4.0A.jar |create: things and misc |create_things_and_misc |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
455 | YungsBetterWitchHuts-1.20-Forge-3.0.3.jar |YUNG's Better Witch Huts |betterwitchhuts |1.20-Forge-3.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
456 | geckolib-forge-1.20.1-4.7.jar |GeckoLib 4 |geckolib |4.7 |COMMON_SET|Manifest: NOSIGNATURE
|
457 | recipeessentials-1.20.1-3.9.jar |recipeessentials mod |recipeessentials |1.20.1-3.9 |COMMON_SET|Manifest: NOSIGNATURE
|
458 | connectivity-1.20.1-6.5.jar |Connectivity Mod |connectivity |1.20.1-6.5 |COMMON_SET|Manifest: NOSIGNATURE
|
459 | ritchiesprojectilelib-2.0.0-dev+mc.1.20.1-forge-bu|Ritchie's Projectile Library |ritchiesprojectilelib |2.0.0-dev+mc.1.20.1-|COMMON_SET|Manifest: NOSIGNATURE
|
460 | XaerosWorldMap_1.39.2_Forge_1.20.jar |Xaero's World Map |xaeroworldmap |1.39.2 |COMMON_SET|Manifest: NOSIGNATURE
|
461 | Controlling-forge-1.20.1-12.0.2.jar |Controlling |controlling |12.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
462 | fabric-data-attachment-api-v1-1.0.0+30ef839e77.jar|Fabric Data Attachment API (v1|fabric_data_attachment_api_v1 |1.0.0+30ef839e77 |COMMON_SET|Manifest: NOSIGNATURE
|
463 | mixinextras-forge-0.2.0.jar |MixinExtras |mixinextras |0.2.0 |COMMON_SET|Manifest: NOSIGNATURE
|
464 | CreateNumismatics-1.0.7+forge-mc1.20.1.jar |Create: Numismatics |numismatics |1.0.7+forge-mc1.20.1|COMMON_SET|Manifest: NOSIGNATURE
|
465 | blinkload-forge-1.2.1+mc1.20-1.20.1.jar |BlinkLoad |blinkload |1.2.1+mc1.20-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
466 | create_dragon_lib-1.20.1-1.4.3.jar |Create: Dragon Lib |create_dragon_lib |1.4.3 |COMMON_SET|Manifest: NOSIGNATURE
|
467 | jeed-1.20-2.2.5.jar |Just Enough Effects Descriptio|jeed |1.20-2.2.5 |COMMON_SET|Manifest: NOSIGNATURE
|
468 | Steam_Rails-1.6.7+forge-mc1.20.1.jar |Create: Steam 'n' Rails |railways |1.6.7+forge-mc1.20.1|COMMON_SET|Manifest: NOSIGNATURE
|
469 | aesthetic-and-performant-1.5.jar |aesthetic and performant |mr_aesthetic_andperformant |1.5 |COMMON_SET|Manifest: NOSIGNATURE
|
470 | fabric-content-registries-v0-4.0.11+a670df1e77.jar|Fabric Content Registries (v0)|fabric_content_registries_v0 |4.0.11+a670df1e77 |COMMON_SET|Manifest: NOSIGNATURE
|
471 | FarmersDelight-1.20.1-1.2.6.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.6 |COMMON_SET|Manifest: NOSIGNATURE
|
472 | Tomtaru's Cobblemon Farmer's Delight Tweaks - 1.2|Tomtaru's Cobblemon & Farmer's|tmtcd |0.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
473 | FarmersStructures-1.0.3-1.20.jar |FarmersStructures |farmers_structures |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
474 | createframed-1.20.1-1.5.6.jar |Create: Framed |createframed |1.5.5 |COMMON_SET|Manifest: NOSIGNATURE
|
475 | cobblemon-legendary-structures-2.0.jar |Cobblemon: Legendary Structure|mr_cobblemon_legendarystructur|2.0 |COMMON_SET|Manifest: NOSIGNATURE
|
476 | SimpleTMsForge-1.1.2.jar |Cobblemon: Simple TM's |simpletms |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
|
477 | getittogetherdrops-forge-1.20-1.3.jar |Get It Together, Drops! |getittogetherdrops |1.3 |COMMON_SET|Manifest: NOSIGNATURE
|
478 | create_ultimate_factory-1.9.0-forge-1.20.1.jar |Create: Ultimate Factory |create_ultimate_factory |1.9.0 |COMMON_SET|Manifest: NOSIGNATURE
|
479 | cobbledex-1.20.1-forge-1.1.0.jar |Cobbledex |cobbledex |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
480 | CreateUnbreakableTools-1.6+forge-1.20.1-build.7.ja|Create Unbreakable Tools Mod |create_unbreakable |1.6+forge-1.20.1-bui|COMMON_SET|Manifest: NOSIGNATURE
|
481 | mcw-fences-1.1.2-mc1.20.1forge.jar |Macaw's Fences and Walls |mcwfences |1.1.2 |COMMON_SET|Manifest: NOSIGNATURE
|
482 | mcwfencesbyg-1.20.1-1.1.jar |Macaw's Fences - BWG |mcwfencesbyg |1.20.1-1.1 |COMMON_SET|Manifest: NOSIGNATURE
|
483 | Oh-The-Biomes-Weve-Gone-Forge-1.5.3.jar |Oh The Biomes We've Gone |biomeswevegone |1.5.3 |COMMON_SET|Manifest: NOSIGNATURE
|
484 | mcwfencesbop-1.20-1.2.jar |Macaw's Fences - BOP |mcwfencesbop |1.20-1.2 |COMMON_SET|Manifest: NOSIGNATURE
|
485 | memoryusagetitle-forge-1.0.0.jar |Memory Usage Title |memoryusagetitle |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
486 | protection_pixel-1.1.2-forge-1.20.1.jar |Protection Pixel |protection_pixel |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
487 | Patchouli-1.20.1-84-FORGE.jar |Patchouli |patchouli |1.20.1-84-FORGE |COMMON_SET|Manifest: NOSIGNATURE
|
488 | YungsBetterStrongholds-1.20-Forge-4.0.3.jar |YUNG's Better Strongholds |betterstrongholds |1.20-Forge-4.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
489 | additional_recipes-1.3.1-forge-1.20.1.jar |Create: Additional Recipes |additional_recipes |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
490 | resourcefullib-forge-1.20.1-2.1.29.jar |Resourceful Lib |resourcefullib |2.1.29 |COMMON_SET|Manifest: NOSIGNATURE
|
491 | createliquidfuel-2.1.1-1.20.1.jar |Create Liquid Fuel |createliquidfuel |2.1.1-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
492 | EBE-1.20-1.20.1-0.9.1B.jar |EnlightedBlockEntities |ebe |0.9.1-BETA |COMMON_SET|Manifest: NOSIGNATURE
|
493 | create_cobblemon_factory-1.0.0-forge-1.20.1.jar |Create: Cobblemon Factory |create_cobblemon_factory |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
494 | CobblemonExtras-forge-1.3.1+1.20.1.jar |Cobblemon Extras |cobblemonextras |1.3.1+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
495 | architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |COMMON_SET|Manifest: NOSIGNATURE
|
496 | letsdo-API-forge-1.2.15-forge.jar |[Let's Do] API |doapi |1.2.15 |COMMON_SET|Manifest: NOSIGNATURE
|
497 | cobgyms-forge-2.0.2+1.20.1.jar |CobGyms |cobgyms |2.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
498 | BuildingWands-mc1.20.1-2.7-forge-beta.jar |Building Wands |wands |2.7-beta |COMMON_SET|Manifest: NOSIGNATURE
|
499 | letsdo-brewery-forge-1.1.9.jar |[Let's Do] Brewery |brewery |1.1.9 |COMMON_SET|Manifest: NOSIGNATURE
|
500 | Too Many Entities 1.20.1 Forge v1.1.1.jar |Too Many Entities |too_many_entities |1.1.1 |COMMON_SET|Manifest: NOSIGNATURE
|
501 | entityculling-forge-1.7.2-mc1.20.1.jar |EntityCulling |entityculling |1.7.2 |COMMON_SET|Manifest: NOSIGNATURE
|
502 | fabric-loot-api-v2-1.2.1+eb28f93e77.jar |Fabric Loot API (v2) |fabric_loot_api_v2 |1.2.1+eb28f93e77 |COMMON_SET|Manifest: NOSIGNATURE
|
503 | fabric-networking-api-v1-1.3.11+503a202477.jar |Fabric Networking API (v1) |fabric_networking_api_v1 |1.3.11+503a202477 |COMMON_SET|Manifest: NOSIGNATURE
|
504 | smallships-forge-1.20.1-2.0.0-b1.4.jar |Small Ships |smallships |2.0.0-b1.4 |COMMON_SET|Manifest: NOSIGNATURE
|
505 | polylib-forge-2000.0.3-build.143.jar |PolyLib |polylib |2000.0.3-build.143 |COMMON_SET|Manifest: NOSIGNATURE
|
506 | YeetusExperimentus-Forge-2.3.0-build.4+mc1.20.1.ja|Yeetus Experimentus |yeetusexperimentus |2.3.0-build.4+mc1.20|COMMON_SET|Manifest: NOSIGNATURE
|
507 | fabric-lifecycle-events-v1-2.2.22+afab492177.jar |Fabric Lifecycle Events (v1) |fabric_lifecycle_events_v1 |2.2.22+afab492177 |COMMON_SET|Manifest: NOSIGNATURE
|
508 | smartcrafter-0.1.7.jar |Create: Smart Crafter |smartcrafter |0.1.7 |COMMON_SET|Manifest: NOSIGNATURE
|
509 | amendments-1.20-1.2.16.jar |Amendments |amendments |1.20-1.2.16 |COMMON_SET|Manifest: NOSIGNATURE
|
510 | sophisticatedstorage-1.20.1-1.3.0.1048.jar |Sophisticated Storage |sophisticatedstorage |1.3.0.1048 |COMMON_SET|Manifest: NOSIGNATURE
|
511 | limitedchunks-1.20.1-4.1.jar |Limited Chunkloading |limitedchunks |1.8 |COMMON_SET|Manifest: NOSIGNATURE
|
512 | PKGBadges 5.0.jar |PKGBadges |pkgbadges |1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
513 | rctmod-forge-1.20.1-0.12.1-beta.jar |Radical Cobblemon Trainers |rctmod |0.12.1-beta |COMMON_SET|Manifest: NOSIGNATURE
|
514 | create-1.20.1-0.5.1.j.jar |Create |create |0.5.1.j |COMMON_SET|Manifest: NOSIGNATURE
|
515 | vintageimprovements-1.20.1-0.2.0.3.jar |Create: Vintage Improvements |vintageimprovements |1.20.1-0.2.0.3 |COMMON_SET|Manifest: NOSIGNATURE
|
516 | Create-DnDesire-1.20.1-0.1b.Release-Early-Dev.jar |Create: Dreams & Desires |create_dd |0.1b.Release-Early-D|COMMON_SET|Manifest: NOSIGNATURE
|
517 | extendedgears-2.1.1-1.20.1-0.5.1.f-forge.jar |Extended Cogwheels |extendedgears |2.1.1-1.20.1-0.5.1.f|COMMON_SET|Manifest: NOSIGNATURE
|
518 | create_vibrant_vaults-0.2.0+1.20.1.jar |Create: Vibrant Vaults |create_vibrant_vaults |0.2.0 |COMMON_SET|Manifest: NOSIGNATURE
|
519 | CreateCasing-1.20.1-1.6.2-fix1.jar |Create : Encased |createcasing |1.20.1-1.6.2-fix1 |COMMON_SET|Manifest: NOSIGNATURE
|
520 | creategoggles-1.20.1-0.5.6-[FORGE].jar |Create Goggles |creategoggles |0.5.6 |COMMON_SET|Manifest: NOSIGNATURE
|
521 | create-dyn-light-forge1.20.1+1.0.2.jar |Create Dynamic Light |createdynlight |1.0.2 |COMMON_SET|Manifest: NOSIGNATURE
|
522 | create-food-1.20.1-1.1.8-forge.jar |Create: Food |createfood |1.1.8-forge |COMMON_SET|Manifest: NOSIGNATURE
|
523 | Crystal-Clear-2.1-Beta-forge.jar |Create: Crystal Clear |crystal_clear |2.1-Beta |COMMON_SET|Manifest: NOSIGNATURE
|
524 | create_central_kitchen-1.20.1-for-create-0.5.1.f-1|Create: Central Kitchen |create_central_kitchen |1.3.12 |COMMON_SET|Manifest: NOSIGNATURE
|
525 | create_mechanical_extruder-1.20.1-1.6.3.j-55.jar |Create Mechanical Extruder |create_mechanical_extruder |1.20.1-1.6.3.j-55 |COMMON_SET|Manifest: NOSIGNATURE
|
526 | create-metalwork-1.20.1-1.0.10-forge.jar |Create: Metalwork |createmetalwork |1.20.1-1.0.10-forge |COMMON_SET|Manifest: NOSIGNATURE
|
527 | cobblemon-counter-1.5-forge-1.2.0.jar |Cobblemon Counter |cobbled_counter |1.5-forge-1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
|
528 | waystones-forge-1.20-14.1.6.jar |Waystones |waystones |14.1.6 |COMMON_SET|Manifest: NOSIGNATURE
|
529 | Structory_1.20.x_v1.3.5.jar |Structory |structory |1.3.5 |COMMON_SET|Manifest: NOSIGNATURE
|
530 | FastSuite-1.20.1-5.0.1.jar |Fast Suite |fastsuite |5.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
531 | comforts-forge-6.4.0+1.20.1.jar |Comforts |comforts |6.4.0+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
532 | fabric-mining-level-api-v1-2.1.50+561530ec77.jar |Fabric Mining Level API (v1) |fabric_mining_level_api_v1 |2.1.50+561530ec77 |COMMON_SET|Manifest: NOSIGNATURE
|
533 | cobblemon-fixedstarterivs-1.5-forge-1.0.0.jar |Cobblemon Fixed Starter IVs |fixedstarterivs |1.5-forge-1.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
534 | create-confectionery1.20.1_v1.1.0.jar |Create Confectionery |create_confectionery |1.1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
535 | cobblemon-spawn-notification-1.5-forge-1.2.0.jar |Cobblemon Spawn Notification |spawn_notification |1.5-forge-1.2.0 |COMMON_SET|Manifest: NOSIGNATURE
|
536 | farsight-1.20.1-3.7.jar |Farsight mod |farsight_view |1.20.1-3.7 |COMMON_SET|Manifest: NOSIGNATURE
|
537 | blueprint-1.20.1-7.1.0.jar |Blueprint |blueprint |7.1.0 |COMMON_SET|Manifest: NOSIGNATURE
|
538 | endergetic-1.20.1-5.0.0.jar |The Endergetic Expansion |endergetic |5.0.0 |COMMON_SET|Manifest: NOSIGNATURE
|
539 | toofast-1.20-0.4.3.5.jar |Too Fast |toofast |**.**.**.** |COMMON_SET|Manifest: NOSIGNATURE
|
540 | tfmg-0.9.3-1.20.1.jar |Create: The Factory Must Grow |tfmg |0.9.3-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
541 | fabric-transitive-access-wideners-v1-4.3.1+1880499|Fabric Transitive Access Widen|fabric_transitive_access_widen|4.3.1+1880499877 |COMMON_SET|Manifest: NOSIGNATURE
|
542 | jukeboxfix-1.0.1-1.20.1.jar |Jukeboxfix |jukeboxfix |1.0.1 |COMMON_SET|Manifest: NOSIGNATURE
|
543 | EnchantmentDescriptions-Forge-1.20.1-17.1.19.jar |EnchantmentDescriptions |enchdesc |17.1.19 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
544 | moonlight-1.20-2.13.56-forge.jar |Moonlight Library |moonlight |1.20-2.13.56 |COMMON_SET|Manifest: NOSIGNATURE
|
545 | molten_metals-1.20.1-0.1.4-forge.jar |Molten Metals |molten_metals |1.20.1-0.1.4 |COMMON_SET|Manifest: NOSIGNATURE
|
546 | CobblemonTrainers-1.1.11+1.5.2-forge.jar |CobblemonTrainers |cobblemontrainers |1.1.11+1.5.2 |COMMON_SET|Manifest: NOSIGNATURE
|
547 | mixinsquared-forge-0.1.1.jar |MixinSquared |mixinsquared |0.1.1 |COMMON_SET|Manifest: NOSIGNATURE
|
548 | Jade-1.20.1-Forge-11.12.3.jar |Jade |jade |11.12.3+forge |COMMON_SET|Manifest: NOSIGNATURE
|
549 | nethersdelight-1.20.1-4.0.jar |Nether's Delight |nethersdelight |1.20.1-4.0 |COMMON_SET|Manifest: NOSIGNATURE
|
550 | lootintegrations_yungs-1.2.jar |lootintegrations_yungs mod |lootintegrations_yungs |1 |COMMON_SET|Manifest: NOSIGNATURE
|
551 | BarteringStation-v8.0.0-1.20.1-Forge.jar |Bartering Station |barteringstation |8.0.0 |COMMON_SET|Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
552 | Iceberg-1.20.1-forge-1.1.25.jar |Iceberg |iceberg |1.1.25 |COMMON_SET|Manifest: NOSIGNATURE
|
553 | yawp-1.20.1-forge-0.5.1-beta1.jar |Yet Another World Protector |yawp |0.5.1-beta1 |COMMON_SET|Manifest: NOSIGNATURE
|
554 | Quark-4.0-460.jar |Quark |quark |4.0-460 |COMMON_SET|Manifest: NOSIGNATURE
|
555 | supplementaries-1.20-3.1.11.jar |Supplementaries |supplementaries |1.20-3.1.11 |COMMON_SET|Manifest: NOSIGNATURE
|
556 | suppsquared-1.20-1.1.18.jar |Supplementaries Squared |suppsquared |1.20-1.1.18 |COMMON_SET|Manifest: NOSIGNATURE
|
557 | create-stuff-additions1.20.1_v2.0.7.jar |Create Stuff & Additions |create_sa |2.0.7 |COMMON_SET|Manifest: NOSIGNATURE
|
558 | Cobblepedia-Forge-0.6.8.jar |Cobblepedia |cobblepedia |0.6.8 |COMMON_SET|Manifest: NOSIGNATURE
|
559 | EndlessBiomes 1.6.0 - 1.20.1.jar |EndlessBiomes |endlessbiomes |1.6.0 |COMMON_SET|Manifest: NOSIGNATURE
|
560 | modonomicon-1.20.1-forge-1.77.5.jar |Modonomicon |modonomicon |1.77.5 |COMMON_SET|Manifest: NOSIGNATURE
|
561 | mvs-4.1.4-1.20-forge.jar |Moog's Voyager Structures |mvs |4.1.4-1.20-forge |COMMON_SET|Manifest: NOSIGNATURE
|
562 | YetAnotherConfigLib-3.6.2+1.20.1-forge.jar |YetAnotherConfigLib |yet_another_config_lib_v3 |3.6.2+1.20.1-forge |COMMON_SET|Manifest: NOSIGNATURE
|
563 | kitchen_grow-0.1-1.20.1.jar |Create The Kitchen Must Grow |kitchen_grow |0.1-1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
564 | fabric-data-generation-api-v1-12.3.4+369cb3a477.ja|Fabric Data Generation API (v1|fabric_data_generation_api_v1 |12.3.4+369cb3a477 |COMMON_SET|Manifest: NOSIGNATURE
|
565 | fabric-events-interaction-v0-0.6.2+0d0bd5a777.jar |Fabric Events Interaction (v0)|fabric_events_interaction_v0 |0.6.2+0d0bd5a777 |COMMON_SET|Manifest: NOSIGNATURE
|
566 | CobbleDollars-forge-1.5.2+1.20.1.jar |CobbleDollars |cobbledollars |1.5.2+1.20.1 |COMMON_SET|Manifest: NOSIGNATURE
|
567 | Flywheel Backend: Uninitialized
|
568 | Crash Report UUID: 9db370c3-acc5-4440-9cea-62dafb7c1855
|
569 | FML: 47.3
|
570 | Forge: net.minecraftforge:47.3.27
|