1.18.2 Server crash by patrol spawn
manue777-droid opened this issue ยท 1 comments
I have the forge version of 40.2.1
---- Minecraft Crash Report ----
2 | // I just don't know what went wrong :(
3 |
4 | Time: 3/30/23, 5:40 PM
5 | Description: Exception ticking world
6 |
7 | java.lang.UnsupportedOperationException: null
8 | at java.util.AbstractList.add(Unknown Source) ~[?:?] {re:mixin}
9 | at java.util.AbstractList.add(Unknown Source) ~[?:?] {re:mixin}
10 | at com.patrigan.faction_craft.faction.EntityWeightMapProperties.addAllowedRank(EntityWeightMapProperties.java:41) ~[faction_craft-1.18.2-1.1.8.jar%2363!/:1.18.2-1.1.8] {re:classloading}
11 | at com.patrigan.faction_craft.world.spawner.PatrolSpawner.spawnPatrolMember(PatrolSpawner.java:116) ~[faction_craft-1.18.2-1.1.8.jar%2363!/:1.18.2-1.1.8] {re:classloading}
12 | at com.patrigan.faction_craft.world.spawner.PatrolSpawner.spawnPatrol(PatrolSpawner.java:98) ~[faction_craft-1.18.2-1.1.8.jar%2363!/:1.18.2-1.1.8] {re:classloading}
13 | at com.patrigan.faction_craft.world.spawner.PatrolSpawner.m_7995_(PatrolSpawner.java:76) ~[faction_craft-1.18.2-1.1.8.jar%2363!/:1.18.2-1.1.8] {re:classloading}
14 | at net.minecraft.server.level.ServerLevel.m_8799_(ServerLevel.java:357) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:faction_craft.mixins.json:ServerLevelAccessor,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin,pl:mixin:APP:enhancedcelestials.mixins.json:MixinServerWorld,pl:mixin:A}
15 | at net.minecraft.server.level.ServerChunkCache.m_8490_(ServerChunkCache.java:366) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:classloading,pl:accesstransformer:B}
16 | at net.minecraft.server.level.ServerChunkCache.m_201698_(ServerChunkCache.java:309) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:classloading,pl:accesstransformer:B}
17 | at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:281) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:faction_craft.mixins.json:ServerLevelAccessor,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin,pl:mixin:APP:enhancedcelestials.mixins.json:MixinServerWorld,pl:mixin:A}
18 | at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:902) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
19 | at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:326) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:blueprint.mixins.json:DedicatedServerMixin,pl:mixin:A}
20 | at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:842) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
21 | at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:685) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
22 | at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:261) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
23 | at java.lang.Thread.run(Unknown Source) [?:?] {}
24 |
25 |
26 | A detailed walkthrough of the error, its code path and all known details is as follows:
27 | ---------------------------------------------------------------------------------------
28 |
29 | -- Head --
30 | Thread: Server thread
31 | Stacktrace:
32 | at java.util.AbstractList.add(Unknown Source) ~[?:?] {re:mixin}
33 | at java.util.AbstractList.add(Unknown Source) ~[?:?] {re:mixin}
34 | at com.patrigan.faction_craft.faction.EntityWeightMapProperties.addAllowedRank(EntityWeightMapProperties.java:41) ~[faction_craft-1.18.2-1.1.8.jar%2363!/:1.18.2-1.1.8] {re:classloading}
35 | at com.patrigan.faction_craft.world.spawner.PatrolSpawner.spawnPatrolMember(PatrolSpawner.java:116) ~[faction_craft-1.18.2-1.1.8.jar%2363!/:1.18.2-1.1.8] {re:classloading}
36 | at com.patrigan.faction_craft.world.spawner.PatrolSpawner.spawnPatrol(PatrolSpawner.java:98) ~[faction_craft-1.18.2-1.1.8.jar%2363!/:1.18.2-1.1.8] {re:classloading}
37 | at com.patrigan.faction_craft.world.spawner.PatrolSpawner.m_7995_(PatrolSpawner.java:76) ~[faction_craft-1.18.2-1.1.8.jar%2363!/:1.18.2-1.1.8] {re:classloading}
38 | at net.minecraft.server.level.ServerLevel.m_8799_(ServerLevel.java:357) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:faction_craft.mixins.json:ServerLevelAccessor,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin,pl:mixin:APP:enhancedcelestials.mixins.json:MixinServerWorld,pl:mixin:A}
39 | at net.minecraft.server.level.ServerChunkCache.m_8490_(ServerChunkCache.java:366) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:classloading,pl:accesstransformer:B}
40 | at net.minecraft.server.level.ServerChunkCache.m_201698_(ServerChunkCache.java:309) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:classloading,pl:accesstransformer:B}
41 | at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:281) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:faction_craft.mixins.json:ServerLevelAccessor,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin,pl:mixin:APP:enhancedcelestials.mixins.json:MixinServerWorld,pl:mixin:A}
42 | -- Affected level --
43 | Details:
44 | All players: 2 total; [ServerPlayer['NicolasChu_2'/116, l='ServerLevel[la mastur banda]', x=2057.39, y=67.25, z=-1591.72], ServerPlayer['manue777'/115, l='ServerLevel[la mastur banda]', x=2062.63, y=68.00, z=-1589.54]]
45 | Chunk stats: 3730
46 | Level dimension: minecraft:overworld
47 | Level spawn location: World: (-336,86,-16), Section: (at 0,6,0 in -21,5,-1; chunk contains blocks -336,-64,-16 to -321,319,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
48 | Level time: 122758 game time, 54193 day time
49 | Level name: la mastur banda
50 | Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
51 | Level weather: Rain time: 16818 (now: false), thunder time: 100243 (now: false)
52 | Known server brands: forge
53 | Level was modded: true
54 | Level storage version: 0x04ABD - Anvil
55 | Stacktrace:
56 | at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:902) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
57 | at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:326) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:blueprint.mixins.json:DedicatedServerMixin,pl:mixin:A}
58 | at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:842) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
59 | at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:685) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
60 | at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:261) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
61 | at java.lang.Thread.run(Unknown Source) [?:?] {}
62 |
63 |
64 | -- System Details --
65 | Details:
66 | Minecraft Version: 1.18.2
67 | Minecraft Version ID: 1.18.2
68 | Operating System: Linux (amd64) version 5.4.0-125-generic
69 | Java Version: 17.0.4.1, Eclipse Adoptium
70 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
71 | Memory: 1047968304 bytes (999 MiB) / 2411724800 bytes (2300 MiB) up to 2411724800 bytes (2300 MiB)
72 | CPUs: 3
73 | Processor Vendor: AuthenticAMD
74 | Processor Name: AMD EPYC 7402P 24-Core Processor
75 | Identifier: AuthenticAMD Family 23 Model 49 Stepping 0
76 | Microarchitecture: Zen 2
77 | Frequency (GHz): -0.00
78 | Number of physical packages: 1
79 | Number of physical CPUs: 24
80 | Number of logical CPUs: 48
81 | Graphics card #0 name: unknown
82 | Graphics card #0 vendor: unknown
83 | Graphics card #0 VRAM (MB): 0.00
84 | Graphics card #0 deviceId: unknown
85 | Graphics card #0 versionInfo: unknown
86 | Virtual memory max (MB): 129864.10
87 | Virtual memory used (MB): 139054.97
88 | Swap memory total (MB): 1024.00
89 | Swap memory used (MB): 1024.00
90 | JVM Flags: 3 total; -XX:MaxMetaspaceSize=300M -Xmx2300M -Xms1150M
91 | Server Running: true
92 | Player Count: 2 / 20; [ServerPlayer['NicolasChu_2'/116, l='ServerLevel[la mastur banda]', x=2057.39, y=67.25, z=-1591.72], ServerPlayer['manue777'/115, l='ServerLevel[la mastur banda]', x=2062.63, y=68.00, z=-1589.54]]
93 | Data Packs: vanilla, mod:smartbrainlib, mod:betterdungeons, mod:mowziesmobs (incompatible), mod:trashslot (incompatible), mod:playeranimator, mod:aoa3, mod:jei (incompatible), mod:galosphere (incompatible), mod:dungeons_mobs (incompatible), mod:journeymap, mod:enhancedvisuals (incompatible), mod:citadel (incompatible), mod:faction_craft (incompatible), mod:artifacts, mod:configured (incompatible), mod:yungsapi, mod:forgivingvoid (incompatible), mod:iceandfire (incompatible), mod:minetraps, mod:balm (incompatible), mod:terralith, mod:blueprint (incompatible), mod:savage_and_ravage (incompatible), mod:gunswithoutroses (incompatible), mod:carryon (incompatible), mod:cloth_config (incompatible), mod:forge, mod:twilightforest (incompatible), mod:meetyourfight (incompatible), mod:dungeons_arise, mod:tconstruct (incompatible), mod:bettercombat, mod:creativecore (incompatible), mod:yungsbridges, mod:cataclysm (incompatible), mod:curios (incompatible), mod:relics (incompatible), mod:mantle (incompatible), mod:backpacked (incompatible), mod:cgm, mod:betterstrongholds, mod:hunterillager, mod:architectury (incompatible), mod:offhandcombat (incompatible), mod:enhancedcelestials (incompatible), mod:framework (incompatible), mod:enchantwithmob, mod:zillagersweararmor (incompatible), mod:cofh_core, mod:thermal, mod:thermal_expansion, mod:expandability (incompatible), mod:bettermineshafts, mod:playerrevive (incompatible), mod:geckolib3 (incompatible), mod:creeperoverhaul (incompatible), mod:dungeons_libraries (incompatible), mod:dungeons_gear (incompatible), iceandfire:data
94 | World Generation: Experimental
95 | Is Modded: Definitely; Server brand changed to 'forge'
96 | Type: Dedicated Server (map_server.txt)
97 | ModLauncher: 9.1.3+9.1.3+main.9b69c82a
98 | ModLauncher launch target: forgeserver
99 | ModLauncher naming: srg
100 | ModLauncher services:
101 | mixin PLUGINSERVICE
102 | eventbus PLUGINSERVICE
103 | slf4jfixer PLUGINSERVICE
104 | object_holder_definalize PLUGINSERVICE
105 | runtime_enum_extender PLUGINSERVICE
106 | capability_token_subclass PLUGINSERVICE
107 | accesstransformer PLUGINSERVICE
108 | runtimedistcleaner PLUGINSERVICE
109 | mixin TRANSFORMATIONSERVICE
110 | fml TRANSFORMATIONSERVICE
111 | FML Language Providers:
112 | [email protected]
113 | lowcodefml@null
114 | javafml@null
115 | Mod List:
116 | SmartBrainLib-forge-1.18.2-1.9.jar |SmartBrainLib |smartbrainlib |1.9 |DONE |Manifest: NOSIGNATURE
117 | YungsBetterDungeons-1.18.2-Forge-2.1.0.jar |YUNG's Better Dungeons |betterdungeons |1.18.2-Forge-2.1.0 |DONE |Manifest: NOSIGNATURE
118 | mowziesmobs-1.5.32.jar |Mowzie's Mobs |mowziesmobs |1.5.32 |DONE |Manifest: NOSIGNATURE
119 | trashslot-forge-1.18.2-11.0.3.jar |TrashSlot |trashslot |11.0.3 |DONE |Manifest: NOSIGNATURE
120 | player-animation-lib-forge-1.0.2+1.18.jar |Player Animator |playeranimator |1.0.2+1.18 |DONE |Manifest: NOSIGNATURE
121 | AoA3-1.18.2-3.6.6.jar |Advent of Ascension |aoa3 |1.18.2-3.6.6 |DONE |Manifest: NOSIGNATURE
122 | jei-1.18.2-forge-10.2.1.1004.jar |Just Enough Items |jei |10.2.1.1004 |DONE |Manifest: NOSIGNATURE
123 | Galosphere-1.18.2-1.2.2-Forge.jar |Galosphere |galosphere |1.18.2-1.2.2 |DONE |Manifest: NOSIGNATURE
124 | dungeons_mobs-1.18.2-3.0.2-beta.jar |Dungeons Mobs |dungeons_mobs |1.18.2-3.0.2-beta |DONE |Manifest: NOSIGNATURE
125 | journeymap-1.18.2-5.9.4-forge.jar |Journeymap |journeymap |5.9.4 |DONE |Manifest: NOSIGNATURE
126 | EnhancedVisuals_FORGE_v1.6.4_mc1.18.2.jar |EnhancedVisuals |enhancedvisuals |1.6.4 |DONE |Manifest: NOSIGNATURE
127 | citadel-1.11.3-1.18.2.jar |Citadel |citadel |1.11.3 |DONE |Manifest: NOSIGNATURE
128 | faction_craft-1.18.2-1.1.8.jar |Faction Craft |faction_craft |1.18.2-1.1.8 |DONE |Manifest: NOSIGNATURE
129 | artifacts-1.18.2-4.2.1.jar |Artifacts |artifacts |1.18.2-4.2.1 |DONE |Manifest: NOSIGNATURE
130 | configured-2.0.1-1.18.2.jar |Configured |configured |2.0.1 |DONE |Manifest: NOSIGNATURE
131 | YungsApi-1.18.2-Forge-2.2.9.jar |YUNG's API |yungsapi |1.18.2-Forge-2.2.9 |DONE |Manifest: NOSIGNATURE
132 | forgivingvoid-forge-1.18.1-6.0.1.jar |Forgiving Void |forgivingvoid |6.0.1 |DONE |Manifest: NOSIGNATURE
133 | iceandfire-2.1.12-1.18.2-beta.jar |Ice and Fire |iceandfire |2.1.12-1.18.2-beta |DONE |Manifest: NOSIGNATURE
134 | MineTraps-1.18.2-(v.2.1.4).jar |MineTraps |minetraps |2.1.4 |DONE |Manifest: NOSIGNATURE
135 | balm-3.2.6.jar |Balm |balm |3.2.6 |DONE |Manifest: NOSIGNATURE
136 | Terralith_v2.2.3.jar |Terralith |terralith |0.0NONE |DONE |Manifest: NOSIGNATURE
137 | blueprint-1.18.2-5.5.0.jar |Blueprint |blueprint |5.5.0 |DONE |Manifest: NOSIGNATURE
138 | savage_and_ravage-1.18.2-4.0.1.jar |Savage & Ravage |savage_and_ravage |4.0.1 |DONE |Manifest: NOSIGNATURE
139 | gunswithoutroses-1.18.2-1.0.14.jar |Guns Without Roses |gunswithoutroses |1.18.2-1.0.14 |DONE |Manifest: NOSIGNATURE
140 | carryon-1.18.2-1.17.0.8.jar |Carry On |carryon |1.17.0.8 |DONE |Manifest: NOSIGNATURE
141 | cloth-config-6.3.81-forge.jar |Cloth Config v4 API |cloth_config |6.3.81 |DONE |Manifest: NOSIGNATURE
142 | forge-1.18.2-40.2.1-universal.jar |Forge |forge |40.2.1 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
143 | twilightforest-1.18.2-4.1.1494-universal.jar |The Twilight Forest |twilightforest |4.1.1494 |DONE |Manifest: NOSIGNATURE
144 | meetyourfight-1.18.2-1.2.5.jar |Meet Your Fight |meetyourfight |1.18.2-1.2.5 |DONE |Manifest: NOSIGNATURE
145 | DungeonsArise-1.18.2-2.1.52-release.jar |When Dungeons Arise |dungeons_arise |2.1.52-1.18.2 |DONE |Manifest: NOSIGNATURE
146 | TConstruct-1.18.2-3.6.3.111.jar |Tinkers' Construct |tconstruct |3.6.3.111 |DONE |Manifest: NOSIGNATURE
147 | bettercombat-forge-1.6.2+1.18.2.jar |Better Combat |bettercombat |1.6.2+1.18.2 |DONE |Manifest: NOSIGNATURE
148 | CreativeCore_FORGE_v2.6.16_mc1.18.2.jar |CreativeCore |creativecore |0.0NONE |DONE |Manifest: NOSIGNATURE
149 | YungsBridges-1.18.2-Forge-2.1.0.jar |YUNG's Bridges |yungsbridges |1.18.2-Forge-2.1.0 |DONE |Manifest: NOSIGNATURE
150 | L_Enders Cataclysm-0.51-changed Them -1.18.2.jar |Cataclysm Mod |cataclysm |1.0 |DONE |Manifest: NOSIGNATURE
151 | curios-forge-1.18.2-5.0.9.0.jar |Curios API |curios |1.18.2-5.0.9.0 |DONE |Manifest: NOSIGNATURE
152 | relics-1.18.2-0.4.1.8.jar |Relics |relics |0.4.1.8 |DONE |Manifest: NOSIGNATURE
153 | Mantle-1.18.2-1.9.43.jar |Mantle |mantle |1.9.43 |DONE |Manifest: NOSIGNATURE
154 | backpacked-2.1.10-1.18.2.jar |Backpacked |backpacked |2.1.10 |DONE |Manifest: NOSIGNATURE
155 | cgm-1.3.3-1.18.2.jar |MrCrayfish's Gun Mod |cgm |1.3.3 |DONE |Manifest: NOSIGNATURE
156 | YungsBetterStrongholds-1.18.2-Forge-2.1.1.jar |YUNG's Better Strongholds |betterstrongholds |1.18.2-Forge-2.1.1 |DONE |Manifest: NOSIGNATURE
157 | HunterIllager-1.18.2-4.0.1.jar |Hunter Illager |hunterillager |1.18.2-4.0.1 |DONE |Manifest: NOSIGNATURE
158 | architectury-4.11.89-forge.jar |Architectury |architectury |4.11.89 |DONE |Manifest: NOSIGNATURE
159 | off-hand-combat-0.0.4-forge.jar |Off Hand Combat |offhandcombat |0.0.4 |DONE |Manifest: NOSIGNATURE
160 | Enhanced_Celestials-forge-1.18.2-2.0.7.jar |Enhanced Celestials |enhancedcelestials |2.0.7 |DONE |Manifest: NOSIGNATURE
161 | framework-0.4.2-1.18.2.jar |Framework |framework |0.4.2 |DONE |Manifest: NOSIGNATURE
162 | enchantwithmob-1.18.2-4.2.1.jar |Enchant With Mob |enchantwithmob |1.18.2-4.2.1 |DONE |Manifest: NOSIGNATURE
163 | illagersweararmor-1.1.5.jar |Illagers Wear Armor |zillagersweararmor |1.1.5 |DONE |Manifest: NOSIGNATURE
164 | server-1.18.2-20220404.173914-srg.jar |Minecraft |minecraft |1.18.2 |DONE |Manifest: NOSIGNATURE
165 | cofh_core-1.18.2-9.2.1.39.jar |CoFH Core |cofh_core |9.2.1 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
166 | thermal_foundation-1.18.2-9.2.0.46.jar |Thermal Series |thermal |9.2.0.46 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
167 | thermal_expansion-1.18.2-9.2.0.20.jar |Thermal Expansion |thermal_expansion |9.2.0.20 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
168 | expandability-6.0.0.jar |ExpandAbility |expandability |6.0.0 |DONE |Manifest: NOSIGNATURE
169 | YungsBetterMineshafts-1.18.2-Forge-2.2.jar |YUNG's Better Mineshafts |bettermineshafts |1.18.2-Forge-2.2 |DONE |Manifest: NOSIGNATURE
170 | PlayerRevive_FORGE_v2.0.13_mc1.18.2.jar |PlayerRevive |playerrevive |2.0.13 |DONE |Manifest: NOSIGNATURE
171 | geckolib-forge-1.18-3.0.57.jar |GeckoLib |geckolib3 |3.0.57 |DONE |Manifest: NOSIGNATURE
172 | creeperoverhaul-1.3.1-forge.jar |Creeper Overhaul |creeperoverhaul |1.3.1 |DONE |Manifest: NOSIGNATURE
173 | dungeons_libraries-1.18.2-2.0.5-beta.jar |Dungeons Libraries |dungeons_libraries |1.18.2-2.0.5-beta |DONE |Manifest: NOSIGNATURE
174 | dungeons_gear-1.18.2-4.0.2-beta.jar |Dungeons Gear |dungeons_gear |1.18.2-4.0.2-beta |DONE |Manifest: NOSIGNATURE
175 | Crash Report UUID: c022c013-d1f8-4a56-b096-85e11323dedb
176 | FML: 40.2
177 | Forge: net.minecraftforge:40.2.1
Time: 3/30/23, 5:40 PM
Description: Exception ticking world
java.lang.UnsupportedOperationException: null
at java.util.AbstractList.add(Unknown Source) ~[?:?] {re:mixin}
at java.util.AbstractList.add(Unknown Source) ~[?:?] {re:mixin}
at com.patrigan.faction_craft.faction.EntityWeightMapProperties.addAllowedRank(EntityWeightMapProperties.java:41) ~[faction_craft-1.18.2-1.1.8.jar%2363!/:1.18.2-1.1.8] {re:classloading}
at com.patrigan.faction_craft.world.spawner.PatrolSpawner.spawnPatrolMember(PatrolSpawner.java:116) ~[faction_craft-1.18.2-1.1.8.jar%2363!/:1.18.2-1.1.8] {re:classloading}
at com.patrigan.faction_craft.world.spawner.PatrolSpawner.spawnPatrol(PatrolSpawner.java:98) ~[faction_craft-1.18.2-1.1.8.jar%2363!/:1.18.2-1.1.8] {re:classloading}
at com.patrigan.faction_craft.world.spawner.PatrolSpawner.m_7995(PatrolSpawner.java:76) ~[faction_craft-1.18.2-1.1.8.jar%2363!/:1.18.2-1.1.8] {re:classloading}
at net.minecraft.server.level.ServerLevel.m_8799(ServerLevel.java:357) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:faction_craft.mixins.json:ServerLevelAccessor,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin,pl:mixin:APP:enhancedcelestials.mixins.json:MixinServerWorld,pl:mixin:A}
at net.minecraft.server.level.ServerChunkCache.m_8490_(ServerChunkCache.java:366) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.level.ServerChunkCache.m_201698_(ServerChunkCache.java:309) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:281) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:faction_craft.mixins.json:ServerLevelAccessor,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin,pl:mixin:APP:enhancedcelestials.mixins.json:MixinServerWorld,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:902) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:326) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:blueprint.mixins.json:DedicatedServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:842) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_130011_(MinecraftServer.java:685) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_177918_(MinecraftServer.java:261) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
at java.lang.Thread.run(Unknown Source) [?:?] {}
A detailed walkthrough of the error, its code path and all known details is as follows:
-- Head --
Thread: Server thread
Stacktrace:
at java.util.AbstractList.add(Unknown Source) ~[?:?] {re:mixin}
at java.util.AbstractList.add(Unknown Source) ~[?:?] {re:mixin}
at com.patrigan.faction_craft.faction.EntityWeightMapProperties.addAllowedRank(EntityWeightMapProperties.java:41) ~[faction_craft-1.18.2-1.1.8.jar%2363!/:1.18.2-1.1.8] {re:classloading}
at com.patrigan.faction_craft.world.spawner.PatrolSpawner.spawnPatrolMember(PatrolSpawner.java:116) ~[faction_craft-1.18.2-1.1.8.jar%2363!/:1.18.2-1.1.8] {re:classloading}
at com.patrigan.faction_craft.world.spawner.PatrolSpawner.spawnPatrol(PatrolSpawner.java:98) ~[faction_craft-1.18.2-1.1.8.jar%2363!/:1.18.2-1.1.8] {re:classloading}
at com.patrigan.faction_craft.world.spawner.PatrolSpawner.m_7995_(PatrolSpawner.java:76) ~[faction_craft-1.18.2-1.1.8.jar%2363!/:1.18.2-1.1.8] {re:classloading}
at net.minecraft.server.level.ServerLevel.m_8799_(ServerLevel.java:357) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:faction_craft.mixins.json:ServerLevelAccessor,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin,pl:mixin:APP:enhancedcelestials.mixins.json:MixinServerWorld,pl:mixin:A}
at net.minecraft.server.level.ServerChunkCache.m_8490_(ServerChunkCache.java:366) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.level.ServerChunkCache.m_201698_(ServerChunkCache.java:309) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:classloading,pl:accesstransformer:B}
at net.minecraft.server.level.ServerLevel.m_8793_(ServerLevel.java:281) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:faction_craft.mixins.json:ServerLevelAccessor,pl:mixin:APP:blueprint.mixins.json:ServerLevelMixin,pl:mixin:APP:enhancedcelestials.mixins.json:MixinServerWorld,pl:mixin:A}
-- Affected level --
Details:
All players: 2 total; [ServerPlayer['NicolasChu_2'/116, l='ServerLevel[la mastur banda]', x=2057.39, y=67.25, z=-1591.72], ServerPlayer['manue777'/115, l='ServerLevel[la mastur banda]', x=2062.63, y=68.00, z=-1589.54]]
Chunk stats: 3730
Level dimension: minecraft:overworld
Level spawn location: World: (-336,86,-16), Section: (at 0,6,0 in -21,5,-1; chunk contains blocks -336,-64,-16 to -321,319,-1), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
Level time: 122758 game time, 54193 day time
Level name: la mastur banda
Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: false
Level weather: Rain time: 16818 (now: false), thunder time: 100243 (now: false)
Known server brands: forge
Level was modded: true
Level storage version: 0x04ABD - Anvil
Stacktrace:
at net.minecraft.server.MinecraftServer.m_5703_(MinecraftServer.java:902) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.dedicated.DedicatedServer.m_5703_(DedicatedServer.java:326) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:blueprint.mixins.json:DedicatedServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_5705_(MinecraftServer.java:842) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_130011(MinecraftServer.java:685) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
at net.minecraft.server.MinecraftServer.m_177918(MinecraftServer.java:261) ~[server-1.18.2-20220404.173914-srg.jar%2397!/:?] {re:mixin,pl:accesstransformer:B,re:classloading,pl:accesstransformer:B,pl:mixin:APP:balm.mixins.json:MinecraftServerMixin,pl:mixin:A}
at java.lang.Thread.run(Unknown Source) [?:?] {}
-- System Details --
Details:
Minecraft Version: 1.18.2
Minecraft Version ID: 1.18.2
Operating System: Linux (amd64) version 5.4.0-125-generic
Java Version: 17.0.4.1, Eclipse Adoptium
Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
Memory: 1047968304 bytes (999 MiB) / 2411724800 bytes (2300 MiB) up to 2411724800 bytes (2300 MiB)
CPUs: 3
Processor Vendor: AuthenticAMD
Processor Name: AMD EPYC 7402P 24-Core Processor
Identifier: AuthenticAMD Family 23 Model 49 Stepping 0
Microarchitecture: Zen 2
Frequency (GHz): -0.00
Number of physical packages: 1
Number of physical CPUs: 24
Number of logical CPUs: 48
Graphics card #0 name: unknown
Graphics card #0 vendor: unknown
Graphics card #0 VRAM (MB): 0.00
Graphics card #0 deviceId: unknown
Graphics card #0 versionInfo: unknown
Virtual memory max (MB): 129864.10
Virtual memory used (MB): 139054.97
Swap memory total (MB): 1024.00
Swap memory used (MB): 1024.00
JVM Flags: 3 total; -XX:MaxMetaspaceSize=300M -Xmx2300M -Xms1150M
Server Running: true
Player Count: 2 / 20; [ServerPlayer['NicolasChu_2'/116, l='ServerLevel[la mastur banda]', x=2057.39, y=67.25, z=-1591.72], ServerPlayer['manue777'/115, l='ServerLevel[la mastur banda]', x=2062.63, y=68.00, z=-1589.54]]
Data Packs: vanilla, mod:smartbrainlib, mod:betterdungeons, mod:mowziesmobs (incompatible), mod:trashslot (incompatible), mod:playeranimator, mod:aoa3, mod:jei (incompatible), mod:galosphere (incompatible), mod:dungeons_mobs (incompatible), mod:journeymap, mod:enhancedvisuals (incompatible), mod:citadel (incompatible), mod:faction_craft (incompatible), mod:artifacts, mod:configured (incompatible), mod:yungsapi, mod:forgivingvoid (incompatible), mod:iceandfire (incompatible), mod:minetraps, mod:balm (incompatible), mod:terralith, mod:blueprint (incompatible), mod:savage_and_ravage (incompatible), mod:gunswithoutroses (incompatible), mod:carryon (incompatible), mod:cloth_config (incompatible), mod:forge, mod:twilightforest (incompatible), mod:meetyourfight (incompatible), mod:dungeons_arise, mod:tconstruct (incompatible), mod:bettercombat, mod:creativecore (incompatible), mod:yungsbridges, mod:cataclysm (incompatible), mod:curios (incompatible), mod:relics (incompatible), mod:mantle (incompatible), mod:backpacked (incompatible), mod:cgm, mod:betterstrongholds, mod:hunterillager, mod:architectury (incompatible), mod:offhandcombat (incompatible), mod:enhancedcelestials (incompatible), mod:framework (incompatible), mod:enchantwithmob, mod:zillagersweararmor (incompatible), mod:cofh_core, mod:thermal, mod:thermal_expansion, mod:expandability (incompatible), mod:bettermineshafts, mod:playerrevive (incompatible), mod:geckolib3 (incompatible), mod:creeperoverhaul (incompatible), mod:dungeons_libraries (incompatible), mod:dungeons_gear (incompatible), iceandfire:data
World Generation: Experimental
Is Modded: Definitely; Server brand changed to 'forge'
Type: Dedicated Server (map_server.txt)
ModLauncher: 9.1.3+9.1.3+main.9b69c82a
ModLauncher launch target: forgeserver
ModLauncher naming: srg
ModLauncher services:
mixin PLUGINSERVICE
eventbus PLUGINSERVICE
slf4jfixer PLUGINSERVICE
object_holder_definalize PLUGINSERVICE
runtime_enum_extender PLUGINSERVICE
capability_token_subclass PLUGINSERVICE
accesstransformer PLUGINSERVICE
runtimedistcleaner PLUGINSERVICE
mixin TRANSFORMATIONSERVICE
fml TRANSFORMATIONSERVICE
FML Language Providers:
[email protected]
lowcodefml@null
javafml@null
Mod List:
SmartBrainLib-forge-1.18.2-1.9.jar |SmartBrainLib |smartbrainlib |1.9 |DONE |Manifest: NOSIGNATURE
YungsBetterDungeons-1.18.2-Forge-2.1.0.jar |YUNG's Better Dungeons |betterdungeons |1.18.2-Forge-2.1.0 |DONE |Manifest: NOSIGNATURE
mowziesmobs-1.5.32.jar |Mowzie's Mobs |mowziesmobs |1.5.32 |DONE |Manifest: NOSIGNATURE
trashslot-forge-1.18.2-11.0.3.jar |TrashSlot |trashslot |11.0.3 |DONE |Manifest: NOSIGNATURE
player-animation-lib-forge-1.0.2+1.18.jar |Player Animator |playeranimator |1.0.2+1.18 |DONE |Manifest: NOSIGNATURE
AoA3-1.18.2-3.6.6.jar |Advent of Ascension |aoa3 |1.18.2-3.6.6 |DONE |Manifest: NOSIGNATURE
jei-1.18.2-forge-10.2.1.1004.jar |Just Enough Items |jei |10.2.1.1004 |DONE |Manifest: NOSIGNATURE
Galosphere-1.18.2-1.2.2-Forge.jar |Galosphere |galosphere |1.18.2-1.2.2 |DONE |Manifest: NOSIGNATURE
dungeons_mobs-1.18.2-3.0.2-beta.jar |Dungeons Mobs |dungeons_mobs |1.18.2-3.0.2-beta |DONE |Manifest: NOSIGNATURE
journeymap-1.18.2-5.9.4-forge.jar |Journeymap |journeymap |5.9.4 |DONE |Manifest: NOSIGNATURE
EnhancedVisuals_FORGE_v1.6.4_mc1.18.2.jar |EnhancedVisuals |enhancedvisuals |1.6.4 |DONE |Manifest: NOSIGNATURE
citadel-1.11.3-1.18.2.jar |Citadel |citadel |1.11.3 |DONE |Manifest: NOSIGNATURE
faction_craft-1.18.2-1.1.8.jar |Faction Craft |faction_craft |1.18.2-1.1.8 |DONE |Manifest: NOSIGNATURE
artifacts-1.18.2-4.2.1.jar |Artifacts |artifacts |1.18.2-4.2.1 |DONE |Manifest: NOSIGNATURE
configured-2.0.1-1.18.2.jar |Configured |configured |2.0.1 |DONE |Manifest: NOSIGNATURE
YungsApi-1.18.2-Forge-2.2.9.jar |YUNG's API |yungsapi |1.18.2-Forge-2.2.9 |DONE |Manifest: NOSIGNATURE
forgivingvoid-forge-1.18.1-6.0.1.jar |Forgiving Void |forgivingvoid |6.0.1 |DONE |Manifest: NOSIGNATURE
iceandfire-2.1.12-1.18.2-beta.jar |Ice and Fire |iceandfire |2.1.12-1.18.2-beta |DONE |Manifest: NOSIGNATURE
MineTraps-1.18.2-(v.2.1.4).jar |MineTraps |minetraps |2.1.4 |DONE |Manifest: NOSIGNATURE
balm-3.2.6.jar |Balm |balm |3.2.6 |DONE |Manifest: NOSIGNATURE
Terralith_v2.2.3.jar |Terralith |terralith |0.0NONE |DONE |Manifest: NOSIGNATURE
blueprint-1.18.2-5.5.0.jar |Blueprint |blueprint |5.5.0 |DONE |Manifest: NOSIGNATURE
savage_and_ravage-1.18.2-4.0.1.jar |Savage & Ravage |savage_and_ravage |4.0.1 |DONE |Manifest: NOSIGNATURE
gunswithoutroses-1.18.2-1.0.14.jar |Guns Without Roses |gunswithoutroses |1.18.2-1.0.14 |DONE |Manifest: NOSIGNATURE
carryon-1.18.2-1.17.0.8.jar |Carry On |carryon |1.17.0.8 |DONE |Manifest: NOSIGNATURE
cloth-config-6.3.81-forge.jar |Cloth Config v4 API |cloth_config |6.3.81 |DONE |Manifest: NOSIGNATURE
forge-1.18.2-40.2.1-universal.jar |Forge |forge |40.2.1 |DONE |Manifest: 84:ce:76:e8:45:35:e4:0e:63:86:df:47:59:80:0f:67:6c:c1:5f:6e:5f:4d:b3:54:47:1a:9f:7f:ed:5e:f2:90
twilightforest-1.18.2-4.1.1494-universal.jar |The Twilight Forest |twilightforest |4.1.1494 |DONE |Manifest: NOSIGNATURE
meetyourfight-1.18.2-1.2.5.jar |Meet Your Fight |meetyourfight |1.18.2-1.2.5 |DONE |Manifest: NOSIGNATURE
DungeonsArise-1.18.2-2.1.52-release.jar |When Dungeons Arise |dungeons_arise |2.1.52-1.18.2 |DONE |Manifest: NOSIGNATURE
TConstruct-1.18.2-3.6.3.111.jar |Tinkers' Construct |tconstruct |3.6.3.111 |DONE |Manifest: NOSIGNATURE
bettercombat-forge-1.6.2+1.18.2.jar |Better Combat |bettercombat |1.6.2+1.18.2 |DONE |Manifest: NOSIGNATURE
CreativeCore_FORGE_v2.6.16_mc1.18.2.jar |CreativeCore |creativecore |0.0NONE |DONE |Manifest: NOSIGNATURE
YungsBridges-1.18.2-Forge-2.1.0.jar |YUNG's Bridges |yungsbridges |1.18.2-Forge-2.1.0 |DONE |Manifest: NOSIGNATURE
L_Enders Cataclysm-0.51-changed Them -1.18.2.jar |Cataclysm Mod |cataclysm |1.0 |DONE |Manifest: NOSIGNATURE
curios-forge-1.18.2-5.0.9.0.jar |Curios API |curios |1.18.2-5.0.9.0 |DONE |Manifest: NOSIGNATURE
relics-1.18.2-0.4.1.8.jar |Relics |relics |0.4.1.8 |DONE |Manifest: NOSIGNATURE
Mantle-1.18.2-1.9.43.jar |Mantle |mantle |1.9.43 |DONE |Manifest: NOSIGNATURE
backpacked-2.1.10-1.18.2.jar |Backpacked |backpacked |2.1.10 |DONE |Manifest: NOSIGNATURE
cgm-1.3.3-1.18.2.jar |MrCrayfish's Gun Mod |cgm |1.3.3 |DONE |Manifest: NOSIGNATURE
YungsBetterStrongholds-1.18.2-Forge-2.1.1.jar |YUNG's Better Strongholds |betterstrongholds |1.18.2-Forge-2.1.1 |DONE |Manifest: NOSIGNATURE
HunterIllager-1.18.2-4.0.1.jar |Hunter Illager |hunterillager |1.18.2-4.0.1 |DONE |Manifest: NOSIGNATURE
architectury-4.11.89-forge.jar |Architectury |architectury |4.11.89 |DONE |Manifest: NOSIGNATURE
off-hand-combat-0.0.4-forge.jar |Off Hand Combat |offhandcombat |0.0.4 |DONE |Manifest: NOSIGNATURE
Enhanced_Celestials-forge-1.18.2-2.0.7.jar |Enhanced Celestials |enhancedcelestials |2.0.7 |DONE |Manifest: NOSIGNATURE
framework-0.4.2-1.18.2.jar |Framework |framework |0.4.2 |DONE |Manifest: NOSIGNATURE
enchantwithmob-1.18.2-4.2.1.jar |Enchant With Mob |enchantwithmob |1.18.2-4.2.1 |DONE |Manifest: NOSIGNATURE
illagersweararmor-1.1.5.jar |Illagers Wear Armor |zillagersweararmor |1.1.5 |DONE |Manifest: NOSIGNATURE
server-1.18.2-20220404.173914-srg.jar |Minecraft |minecraft |1.18.2 |DONE |Manifest: NOSIGNATURE
cofh_core-1.18.2-9.2.1.39.jar |CoFH Core |cofh_core |9.2.1 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
thermal_foundation-1.18.2-9.2.0.46.jar |Thermal Series |thermal |9.2.0.46 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
thermal_expansion-1.18.2-9.2.0.20.jar |Thermal Expansion |thermal_expansion |9.2.0.20 |DONE |Manifest: 75:0b:cc:9b:64:2e:9b:c4:41:d1:95:00:71:ee:87:1a:b3:5e:4b:da:8e:e8:39:00:fd:5d:e5:9c:40:42:33:09
expandability-6.0.0.jar |ExpandAbility |expandability |6.0.0 |DONE |Manifest: NOSIGNATURE
YungsBetterMineshafts-1.18.2-Forge-2.2.jar |YUNG's Better Mineshafts |bettermineshafts |1.18.2-Forge-2.2 |DONE |Manifest: NOSIGNATURE
PlayerRevive_FORGE_v2.0.13_mc1.18.2.jar |PlayerRevive |playerrevive |2.0.13 |DONE |Manifest: NOSIGNATURE
geckolib-forge-1.18-3.0.57.jar |GeckoLib |geckolib3 |3.0.57 |DONE |Manifest: NOSIGNATURE
creeperoverhaul-1.3.1-forge.jar |Creeper Overhaul |creeperoverhaul |1.3.1 |DONE |Manifest: NOSIGNATURE
dungeons_libraries-1.18.2-2.0.5-beta.jar |Dungeons Libraries |dungeons_libraries |1.18.2-2.0.5-beta |DONE |Manifest: NOSIGNATURE
dungeons_gear-1.18.2-4.0.2-beta.jar |Dungeons Gear |dungeons_gear |1.18.2-4.0.2-beta |DONE |Manifest: NOSIGNATURE
Duplicate of #39. Needs a bugfix backported. Tracking to happen there.