1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 11/6/22, 4:28 AM
|
5 | Description: Exception generating new chunk
|
6 |
|
7 | java.lang.IllegalStateException: Feature order cycle found, involved biomes: [Reference{ResourceKey[minecraft:worldgen/biome / byg:basalt_barrera]=net.minecraft.class_1959@6503b52a}]
|
8 | at net.minecraft.world.biome.source.BiomeSource.method_39525(BiomeSource.java:136)
|
9 | at net.fabricmc.fabric.impl.biome.modification.BiomeModificationImpl.lambda$finalizeWorldGen$4(BiomeModificationImpl.java:174)
|
10 | at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183)
|
11 | at net.minecraft.world.biome.source.BiomeSource.getIndexedFeatures(BiomeSource.java:258)
|
12 | at net.minecraft.world.gen.chunk.ChunkGenerator.generateFeatures(ChunkGenerator.java:401)
|
13 | at net.minecraft.world.chunk.ChunkStatus.method_20613(ChunkStatus.java:146)
|
14 | at net.minecraft.world.chunk.ChunkStatus.runGenerationTask(ChunkStatus.java:289)
|
15 | at net.minecraft.server.world.ThreadedAnvilChunkStorage.method_17225(ThreadedAnvilChunkStorage.java:649)
|
16 | at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
|
17 | at net.minecraft.server.world.ThreadedAnvilChunkStorage.method_17224(ThreadedAnvilChunkStorage.java:643)
|
18 | at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
|
19 | at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
|
20 | at net.minecraft.server.world.ChunkTaskPrioritySystem.method_17634(ChunkTaskPrioritySystem.java:62)
|
21 | at net.minecraft.util.thread.TaskExecutor.runNext(TaskExecutor.java:91)
|
22 | at net.minecraft.util.thread.TaskExecutor.runWhile(TaskExecutor.java:146)
|
23 | at net.minecraft.util.thread.TaskExecutor.run(TaskExecutor.java:102)
|
24 | at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395)
|
25 | at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
|
26 | at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
|
27 | at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
|
28 | at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
|
29 | at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
|
30 |
|
31 |
|
32 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
33 | ---------------------------------------------------------------------------------------
|
34 |
|
35 | -- Head --
|
36 | Thread: Server thread
|
37 | Stacktrace:
|
38 | at net.minecraft.world.biome.source.BiomeSource.method_39525(BiomeSource.java:136)
|
39 | at net.fabricmc.fabric.impl.biome.modification.BiomeModificationImpl.lambda$finalizeWorldGen$4(BiomeModificationImpl.java:174)
|
40 | at com.google.common.base.Suppliers$NonSerializableMemoizingSupplier.get(Suppliers.java:183)
|
41 | at net.minecraft.world.biome.source.BiomeSource.getIndexedFeatures(BiomeSource.java:258)
|
42 | at net.minecraft.world.gen.chunk.ChunkGenerator.generateFeatures(ChunkGenerator.java:401)
|
43 | at net.minecraft.world.chunk.ChunkStatus.method_20613(ChunkStatus.java:146)
|
44 | at net.minecraft.world.chunk.ChunkStatus.runGenerationTask(ChunkStatus.java:289)
|
45 | at net.minecraft.server.world.ThreadedAnvilChunkStorage.method_17225(ThreadedAnvilChunkStorage.java:649)
|
46 | at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
|
47 | at net.minecraft.server.world.ThreadedAnvilChunkStorage.method_17224(ThreadedAnvilChunkStorage.java:643)
|
48 | at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
|
49 | at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
|
50 | at net.minecraft.server.world.ChunkTaskPrioritySystem.method_17634(ChunkTaskPrioritySystem.java:62)
|
51 | at net.minecraft.util.thread.TaskExecutor.runNext(TaskExecutor.java:91)
|
52 | at net.minecraft.util.thread.TaskExecutor.runWhile(TaskExecutor.java:146)
|
53 | at net.minecraft.util.thread.TaskExecutor.run(TaskExecutor.java:102)
|
54 |
|
55 | -- Chunk to be generated --
|
56 | Details:
|
57 | Location: -2,-5
|
58 | Position hash: -17179869186
|
59 | Generator: net.minecraft.class_3754@f5bd7af
|
60 | Stacktrace:
|
61 | at net.minecraft.server.world.ThreadedAnvilChunkStorage.method_17225(ThreadedAnvilChunkStorage.java:649)
|
62 | at com.mojang.datafixers.util.Either$Left.map(Either.java:38)
|
63 | at net.minecraft.server.world.ThreadedAnvilChunkStorage.method_17224(ThreadedAnvilChunkStorage.java:643)
|
64 | at java.base/java.util.concurrent.CompletableFuture$UniCompose.tryFire(CompletableFuture.java:1150)
|
65 | at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
|
66 | at net.minecraft.server.world.ChunkTaskPrioritySystem.method_17634(ChunkTaskPrioritySystem.java:62)
|
67 | at net.minecraft.util.thread.TaskExecutor.runNext(TaskExecutor.java:91)
|
68 | at net.minecraft.util.thread.TaskExecutor.runWhile(TaskExecutor.java:146)
|
69 | at net.minecraft.util.thread.TaskExecutor.run(TaskExecutor.java:102)
|
70 | at java.base/java.util.concurrent.ForkJoinTask$RunnableExecuteAction.exec(ForkJoinTask.java:1395)
|
71 | at java.base/java.util.concurrent.ForkJoinTask.doExec(ForkJoinTask.java:373)
|
72 | at java.base/java.util.concurrent.ForkJoinPool$WorkQueue.topLevelExec(ForkJoinPool.java:1182)
|
73 | at java.base/java.util.concurrent.ForkJoinPool.scan(ForkJoinPool.java:1655)
|
74 | at java.base/java.util.concurrent.ForkJoinPool.runWorker(ForkJoinPool.java:1622)
|
75 | at java.base/java.util.concurrent.ForkJoinWorkerThread.run(ForkJoinWorkerThread.java:165)
|
76 |
|
77 | -- Affected level --
|
78 | Details:
|
79 | All players: 0 total; []
|
80 | Chunk stats: 625
|
81 | Level dimension: minecraft:overworld
|
82 | Level spawn location: World: (-8,64,-56), Section: (at 8,0,8 in -1,4,-4; chunk contains blocks -16,-64,-64 to -1,319,-49), Region: (-1,-1; contains chunks -32,-32 to -1,-1, blocks -512,-64,-512 to -1,319,-1)
|
83 | Level time: 0 game time, 0 day time
|
84 | Level name: Faedra
|
85 | Level game mode: Game mode: survival (ID 0). Hardcore: false. Cheats: true
|
86 | Level weather: Rain time: 0 (now: false), thunder time: 0 (now: false)
|
87 | Known server brands: fabric
|
88 | Level was modded: true
|
89 | Level storage version: 0x04ABD - Anvil
|
90 | Stacktrace:
|
91 | at net.minecraft.server.MinecraftServer.createWorlds(MinecraftServer.java:391)
|
92 | at net.minecraft.server.MinecraftServer.loadWorld(MinecraftServer.java:330)
|
93 | at net.minecraft.server.integrated.IntegratedServer.setupServer(IntegratedServer.java:70)
|
94 | at net.minecraft.server.MinecraftServer.runServer(MinecraftServer.java:670)
|
95 | at net.minecraft.server.MinecraftServer.method_29739(MinecraftServer.java:273)
|
96 | at java.base/java.lang.Thread.run(Thread.java:833)
|
97 |
|
98 | -- System Details --
|
99 | Details:
|
100 | Minecraft Version: 1.18.2
|
101 | Minecraft Version ID: 1.18.2
|
102 | Operating System: Linux (amd64) version 6.0.0-270-tkg-pds-llvm
|
103 | Java Version: 18.0.2, BellSoft
|
104 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), BellSoft
|
105 | Memory: 4403945800 bytes (4199 MiB) / 9126805504 bytes (8704 MiB) up to 17179869184 bytes (16384 MiB)
|
106 | CPUs: 8
|
107 | Processor Vendor: GenuineIntel
|
108 | Processor Name: Intel(R) Core(TM) i7-7700K CPU @ 4.20GHz
|
109 | Identifier: Intel64 Family 6 Model 158 Stepping 9
|
110 | Microarchitecture: unknown
|
111 | Frequency (GHz): 4.20
|
112 | Number of physical packages: 1
|
113 | Number of physical CPUs: 4
|
114 | Number of logical CPUs: 8
|
115 | Graphics card #0 name: Hawaii PRO [Radeon R9 290/390]
|
116 | Graphics card #0 vendor: Advanced Micro Devices, Inc. [AMD/ATI] (0x1002)
|
117 | Graphics card #0 VRAM (MB): 264.00
|
118 | Graphics card #0 deviceId: 0x67b1
|
119 | Graphics card #0 versionInfo: unknown
|
120 | Virtual memory max (MB): 31894.65
|
121 | Virtual memory used (MB): 29073.83
|
122 | Swap memory total (MB): 15947.31
|
123 | Swap memory used (MB): 2421.00
|
124 | JVM Flags: 20 total; -XX: DisableExplicitGC -XX: OptimizeStringConcat -XX: UnlockExperimentalVMOptions -XX: UseCodeCacheFlushing -XX: UseCompressedOops -XX: UseG1GC -XX:-UseGCOverheadLimit -XX:G1HeapRegionSize=64M -XX:G1NewSizePercent=40 -XX:G1ReservePercent=25 -XX:GCPauseIntervalMillis=150 -XX:MaxGCPauseMillis=10 -XX:MaxTenuringThreshold=15 -XX:ParallelGCThreads=8 -XX:ReservedCodeCacheSize=2048m -XX:SoftRefLRUPolicyMSPerMB=10000 -XX:SurvivorRatio=8 -XX:TargetSurvivorRatio=90 -Xms512m -Xmx16384m
|
125 | Fabric Mods:
|
126 | ad_astra: Ad Astra! 1.0.5
|
127 | additionaladditions: Additional Additions 4.0.5
|
128 | adorn: Adorn 3.5.0 1.18.2
|
129 | advanced_runtime_resource_pack: Runtime Resource Pack 0.5.7
|
130 | advancednetherite: Advanced Netherite 1.5.1-1.18.2
|
131 | advancementplaques: Advancement Plaques 1.4.6
|
132 | advdebug: Advancements Debug 2.3.0
|
133 | adventurez: AdventureZ 1.4.11
|
134 | ae2: Applied Energistics 2 11.6.2
|
135 | ae2additions: AEAdditions 3.1.2-fabric
|
136 | ae2things: AE2Things 1.1.1-beta.1
|
137 | ae2wtlib: AE2WTLib 11.5.0
|
138 | ambientsounds: Ambiend Sounds (Fabric) 5.0.16
|
139 | animal_feeding_trough: Animal Feeding Trough 1.0.3 1.18.2
|
140 | aofemotes: AOF Emotes 0.0.4
|
141 | appbot: Applied Botanics 1.3.4
|
142 | appleskin: AppleSkin 2.4.1 mc1.18.2
|
143 | aqupdcaracal: Caracal mob 1.18.2-1.3.8
|
144 | aqupdgrizzly: Grizzly Bear mob 1.18-1.3
|
145 | arcanus: Arcanus 1.29
|
146 | archeology: CapsLock Archeology Mod 0.1.9
|
147 | midnightlib: MidnightLib 0.4.4
|
148 | architects_palette: Architect's Palette Fabric 2.2
|
149 | architectury: Architectury 4.10.86
|
150 | artifacts: Artifacts 7.0.3 fabric
|
151 | expandability: ExpandAbility 6.0.0
|
152 | attributefix: AttributeFix 14.0.2
|
153 | authme: Auth Me 3.1.0
|
154 | auto-workstations: Auto Workstations v1.0-SNAPSHOT-19
|
155 | autoconfig1u: Auto Config v1 Updated 3.4.0
|
156 | automobility: Automobility 0.2.1 1.18.2
|
157 | jsonem: JsonEM 0.1.2
|
158 | myron: Myron 1.6.3 1.18.1
|
159 | axolotlitemfix: Axolotl Item Fix 1.1.3
|
160 | badpackets: Bad Packets 0.1.2
|
161 | badwithernocookiereloaded: Bad Wither No Cookie! Reloaded 3.10.18 (Fabric 1.18.2)
|
162 | balm-fabric: Balm 3.2.0 0
|
163 | bamboocombat: Bamboo Combat 1.0.1
|
164 | beaconoverhaul: Beacon Overhaul 1.6.1 1.18.2
|
165 | fabric-api-base: Fabric API Base 0.4.4 d7c144a860
|
166 | fabric-networking-api-v1: Fabric Networking API (v1) 1.0.23 2d30af4b60
|
167 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.5.2 446e059560
|
168 | bedbenefits: BedBenefits 6.0.2
|
169 | better_bad_omen: Better Bad Omen 1.3.0
|
170 | betterdeserttemples: YUNG's Better Desert Temples 1.18.2-Fabric-1.3.1
|
171 | betterdungeons: YUNG's Better Dungeons 1.18.2-Fabric-2.1.0
|
172 | bettermineshafts: YUNG's Better Mineshafts 1.18.2-Fabric-2.2
|
173 | bettermounthud: Better Mount HUD 1.1.4
|
174 | betteroceanmonuments: YUNG's Better Ocean Monuments 1.18.2-Fabric-1.0.3
|
175 | betterpingdisplay: Better Ping Display 1.1.1
|
176 | betterstrongholds: YUNG's Better Strongholds 1.18.2-Fabric-2.1.1
|
177 | betterwitchhuts: YUNG's Better Witch Huts 1.18.2-Fabric-1.0.1
|
178 | bewitchment: Bewitchment 1.18-23
|
179 | impersonate: Impersonate 2.4.1
|
180 | playerabilitylib: Pal 1.5.0
|
181 | bhmenu: BHMenu-Fabric 1.17.1-1.18.2-1.3
|
182 | biomemakeover: Biome Makeover 1.18.2-1.4.32
|
183 | blast: BLAST 1.9.1
|
184 | blockus: Blockus 2.4.8 1.18.2
|
185 | terraform-wood-api-v1: Terraform Wood API (v1) 3.0.0
|
186 | bookshelf: Bookshelf 13.2.50
|
187 | bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.3.9-1.18.2
|
188 | maelstrom_library: Maelstrom Library 1.2.4-1.18.2
|
189 | multipart_entities: MultipartEntities 1.1.5-1.18.2
|
190 | botania: Botania 1.18.2-435-FABRIC
|
191 | fiber: fiber 0.23.0-2
|
192 | botanypots: BotanyPots 8.0.14
|
193 | botanytrees: BotanyTrees 4.0.2
|
194 | bowinfinityfix: Bow Infinity Fix rv11
|
195 | breakprogress: Break Progress 1.0.1
|
196 | buildinggadgets: st'ructure tools 1.0.22
|
197 | mm: Manningham Mills 2.3
|
198 | team_reborn_energy: Energy 2.2.0
|
199 | builtinservers: Builtin Servers 2.0-BETA 1.18
|
200 | byg: Oh The Biomes You'll Go 1.4
|
201 | cacao: Croptopia's Chocolaterie 1.2
|
202 | campanion: Campanion 3.0.3
|
203 | can-i-mine-this-block: cAn i MiNe thIS bLOCk? 1.2.0
|
204 | capybara: Capybara 1.0.8
|
205 | cardinal-components: Cardinal Components API 4.2.0
|
206 | cardinal-components-base: Cardinal Components API (base) 4.2.0
|
207 | cardinal-components-block: Cardinal Components API (blocks) 4.2.0
|
208 | cardinal-components-chunk: Cardinal Components API (chunks) 4.2.0
|
209 | cardinal-components-entity: Cardinal Components API (entities) 4.2.0
|
210 | cardinal-components-item: Cardinal Components API (items) 4.2.0
|
211 | cardinal-components-level: Cardinal Components API (world saves) 4.2.0
|
212 | cardinal-components-scoreboard: Cardinal Components API (scoreboard) 4.2.0
|
213 | cardinal-components-world: Cardinal Components API (worlds) 4.2.0
|
214 | carrier: Carrier 1.10.0
|
215 | catwalksinc: Catwalks Inc. 1.3.0
|
216 | cccbridge: CC:C Bridge 1.3.0
|
217 | chalk: Chalk 2.0.1 1.18.2
|
218 | chassis: Chassis 1.1.0
|
219 | cherishedworlds: Cherished Worlds 2.0.2-1.18
|
220 | chipped: Chipped 2.0.0
|
221 | chiselsandbits: Chisels & Bits 1.2.114
|
222 | cleancut: CleanCut 1.18.2-5.0-fabric
|
223 | clienttweaks: Client Tweaks 7.1.0
|
224 | cloth-api: Cloth API 3.2.64
|
225 | cloth-client-events-v0: Cloth Client Events v0 3.2.64
|
226 | cloth-common-events-v1: Cloth Common Events v1 3.2.64
|
227 | cloth-datagen-api-v1: Cloth Datagen v1 3.2.64
|
228 | cloth-scissors-api-v1: Cloth Scissors API v1 3.2.64
|
229 | cloth-utils-v1: Cloth Utils v1 3.2.64
|
230 | cloth-config: Cloth Config v6 6.4.90
|
231 | cloth-basic-math: cloth-basic-math 0.6.1
|
232 | clumps: Clumps 8.0.0 15
|
233 | compactmachines: Compact Machines 4 ${version}
|
234 | forge_tags: Forge Tags 2.2
|
235 | companion: Companion 2.0.1
|
236 | compressor: Compressor 0.2.0
|
237 | crowdin-translate: CrowdinTranslate 1.4 1.18.2
|
238 | computercraft: CC: Restitched 1.100.8
|
239 | conjuring: Conjuring 1.0.22 1.18
|
240 | connectivity: Connectivity Mod 1.18.2-3.3
|
241 | controlling: Controlling For Fabric 9.0 22
|
242 | cookingforblockheads: Cooking for Blockheads 12.1.1
|
243 | couplings: Couplings 1.8.0 1.18.2
|
244 | com_electronwill_night-config_core: core 3.6.5
|
245 | com_electronwill_night-config_toml: toml 3.6.5
|
246 | coxinhautilities: Coxinha Utilities 1.4.2 1.18.2
|
247 | omega-config-gui: Omega Config GUI 1.2.3-1.18.1
|
248 | cloth-config-lite: cloth-config-lite 2.0.6
|
249 | craftingtweaks: Crafting Tweaks 14.0.3
|
250 | crawl: Crawl 0.10.6
|
251 | create: Create 0.5.0e-733
|
252 | com_google_code_findbugs_jsr305: jsr305 3.0.2
|
253 | fake-player-api: Fake Player API 0.3.0
|
254 | flywheel: Flywheel 0.6.4-30
|
255 | milk: Milk Lib 0.3.2
|
256 | dripstone_fluid_lib: Dripstone Fluid Lib 1.2.0
|
257 | registrate-fabric: Registrate for Fabric MC1.18.2-1.1.4
|
258 | createplus: CreatePlus 1.0
|
259 | creativecore: CreativeCore (Fabric) 2.6.12
|
260 | creeperoverhaul: Creeper Overhaul 1.3.1
|
261 | croptopia: Croptopia 2.1.2
|
262 | com_typesafe_config: config 1.4.1
|
263 | io_leangen_geantyref_geantyref: geantyref 1.3.11
|
264 | org_spongepowered_configurate-core: configurate-core 4.1.2
|
265 | org_spongepowered_configurate-hocon: configurate-hocon 4.1.2
|
266 | croptosis: Croptosis 1.5.0
|
267 | ctm: ConnectedTexturesMod for Fabric 1.0.0 1.18
|
268 | cyti: Can You Trash It? 1.0.6
|
269 | dangerousstonecutter: Dangerous Stone Cutter 1.6
|
270 | dankstorage: Dank Storage 1.18.2-3.7.2
|
271 | dark-enchanting: Dark Enchanting 1.0.0 1.18.2
|
272 | libgui: LibGui 5.4.0 1.18.2
|
273 | jankson: Jankson 4.0.0 j1.2.0
|
274 | libninepatch: LibNinePatch 1.1.0
|
275 | darkpaintings: DarkPaintings 10.0.3
|
276 | darkutils: DarkUtilities 10.0.5
|
277 | dashloader: DashLoader 4.1.3 1.18
|
278 | com_github_luben_zstd-jni: zstd-jni 1.5.2-2
|
279 | dev_quantumfusion_hyphen: Hyphen 0.2.2
|
280 | dev_quantumfusion_taski: Taski 1.1.0
|
281 | dawn: Dawn API 3.3.2
|
282 | deathknell: DeathKnell 3.0.3
|
283 | deathlog: DeathLog 0.2.9 1.18
|
284 | decorative_blocks: Decorative Blocks 2.1.1
|
285 | deepslatecutting: Deepslate Cutting 1.3.4
|
286 | com_moandjiezana_toml_toml4j: toml4j 0.7.2
|
287 | maybe-data: Maybe data 1.3.1-1.18.2
|
288 | defaultoptions: Default Options 14.1.1
|
289 | disable_custom_worlds_advice: Disable Custom Worlds Advice 2.0
|
290 | display_case: Display Case Mod 1.0.3
|
291 | dml-refabricated: Deep Mob Learning: Refabricated 1.18.2
|
292 | dml-refabricated-base: DML: Refabricated - Base 1.18.2
|
293 | dml-refabricated-events: DML: Refabricated - Vanilla Events 1.18.2
|
294 | dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 1.18.2
|
295 | dml-refabricated-rei: DML: Refabricated - REI Integration 1.18.2
|
296 | dmlsimulacrum: Deep Mob Learning: Simulacrum 0.5.4-beta
|
297 | ktdatataglib: KtDataTagLib 1.6.5 1.18.2
|
298 | doodads: Doodads 0.1.2-1.18.2
|
299 | dragonfight: Dragonfight Mod 1.18.2-2.5
|
300 | dragonloot: DragonLoot 1.1.0
|
301 | dual_riders: Dual Riders 1.1.1
|
302 | duckling: Duckling 1.0.7
|
303 | dungeons_arise: When Dungeons Arise 2.1.50
|
304 | dusk: Dusk Mod 1.18.2-2.1
|
305 | dustrial_decor: Dustrial Decor 0.5
|
306 | dyed: Dyed 1.1.0
|
307 | dynamicfps: Dynamic FPS 2.1.0
|
308 | ecologics: Ecologics 1.7.10
|
309 | effecttooltips: EffectTooltips 2.0.1
|
310 | eggtab: Egg Tab 2.2.1 1.18-fabric
|
311 | elytratrinket: Elytra Trinket 3.0.0-1.18.1
|
312 | enchancement: Enchancement 1.18-18
|
313 | enchdesc: EnchantmentDescriptions 10.0.9
|
314 | entityculling: EntityCulling-Fabric 1.5.1
|
315 | equipmentcompare: Equipment Compare 1.2.12
|
316 | experiencebugfix: Experience Bug Fix 18
|
317 | extraalchemy: Extra Alchemy 1.8.1
|
318 | fabric-api: Fabric API 0.59.1 1.18.2
|
319 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.2 2373a54560
|
320 | fabric-biome-api-v1: Fabric Biome API (v1) 8.0.6 651bcc5960
|
321 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.12 3ac43d9560
|
322 | fabric-command-api-v1: Fabric Command API (v1) 1.1.9 d7c144a860
|
323 | fabric-commands-v0: Fabric Commands (v0) 0.2.8 b4f4f6cd60
|
324 | fabric-containers-v0: Fabric Containers (v0) 0.1.23 d7c144a860
|
325 | fabric-content-registries-v0: Fabric Content Registries (v0) 3.1.1 c85f2e3860
|
326 | fabric-convention-tags-v1: Fabric Convention Tags 1.0.1 474e4f7960
|
327 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.1 ee261a3e60
|
328 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 3.0.2 9fcb91d260
|
329 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.20 489d6f8260
|
330 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.4.8 d7c144a860
|
331 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.4.19 d7c144a860
|
332 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.19 d7c144a860
|
333 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.13 d7c144a860
|
334 | fabric-item-api-v1: Fabric Item API (v1) 1.5.2 17cbbd4360
|
335 | fabric-item-groups-v0: Fabric Item Groups (v0) 0.3.14 91896a4960
|
336 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.12 54e5b2ec60
|
337 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.10 b4f4f6cd60
|
338 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.1.0 cc71601c60
|
339 | fabric-loot-api-v2: Fabric Loot API (v2) 1.1.0 1997ad1260
|
340 | fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.2 e747827960
|
341 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.4 cc71601c60
|
342 | fabric-models-v0: Fabric Models (v0) 0.3.6 d7c144a860
|
343 | fabric-networking-v0: Fabric Networking (v0) 0.3.10 b4f4f6cd60
|
344 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 2.1.3 032c981d60
|
345 | fabric-particles-v1: Fabric Particles (v1) 0.2.12 526dc1ac60
|
346 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 0.9.11 bb2e047760
|
347 | fabric-renderer-api-v1: Fabric Renderer API (v1) 0.4.14 5d58937860
|
348 | fabric-renderer-indigo: Fabric Renderer - Indigo 0.5.4 41a02c8a60
|
349 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.11 b4f4f6cd60
|
350 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.7 d7c144a860
|
351 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 2.0.2 54e5b2ec60
|
352 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.13 b4f4f6cd60
|
353 | fabric-rendering-v1: Fabric Rendering (v1) 1.10.7 54e5b2ec60
|
354 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.0.3 91b7aa6660
|
355 | fabric-screen-api-v1: Fabric Screen API (v1) 1.0.10 d882b91560
|
356 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.2.2 1f6558e860
|
357 | fabric-textures-v0: Fabric Textures (v0) 1.0.12 3ac43d9560
|
358 | fabric-transfer-api-v1: Fabric Transfer API (v1) 1.6.3 f4563ac860
|
359 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 1.1.0 e747827960
|
360 | fabric-language-kotlin: Fabric Language Kotlin 1.8.5 kotlin.1.7.20
|
361 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.7.20
|
362 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.7.20
|
363 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.7.20
|
364 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.7.20
|
365 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.18.4
|
366 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.6.4
|
367 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.6.4
|
368 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.4.0
|
369 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.4.1
|
370 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.4.1
|
371 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.4.1
|
372 | fabricloader: Fabric Loader 0.14.10
|
373 | farmersdelight: Farmer's Delight 1.18.2-1.2.2
|
374 | farmingforblockheads: Farming for Blockheads 10.0.2
|
375 | feature_nbt_deadlock_be_gone: Feature NBT Deadlock Be Gone - Fabric 2.0.0 1.18.2-rc1
|
376 | ferritecore: FerriteCore 4.2.1
|
377 | findme: FindMe 3.0.6
|
378 | floral_flair: Floral Flair 1.3.0
|
379 | flytre_lib: FlytreLib 1.8.2
|
380 | foodeffecttooltips: Food Effect Tooltips 1.0.0
|
381 | forgeconfigapiport: Forge Config API Port 3.2.4
|
382 | ftbchunks: FTB Chunks 1802.3.7-build.172
|
383 | ftblibrary: FTB Library 1802.3.7-build.154
|
384 | ftbquests: FTB Quests 1802.3.8-build.106
|
385 | ftbteams: FTB Teams 1802.2.7-build.71
|
386 | ftbultimine: FTB Ultimine 1802.3.3-build.67
|
387 | fuelinfo: FuelInfo 1.0.1 1.18
|
388 | gag: Gadgets Against Grind 1.0.1-build.2
|
389 | gateofbabylon: Gate Of Babylon 1.7.0-1.18.2
|
390 | geckolib3: Geckolib 3.0.67
|
391 | com_eliotlash_mclib_mclib: mclib 18
|
392 | com_eliotlash_molang_molang: molang 19
|
393 | geodes: More Geodes 1.4.2
|
394 | glassential: Glassential 1.3.0
|
395 | go-fish: Go Fish 1.5.0-1.18.2
|
396 | goblintraders: Goblin Traders 1.5.1
|
397 | goldenhoppers: Golden Hoppers 1.3.3
|
398 | goodall: Goodall 1.0.2
|
399 | graveyard: The Graveyard 1.9
|
400 | graveyard_biomes: The Graveyard Biomes 1.1
|
401 | guardvillagers: Guard Villagers Fabric 1.18.2-1.0.14
|
402 | guild: Guild 0.4.0
|
403 | harvest_scythes: Harvest Scythes 2.5.3 mc1.18.2
|
404 | healthoverlay: Health Overlay 6.3.4
|
405 | hexcasting: Hex Casting 0.9.4
|
406 | horseinfo: Horse Info 0.4.1-1.18
|
407 | iceberg: Iceberg 1.0.38
|
408 | icy-incitement: Icy Incitement 1.18.2-fabric-1.1.3
|
409 | impaled: Impaled 1.1.3
|
410 | incantationem: Incantationem 1.1.6 1.18.2
|
411 | com_github_llamalad7_mixinextras: MixinExtras 0.0.12
|
412 | indium: Indium 1.0.7 mc1.18.2
|
413 | indrev: Industrial Revolution 1.14.0-BETA
|
414 | libblockattributes_core: LibBlockAttributes (Core) 0.10.0
|
415 | libblockattributes_fluids: LibBlockAttributes (Fluids) 0.10.0
|
416 | libblockattributes_items: LibBlockAttributes (Items) 0.10.0
|
417 | magna: Magna 1.7.0-1.18-pre1
|
418 | step-height-entity-attribute: Step Height Entity Attribute 1.0.0
|
419 | indrev-nikolite: Industrial Revolution: Nikolite Expansion 1.0 1.18.1
|
420 | infusion_table: Infusion Table 1.1.0
|
421 | inmis: Inmis 2.6.0-1.18.2
|
422 | inmisaddon: InmisAddon 1.0.1-1.18
|
423 | inventoryhud: Inventory HUD 3.4.2
|
424 | inventorysorter: Inventory Sorter 1.8.8-1.18
|
425 | iris: Iris 1.4.0
|
426 | io_github_douira_glsl-transformer: glsl-transformer 1.0.0-pre21.2
|
427 | org_anarres_jcpp: jcpp 1.4.14
|
428 | org_antlr_antlr4-runtime: antlr4-runtime 4.10.1
|
429 | iron-jetpacks: Iron Jetpacks 0.4.3
|
430 | ironchests: Iron Chests: Restocked 2.0.4
|
431 | itemfilters: Item Filters 1802.2.8-build.47
|
432 | jamlib: JamLib 0.0.5
|
433 | java: OpenJDK 64-Bit Server VM 18
|
434 | jumpoverfences: JumpOverFences 1.16-0.0.3
|
435 | kibe: Kibe 1.9.10-BETA 1.18
|
436 | kjsextras: KubeJS Extras 3.0.0
|
437 | kleeslabs: KleeSlabs 11.1.1
|
438 | kubejs: KubeJS 1802.5.4-build.535
|
439 | kubejs_create: KubeJS Create 1802.2.2-build.28
|
440 | lazydfu: LazyDFU 0.1.2
|
441 | legendarytooltips: Legendary Tooltips 1.3.3
|
442 | lifts: Lifts 1.4.1-BETA 1.18
|
443 | lightoverlay: Light Overlay 6.0.5
|
444 | lithium: Lithium 0.7.10
|
445 | logbegone: Log Begone 1.0.2
|
446 | logicates: Logicates 1.0.2 1.18.2
|
447 | logprot: Logprot Mod 1.18-1.6
|
448 | lootbags: Resourceful Lootbags 1.1.0
|
449 | resourcefullib: Resourceful Lib 0.0.4
|
450 | lootintegrations: Loot integration Mod 1.18.2-1.5
|
451 | lootr: Lootr **.**.**.**
|
452 | lovely_snails: Lovely Snails 1.0.4 1.18
|
453 | luggage: Luggage 1.3.2
|
454 | magicalforest: Magical Forest 2.0.3
|
455 | mcwbridges: Macaw's Bridges 2.0.5
|
456 | mcwdoors: Macaw's Doors 1.0.7
|
457 | mcwfences: Macaw's Fences and Walls 1.0.6
|
458 | mcwlights: Macaw's Lights and Lamps 1.0.4
|
459 | mcwpaintings: Macaw's Paintings 1.0.4
|
460 | mcwpaths: Macaw's Paths and Pavings 1.0.1
|
461 | mcwroofs: Macaw's Roofs 2.2.1
|
462 | mcwtrpdoors: Macaw's Trapdoors 1.0.7
|
463 | mcwwindows: Macaw's Windows 2.0.3
|
464 | megane: megane 7.9.0
|
465 | megane-api: megane-api 7.9.0
|
466 | megane-applied-energistics-2: megane-applied-energistics-2 7.9.0
|
467 | megane-create: megane-create 7.9.0
|
468 | megane-deep-mob-learning-simulacrum: megane-deep-mob-learning-simulacrum 7.9.0
|
469 | megane-fabric-transfer: megane-fabric-transfer 7.9.0
|
470 | megane-industrial-revolution: megane-industrial-revolution 7.9.0
|
471 | megane-kibe: megane-kibe 7.9.0
|
472 | megane-lib-block-attributes: megane-lib-block-attributes 7.9.0
|
473 | megane-luggage: megane-luggage 7.9.0
|
474 | megane-modern-dynamics: megane-modern-dynamics 7.9.0
|
475 | megane-reborn-core: megane-reborn-core 7.9.0
|
476 | megane-reborn-energy: megane-reborn-energy 7.9.0
|
477 | megane-runtime: megane-runtime 7.9.0
|
478 | megane-tech-reborn: megane-tech-reborn 7.9.0
|
479 | megane-vanilla: megane-vanilla 7.9.0
|
480 | megane-wireless-networks: megane-wireless-networks 7.9.0
|
481 | minecarttweaks: Cammie's Minecart Tweaks 1.5
|
482 | minecraft: Minecraft 1.18.2
|
483 | mobscarecrow: Mob Scarecrow 2.1.1
|
484 | mocolors: Mo' Colors 1.4.0
|
485 | modern_industrialization: Modern Industrialization 1.2.2
|
486 | noindium: No Indium? 1.0.2 1.18.2
|
487 | moderndynamics: Modern Dynamics 0.2.6-beta
|
488 | modmenu: Mod Menu 3.2.3
|
489 | morevillagers: More Villagers 3.3.2
|
490 | mostructures: Mo' Structures 1.4.2 1.18.2
|
491 | omega-config: OmegaConfig 1.2.3-1.18.1
|
492 | mousetweaks: Mouse Tweaks 2.22
|
493 | mythicmounts: Mythic Mounts 1.18.2-7.0
|
494 | naturalist: Naturalist 1.1.1
|
495 | naturescompass: Nature's Compass 1.18.2-2.0.3-fabric
|
496 | nears: Nears 1.1.8
|
497 | netherportalfix: NetherPortalFix 9.0.0
|
498 | no_angled_brackets: No Angled Brackets 1.0.0
|
499 | no_null_processors: No Null Processors - Fabric 2.0.1 1.18.1
|
500 | onastick: On A Stick 2.0.0
|
501 | openloader: OpenLoader 12.0.1
|
502 | overloadedarmorbar: Overloaded Armor Bar 1.18.1-6
|
503 | gbfabrictools: GBfabrictools 1.2.2 1.16
|
504 | owo: oωo 0.7.2-no-cme 1.18
|
505 | paginatedadvancements: Paginated Advancements 1.1.0
|
506 | patchouli: Patchouli 1.18.2-71.1-FABRIC
|
507 | paucal: PAUCAL 0.4.7
|
508 | pehkui: Pehkui 3.6.0 1.14.4-1.19.3
|
509 | kanos_config: Kanos Config 0.3.1 1.14.4-1.19
|
510 | peripheralium: Peripheralium 0.4.3-1.18.2
|
511 | peripheralworks: Unlimited Peripheral Works 0.2.1
|
512 | piercingpaxels: Piercing Paxels 1.0.3 1.18.x
|
513 | pigpen: PigPen 8.0.1
|
514 | playdate: Playdate 2.2.4
|
515 | pling: Pling 1.5.0
|
516 | polylib: PolyLib 1801.0.2-build.13
|
517 | powah: Powah! 3.0.5-beta
|
518 | prism: Prism 1.0.3
|
519 | probablychests: Probably Chests 0.5.5-1.18.2
|
520 | productivevillagers: Productive Villagers 1.0.2
|
521 | promenade: Promenade 2.6.3
|
522 | terraform-shapes-api-v1: Terraform Shapes API (v1) 2.1.0
|
523 | pyrotastic: Pyrotastic 1.18.2 2.0.3
|
524 | questsadditions: Quests Additions 1.4.0
|
525 | quickshulker: Quick Shulker 1.3.9-1.18
|
526 | kyrptconfig: Kyrpt Config 1.4.6-1.18
|
527 | blue_endless_jankson: jankson 1.2.1
|
528 | shulkerutils: shulkerutils 1.0.4-1.18
|
529 | rare-ice: Rare Ice 0.4.1
|
530 | reborncore: Reborn Core 5.2.0
|
531 | redstonebits: Redstone Bits 1.8.2
|
532 | reeses-sodium-options: Reese's Sodium Options 1.4.7 mc1.18.2-build.58
|
533 | replanter: Replanter 1.3
|
534 | repurposed_structures: Repurposed Structures 4.1.14 1.18.2
|
535 | respawnablepets: Respawnable Pets 1.18-4
|
536 | revelationary: Revelationary 1.0.2
|
537 | rhino: Rhino 1802.1.14-build.225
|
538 | rightclickharvest: Right Click Harvest 3.0.3 1.18
|
539 | rottencreatures: Rotten Creatures 1.0.0
|
540 | roughly_enough_loot_tables: Roughly Enough Loot Tables (RELT) 1.18-1.1
|
541 | roughly_enough_trades: Roughly Enough Trades (RET) 1.1.1
|
542 | roughlyenoughitems: Roughly Enough Items 8.3.563
|
543 | error_notifier: Error Notifier 1.0.9
|
544 | roughlyenoughprofessions: Roughly Enough Professions 1.0.2
|
545 | roughlyenoughresources: Roughly Enough Resources 2.5.0
|
546 | runelic: Runelic 11.0.1
|
547 | sdrp: Simple Discord Rich Presence 3.0.1-build.21 mc1.18.2
|
548 | seedfix: Seed Fix 1.0.1
|
549 | shulkerboxtooltip: Shulker Box Tooltip 3.1.3 1.18.2
|
550 | simpleteleporters: Simple Teleporters 2.3.0
|
551 | simplevoidworld: Simple Void World 4.0.0
|
552 | slight-gui-modifications: 'Slight' GUI Modifications 2.1.1
|
553 | org_codehaus_groovy_groovy: groovy 3.0.8
|
554 | org_codehaus_groovy_groovy-jsr223: groovy-jsr223 3.0.8
|
555 | slimyboyos: Slimy Boyos **.**.**.**
|
556 | slimyfloor: Slimy Floor 1.18-1.2.2
|
557 | slotlock: SlotLock 1.1.1-BETA 1.18
|
558 | smootherbedrock: Smoother Bedrock 1.0.4
|
559 | smwyg: Show Me What You Got 1.0.1
|
560 | sodium: Sodium 0.4.1 build.15
|
561 | org_joml_joml: joml 1.10.2
|
562 | someforgepatchesported: Some Forge Patches Ported 1.0.3
|
563 | spark: spark 1.9.11
|
564 | fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
|
565 | spectrum: Spectrum 1.5.7-1.18.2-magic
|
566 | additionalentityattributes: Additionalentityattributes 1.0.0 1.18.2
|
567 | bannerpp: Banner 2.0.6-teb.1 mc.1.18.2
|
568 | incubus_core: Incubus Core 1.7.1
|
569 | programmerartinjector: Programmer Art Injector 1.2.1
|
570 | satin: Satin 1.7.2
|
571 | speedometer: Speedometer Mod 1.1.0
|
572 | spirit: Spirit 2.1.8
|
573 | splash_milk: Splash Milk 1.0.2
|
574 | staffofbuilding: Staff of Building 1.4.1-1.18.1
|
575 | starlight: Starlight 1.0.2 fabric.89b8d9f
|
576 | stoneholm: Stoneholm 1.4.3
|
577 | strawdummy: Straw Dummy 1.7.0
|
578 | strongersnowballs: StrongerSnowballs 6.0.1
|
579 | structory: Structory 1.0.0
|
580 | tamago: Tamago 1.0
|
581 | porting_lib: Porting Lib 1.2.574-beta 1.18.2-stable
|
582 | tconstruct: Hephaestus 1.18.2-3.5.2.155
|
583 | mantle: Mantle 1.18.2-1.9.156
|
584 | star: Star 1.3 1.18.2
|
585 | serialization_hooks: Serialization Hooks 0.3.23
|
586 | techreborn: Tech Reborn 5.2.0
|
587 | tempad: Tempad 1.4.1
|
588 | terrablender: TerraBlender **.**.**.**
|
589 | terrarianslimes: Terrarian Slimes 1.2.1-BETA 1.18
|
590 | thatched: Thatched 1.1.0
|
591 | thonkutil: ThonkUtil 2.14.1 1.18
|
592 | thonkutil-base: ThonkUtil Base 1.12.2 23c1dc2c60
|
593 | thonkutil-capes-v1: ThonkUtil Capes (v1) 1.3.2 9e23427060
|
594 | thonkutil-coords-v1: ThonkUtil Coords (v1) 1.0.19 9b80223760
|
595 | thonkutil-customization-v1: ThonkUtil Customization (v1) 1.0.14 9b80223760
|
596 | thonkutil-legacy: ThonkUtil Legacy 1.0.20 9b80223760
|
597 | thonkutil-modchecker-v1: ThonkUtil ModChecker (v1) 1.0.12 9b80223760
|
598 | thonkutil-potions-v0: ThonkUtil Potions (v0) 1.4.1 9b80223760
|
599 | thonkutil-titlescreen-v1: ThonkUtil TitleScreen (v1) 1.1.9 9b80223760
|
600 | thonkutil-trades-v1: ThonkUtil Trades (v1) 1.1.20 9b80223760
|
601 | tinycoal: Tiny Coal 1.0.1
|
602 | tipsmod: Tips 5.0.8
|
603 | toastmanager: Toast Manager 1.0.1
|
604 | toolstats: ToolStats 9.0.3
|
605 | tooltipfix: ToolTip Fix 1.0.4-1.18
|
606 | totemmod: Wither Totems Mod 0.3.5-1.18.2-pre2
|
607 | totw_additions: Towers of the Wild: Additions 1.2.1
|
608 | transportables: Transportables 1.2
|
609 | trapexpansion: Trap Expansion 1.3.3
|
610 | trashslot: TrashSlot 11.0.2
|
611 | travelersbackpack: Traveler's Backpack 1.18.2-7.1.11
|
612 | reach-entity-attributes: Reach Entity Attributes 2.2.0
|
613 | travelstaff: Staff of Travelling 1.0.11
|
614 | trinketofundying: Trinket of Undying 2.0.2-1.18.2
|
615 | trinkets: Trinkets 3.3.1
|
616 | twilightforest: The Twilight Forest 4.1.268
|
617 | here-be-no-dragons: Here be no Dragons! 1.0.0
|
618 | javax_annotation_javax_annotation-api: javax.annotation-api 1.3.2
|
619 | vanilla-hammers: Vanilla Hammers 3.4.0-1.18.2
|
620 | static-content: Static Content 1.0.2-1.16.2
|
621 | staticdata: Static Data 1.1.2
|
622 | vanillaexcavators: Vanilla Excavators 1.1.0
|
623 | villager-hats: Villager Hats 1.4.0
|
624 | visuality: Visuality 0.4.3
|
625 | goosik-config: goosik-config 0.2.0
|
626 | voidtotem: VoidTotem (Fabric) 1.18.2-1.3.1
|
627 | waystones: Waystones 2.5.5 mc1.18.2
|
628 | wildbackport: TheWildBackport 1.2.3
|
629 | wirelessnetworks: Wireless Networks 1.5.1
|
630 | wmitaf: WMITAF 2.4.0
|
631 | wolveswitharmor: Wolves With Armor 1.7.1-1.18.2
|
632 | wthit: wthit 4.13.4
|
633 | xlpackets: XLPackets 2.1-1.17.1
|
634 | xps: Xp Obelisk 0.4.6-r 1.18.2-Fabric
|
635 | xps_additions: XP Obelisk Additions 0.1.4-r 1.18.2-Fabric
|
636 | yigd: You're in Grave Danger 1.3.11
|
637 | yungsapi: YUNG's API 1.18.2-Fabric-2.2.6
|
638 | org_javassist_javassist: javassist 3.28.0-GA
|
639 | org_reflections_reflections: reflections 0.10.2
|
640 | yungsbridges: YUNG's Bridges 1.18.2-Fabric-2.1.0
|
641 | yungsextras: YUNG's Extras 1.18.2-Fabric-2.1.0
|
642 | Loaded Shaderpack: projectLUMA - v1.32.zip
|
643 | Profile: Medium ( 0 options changed by user)
|
644 | Flywheel Backend: Off
|
645 | Server Running: true
|
646 | Player Count: 0 / 8; []
|
647 | Data Packs: vanilla, createplus/createplus-core, minecraft/croptop, compressor (incompatible), Fabric Mods
|
648 | World Generation: Stable
|
649 | Type: Integrated Server (map_client.txt)
|
650 | Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
|
651 |
|