1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2025-06-27 14:36:42
|
5 | Description: Exception in server tick loop
|
6 |
|
7 | org.spongepowered.asm.mixin.transformer.throwables.MixinTransformerError: An unexpected critical error was encountered
|
8 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:392) ~[mixin-0.8.5.jar%2365!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
9 | at org.spongepowered.asm.mixin.transformer.MixinTransformer.transformClass(MixinTransformer.java:250) ~[mixin-0.8.5.jar%2365!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
10 | at org.spongepowered.asm.service.modlauncher.MixinTransformationHandler.processClass(MixinTransformationHandler.java:131) ~[mixin-0.8.5.jar%2365!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
11 | at org.spongepowered.asm.launch.MixinLaunchPluginLegacy.processClass(MixinLaunchPluginLegacy.java:131) ~[mixin-0.8.5.jar%2365!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
12 | at cpw.mods.modlauncher.serviceapi.ILaunchPluginService.processClassWithFlags(ILaunchPluginService.java:156) ~[modlauncher-10.0.9.jar%2355!/:10.0.9+10.0.9+main.dcd20f30] {}
|
13 | at cpw.mods.modlauncher.LaunchPluginHandler.offerClassNodeToPlugins(LaunchPluginHandler.java:88) ~[modlauncher-10.0.9.jar%2355!/:?] {}
|
14 | at cpw.mods.modlauncher.ClassTransformer.transform(ClassTransformer.java:120) ~[modlauncher-10.0.9.jar%2355!/:?] {}
|
15 | at cpw.mods.modlauncher.TransformingClassLoader.maybeTransformClassBytes(TransformingClassLoader.java:50) ~[modlauncher-10.0.9.jar%2355!/:?] {}
|
16 | at cpw.mods.cl.ModuleClassLoader.readerToClass(ModuleClassLoader.java:113) ~[securejarhandler-2.1.10.jar:?] {}
|
17 | at cpw.mods.cl.ModuleClassLoader.lambda$findClass$15(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
18 | at cpw.mods.cl.ModuleClassLoader.loadFromModule(ModuleClassLoader.java:229) ~[securejarhandler-2.1.10.jar:?] {}
|
19 | at cpw.mods.cl.ModuleClassLoader.findClass(ModuleClassLoader.java:219) ~[securejarhandler-2.1.10.jar:?] {}
|
20 | at cpw.mods.cl.ModuleClassLoader.loadClass(ModuleClassLoader.java:135) ~[securejarhandler-2.1.10.jar:?] {}
|
21 | at java.lang.ClassLoader.loadClass(ClassLoader.java:525) ~[?:?] {}
|
22 | at net.minecraftforge.common.util.FakePlayerFactory.lambda$get$0(FakePlayerFactory.java:38) ~[forge-1.20.1-47.4.2-universal.jar%23218!/:?] {re:classloading}
|
23 | at java.util.HashMap.computeIfAbsent(HashMap.java:1220) ~[?:?] {re:mixin}
|
24 | at net.minecraftforge.common.util.FakePlayerFactory.get(FakePlayerFactory.java:38) ~[forge-1.20.1-47.4.2-universal.jar%23218!/:?] {re:classloading}
|
25 | at net.mehvahdjukaar.moonlight.api.platform.forge.PlatHelperImpl.getFakeServerPlayer(PlatHelperImpl.java:218) ~[moonlight-1.20-2.14.11-forge.jar%23192!/:?] {re:classloading}
|
26 | at net.mehvahdjukaar.moonlight.api.platform.PlatHelper.getFakeServerPlayer(PlatHelper.java) ~[moonlight-1.20-2.14.11-forge.jar%23192!/:?] {re:mixin,re:classloading}
|
27 | at net.mehvahdjukaar.moonlight.api.util.FakePlayerManager.get(FakePlayerManager.java:28) ~[moonlight-1.20-2.14.11-forge.jar%23192!/:?] {re:classloading}
|
28 | at net.mehvahdjukaar.moonlight.api.util.FakePlayerManager.getDefault(FakePlayerManager.java:54) ~[moonlight-1.20-2.14.11-forge.jar%23192!/:?] {re:classloading}
|
29 | at net.mehvahdjukaar.supplementaries.common.block.faucet.FaucetBehaviorsManager.onReloadWithLevel(FaucetBehaviorsManager.java:105) ~[supplementaries-1.20-3.1.31.jar%23206!/:?] {re:classloading}
|
30 | at net.mehvahdjukaar.supplementaries.common.events.ServerEvents.onServerStart(ServerEvents.java:160) ~[supplementaries-1.20-3.1.31.jar%23206!/:?] {re:mixin,re:classloading}
|
31 | at net.mehvahdjukaar.supplementaries.common.events.forge.ServerEventsForge.onServerStart(ServerEventsForge.java:119) ~[supplementaries-1.20-3.1.31.jar%23206!/:?] {re:classloading}
|
32 | at net.mehvahdjukaar.supplementaries.common.events.forge.__ServerEventsForge_onServerStart_ServerStartedEvent.invoke(.dynamic) ~[supplementaries-1.20-3.1.31.jar%23206!/:?] {re:classloading,pl:eventbus:B}
|
33 | at net.minecraftforge.eventbus.ASMEventHandler.invoke(ASMEventHandler.java:73) ~[eventbus-6.0.5.jar%2352!/:?] {}
|
34 | at net.minecraftforge.eventbus.EventBus.post(EventBus.java:315) ~[eventbus-6.0.5.jar%2352!/:?] {}
|
35 | at net.minecraftforge.eventbus.EventBus.post(EventBus.java:296) ~[eventbus-6.0.5.jar%2352!/:?] {}
|
36 | at net.minecraftforge.server.ServerLifecycleHooks.handleServerStarted(ServerLifecycleHooks.java:115) ~[forge-1.20.1-47.4.2-universal.jar%23218!/:?] {re:classloading,re:mixin}
|
37 | at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:638) ~[server-1.20.1-20230612.114412-srg.jar%23213!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
|
38 | at net.minecraft.server.MinecraftServer.m_206580_(MinecraftServer.java:251) ~[server-1.20.1-20230612.114412-srg.jar%23213!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:A}
|
39 | at java.lang.Thread.run(Thread.java:840) ~[?:?] {}
|
40 | Caused by: org.spongepowered.asm.mixin.injection.throwables.InjectionError: Critical injection failure: Callback method pehkui$canUse$distance(FLnet/minecraft/world/entity/player/Player;)F in pehkui.mixins.json:compat1204minus.HorseScreenHandlerMixin failed injection check, (0/1) succeeded. Scanned 1 target(s). Using refmap Pehkui-refmap.json
|
41 | at org.spongepowered.asm.mixin.injection.struct.InjectionInfo.postInject(InjectionInfo.java:468) ~[mixin-0.8.5.jar%2365!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
42 | at com.llamalad7.mixinextras.wrapper.InjectorWrapperImpl.doPostInject(InjectorWrapperImpl.java:79) ~[MixinExtras-0.3.6.jar%23257!/:?] {re:classloading}
|
43 | at com.llamalad7.mixinextras.sugar.impl.SugarWrapperImpl.doPostInject(SugarWrapperImpl.java:88) ~[MixinExtras-0.3.6.jar%23257!/:?] {re:classloading}
|
44 | at com.llamalad7.mixinextras.wrapper.WrapperInjectionInfo.postInject(WrapperInjectionInfo.java:78) ~[MixinExtras-0.3.6.jar%23257!/:?] {re:classloading}
|
45 | at org.spongepowered.asm.mixin.transformer.MixinTargetContext.applyInjections(MixinTargetContext.java:1362) ~[mixin-0.8.5.jar%2365!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
46 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyInjections(MixinApplicatorStandard.java:1051) ~[mixin-0.8.5.jar%2365!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
47 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.applyMixin(MixinApplicatorStandard.java:400) ~[mixin-0.8.5.jar%2365!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
48 | at org.spongepowered.asm.mixin.transformer.MixinApplicatorStandard.apply(MixinApplicatorStandard.java:325) ~[mixin-0.8.5.jar%2365!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
49 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.apply(TargetClassContext.java:383) ~[mixin-0.8.5.jar%2365!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
50 | at org.spongepowered.asm.mixin.transformer.TargetClassContext.applyMixins(TargetClassContext.java:365) ~[mixin-0.8.5.jar%2365!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
51 | at org.spongepowered.asm.mixin.transformer.MixinProcessor.applyMixins(MixinProcessor.java:363) ~[mixin-0.8.5.jar%2365!/:0.8.5+Jenkins-b310.git-155314e6e91465dad727e621a569906a410cd6f4] {}
|
52 | ... 31 more
|
53 |
|
54 |
|
55 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
56 | ---------------------------------------------------------------------------------------
|
57 |
|
58 | -- System Details --
|
59 | Details:
|
60 | Minecraft Version: 1.20.1
|
61 | Minecraft Version ID: 1.20.1
|
62 | Operating System: Linux (amd64) version 6.8.0-58-generic
|
63 | Java Version: 17.0.15, Eclipse Adoptium
|
64 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
|
65 | Memory: 751086592 bytes (716 MiB) / 2411724800 bytes (2300 MiB) up to 2411724800 bytes (2300 MiB)
|
66 | CPUs: 2
|
67 | Processor Vendor: AuthenticAMD
|
68 | Processor Name: AMD EPYC 7402P 24-Core Processor
|
69 | Identifier: AuthenticAMD Family 23 Model 49 Stepping 0
|
70 | Microarchitecture: Zen 2
|
71 | Frequency (GHz): -0.00
|
72 | Number of physical packages: 1
|
73 | Number of physical CPUs: 24
|
74 | Number of logical CPUs: 48
|
75 | Graphics card #0 name: unknown
|
76 | Graphics card #0 vendor: unknown
|
77 | Graphics card #0 VRAM (MB): 0.00
|
78 | Graphics card #0 deviceId: unknown
|
79 | Graphics card #0 versionInfo: unknown
|
80 | Virtual memory max (MB): 129820.69
|
81 | Virtual memory used (MB): 184187.34
|
82 | Swap memory total (MB): 1024.00
|
83 | Swap memory used (MB): 24.02
|
84 | JVM Flags: 3 total; -XX:MaxMetaspaceSize=300M -Xmx2300M -Xms1150M
|
85 | Server Running: true
|
86 | Player Count: 0 / 20; []
|
87 | Data Packs: vanilla, mod:mixinextras (incompatible), mod:kuma_api, mod:terrablender, mod:architectury (incompatible), mod:vinery (incompatible), mod:herbalbrews, mod:playeranimator (incompatible), mod:balm, mod:cloth_config (incompatible), mod:bettercombat (incompatible), mod:forge, mod:appleskin (incompatible), mod:curios (incompatible), mod:expandability (incompatible), mod:doapi (incompatible), mod:athena, mod:meadow, mod:citadel (incompatible), mod:alexsmobs (incompatible), mod:artifacts, mod:moonlight (incompatible), mod:mixinsquared (incompatible), mod:geckolib, mod:aether, mod:spectrelib (incompatible), mod:resourcefulconfig (incompatible), mod:calio, mod:luphieclutteredmod, mod:comforts (incompatible), mod:resourcefullib (incompatible), mod:guardvillagers (incompatible), mod:coroutil (incompatible), mod:cumulus_menus, mod:nitrogen_internals, mod:watut, mod:supplementaries, Supplementaries Generated Pack, builtin/aether_accessories, mod:additionalentityattributes (incompatible), mod:caelus (incompatible), mod:apoli (incompatible), mod:shrink (incompatible), mod:chipped (incompatible), mod:farmersdelight, mod:origins (incompatible), mod:farmers_structures, mod:polylib, mod:sophisticatedcore (incompatible), mod:yungsapi, mod:sophisticatedbackpacks (incompatible), mod:immersive_armors (incompatible), mod:endermanoverhaul (incompatible), mod:ribbits (incompatible), mod:mekanism, mod:reliquary (incompatible), mod:patchouli (incompatible), mod:lootr, mod:immersive_melodies (incompatible), mod:cosmeticarmoursmod, mod:waystones, mod:twilightforest, mod:guardribbits (incompatible), mod:polymorph (incompatible), mod:crittersandcompanions (incompatible), mod:pehkui (incompatible), mod:cosmeticarmorreworked, mod:another_furniture (incompatible)
|
88 | Enabled Feature Flags: minecraft:vanilla
|
89 | World Generation: Stable
|
90 | Is Modded: Definitely; Server brand changed to 'forge'
|
91 | Type: Dedicated Server (map_server.txt)
|
92 | ModLauncher: 10.0.9+10.0.9+main.dcd20f30
|
93 | ModLauncher launch target: forgeserver
|
94 | ModLauncher naming: srg
|
95 | ModLauncher services:
|
96 | mixin-0.8.5.jar mixin PLUGINSERVICE
|
97 | eventbus-6.0.5.jar eventbus PLUGINSERVICE
|
98 | fmlloader-1.20.1-47.4.2.jar slf4jfixer PLUGINSERVICE
|
99 | fmlloader-1.20.1-47.4.2.jar object_holder_definalize PLUGINSERVICE
|
100 | fmlloader-1.20.1-47.4.2.jar runtime_enum_extender PLUGINSERVICE
|
101 | fmlloader-1.20.1-47.4.2.jar capability_token_subclass PLUGINSERVICE
|
102 | accesstransformers-8.0.4.jar accesstransformer PLUGINSERVICE
|
103 | fmlloader-1.20.1-47.4.2.jar runtimedistcleaner PLUGINSERVICE
|
104 | modlauncher-10.0.9.jar mixin TRANSFORMATIONSERVICE
|
105 | modlauncher-10.0.9.jar fml TRANSFORMATIONSERVICE
|
106 | FML Language Providers:
|
107 | minecraft@1.0
|
108 | lowcodefml@null
|
109 | javafml@null
|
110 | Mod List:
|
111 | kuma-api-forge-20.1.10+1.20.1.jar |KumaAPI |kuma_api |20.1.10 |DONE |Manifest: NOSIGNATURE
|
112 | additionalentityattributes-forge-1.4.0.5+1.20.1.ja|Additional Entity Attributes |additionalentityattributes |**.**.**.**+1.20.1 |DONE |Manifest: NOSIGNATURE
|
113 | geckolib-forge-1.20.1-4.7.2.jar |GeckoLib 4 |geckolib |4.7.2 |DONE |Manifest: NOSIGNATURE
|
114 | player-animation-lib-forge-1.0.2-rc1+1.20.jar |Player Animator |playeranimator |1.0.2-rc1+1.20 |DONE |Manifest: NOSIGNATURE
|
115 | aether-1.20.1-1.5.2-neoforge.jar |The Aether |aether |1.20.1-1.5.2-neoforg|DONE |Manifest: NOSIGNATURE
|
116 | Pehkui-3.8.2+1.20.1-forge.jar |Pehkui |pehkui |3.8.2+1.20.1-forge |DONE |Manifest: NOSIGNATURE
|
117 | caelus-forge-3.2.0+1.20.1.jar |Caelus API |caelus |3.2.0+1.20.1 |DONE |Manifest: NOSIGNATURE
|
118 | apoli-forge-1.20.1-2.9.0.8.jar |Apoli |apoli |1.20.1-2.9.0.8 |DONE |Manifest: NOSIGNATURE
|
119 | sophisticatedcore-1.20.1-1.2.71.1022.jar |Sophisticated Core |sophisticatedcore |1.2.71.1022 |DONE |Manifest: NOSIGNATURE
|
120 | waystones-forge-1.20.1-14.1.13.jar |Waystones |waystones |14.1.13 |DONE |Manifest: NOSIGNATURE
|
121 | comforts-forge-6.4.0+1.20.1.jar |Comforts |comforts |6.4.0+1.20.1 |DONE |Manifest: NOSIGNATURE
|
122 | citadel-2.6.1-1.20.1.jar |Citadel |citadel |2.6.1 |DONE |Manifest: NOSIGNATURE
|
123 | alexsmobs-1.22.9.jar |Alex's Mobs |alexsmobs |1.22.9 |DONE |Manifest: NOSIGNATURE
|
124 | artifacts-forge-9.5.13.jar |Artifacts |artifacts |9.5.13 |DONE |Manifest: NOSIGNATURE
|
125 | YungsApi-1.20-Forge-4.0.6.jar |YUNG's API |yungsapi |1.20-Forge-4.0.6 |DONE |Manifest: NOSIGNATURE
|
126 | mixinextras-forge-0.2.0-beta.9.jar |MixinExtras |mixinextras |0.2.0-beta.9 |DONE |Manifest: NOSIGNATURE
|
127 | Shrink-1.20.1-1.4.5.jar |Shrink |shrink |1.4.5 |DONE |Manifest: NOSIGNATURE
|
128 | sophisticatedbackpacks-1.20.1-3.23.19.1263.jar |Sophisticated Backpacks |sophisticatedbackpacks |3.23.19.1263 |DONE |Manifest: NOSIGNATURE
|
129 | guardvillagers-1.20.1-1.6.10.jar |Guard Villagers |guardvillagers |1.20.1-1.6.10 |DONE |Manifest: NOSIGNATURE
|
130 | balm-forge-1.20.1-7.3.31-all.jar |Balm |balm |7.3.31 |DONE |Manifest: NOSIGNATURE
|
131 | immersive_armors-1.7.0+1.20.1-forge.jar |Immersive Armors |immersive_armors |1.7.0+1.20.1 |DONE |Manifest: NOSIGNATURE
|
132 | watut-forge-1.20.1-1.2.3.jar |What Are They Up To |watut |1.20.1-1.2.3 |DONE |Manifest: NOSIGNATURE
|
133 | cloth-config-11.1.136-forge.jar |Cloth Config v10 API |cloth_config |11.1.136 |DONE |Manifest: NOSIGNATURE
|
134 | forge-1.20.1-47.4.2-universal.jar |Forge |forge |47.4.2 |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
135 | twilightforest-1.20.1-4.3.2508-universal.jar |The Twilight Forest |twilightforest |4.3.2508 |DONE |Manifest: NOSIGNATURE
|
136 | supplementaries-1.20-3.1.31.jar |Supplementaries |supplementaries |1.20-3.1.31 |DONE |Manifest: NOSIGNATURE
|
137 | athena-forge-1.20.1-3.1.2.jar |Athena |athena |3.1.2 |DONE |Manifest: NOSIGNATURE
|
138 | chipped-forge-1.20.1-3.0.7.jar |Chipped |chipped |3.0.7 |DONE |Manifest: NOSIGNATURE
|
139 | server-1.20.1-20230612.114412-srg.jar |Minecraft |minecraft |1.20.1 |DONE |Manifest: NOSIGNATURE
|
140 | FarmersDelight-1.20.1-1.2.8.jar |Farmer's Delight |farmersdelight |1.20.1-1.2.8 |DONE |Manifest: NOSIGNATURE
|
141 | TerraBlender-forge-1.20.1-3.0.1.7.jar |TerraBlender |terrablender |**.**.**.** |DONE |Manifest: NOSIGNATURE
|
142 | moonlight-1.20-2.14.11-forge.jar |Moonlight Library |moonlight |1.20-2.14.11 |DONE |Manifest: NOSIGNATURE
|
143 | GuardRibbits-1.20.1-Forge-1.0.7.jar |Guard Ribbits |guardribbits |1.20.1-Forge-1.0.7 |DONE |Manifest: NOSIGNATURE
|
144 | endermanoverhaul-forge-1.20.1-1.0.4.jar |Enderman Overhaul |endermanoverhaul |1.0.4 |DONE |Manifest: NOSIGNATURE
|
145 | bettercombat-forge-1.8.6+1.20.1.jar |Better Combat |bettercombat |1.8.6+1.20.1 |DONE |Manifest: NOSIGNATURE
|
146 | mixinsquared-forge-0.1.1.jar |MixinSquared |mixinsquared |0.1.1 |DONE |Manifest: NOSIGNATURE
|
147 | another_furniture-forge-1.20.1-3.0.2.jar |Another Furniture |another_furniture |1.20.1-3.0.2 |DONE |Manifest: NOSIGNATURE
|
148 | spectrelib-forge-0.13.17+1.20.1.jar |SpectreLib |spectrelib |0.13.17+1.20.1 |DONE |Manifest: NOSIGNATURE
|
149 | resourcefulconfig-forge-1.20.1-2.1.3.jar |Resourcefulconfig |resourcefulconfig |2.1.3 |DONE |Manifest: NOSIGNATURE
|
150 | calio-forge-1.20.1-1.11.0.5.jar |Calio |calio |1.20.1-1.11.0.5 |DONE |Manifest: NOSIGNATURE
|
151 | cluttered-2.1-1.20.1.jar |Cluttered |luphieclutteredmod |2.1 |DONE |Manifest: NOSIGNATURE
|
152 | Ribbits-1.20.1-Forge-3.0.4.jar |Ribbits |ribbits |1.20.1-Forge-3.0.4 |DONE |Manifest: NOSIGNATURE
|
153 | curios-forge-5.12.1+1.20.1.jar |Curios API |curios |5.12.1+1.20.1 |DONE |Manifest: NOSIGNATURE
|
154 | Mekanism-1.20.1-10.4.16.80.jar |Mekanism |mekanism |10.4.16 |DONE |Manifest: NOSIGNATURE
|
155 | reliquary-1.20.1-2.0.45.1248.jar |Reliquary |reliquary |2.0.45.1248 |DONE |Manifest: NOSIGNATURE
|
156 | Patchouli-1.20.1-84.1-FORGE.jar |Patchouli |patchouli |1.20.1-84.1-FORGE |DONE |Manifest: NOSIGNATURE
|
157 | origins-forge-1.20.1-1.10.0.9-all.jar |Origins |origins |1.20.1-1.10.0.9 |DONE |Manifest: NOSIGNATURE
|
158 | polymorph-forge-0.49.10+1.20.1.jar |Polymorph |polymorph |0.49.10+1.20.1 |DONE |Manifest: NOSIGNATURE
|
159 | crittersandcompanions-forge-2.2.2.jar |Critters and Companions |crittersandcompanions |2.2.2 |DONE |Manifest: NOSIGNATURE
|
160 | FarmersStructures-1.0.3-1.20.jar |FarmersStructures |farmers_structures |1.0.0 |DONE |Manifest: NOSIGNATURE
|
161 | resourcefullib-forge-1.20.1-2.1.29.jar |Resourceful Lib |resourcefullib |2.1.29 |DONE |Manifest: NOSIGNATURE
|
162 | coroutil-forge-1.20.1-1.3.7.jar |CoroUtil |coroutil |1.20.1-1.3.7 |DONE |Manifest: NOSIGNATURE
|
163 | cumulus_menus-1.20.1-1.0.1-neoforge.jar |Cumulus |cumulus_menus |1.20.1-1.0.1-neoforg|DONE |Manifest: NOSIGNATURE
|
164 | architectury-9.2.14-forge.jar |Architectury |architectury |9.2.14 |DONE |Manifest: NOSIGNATURE
|
165 | letsdo-API-forge-1.2.15-forge.jar |[Let's Do] API |doapi |1.2.15 |DONE |Manifest: NOSIGNATURE
|
166 | letsdo-vinery-forge-1.4.38.jar |[Let's Do] Vinery |vinery |1.4.38 |DONE |Manifest: NOSIGNATURE
|
167 | letsdo-meadow-forge-1.3.23.jar |[Let's Do] Meadow |meadow |1.3.23 |DONE |Manifest: NOSIGNATURE
|
168 | letsdo-herbalbrews-forge-1.0.11.jar |[Let's Do] HerbalBrews |herbalbrews |1.0.11 |DONE |Manifest: NOSIGNATURE
|
169 | appleskin-forge-mc1.20.1-2.5.1.jar |AppleSkin |appleskin |2.5.1+mc1.20.1 |DONE |Manifest: NOSIGNATURE
|
170 | lootr-forge-1.20-0.7.35.91.jar |Lootr |lootr |**.**.**.** |DONE |Manifest: NOSIGNATURE
|
171 | nitrogen_internals-1.20.1-1.0.12-neoforge.jar |Nitrogen |nitrogen_internals |1.20.1-1.0.12-neofor|DONE |Manifest: NOSIGNATURE
|
172 | immersive_melodies-0.5.0+1.20.1-forge.jar |Immersive Melodies |immersive_melodies |0.5.0+1.20.1 |DONE |Manifest: NOSIGNATURE
|
173 | polylib-forge-2000.0.3-build.143.jar |PolyLib |polylib |2000.0.3-build.143 |DONE |Manifest: NOSIGNATURE
|
174 | CosmeticArmours - **.**.**.** - 1.20.1 - Forge.jar |CosmeticArmours |cosmeticarmoursmod |**.**.**.** |DONE |Manifest: NOSIGNATURE
|
175 | cosmeticarmorreworked-1.20.1-v1a.jar |CosmeticArmorReworked |cosmeticarmorreworked |1.20.1-v1a |DONE |Manifest: ****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****:****
|
176 | expandability-forge-9.0.4.jar |ExpandAbility |expandability |9.0.4 |DONE |Manifest: NOSIGNATURE
|
177 | Crash Report UUID: 2017eca9-272b-4a1f-9024-da8328dee131
|
178 | FML: 47.4
|
179 | Forge: net.minecraftforge:47.4.2
|