1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2023-04-29 22:20:20
|
5 | Description: Ticking player
|
6 |
|
7 | java.lang.ClassCastException: class net.minecraft.network.packet.s2c.play.CustomPayloadS2CPacket cannot be cast to class com.connectivity.networkstats.IPacketDataSetter (net.minecraft.network.packet.s2c.play.CustomPayloadS2CPacket and com.connectivity.networkstats.IPacketDataSetter are in unnamed module of loader net.fabricmc.loader.impl.launch.knot.KnotClassLoader @62e136d3)
|
8 | at net.fabricmc.fabric.impl.networking.server.ServerNetworkingImpl.createPlayC2SPacket(ServerNetworkingImpl.java:534)
|
9 | at net.fabricmc.fabric.api.networking.v1.ServerPlayNetworking.createS2CPacket(ServerPlayNetworking.java:211)
|
10 | at net.fabricmc.fabric.api.networking.v1.ServerPlayNetworking.send(ServerPlayNetworking.java:250)
|
11 | at pm.c7.scout.item.BaseBagItem.onEquip(BaseBagItem.java:168)
|
12 | at MC//net.minecraft.entity.LivingEntity.md2189d2$trinkets$lambda$tick$2$49(LivingEntity.java:15798)
|
13 | at dev.emi.trinkets.api.LivingEntityTrinketComponent.forEach(LivingEntityTrinketComponent.java:362)
|
14 | at MC//net.minecraft.entity.LivingEntity.md2189d2$trinkets$lambda$tick$3$48(LivingEntity.java:15743)
|
15 | at java.base@17.0.3/java.util.Optional.ifPresent(Optional.java:178)
|
16 | at MC//net.minecraft.entity.LivingEntity.handler$nah027$trinkets$tick(LivingEntity.java:15740)
|
17 | at MC//net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2465)
|
18 | at MC//net.minecraft.entity.player.PlayerEntity.tick(PlayerEntity.java:284)
|
19 | at MC//net.minecraft.server.network.ServerPlayerEntity.playerTick(ServerPlayerEntity.java:487)
|
20 | at MC//net.minecraft.server.network.ServerPlayNetworkHandler.tick(ServerPlayNetworkHandler.java:268)
|
21 | at MC//net.minecraft.network.ClientConnection.tick(ClientConnection.java:248)
|
22 | at MC//net.minecraft.server.ServerNetworkIo.tick(ServerNetworkIo.java:183)
|
23 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:886)
|
24 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:819)
|
25 | at MC//net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:98)
|
26 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:665)
|
27 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
|
28 | at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)
|
29 |
|
30 |
|
31 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
32 | ---------------------------------------------------------------------------------------
|
33 |
|
34 | -- Head --
|
35 | Thread: Server thread
|
36 | Stacktrace:
|
37 | at net.fabricmc.fabric.impl.networking.server.ServerNetworkingImpl.createPlayC2SPacket(ServerNetworkingImpl.java:534)
|
38 | at net.fabricmc.fabric.api.networking.v1.ServerPlayNetworking.createS2CPacket(ServerPlayNetworking.java:211)
|
39 | at net.fabricmc.fabric.api.networking.v1.ServerPlayNetworking.send(ServerPlayNetworking.java:250)
|
40 | at pm.c7.scout.item.BaseBagItem.onEquip(BaseBagItem.java:168)
|
41 | at MC//net.minecraft.entity.LivingEntity.md2189d2$trinkets$lambda$tick$2$49(LivingEntity.java:15798)
|
42 | at dev.emi.trinkets.api.LivingEntityTrinketComponent.forEach(LivingEntityTrinketComponent.java:362)
|
43 | at MC//net.minecraft.entity.LivingEntity.md2189d2$trinkets$lambda$tick$3$48(LivingEntity.java:15743)
|
44 | at java.base@17.0.3/java.util.Optional.ifPresent(Optional.java:178)
|
45 | at MC//net.minecraft.entity.LivingEntity.handler$nah027$trinkets$tick(LivingEntity.java:15740)
|
46 | at MC//net.minecraft.entity.LivingEntity.tick(LivingEntity.java:2465)
|
47 | at MC//net.minecraft.entity.player.PlayerEntity.tick(PlayerEntity.java:284)
|
48 | Mixins in Stacktrace:
|
49 | net.fabricmc.fabric.impl.networking.server.ServerNetworkingImpl:
|
50 | com.connectivity.mixin.ServerNetworkingImplMixin (connectivity.mixins.json)
|
51 | dev.emi.trinkets.api.LivingEntityTrinketComponent:
|
52 | com.glisco.things.mixin.trinkets.LivingEntityTrinketComponentMixin (things.mixins.json)
|
53 |
|
54 | -- Player being ticked --
|
55 | Details:
|
56 | Entity Type: minecraft:player (net.minecraft.class_3222)
|
57 | Entity ID: 27
|
58 | Entity Name: Poke097
|
59 | Entity's Exact location: 42.95, -60.00, 285.46
|
60 | Entity's Block location: World: (42,-60,285), Section: (at 10,4,13 in 2,-4,17; chunk contains blocks 32,-64,272 to 47,319,287), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
|
61 | Entity's Momentum: 0.00, -0.08, 0.00
|
62 | Entity's Passengers: []
|
63 | Entity's Vehicle: null
|
64 | Stacktrace:
|
65 | at MC//net.minecraft.server.network.ServerPlayerEntity.playerTick(ServerPlayerEntity.java:487)
|
66 | at MC//net.minecraft.server.network.ServerPlayNetworkHandler.tick(ServerPlayNetworkHandler.java:268)
|
67 | at MC//net.minecraft.network.ClientConnection.tick(ClientConnection.java:248)
|
68 | at MC//net.minecraft.server.ServerNetworkIo.tick(ServerNetworkIo.java:183)
|
69 | at net.minecraft.server.MinecraftServer.tickWorlds(MinecraftServer.java:886)
|
70 | at net.minecraft.server.MinecraftServer.tick(MinecraftServer.java:819)
|
71 | at MC//net.minecraft.server.integrated.IntegratedServer.tick(IntegratedServer.java:98)
|
72 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:665)
|
73 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:257)
|
74 | at java.base@17.0.3/java.lang.Thread.run(Thread.java:833)
|
75 | Mixins in Stacktrace:
|
76 | net.minecraft.server.MinecraftServer:
|
77 | com.natamus.collective.fabric.mixin.MinecraftServerMixin (collective-fabric.mixins.json)
|
78 | potionstudios.byg.mixin.access.MinecraftServerAccess (byg.mixins.json)
|
79 | net.fabricmc.fabric.mixin.message.MinecraftServerMixin (fabric-message-api-v1.mixins.json)
|
80 | aztech.modern_industrialization.mixin.runtime_resources.MinecraftServerMixin (modern_industrialization.mixins.json)
|
81 | org.betterx.worlds.together.mixin.common.MinecraftServerMixinLate (together.mixins.common.json)
|
82 | net.fabricmc.fabric.mixin.biome.modification.MinecraftServerMixin (fabric-biome-api-v1.mixins.json)
|
83 | svenhjol.charm.mixin.helper.TranslateServerComponentMixin (charm.mixins.json)
|
84 | com.chaosthedude.naturescompass.mixins.ServerMixin (naturescompass.mixins.json)
|
85 | xaero.pac.common.mixin.MixinMinecraftServer (openpartiesandclaims.mixins.json)
|
86 | dev.onyxstudios.cca.mixin.scoreboard.MixinMinecraftServer (mixins.cardinal_components_scoreboard.json)
|
87 | dev.onyxstudios.cca.mixin.level.common.MixinMinecraftServer (mixins.cardinal_components_level.json)
|
88 | appeng.mixins.spatial.MinecraftServerMixin (ae2.mixins.json)
|
89 | net.fabricmc.fabric.mixin.biome.MinecraftServerMixin (fabric-biome-api-v1.mixins.json)
|
90 | wraith.fwaystones.mixin.MinecraftServerAccessor (fwaystones.mixins.json)
|
91 | org.betterx.bclib.mixin.common.MinecraftServerMixin (bclib.mixins.common.json)
|
92 | io.github.fabricators_of_create.porting_lib.mixin.common.accessor.MinecraftServerAccessor (porting_lib_accessors.mixins.json)
|
93 | net.fabricmc.fabric.mixin.resource.loader.MinecraftServerMixin (fabric-resource-loader-v0.mixins.json)
|
94 | terrablender.mixin.MixinMinecraftServer (terrablender_fabric.mixins.json)
|
95 | net.fabricmc.fabric.mixin.event.lifecycle.MinecraftServerMixin (fabric-lifecycle-events-v1.mixins.json)
|
96 | net.blay09.mods.balm.mixin.MinecraftServerMixin (balm.mixins.json)
|
97 | uk.me.desert_island.rer.mixin.MixinMinecraftServer (roughlyenoughresources.mixins.json)
|
98 | net.fabricmc.fabric.mixin.registry.sync.MinecraftServerMixin (fabric-registry-sync-v0.mixins.json)
|
99 | potionstudios.byg.mixin.server.MixinMinecraftServer (byg.mixins.json)
|
100 | io.github.ladysnake.impersonate.impl.mixin.MinecraftServerMixin (mixins.impersonate.common.json)
|
101 | org.betterx.worlds.together.mixin.common.MinecraftServerMixin (together.mixins.common.json)
|
102 |
|
103 | -- System Details --
|
104 | Details:
|
105 | Minecraft Version: 1.19.2
|
106 | Minecraft Version ID: 1.19.2
|
107 | Operating System: Windows 10 (amd64) version 10.0
|
108 | Java Version: 17.0.3, Microsoft
|
109 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
|
110 | Memory: 1924061304 bytes (1834 MiB) / 5679087616 bytes (5416 MiB) up to 8388608000 bytes (8000 MiB)
|
111 | CPUs: 12
|
112 | Processor Vendor: GenuineIntel
|
113 | Processor Name: Intel(R) Core(TM) i7-8700K CPU @ 3.70GHz
|
114 | Identifier: Intel64 Family 6 Model 158 Stepping 10
|
115 | Microarchitecture: Coffee Lake
|
116 | Frequency (GHz): 3.70
|
117 | Number of physical packages: 1
|
118 | Number of physical CPUs: 6
|
119 | Number of logical CPUs: 12
|
120 | Graphics card #0 name: NVIDIA GeForce RTX 3060 Ti
|
121 | Graphics card #0 vendor: NVIDIA (0x10de)
|
122 | Graphics card #0 VRAM (MB): 4095.00
|
123 | Graphics card #0 deviceId: 0x2489
|
124 | Graphics card #0 versionInfo: DriverVersion=31.0.15.3550
|
125 | Memory slot #0 capacity (MB): 16384.00
|
126 | Memory slot #0 clockSpeed (GHz): 3.20
|
127 | Memory slot #0 type: DDR4
|
128 | Memory slot #1 capacity (MB): 16384.00
|
129 | Memory slot #1 clockSpeed (GHz): 3.20
|
130 | Memory slot #1 type: DDR4
|
131 | Virtual memory max (MB): 65473.16
|
132 | Virtual memory used (MB): 28926.74
|
133 | Swap memory total (MB): 32768.00
|
134 | Swap memory used (MB): 229.63
|
135 | JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8000m -Xms256m
|
136 | Fabric Mods:
|
137 | ad_astra: Ad Astra 1.12.6
|
138 | additionalstructures: Additional Structures 4.1.1
|
139 | adorn: Adorn 3.8.2+1.19.2
|
140 | advancementplaques: Advancement Plaques 1.4.6
|
141 | advdebug: Advancements Debug 2.3.0
|
142 | adventurez: AdventureZ 1.4.17
|
143 | ae2: Applied Energistics 2 12.9.3
|
144 | noindium: No Indium? 1.1.0+1.19
|
145 | ae2additions: AEAdditions 4.0.0-fabric
|
146 | ae2wtlib: AE2WTLib 12.8.5
|
147 | airhop: Air Hop 4.2.1
|
148 | alloy_forgery: Alloy Forgery 2.0.20+1.19
|
149 | alternate-current: Alternate Current 1.5.0
|
150 | ambientsounds: Ambient Sounds (Fabric) 5.2.13
|
151 | appbot: Applied Botanics 1.4.3
|
152 | architectury: Architectury 6.5.77
|
153 | artifacts: Artifacts 7.1.1+fabric
|
154 | expandability: ExpandAbility 6.0.0
|
155 | step-height-entity-attribute: Step Height Entity Attribute 1.0.0
|
156 | autotag-convention: AutoTag Convention 2.0.0+1.19
|
157 | autotag: AutoTag 2.0.0+1.19
|
158 | auudio: Auudio 1.0.3
|
159 | awesomedungeon: Awesome dungeon 3.2.0
|
160 | awesomedungeonocean: Awesome dungeon edition ocean 3.2.0
|
161 | azurelib: AzureLib 1.0.17
|
162 | com_eliotlash_mclib_mclib: mclib 20
|
163 | badpackets: Bad Packets 0.2.1
|
164 | balm-fabric: Balm 4.5.7
|
165 | bcc: BetterCompatibilityChecker 2.0.2-build.16+mc1.19.1
|
166 | bclib: BCLib 2.1.6
|
167 | besmirchment: Besmirchment 1.19-8
|
168 | playerabilitylib: Pal 1.6.0
|
169 | reach-entity-attributes: Reach Entity Attributes 2.3.0
|
170 | terraform-wood-api-v1: Terraform Wood API (v1) 4.2.0
|
171 | betteradvancements: Better Advancements **.**.**.**
|
172 | betteranimalsplus: Better Animals Plus 1.19.2-11.0.10
|
173 | betteranimationscollection: Better Animations Collection 4.0.5
|
174 | bettercombat: Better Combat 1.6.2+1.19
|
175 | betterdeserttemples: YUNG's Better Desert Temples 1.19.2-Fabric-2.2.2
|
176 | org_reflections_reflections: reflections 0.10.2
|
177 | betterdungeons: YUNG's Better Dungeons 1.19.2-Fabric-3.2.1
|
178 | betterend: Better End 2.1.4
|
179 | betterfortresses: YUNG's Better Nether Fortresses 1.19.2-Fabric-1.0.5
|
180 | betterfpsdist: Better FPS distance Mod 1.19-2.4
|
181 | bettermineshafts: YUNG's Better Mineshafts 1.19.2-Fabric-3.2.0
|
182 | bettermounthud: Better Mount HUD 1.2.0
|
183 | betternether: Better Nether 7.1.3
|
184 | betteroceanmonuments: YUNG's Better Ocean Monuments 1.19.2-Fabric-2.1.0
|
185 | betterstats: Better Statistics Screen 2.6+1.19.2
|
186 | tcdcommons: TCD Commons API 2.4+1.19.2
|
187 | betterthirdperson: Better Third Person 1.9.0
|
188 | betterwitchhuts: YUNG's Better Witch Huts 1.19.2-Fabric-2.1.0
|
189 | bewitchment: Bewitchment 1.19-6
|
190 | impersonate: Impersonate 2.8.0
|
191 | biomemakeover: Biome Makeover 1.19.2-1.6.4
|
192 | blur: Blur (Fabric) 2.6.0
|
193 | boatbreakfix: Boat Break Fix 1.0.11
|
194 | boatiview: Boat Item View Fabric 0.0.4
|
195 | bookshelf: Bookshelf 16.2.18
|
196 | bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.4.6-1.19.2
|
197 | maelstrom_library: Maelstrom Library 1.3-1.19-pre1
|
198 | multipart_entities: MultipartEntities 1.2-1.19-pre1
|
199 | botania: Botania 1.19.2-438-FABRIC
|
200 | fiber: fiber 0.23.0-2
|
201 | botanypots: BotanyPots 9.0.31
|
202 | botanytrees: BotanyTrees 5.0.4
|
203 | botarium: Botarium 1.8.2
|
204 | bwncr: Bad Wither No Cookie Reloaded 3.14.1
|
205 | bwplus: Bewitchment Plus 1.19-10
|
206 | byg: Oh The Biomes You'll Go **.**.**.**
|
207 | com_electronwill_night-config_core: core 3.6.6
|
208 | com_electronwill_night-config_toml: toml 3.6.6
|
209 | bygonenether: Bygone Nether 1.2.2
|
210 | cardinal-components: Cardinal Components API 5.0.2
|
211 | cardinal-components-base: Cardinal Components API (base) 5.0.2
|
212 | cardinal-components-block: Cardinal Components API (blocks) 5.0.2
|
213 | cardinal-components-chunk: Cardinal Components API (chunks) 5.0.2
|
214 | cardinal-components-entity: Cardinal Components API (entities) 5.0.2
|
215 | cardinal-components-item: Cardinal Components API (items) 5.0.2
|
216 | cardinal-components-level: Cardinal Components API (world saves) 5.0.2
|
217 | cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.0.2
|
218 | cardinal-components-world: Cardinal Components API (worlds) 5.0.2
|
219 | carryon: Carry On **.**.**.**
|
220 | catwalksinc: Catwalks Inc. 1.3.1
|
221 | charm: Charm 4.4.4
|
222 | com_moandjiezana_toml_toml4j: toml4j 0.7.2
|
223 | charm_fixer: Charm Fixer 1.0.0
|
224 | chat_heads: Chat Heads 0.10.11
|
225 | chatpatches: Chat Patches 192.2.1
|
226 | chefsdelight: Chef's Delight 1.0.2-fabric-1.19.2
|
227 | structurized-reborn: Structurized Reborn 1.19-01
|
228 | chiselsandbits: chisels-and-bits 1.3.135
|
229 | org_lz4_lz4-pure-java: lz4-pure-java 1.8.0
|
230 | saeculariacaudices: Saecularia Caudices 1.0.16
|
231 | scena: Scena 1.0.95
|
232 | chunksending: Chunksending Mod 1.19-2.5
|
233 | chunksfadein: Chunks Fade In 3.0.11-1.19
|
234 | clarks_classes: Expanded Classes 1.19-4.0.2-FABRIC
|
235 | cloth-api: Cloth API 4.0.65
|
236 | cloth-basic-math: cloth-basic-math 0.6.1
|
237 | cloth-client-events-v0: Cloth Client Events v0 4.0.65
|
238 | cloth-common-events-v1: Cloth Common Events v1 4.0.65
|
239 | cloth-scissors-api-v1: Cloth Scissors API v1 4.0.65
|
240 | cloth-utils-v1: Cloth Utils v1 4.0.65
|
241 | cloth-config: Cloth Config v8 8.2.88
|
242 | clumps: Clumps 9.0.0+14
|
243 | collective: Collective 6.53
|
244 | combatroll: Combat Roll 1.1.5+1.19
|
245 | configured: Configured 2.0.0
|
246 | conjuring: Conjuring 1.0.26+1.19
|
247 | connectivity: Connectivity Mod 1.19.2-4.0
|
248 | controlling: Controlling For Fabric 10.0+7
|
249 | cookingforblockheads: Cooking for Blockheads 13.3.1
|
250 | coralreef: Coral Reef 1.19-1.0.2
|
251 | corgilib: CorgiLib **.**.**.**
|
252 | crawl: Crawl 0.11.1
|
253 | mm: Manningham Mills 2.3
|
254 | creativecore: CreativeCore (Fabric) 2.9.3
|
255 | creaturesfromthesnow: Creatures from The Snow 4.1.0+1.19.2
|
256 | creeperoverhaul: Creeper Overhaul 2.0.9
|
257 | croptopia: Croptopia 2.2.2
|
258 | com_typesafe_config: config 1.4.1
|
259 | io_leangen_geantyref_geantyref: geantyref 1.3.11
|
260 | org_spongepowered_configurate-core: configurate-core 4.1.2
|
261 | org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
|
262 | ctov: ChoiceTheorem's Overhauled Villages 3.2.0
|
263 | culturaldelights: Cultural Delights Fabric 0.14.9+1.19.2
|
264 | darkness: True Darkness 2.0.101
|
265 | dataattributes: Data Attributes 1.4.3+1.19.2
|
266 | debugify: Debugify 2.8.0
|
267 | dehydration: Dehydration 1.3.4
|
268 | detailab: Detail Armor Bar 2.6.2+1.19-fabric
|
269 | doom: Doom Fabric 5.0.1
|
270 | dragonfight: Dragonfight Mod 1.19.2-2.7
|
271 | dragonloot: DragonLoot 1.1.2
|
272 | drippyloadingscreen: Drippy Loading Screen 2.2.1
|
273 | dummmmmmy: MmmMmmMmmMmm 1.19.2-1.7.1
|
274 | dungeon_difficulty: Dungeon Difficulty 2.0.2+1.19
|
275 | com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
|
276 | dungeons_arise: When Dungeons Arise 2.1.55
|
277 | easyanvils: Easy Anvils 4.0.11
|
278 | easymagic: Easy Magic 4.3.3
|
279 | eatinganimationid: Eating Animation 1.9.1
|
280 | ecologics: Ecologics 2.1.11
|
281 | eldritch_mobs: EldritchMobs 1.12.11
|
282 | polymer: Polymer (Core) 0.2.18+1.19.2
|
283 | packet_tweaker: Packet Tweaker 0.3.0+1.18.2
|
284 | polymer-registry-sync-manipulator: Polymer Registry Sync Manipulator 0.0.3+1.19.2
|
285 | polymer-blocks-ext: Polymer Blocks 0.1.0-alpha.9+1.19.2
|
286 | server_translations_api: Server Translations API 1.4.18+1.19.2
|
287 | elytraslot: Elytra Slot 6.1.0+1.19.2
|
288 | emojiful: Emojiful 4.0.4
|
289 | com_esotericsoftware_yamlbeans_yamlbeans: yamlbeans 1.15
|
290 | emotecraft: Emotecraft 2.2.5
|
291 | bendy-lib: Bendy api 2.1.2
|
292 | enchantinginfuser: Enchanting Infuser 4.2.2
|
293 | enchdesc: EnchantmentDescriptions 13.0.14
|
294 | endrem: End Remastered 5.2.0
|
295 | enhancedblockentities: Enhanced Block Entities 0.7.2+1.19.2
|
296 | advanced_runtime_resource_pack: Runtime Resource Pack 0.6.2
|
297 | enhancedvisuals: Enhanced Visuals (Fabric) 1.5.9
|
298 | entityculling: EntityCulling-Fabric 1.6.1-mc1.19.2
|
299 | enviromats: Environmental Materials 1.19-2.1.1.0
|
300 | environmentz: EnvironmentZ 2.0.0
|
301 | satin: Satin 1.9.0
|
302 | equipmentcompare: Equipment Compare 1.3.1
|
303 | essential_commands: Essential Commands 0.30.0-mc1.19.2
|
304 | ec-core: Essential Commands Core 1.3.0-mc1.19.2
|
305 | fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
|
306 | org_yaml_snakeyaml: snakeyaml 1.33
|
307 | expandeddelight: Expanded Delight **.**.**.**
|
308 | explorify-fabric: Explorify 1.19-1.3.0
|
309 | extraalchemy: Extra Alchemy 1.9.0
|
310 | extrasounds: ExtraSounds 2.3.1+1.19.2-1.19.1
|
311 | soundcategories: Sound Categories 1.2.4+1.19
|
312 | fabric-api: Fabric API 0.76.0+1.19.2
|
313 | fabric-api-base: Fabric API Base 0.4.15+8f4e8eb390
|
314 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.14+93d8cb8290
|
315 | fabric-biome-api-v1: Fabric Biome API (v1) 9.1.1+16f1e31390
|
316 | fabric-block-api-v1: Fabric Block API (v1) 1.0.2+e415d50e90
|
317 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.25+cafc6e8e90
|
318 | fabric-client-tags-api-v1: Fabric Client Tags 1.0.5+b35fea8390
|
319 | fabric-command-api-v1: Fabric Command API (v1) 1.2.16+f71b366f90
|
320 | fabric-command-api-v2: Fabric Command API (v2) 2.2.1+413cbbc790
|
321 | fabric-commands-v0: Fabric Commands (v0) 0.2.33+df3654b390
|
322 | fabric-containers-v0: Fabric Containers (v0) 0.1.41+df3654b390
|
323 | fabric-content-registries-v0: Fabric Content Registries (v0) 3.5.2+7c6cd14d90
|
324 | fabric-convention-tags-v1: Fabric Convention Tags 1.3.0+4bc6e26290
|
325 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.8+aeb40ebe90
|
326 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 5.3.8+413cbbc790
|
327 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.35+0d0f210290
|
328 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.4+9244241690
|
329 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.34+562bff6e90
|
330 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.36+df3654b390
|
331 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.24+b6b6abb490
|
332 | fabric-item-api-v1: Fabric Item API (v1) 1.6.6+b7d1888890
|
333 | fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.39+9244241690
|
334 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.25+5c4fce2890
|
335 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.23+df3654b390
|
336 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.4+1b46dc7890
|
337 | fabric-loot-api-v2: Fabric Loot API (v2) 1.1.13+83a8659290
|
338 | fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.16+9e7660c690
|
339 | fabric-message-api-v1: Fabric Message API (v1) 5.0.7+93d8cb8290
|
340 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.24+33fbc73890
|
341 | fabric-models-v0: Fabric Models (v0) 0.3.21+c6af733c90
|
342 | fabric-networking-api-v1: Fabric Networking API (v1) 1.2.11+10eb22f490
|
343 | fabric-networking-v0: Fabric Networking (v0) 0.3.28+df3654b390
|
344 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 4.2.2+d8ef690890
|
345 | fabric-particles-v1: Fabric Particles (v1) 1.0.14+4d0d570390
|
346 | fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.1+413cbbc790
|
347 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.32+9244241690
|
348 | fabric-renderer-api-v1: Fabric Renderer API (v1) 1.2.1+1adbf27790
|
349 | fabric-renderer-indigo: Fabric Renderer - Indigo 0.8.0+1adbf27790
|
350 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.24+df3654b390
|
351 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.19+6e0787e690
|
352 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.11+4d0d570390
|
353 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.27+df3654b390
|
354 | fabric-rendering-v1: Fabric Rendering (v1) 1.12.1+d8ef690890
|
355 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.1.2+aae9039d90
|
356 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.8.4+edbdcddb90
|
357 | fabric-screen-api-v1: Fabric Screen API (v1) 1.0.32+4d0d570390
|
358 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.7+1cc24b1b90
|
359 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.2+c4f28df590
|
360 | fabric-textures-v0: Fabric Textures (v0) 1.0.24+aeb40ebe90
|
361 | fabric-transfer-api-v1: Fabric Transfer API (v1) 2.1.6+413cbbc790
|
362 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.3.3+08b73de490
|
363 | fabric-furnaces: Fabric Furnaces 2.2.0-1.19.2
|
364 | omega-config: OmegaConfig 1.2.3-1.18.1
|
365 | fabric-language-kotlin: Fabric Language Kotlin 1.9.4+kotlin.1.8.21
|
366 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.8.21
|
367 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.8.21
|
368 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.8.21
|
369 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.8.21
|
370 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.20.2
|
371 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4
|
372 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4
|
373 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
|
374 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.5.0
|
375 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.5.0
|
376 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.5.0
|
377 | fabricenchantments: Fabric Enchantments 0.9.0
|
378 | fabricloader: Fabric Loader 0.14.19
|
379 | fallingtree: FallingTree 3.10.0
|
380 | fancymenu: FancyMenu 2.14.7
|
381 | farmersdelight: Farmer's Delight 1.19.2-1.3.9
|
382 | farmingforblockheads: Farming for Blockheads 11.3.0
|
383 | farsight: Farsight Mod 1.19-2.4
|
384 | com_github_jctools_jctools_jctools-core: jctools-core v4.0.1
|
385 | fastfurnace: FastFurnace 1.19.2-5
|
386 | ferritecore: FerriteCore 5.0.3
|
387 | fmextension_audio: FancyMenu Audio Extension 1.1.1
|
388 | forgeconfigapiport: Forge Config API Port 4.2.11
|
389 | fpsreducer: FPS Reducer 1.19.2-2.1
|
390 | friendsandfoes: Friends&Foes 1.8.1
|
391 | ftblibrary: FTB Library 1902.3.18-build.208
|
392 | ftbquests: FTB Quests 1902.4.13-build.219
|
393 | ftbteams: FTB Teams 1902.2.13-build.100
|
394 | fwaystones: Fabric Waystones 3.0.7+mc1.19.2
|
395 | geckolib3: Geckolib 3.1.40
|
396 | go-fish: Go Fish 1.6.0-1.19.1
|
397 | goblintraders: Goblin Traders 1.8.1
|
398 | graveyard: The Graveyard 2.3
|
399 | graveyard_biomes: The Graveyard Biomes 1.6
|
400 | handcrafted: Handcrafted 2.0.6
|
401 | harvestwithease: Harvest with ease **.**.**.**-final
|
402 | healingcampfire: Healing Campfire 5.1
|
403 | highlighter: Highlighter 1.1.4
|
404 | icarus: Icarus 1.14
|
405 | iceberg: Iceberg 1.0.46
|
406 | immediatelyfast: ImmediatelyFast 1.1.12
|
407 | net_lenni0451_reflect: Reflect 1.1.0
|
408 | immersive_armors: Immersive Armors 1.5.5+1.19.2
|
409 | immersive_paintings: Immersive Paintings 0.6.0+1.19.2
|
410 | immersive_weathering: Immersive Weathering 1.19.2-1.2.9
|
411 | imst: Immersive structures 2.0.7a
|
412 | incantationem: Incantationem 1.1.6+1.19
|
413 | indium: Indium 1.0.9+mc1.19.2
|
414 | integrated_api: Integrated API 1.2.7+1.19.2
|
415 | interactic: Interactic 0.1.11+1.19
|
416 | inventoryhud: Inventory HUD + 3.4.7
|
417 | inventoryprofilesnext: Inventory Profiles Next 1.9.7
|
418 | iris: Iris 1.6.1
|
419 | io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre12
|
420 | org_anarres_jcpp: jcpp 1.4.14
|
421 | org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
|
422 | ironchests: Iron Chests: Restocked 3.1.1
|
423 | itemfilters: Item Filters 1902.2.9-build.46
|
424 | jade: Jade 8.7.3
|
425 | java: OpenJDK 64-Bit Server VM 17
|
426 | jecalculation: Just Enough Calculation 4.0.2
|
427 | kiwi: Kiwi Lib 8.3.3
|
428 | kleeslabs: KleeSlabs 12.3.0
|
429 | konkrete: Konkrete 1.6.0
|
430 | krypton: Krypton 0.2.1
|
431 | com_velocitypowered_velocity-native: velocity-native 3.1.2-SNAPSHOT
|
432 | lambdynlights: LambDynamicLights 2.2.0+1.19.2
|
433 | pride: Pride Lib 1.1.2+1.19
|
434 | spruceui: SpruceUI 4.1.0+1.19.2
|
435 | languagereload: Language Reload 1.5.6+1.19.2
|
436 | lazydfu: LazyDFU 0.1.3
|
437 | leavesbegone: Leaves Be Gone 4.0.1
|
438 | legendarytooltips: Legendary Tooltips 1.3.3
|
439 | letmedespawn: Let Me Despawn fabric-1.0.2
|
440 | libipn: libIPN 2.0.7
|
441 | libraryferret: Library ferret 4.0.0
|
442 | libz: LibZ 1.0.0
|
443 | limitedchunks: Limited Chunkloading Mod 1.19.2-2.6
|
444 | lithium: Lithium 0.11.1
|
445 | logbegone: Log Begone 1.0.5
|
446 | lookaround: Lookaround! 0.11.4
|
447 | lootintegrations: Loot integration Mod 1.19.3-3.1
|
448 | lootr: Lootr **.**.**.**
|
449 | luggage: Luggage 1.19-1.5.2
|
450 | forge_tags: Porting Lib Tags 3.0
|
451 | mcda: MC Dungeons Armors 2.4.4
|
452 | mcdar: MC Dungeons Artifacts 1.5.3-1.19
|
453 | mcdw: MC Dungeons Weapons 5.0.8-1.19
|
454 | enchant_giver: Enchant Giver 1.3.0
|
455 | mcwdoors: Macaw's Doors 1.0.8
|
456 | mcwfences: Macaw's Fences and Walls 1.0.7
|
457 | mcwroofs: Macaw's Roofs 2.2.3
|
458 | mcwwindows: Macaw's Windows 2.1.2
|
459 | megacells: MEGA Cells 1.5.3-1.19.2
|
460 | memoryleakfix: Memory Leak Fix 1.0.0
|
461 | com_github_llamalad7_mixinextras: MixinExtras 0.2.0-beta.6
|
462 | midnightlib: MidnightLib 1.0.0
|
463 | minecraft: Minecraft 1.19.2
|
464 | mixintrace: MixinTrace 1.1.1+1.17
|
465 | mo_glass: Mo Glass 1.6.1-MC1.19.2
|
466 | mobhealthbar: MobHealthBar 2.1.0
|
467 | modelfix: Model Gap Fix 1.8
|
468 | modern_industrialization: Modern Industrialization 1.6.5
|
469 | magna: Magna 1.8.0-1.19
|
470 | moderndynamics: Modern Dynamics 0.4.3-beta
|
471 | modmenu: Mod Menu 4.1.2
|
472 | moonlight: Moonlight 1.19.2-2.2.31
|
473 | moreculling: More Culling 1.19.1-0.17.0
|
474 | conditional-mixin: conditional mixin 0.3.0
|
475 | mostructures: Mo' Structures 1.4.3+1.19.2
|
476 | mousetweaks: Mouse Tweaks 2.22
|
477 | mvs: Vanilla Structure Mod 2.1-1.19.2
|
478 | mythicmetals: Mythic Metals 0.17.3+1.19.2
|
479 | additionalentityattributes: Additionalentityattributes 1.2.0+1.19
|
480 | mythicmounts: Mythic Mounts 1.19.2-7.2
|
481 | nameplate: Nameplate 1.1.2
|
482 | naturalist: Naturalist 3.0.2
|
483 | naturescompass: Nature's Compass 1.19.2-2.1.0-fabric
|
484 | netherportalfix: NetherPortalFix 10.0.1
|
485 | nethersdelight: Nether's Delight 1.0.1
|
486 | disable_custom_worlds_advice: Disable Custom Worlds Advice 3.0
|
487 | nightconfigfixes: Night Config Fixes 4.0.7
|
488 | nnvf: No Night Vision Flickering 0.1.3
|
489 | nochatreports: No Chat Reports 1.19.2-v1.13.12
|
490 | numismatic-overhaul: Numismatic Overhaul 0.2.8+1.19
|
491 | stacc: Stacc 1.3.3
|
492 | openpartiesandclaims: Open Parties and Claims 0.17.3
|
493 | origins: Origins 1.7.1
|
494 | apoli: Apoli 2.6.1
|
495 | calio: Calio 1.7.0
|
496 | origins-classes: Origins: Classes 1.4.0
|
497 | origins-plus-plus: Origins++ 2.0.1
|
498 | owo: oωo 0.9.3+1.19
|
499 | blue_endless_jankson: jankson 1.2.1
|
500 | packetpray: Packetpray 1.0-SNAPSHOT
|
501 | passablefoliage: Passable Foliage 1.19-fabric-5.0.2
|
502 | patchouli: Patchouli 1.19.2-77-FABRIC
|
503 | paxi: Paxi 1.19.2-Fabric-3.0.1
|
504 | pehkui: Pehkui 3.7.3+1.14.4-1.20
|
505 | kanos_config: Kanos Config 0.4.0+1.14.4-1.19.4
|
506 | pfm: Paladin's Furniture 1.1.1
|
507 | philipsruins: Philip`s ruins 1.19.2
|
508 | pickupnotifier: Pick Up Notifier 4.2.4
|
509 | ping-wheel: Ping Wheel 1.3.0
|
510 | player-animator: Player Animator 1.0.2
|
511 | playerex: PlayerEx 3.5.2
|
512 | net_objecthunter_exp4j: exp4j 0.4.8
|
513 | opc: Offline Player Cache 0.6.4
|
514 | placeholder-api: Placeholder API 2.0.0-pre.1+1.19.2
|
515 | plushies: Plushie Mod 1.2
|
516 | polymorph: Polymorph 0.46.1+1.19.2
|
517 | powah: Powah! 4.0.8
|
518 | presencefootsteps: Presence Footsteps 1.6.4
|
519 | kirin: Kirin UI 1.11.1
|
520 | prism: Prism 1.0.3
|
521 | probablychests: Probably Chests 0.5.5-1.19.2
|
522 | professions: Professions 1.0.4
|
523 | octo-economy-api: Octo Economy API 1.1.0
|
524 | professionsi: Professions Integrations 1.0.4
|
525 | projectile_damage: Projectile Damage Attribute 3.1.0+1.19
|
526 | puzzle: Puzzle 1.4.2-1.19
|
527 | puzzle-base: Puzzle Base 1.4.2-1.19
|
528 | puzzle-gui: Puzzle GUI 1.4.2-1.19
|
529 | puzzle-models: Puzzle Models 1.4.2-1.19
|
530 | puzzle-splashscreen: Puzzle Splash Screen 1.4.2-1.19
|
531 | puzzleslib: Puzzles Lib 4.4.0
|
532 | quartzelv: Quartz Elevator 2.1.5+1.19
|
533 | realisticbees: Realistic Bees 3.3
|
534 | reborncore: Reborn Core 5.4.0
|
535 | team_reborn_energy: Energy 2.3.0
|
536 | reds_morestructures_mr: Red’s More Structures 1.0.7C
|
537 | reeses-sodium-options: Reese's Sodium Options 1.4.9+mc1.19.2-build.67
|
538 | relicex: RelicEx 3.3.1+1.19.2
|
539 | armorrenderlib: Armor Render Lib 0.2.6
|
540 | repurposed_structures: Repurposed Structures 6.3.24+1.19.2
|
541 | resourcefulconfig: Resourcefulconfig 1.0.20
|
542 | resourcefullib: Resourceful Lib 1.1.24
|
543 | resourcepackoverrides: Resource Pack Overrides 4.0.4
|
544 | rocks: This Rocks! 1.6.1
|
545 | rottencreatures: Rotten Creatures 1.0.1
|
546 | roughly_enough_loot_tables: Roughly Enough Loot Tables 1.19-1.0
|
547 | roughly_enough_trades: Roughly Enough Trades 1.19-1.0
|
548 | roughlyenoughitems: Roughly Enough Items 9.1.595
|
549 | error_notifier: Error Notifier 1.0.9
|
550 | roughlyenoughprofessions: Roughly Enough Professions 1.1.4
|
551 | roughlyenoughresources: Roughly Enough Resources 2.6.0
|
552 | rpgdifficulty: Rpg Difficulty 1.3.8
|
553 | runes: Runes 0.9.6+1.19
|
554 | scout: Scout 1.1.2
|
555 | sdrp: Simple Discord Rich Presence 3.0.4-build.27+mc1.19.2
|
556 | showmeyourskin: Show Me Your Skin! 1.6.3+1.19.2
|
557 | cicada: CICADA 0.4.0
|
558 | simplehats: SimpleHats 1.19.2-0.1.6
|
559 | simplyswords: Simply Swords 1.43.1-1.19.2
|
560 | skinlayers: 3d Skin Layers 1.5.2-mc1.19.1
|
561 | skyvillages: Sky Villages **.**.**.**
|
562 | smartbrainlib: SmartBrainLib 1.9
|
563 | smarterfarmers: Smarter Farmers 1.19.2-1.7.2
|
564 | smoothboot: Smooth Boot 1.19-1.7.1
|
565 | smoothchunk: Smooth chunk save Mod 1.19.1-2.0
|
566 | sodium: Sodium 0.4.4+build.18
|
567 | org_joml_joml: joml 1.10.4
|
568 | sodium-extra: Sodium Extra 0.4.16+mc1.19.2-build.90
|
569 | caffeineconfig: CaffeineConfig 1.0.0+1.17
|
570 | soulsweapons: Marium's Soulslike Weaponry **.**.**.**
|
571 | sound_physics_remastered: Sound Physics Remastered 1.19.2-1.0.18
|
572 | spell_engine: Spell Engine 0.9.15+1.19
|
573 | spell_power: Spell Power Attribute 0.9.8+1.19
|
574 | spellbladenext: Spellblades and Such 1.0.17
|
575 | spyglass-improvements: Spyglass Improvements 1.4+mc1.19+fabric
|
576 | stackdeobfuscator: StackDeobfuscator 1.3.2+fabric.4bca927
|
577 | net_fabricmc_mapping-io: mapping-io 0.3.0
|
578 | starlight: Starlight 1.1.1+fabric.ae22326
|
579 | starterkit: Starter Kit 5.2
|
580 | stoneholm: Stoneholm 1.4.4
|
581 | structory: Structory 1.0.1
|
582 | structureessentials: Structure Essentials Mod 1.19.2-2.7
|
583 | supplementaries: Supplementaries 1.19.2-2.3.5
|
584 | t_and_t: Towns and Towers 1.10
|
585 | takesapillage: Takes a Pillage 1.0.4
|
586 | techreborn: Tech Reborn 5.4.0
|
587 | terrablender: TerraBlender **.**.**.**
|
588 | terracart: Terracart Reloaded 1.4.1
|
589 | terrarianslimes: Terrarian Slimes 1.3.1-BETA+1.19
|
590 | the_bumblezone: The Bumblezone - Fabric 6.7.14+1.19.2
|
591 | fake-player-api: Fake Player API 0.5.0
|
592 | things: Things 0.3.0+1.19
|
593 | tiered: Tiered 1.2.7
|
594 | tipsmod: Tips 8.0.27
|
595 | toolstats: ToolStats 12.0.2
|
596 | totw_additions: Towers of the Wild: Additions 1.2.4
|
597 | trashslot: TrashSlot 12.0.2
|
598 | travelersbackpack: Traveler's Backpack 1.19.2-8.2.19
|
599 | travelerstitles: Traveler's Titles 1.19.2-Fabric-3.1.0
|
600 | trinkets: Trinkets 3.4.2
|
601 | tumbleweed: Tumbleweed 0.5.1
|
602 | twilightforest: The Twilight Forest 4.2.357
|
603 | com_google_code_findbugs_jsr305: jsr305 3.0.2
|
604 | here-be-no-dragons: Here be no Dragons! 1.0.0
|
605 | javax_annotation_javax_annotation-api: javax.annotation-api 1.3.2
|
606 | porting_lib: Porting Lib 2.1.727+1.19.2
|
607 | porting_lib_accessors: Porting Lib Accessors 2.1.727+1.19.2
|
608 | porting_lib_attributes: Porting Lib Attributes 2.1.727+1.19.2
|
609 | porting_lib_base: Porting Lib Base 2.1.727+1.19.2
|
610 | porting_lib_common: Porting Lib Common 2.1.727+1.19.2
|
611 | porting_lib_constants: Porting Lib Constants 2.1.727+1.19.2
|
612 | porting_lib_entity: Porting Lib Entity 2.1.727+1.19.2
|
613 | porting_lib_extensions: Porting Lib Extensions 2.1.727+1.19.2
|
614 | porting_lib_fake_players: Porting Lib Fake Players 2.1.727+1.19.2
|
615 | porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.727+1.19.2
|
616 | porting_lib_model_generators: Porting Lib Model Generators 2.1.727+1.19.2
|
617 | porting_lib_model_loader: Porting Lib Model Loader 2.1.727+1.19.2
|
618 | porting_lib_models: Porting Lib Models 2.1.727+1.19.2
|
619 | porting_lib_networking: Porting Lib Networking 2.1.727+1.19.2
|
620 | porting_lib_obj_loader: Porting Lib Obj Loader 2.1.727+1.19.2
|
621 | porting_lib_transfer: Porting Lib Transfer 2.1.727+1.19.2
|
622 | serialization_hooks: Serialization Hooks 0.3.26
|
623 | valkyrielib: ValkyrieLib 1.19-4.0.1.1
|
624 | veinmining: Vein Mining 1.1.1+1.19.2
|
625 | spectrelib: SpectreLib 0.12.3+1.19.2
|
626 | villagernames: Villager Names 4.5.1
|
627 | visuality: Visuality 0.5.6
|
628 | visualworkbench: Visual Workbench 4.2.4
|
629 | voicechat: Simple Voice Chat 1.19.2-2.4.5
|
630 | voidtotem: Void Totem 2.1.0
|
631 | voidz: VoidZ 1.0.9
|
632 | wabi_sabi_structures: Wabi-Sabi Structures 1.1.2
|
633 | waveycapes: WaveyCapes 1.3.2
|
634 | whisperwoods: Whisperwoods 1.19-2.1.1
|
635 | windchimes: Windchimes 1.2.1
|
636 | wizardex: WizardEx 1.0.3
|
637 | wizards: Wizards 0.9.13+1.19
|
638 | wmitaf: WMITAF 3.1.1
|
639 | wondrouswilds: Wondrous Wilds 1.19.2-1.1.6
|
640 | xaerominimap: Xaero's Minimap 23.4.0
|
641 | xaeroworldmap: Xaero's World Map 1.30.0
|
642 | xlpackets: XLPackets 1.19.2-4
|
643 | xps: Xp Obelisk 0.4.9-r+1.19.2-Fabric
|
644 | yet-another-config-lib: YetAnotherConfigLib 2.2.0-for-1.19.2
|
645 | yigd: You're in Grave Danger 1.4.9
|
646 | yosbr: YOSBR 0.1.1
|
647 | yungsapi: YUNG's API 1.19.2-Fabric-3.8.9
|
648 | org_javassist_javassist: javassist 3.28.0-GA
|
649 | yungsbridges: YUNG's Bridges 1.19.2-Fabric-3.1.0
|
650 | yungsextras: YUNG's Extras 1.19.2-Fabric-3.1.0
|
651 | Loaded Shaderpack: (off)
|
652 | NEC status: No NEC detected
|
653 | Server Running: true
|
654 | Player Count: 0 / 8; []
|
655 | Data Packs: vanilla, Fabric Mods, professions/fabric/normal, professionsi/fabric/normal/farmersdelight, professionsi/fabric/normal/techreborn, professionsi/fabric/normal/c, professionsi/fabric/normal/, professionsi/fabric/normal/modern_industrialization, professionsi/fabric/normal/croptopia, professionsi/fabric/normal/mythicmetals, professionsi/fabric/normal/byg, Immersive Weathering Generated Pack, Supplementaries Generated Pack, ctov-croptopia-add-on-v1-0.zip, ctov-farmers-delight-compat-v1-2.zip, ctov-friends-and-foes-add-on.zip, ctov-waystone-add-on-v1-0.zip, Dehydration_Expanded_Drinks_1.1+1.19.2.zip, Origins_EnvironmentZ_Dehydration_v1.3.zip, Origins_Expanded_Foods_v1.6+1.19.2.zip, PlayerEx_Cap200.zip, Repurposed_Structures-Better_Desert_Temples_v6.zip, Repurposed_Structures-Better_Dungeons_v4.zip, Repurposed_Structures-Better_Monuments_v5.zip, Repurposed_Structures-Better_Nether_Fortress_v4.zip, Repurposed_Structures-Better_Witch_Huts_v3.zip, Repurposed_Structures-Bygone_Nether_v1.zip, Repurposed_Structures-Chef's_Delight_v2.zip (incompatible), Repurposed_Structures-Farmers_Delight_v5.zip, Repurposed_Structures-Friends_And_Foes_v3.zip, Repurposed_Structures-Oh_The_Biomes_Youll_Go_v2.zip, Repurposed_Structures-Wizards_v2.zip
|
656 | World Generation: Stable
|
657 | Type: Integrated Server (map_client.txt)
|
658 | Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
|
659 | Launched Version: fabric-loader-0.14.19-1.19.2
|
660 |
|