| 1 | ---- Minecraft Crash Report ----
|
| 2 | |
| 3 |
|
| 4 | Time: 2024-07-06 11:36:41
|
| 5 | Description: Unexpected error
|
| 6 |
|
| 7 | java.lang.UnsatisfiedLinkError: 'void org.sqlite.core.NativeDB._open_utf8(byte[], int)'
|
| 8 | at org.sqlite.core.NativeDB._open_utf8(Native Method)
|
| 9 | at org.sqlite.core.NativeDB._open(NativeDB.java:79)
|
| 10 | at org.sqlite.core.DB.open(DB.java:216)
|
| 11 | at org.sqlite.SQLiteConnection.open(SQLiteConnection.java:287)
|
| 12 | at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:67)
|
| 13 | at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:28)
|
| 14 | at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:19)
|
| 15 | at org.sqlite.JDBC.createConnection(JDBC.java:104)
|
| 16 | at org.sqlite.JDBC.connect(JDBC.java:77)
|
| 17 | at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:681)
|
| 18 | at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:252)
|
| 19 | at com.seibel.distanthorizons.core.sql.repo.AbstractDhRepo.lambda$new$0(AbstractDhRepo.java:152)
|
| 20 | at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
|
| 21 | at com.seibel.distanthorizons.core.sql.repo.AbstractDhRepo.<init>(AbstractDhRepo.java:148)
|
| 22 | at com.seibel.distanthorizons.core.sql.repo.FullDataSourceV2Repo.<init>(FullDataSourceV2Repo.java:51)
|
| 23 | at com.seibel.distanthorizons.core.file.fullDatafile.FullDataSourceProviderV2.createRepo(FullDataSourceProviderV2.java:145)
|
| 24 | at com.seibel.distanthorizons.core.file.fullDatafile.FullDataSourceProviderV2.createRepo(FullDataSourceProviderV2.java:58)
|
| 25 | at com.seibel.distanthorizons.core.file.AbstractDataSourceHandler.<init>(AbstractDataSourceHandler.java:83)
|
| 26 | at com.seibel.distanthorizons.core.file.fullDatafile.FullDataSourceProviderV2.<init>(FullDataSourceProviderV2.java:119)
|
| 27 | at com.seibel.distanthorizons.core.file.fullDatafile.RemoteFullDataSourceProvider.<init>(RemoteFullDataSourceProvider.java:31)
|
| 28 | at com.seibel.distanthorizons.core.level.DhClientLevel.<init>(DhClientLevel.java:62)
|
| 29 | at com.seibel.distanthorizons.core.level.DhClientLevel.<init>(DhClientLevel.java:57)
|
| 30 | at com.seibel.distanthorizons.core.world.DhClientWorld.lambda$getOrLoadLevel$0(DhClientWorld.java:131)
|
| 31 | at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
|
| 32 | at com.seibel.distanthorizons.core.world.DhClientWorld.getOrLoadLevel(DhClientWorld.java:122)
|
| 33 | at com.seibel.distanthorizons.core.world.DhClientWorld.getOrLoadLevel(DhClientWorld.java:45)
|
| 34 | at com.seibel.distanthorizons.core.world.IDhClientWorld.getOrLoadClientLevel(IDhClientWorld.java:31)
|
| 35 | at com.seibel.distanthorizons.core.util.RenderUtil.shouldLodsRender(RenderUtil.java:276)
|
| 36 | at com.seibel.distanthorizons.core.api.internal.ClientApi.renderLodLayer(ClientApi.java:522)
|
| 37 | at com.seibel.distanthorizons.core.api.internal.ClientApi.renderDeferredLods(ClientApi.java:471)
|
| 38 | at net.minecraft.client.render.WorldRenderer.handler$ckh000$distanthorizons$renderChunkLayer(WorldRenderer.java:8030)
|
| 39 | at net.minecraft.class_761.method_3251(class_761.java)
|
| 40 | at net.minecraft.client.render.WorldRenderer.render(WorldRenderer.java:1497)
|
| 41 | at net.minecraft.client.render.GameRenderer.renderWorld(GameRenderer.java:1110)
|
| 42 | at net.minecraft.client.render.GameRenderer.render(GameRenderer.java:880)
|
| 43 | at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1219)
|
| 44 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:802)
|
| 45 | at net.minecraft.client.main.Main.main(Main.java:250)
|
| 46 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
| 47 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
| 48 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 49 |
|
| 50 |
|
| 51 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
| 52 | ---------------------------------------------------------------------------------------
|
| 53 |
|
| 54 | -- Head --
|
| 55 | Thread: Render thread
|
| 56 | Stacktrace:
|
| 57 | at org.sqlite.core.NativeDB._open_utf8(Native Method)
|
| 58 | at org.sqlite.core.NativeDB._open(NativeDB.java:79)
|
| 59 | at org.sqlite.core.DB.open(DB.java:216)
|
| 60 | at org.sqlite.SQLiteConnection.open(SQLiteConnection.java:287)
|
| 61 | at org.sqlite.SQLiteConnection.<init>(SQLiteConnection.java:67)
|
| 62 | at org.sqlite.jdbc3.JDBC3Connection.<init>(JDBC3Connection.java:28)
|
| 63 | at org.sqlite.jdbc4.JDBC4Connection.<init>(JDBC4Connection.java:19)
|
| 64 | at org.sqlite.JDBC.createConnection(JDBC.java:104)
|
| 65 | at org.sqlite.JDBC.connect(JDBC.java:77)
|
| 66 | at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:681)
|
| 67 | at java.sql/java.sql.DriverManager.getConnection(DriverManager.java:252)
|
| 68 | at com.seibel.distanthorizons.core.sql.repo.AbstractDhRepo.lambda$new$0(AbstractDhRepo.java:152)
|
| 69 | at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
|
| 70 | at com.seibel.distanthorizons.core.sql.repo.AbstractDhRepo.<init>(AbstractDhRepo.java:148)
|
| 71 | at com.seibel.distanthorizons.core.sql.repo.FullDataSourceV2Repo.<init>(FullDataSourceV2Repo.java:51)
|
| 72 | at com.seibel.distanthorizons.core.file.fullDatafile.FullDataSourceProviderV2.createRepo(FullDataSourceProviderV2.java:145)
|
| 73 | at com.seibel.distanthorizons.core.file.fullDatafile.FullDataSourceProviderV2.createRepo(FullDataSourceProviderV2.java:58)
|
| 74 | at com.seibel.distanthorizons.core.file.AbstractDataSourceHandler.<init>(AbstractDataSourceHandler.java:83)
|
| 75 | at com.seibel.distanthorizons.core.file.fullDatafile.FullDataSourceProviderV2.<init>(FullDataSourceProviderV2.java:119)
|
| 76 | at com.seibel.distanthorizons.core.file.fullDatafile.RemoteFullDataSourceProvider.<init>(RemoteFullDataSourceProvider.java:31)
|
| 77 | at com.seibel.distanthorizons.core.level.DhClientLevel.<init>(DhClientLevel.java:62)
|
| 78 | at com.seibel.distanthorizons.core.level.DhClientLevel.<init>(DhClientLevel.java:57)
|
| 79 | at com.seibel.distanthorizons.core.world.DhClientWorld.lambda$getOrLoadLevel$0(DhClientWorld.java:131)
|
| 80 | at java.base/java.util.concurrent.ConcurrentHashMap.computeIfAbsent(ConcurrentHashMap.java:1708)
|
| 81 | at com.seibel.distanthorizons.core.world.DhClientWorld.getOrLoadLevel(DhClientWorld.java:122)
|
| 82 | at com.seibel.distanthorizons.core.world.DhClientWorld.getOrLoadLevel(DhClientWorld.java:45)
|
| 83 | at com.seibel.distanthorizons.core.world.IDhClientWorld.getOrLoadClientLevel(IDhClientWorld.java:31)
|
| 84 | at com.seibel.distanthorizons.core.util.RenderUtil.shouldLodsRender(RenderUtil.java:276)
|
| 85 | at com.seibel.distanthorizons.core.api.internal.ClientApi.renderLodLayer(ClientApi.java:522)
|
| 86 | at com.seibel.distanthorizons.core.api.internal.ClientApi.renderDeferredLods(ClientApi.java:471)
|
| 87 | at net.minecraft.client.render.WorldRenderer.handler$ckh000$distanthorizons$renderChunkLayer(WorldRenderer.java:8030)
|
| 88 | at net.minecraft.class_761.method_3251(class_761.java)
|
| 89 | at net.minecraft.client.render.WorldRenderer.render(WorldRenderer.java:1497)
|
| 90 | at net.minecraft.client.render.GameRenderer.renderWorld(GameRenderer.java:1110)
|
| 91 |
|
| 92 | -- Affected level --
|
| 93 | Details:
|
| 94 | All players: 1 total; [class_746['aisdog04'/6113, l='ClientLevel', x=8.50, y=65.00, z=8.50]]
|
| 95 | Chunk stats: 1024, 0
|
| 96 | Level dimension: minecraft:overworld
|
| 97 | Level spawn location: World: (8,64,8), Section: (at 8,0,8 in 0,4,0; chunk contains blocks 0,-64,0 to 15,319,15), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
|
| 98 | Level time: 0 game time, 0 day time
|
| 99 | Server brand: fabric
|
| 100 | Server type: Non-integrated multiplayer server
|
| 101 | Stacktrace:
|
| 102 | at net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:458)
|
| 103 | at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2406)
|
| 104 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:826)
|
| 105 | at net.minecraft.client.main.Main.main(Main.java:250)
|
| 106 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
| 107 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
| 108 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 109 |
|
| 110 | -- Last reload --
|
| 111 | Details:
|
| 112 | Reload number: 1
|
| 113 | Reload reason: initial
|
| 114 | Finished: Yes
|
| 115 | Packs: vanilla, fabric, Moonlight Mods Dynamic Assets, convenientdecor:hydrated_farmland
|
| 116 |
|
| 117 | -- System Details --
|
| 118 | Details:
|
| 119 | Minecraft Version: 1.20.1
|
| 120 | Minecraft Version ID: 1.20.1
|
| 121 | Operating System: Windows 10 (amd64) version 10.0
|
| 122 | Java Version: 17.0.8, Microsoft
|
| 123 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
|
| 124 | Memory: 1885221832 bytes (1797 MiB) / 8388608000 bytes (8000 MiB) up to 8388608000 bytes (8000 MiB)
|
| 125 | CPUs: 6
|
| 126 | Processor Vendor: GenuineIntel
|
| 127 | Processor Name: Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
|
| 128 | Identifier: Intel64 Family 6 Model 158 Stepping 10
|
| 129 | Microarchitecture: Coffee Lake
|
| 130 | Frequency (GHz): 2.81
|
| 131 | Number of physical packages: 1
|
| 132 | Number of physical CPUs: 6
|
| 133 | Number of logical CPUs: 6
|
| 134 | Graphics card #0 name: NVIDIA GeForce GTX 1060 3GB
|
| 135 | Graphics card #0 vendor: NVIDIA (0x10de)
|
| 136 | Graphics card #0 VRAM (MB): 3072.00
|
| 137 | Graphics card #0 deviceId: 0x1c02
|
| 138 | Graphics card #0 versionInfo: DriverVersion=32.0.15.5612
|
| 139 | Memory slot #0 capacity (MB): 8192.00
|
| 140 | Memory slot #0 clockSpeed (GHz): 2.67
|
| 141 | Memory slot #0 type: DDR4
|
| 142 | Memory slot #1 capacity (MB): 8192.00
|
| 143 | Memory slot #1 clockSpeed (GHz): 2.67
|
| 144 | Memory slot #1 type: DDR4
|
| 145 | Virtual memory max (MB): 27410.71
|
| 146 | Virtual memory used (MB): 24517.68
|
| 147 | Swap memory total (MB): 11107.86
|
| 148 | Swap memory used (MB): 720.90
|
| 149 | JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx8000m -Xms256m
|
| 150 | Fabric Mods:
|
| 151 | additionallanterns: Additional Lanterns 1.1.1a
|
| 152 | adorabuild_structures: AdoraBuild: Structures 2.7.0
|
| 153 | adventurez: AdventureZ 1.4.20
|
| 154 | ae2: Applied Energistics 2 15.2.8
|
| 155 | team_reborn_energy: Energy 3.0.0
|
| 156 | ae2wtlib: AE2WTLib 15.2.1-fabric
|
| 157 | all_the_fan_made_discs: All The Fan Made Discs 0.5.6
|
| 158 | ambientsounds: AmbientSounds 6.0.3
|
| 159 | amendments: Amendments 1.20-1.2.8
|
| 160 | mixinextras: MixinExtras 0.3.6
|
| 161 | animal_feeding_trough: Animal Feeding Trough 1.1.0+1.20.1
|
| 162 | another_furniture: Another Furniture 1.20.1-3.0.1
|
| 163 | appleskin: AppleSkin 2.5.1+mc1.20
|
| 164 | aquamirae: Aquamirae 6
|
| 165 | architectury: Architectury 9.2.14
|
| 166 | armorstatues: Armor Statues 8.0.6
|
| 167 | puzzlesapi: Puzzles Api 8.1.4
|
| 168 | athena: Athena 3.1.2
|
| 169 | attributefix: AttributeFix 21.0.4
|
| 170 | autohud: Auto HUD 6.3.5+1.20.1
|
| 171 | yaclx: YetAnotherConfigLibExtensions 1.6+1.20
|
| 172 | automobility: Automobility 0.4.2+1.20.1-fabric
|
| 173 | jsonem: JsonEM 0.2.1+1.20
|
| 174 | azurelib: AzureLib 2.0.29
|
| 175 | badpackets: Bad Packets 0.4.3
|
| 176 | bakery: [Let's Do] Bakery **.**.**.**
|
| 177 | balm-fabric: Balm 7.3.6
|
| 178 | kuma_api: KumaAPI 20.1.8
|
| 179 | bclib: BCLib 3.0.14
|
| 180 | wunderlib: WunderLib 1.1.5
|
| 181 | beachparty: [Let's Do] Beachparty 1.1.5
|
| 182 | beautify: Beautify 1.2.0+1.20.1
|
| 183 | betterarcheology: Better Archeology 1.1.9-1.20.1
|
| 184 | betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3
|
| 185 | org_reflections_reflections: reflections 0.10.2
|
| 186 | betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.4
|
| 187 | betterend: Better End 4.0.11
|
| 188 | betterendisland: YUNG's Better End Island 1.20-Fabric-2.0.6
|
| 189 | betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.6
|
| 190 | betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.5
|
| 191 | betterladdersmod: Better Ladders **.**.**.**.20.1
|
| 192 | bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4
|
| 193 | betternether: Better Nether 9.0.10
|
| 194 | betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
|
| 195 | betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3
|
| 196 | bettertridents: Better Tridents 8.0.1
|
| 197 | betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3
|
| 198 | blahaj: Blåhaj 0.3.2
|
| 199 | blur: Blur (Fabric) 3.1.0
|
| 200 | boatiview: Boat Item View Fabric 0.0.5
|
| 201 | bookshelf: Bookshelf 20.2.13
|
| 202 | bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.7.5-1.20.1
|
| 203 | maelstrom_library: Maelstrom Library 1.6.1-1.20
|
| 204 | multipart_entities: MultipartEntities 1.5-1.20
|
| 205 | bountiful: Bountiful 6.0.3+1.20.1
|
| 206 | brewery: [Let's Do] Brewery 1.1.9
|
| 207 | bushierflowers: Bushier Flowers 0.0.3-1.20.1
|
| 208 | cakedelight: Cake Delight 1.20.1-v3.0.2
|
| 209 | cameraoverhaul: Camera Overhaul 1.4.1-fabric-universal
|
| 210 | cardinal-components: Cardinal Components API 5.2.2
|
| 211 | cardinal-components-base: Cardinal Components API (base) 5.2.2
|
| 212 | cardinal-components-block: Cardinal Components API (blocks) 5.2.2
|
| 213 | cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2
|
| 214 | cardinal-components-entity: Cardinal Components API (entities) 5.2.2
|
| 215 | cardinal-components-item: Cardinal Components API (items) 5.2.2
|
| 216 | cardinal-components-level: Cardinal Components API (world saves) 5.2.2
|
| 217 | cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.2
|
| 218 | cardinal-components-world: Cardinal Components API (worlds) 5.2.2
|
| 219 | carryon: Carry On **.**.**.**
|
| 220 | casualness_delight: Casualness Delight Fabric 1.20.1-0.4-FDR
|
| 221 | cat_jam: cat_jam 1.2.2
|
| 222 | cavedust: Cave Dust 3.0.0
|
| 223 | kirin: Kirin UI 1.15.6+1.20.1
|
| 224 | charmofundying: Charm of Undying 6.5.0+1.20.1
|
| 225 | spectrelib: SpectreLib 0.13.15+1.20.1
|
| 226 | chat_heads: Chat Heads 0.12.6
|
| 227 | chipped: Chipped 3.0.6
|
| 228 | cloth-config: Cloth Config v11 11.1.118
|
| 229 | cloth-basic-math: cloth-basic-math 0.6.1
|
| 230 | clumps: Clumps **.**.**.**
|
| 231 | clutter: Clutter 1.20-0.5.9
|
| 232 | continuity: Continuity 3.0.0-beta.5+1.20.1
|
| 233 | convenientdecor: Convenient Decor 0.4.1
|
| 234 | omega-config: OmegaConfig 1.4.0+1.20.1
|
| 235 | coroutil: CoroUtil 1.20.1-1.3.7
|
| 236 | cosmetica: Cosmetica 1.2.9
|
| 237 | com_github_cosmetica-cc_cosmeticadotjava: CosmeticaDotJava 1.11.2
|
| 238 | sulphate: Sulfate 1.1.1
|
| 239 | cratedelight: Crate Delight 2024.6.21-1.20-fabric
|
| 240 | crawl: Crawl 0.12.0
|
| 241 | mm: Manningham Mills 2.3
|
| 242 | create: Create 0.5.1-f-build.1417+mc1.20.1
|
| 243 | com_electronwill_night-config_core: core 3.6.6
|
| 244 | com_electronwill_night-config_toml: toml 3.6.6
|
| 245 | com_google_code_findbugs_jsr305: jsr305 3.0.2
|
| 246 | flywheel: Flywheel 0.6.10-2
|
| 247 | milk: Milk Lib 1.2.60
|
| 248 | dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
|
| 249 | porting_lib_brewing: Porting Lib Brewing 2.3.2+1.20.1
|
| 250 | porting_lib_models: Porting Lib Models 2.3.2+1.20.1
|
| 251 | porting_lib_obj_loader: Porting Lib Obj Loader 2.3.2+1.20.1
|
| 252 | porting_lib_model_loader: Porting Lib Model Loader 2.3.2+1.20.1
|
| 253 | porting_lib_tags: Porting Lib Tags 3.0
|
| 254 | reach-entity-attributes: Reach Entity Attributes 2.4.0
|
| 255 | registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1
|
| 256 | porting_lib_data: Porting Lib Data 2.1.1090+1.20
|
| 257 | porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20
|
| 258 | porting_lib_gametest: Porting Lib GameTest 2.1.1090+1.20
|
| 259 | porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20
|
| 260 | createdeco: Create Deco 2.0.2-1.20.1-fabric
|
| 261 | creativecore: CreativeCore 2.11.30
|
| 262 | net_minecraftforge_eventbus: eventbus 6.0.3
|
| 263 | ctov: ChoiceTheorem's Overhauled Village 3.4.4
|
| 264 | culturaldelights: Cultural Delights Fabric 1.0.4+1.20.1
|
| 265 | terraform-wood-api-v1: Terraform Wood API (v1) 7.0.1
|
| 266 | dark-loading-screen: Dark Loading Screen 1.6.14
|
| 267 | decorative_blocks: Decorative Blocks 4.1.3
|
| 268 | distanthorizons: Distant Horizons 2.1.2-a
|
| 269 | doapi: [Let's Do] API 1.2.15
|
| 270 | dummmmmmy: MmmMmmMmmMmm 1.20-1.8.17b
|
| 271 | dynamic_fps: Dynamic FPS 3.6.0
|
| 272 | net_lostluma_battery: battery 1.0.1
|
| 273 | easyanvils: Easy Anvils 8.0.2
|
| 274 | eatinganimationid: Eating Animation 1.20+1.9.61
|
| 275 | edgelesschatscreen: Edgeless Chat Screen 1.1.2
|
| 276 | emi: EMI 1.1.10+1.20.1+fabric
|
| 277 | emitrades: EMI Trades 1.2.1+mc1.20.1
|
| 278 | org_quiltmc_parsers_json: json 0.2.1
|
| 279 | enchanted-vertical-slabs: Enchanted Vertical Slabs 1.9.1
|
| 280 | enchdesc: EnchantmentDescriptions 17.0.16
|
| 281 | endermanoverhaul: Enderman Overhaul 1.0.4
|
| 282 | ends_delight: End's Delight 2.0
|
| 283 | porting_lib_config: Porting Lib Config 2.3.4+1.20.1
|
| 284 | porting_lib_core: Porting Lib Core 2.3.4+1.20.1
|
| 285 | entity_model_features: Entity Model Features 2.1.3
|
| 286 | entity_texture_features: Entity Texture Features 6.1.3
|
| 287 | org_apache_httpcomponents_httpmime: httpmime 4.5.10
|
| 288 | entityculling: EntityCulling 1.6.6
|
| 289 | essential_commands: Essential Commands 0.35.3-mc1.20.1
|
| 290 | ec-core: Essential Commands Core 1.3.0-mc1.20.1
|
| 291 | fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
|
| 292 | org_yaml_snakeyaml: snakeyaml 2.0
|
| 293 | placeholder-api: Placeholder API 2.1.1+1.20
|
| 294 | playerabilitylib: Pal 1.8.0
|
| 295 | exlinefurniture: Exline's Furniture 2.6.3
|
| 296 | expandeddelight: Expanded Delight 0.3.1
|
| 297 | explosiveenhancement: Explosive Enhancement 1.2.2-1.20.x
|
| 298 | exposure: Exposure 1.7.2
|
| 299 | fabric-api: Fabric API 0.92.2+1.20.1
|
| 300 | fabric-api-base: Fabric API Base 0.4.31+1802ada577
|
| 301 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577
|
| 302 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577
|
| 303 | fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577
|
| 304 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577
|
| 305 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577
|
| 306 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577
|
| 307 | fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77
|
| 308 | fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577
|
| 309 | fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377
|
| 310 | fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377
|
| 311 | fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577
|
| 312 | fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577
|
| 313 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577
|
| 314 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177
|
| 315 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577
|
| 316 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577
|
| 317 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77
|
| 318 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577
|
| 319 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377
|
| 320 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577
|
| 321 | fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577
|
| 322 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577
|
| 323 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577
|
| 324 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377
|
| 325 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577
|
| 326 | fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577
|
| 327 | fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677
|
| 328 | fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577
|
| 329 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577
|
| 330 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577
|
| 331 | fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777
|
| 332 | fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577
|
| 333 | fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377
|
| 334 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577
|
| 335 | fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577
|
| 336 | fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577
|
| 337 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577
|
| 338 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577
|
| 339 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.2+85287f9f77
|
| 340 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377
|
| 341 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777
|
| 342 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577
|
| 343 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377
|
| 344 | fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577
|
| 345 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577
|
| 346 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577
|
| 347 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577
|
| 348 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577
|
| 349 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577
|
| 350 | fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.5+8dd72ea377
|
| 351 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577
|
| 352 | fabric-language-kotlin: Fabric Language Kotlin 1.11.0+kotlin.2.0.0
|
| 353 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.0
|
| 354 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.0
|
| 355 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.0
|
| 356 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.0
|
| 357 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.24.0
|
| 358 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.1
|
| 359 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.1
|
| 360 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.0
|
| 361 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3
|
| 362 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3
|
| 363 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3
|
| 364 | fabricloader: Fabric Loader 0.15.11
|
| 365 | fallingleaves: Falling Leaves 1.15.6
|
| 366 | farmersdelight: Farmer's Delight 1.20.1-2.1.1+refabricated
|
| 367 | porting_lib_accessors: Porting Lib Accessors 2.3.4+1.20.1
|
| 368 | porting_lib_base: Porting Lib Base 2.3.4+1.20.1
|
| 369 | porting_lib_entity: Porting Lib Entity 2.3.4+1.20.1
|
| 370 | porting_lib_fluids: Porting Lib Fluids 2.3.4+1.20.1
|
| 371 | porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.4+1.20.1
|
| 372 | porting_lib_transfer: Porting Lib Transfer 2.3.4+1.20.1
|
| 373 | porting_lib_utility: Porting Lib Utility 2.3.4+1.20.1
|
| 374 | porting_lib_client_events: Porting Lib Client Events 2.3.4+1.20.1
|
| 375 | porting_lib_extensions: Porting Lib Extensions 2.3.4+1.20.1
|
| 376 | porting_lib_attributes: Porting Lib Attributes 2.3.4+1.20.1
|
| 377 | porting_lib_common: Porting Lib Common 2.3.4+1.20.1
|
| 378 | porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.4+1.20.1
|
| 379 | porting_lib_loot: Porting Lib Loot 2.3.4+1.20.1
|
| 380 | porting_lib_networking: Porting Lib Networking 2.3.4+1.20.1
|
| 381 | porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.3.4+1.20.1
|
| 382 | porting_lib_registries: Porting Lib Registries 2.3.4+1.20.1
|
| 383 | porting_lib_tool_actions: Porting Lib Tool Actions 2.3.4+1.20.1
|
| 384 | farmersknives: Farmer's Knives 3.2
|
| 385 | festive_delight: Festive Delight 1.0.0
|
| 386 | firstperson: FirstPerson 2.4.3
|
| 387 | fishofthieves: Fish of Thieves 3.0.5
|
| 388 | forgeconfigapiport: Forge Config API Port 8.0.0
|
| 389 | furnish: Furnish 26
|
| 390 | geckolib: GeckoLib 4 4.4.7
|
| 391 | com_eliotlash_mclib_mclib: mclib 20
|
| 392 | genshinstrument: Genshin Instruments 3.4.1
|
| 393 | handcrafted: Handcrafted 3.0.6
|
| 394 | hearth_and_home: Hearth & Home 1.20.1-2.0.3
|
| 395 | immersive_armors: Immersive Armors 1.6.1+1.20.1
|
| 396 | immersive_paintings: Immersive Paintings 0.6.7+1.20.1
|
| 397 | indium: Indium 1.0.34+mc1.20.1
|
| 398 | inventorymanagement: Inventory Management 1.3.1
|
| 399 | inventoryprofilesnext: Inventory Profiles Next 1.10.10
|
| 400 | invmove: InvMove 0.8.4
|
| 401 | iris: Iris 1.7.2+mc1.20.1
|
| 402 | io_github_douira_glsl-transformer: glsl-transformer 2.0.1
|
| 403 | org_anarres_jcpp: jcpp 1.4.14
|
| 404 | org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
|
| 405 | jamlib: JamLib 0.6.1+1.20.x
|
| 406 | java: OpenJDK 64-Bit Server VM 17
|
| 407 | jeed: Just Enough Effects Descriptions 1.20-2.2.1
|
| 408 | jei: Just Enough Items **.**.**.**
|
| 409 | jeresources: Just Enough Resources **.**.**.**
|
| 410 | jsblock: Joban Client Mod 2.0.0-beta-2+1.20.1
|
| 411 | justenoughbreeding: Just Enough Breeding 1.2.1
|
| 412 | justoutdoorstuffs: Just Outdoor Stuffs 1.0.2
|
| 413 | justzoom: Just Zoom 2.0.0
|
| 414 | kambrik: Kambrik 6.1.1+1.20.1
|
| 415 | keepsomeinventory: Keep Some Inventory 1.3.3
|
| 416 | konkrete: Konkrete 1.8.1
|
| 417 | lambdynlights: LambDynamicLights 2.3.2+1.20.1
|
| 418 | pride: Pride Lib 1.2.0+1.19.4
|
| 419 | spruceui: SpruceUI 5.0.0+1.20
|
| 420 | lavender: Lavender 0.1.9+1.20
|
| 421 | lavender-md: lavender-md 0.1.1+1.20
|
| 422 | lavender-md-owo-ui: lavender-md-owo-ui 0.1.1+1.20
|
| 423 | leahs-immersive-thunder: Immersive Thunder 1.20.1+1.2.2
|
| 424 | leawind_third_person: Leawind's Third Person 2.0.8-beta.5
|
| 425 | libipn: libIPN 4.0.2
|
| 426 | lithium: Lithium 0.11.2
|
| 427 | lithostitched: Lithostitched 1.1.6
|
| 428 | livingthings: Living Things 1.20.1-2.0.2
|
| 429 | londonunderground: MTR London Underground Addon 2.2.0
|
| 430 | lootr: Lootr **.**.**.**
|
| 431 | mavapi: More Axolotl Variants API 1.1.4
|
| 432 | mcdw: MC Dungeons Weapons 9.0.4
|
| 433 | mcwbridges: Macaw's Bridges 3.0.0
|
| 434 | mcwdoors: Macaw's Doors 1.1.1
|
| 435 | mcwfences: Macaw's Fences and Walls 1.1.2
|
| 436 | mcwfurnitures: Macaw's Furniture 3.2.2
|
| 437 | mcwholidays: Macaw's Holidays 1.1.0
|
| 438 | mcwlights: Macaw's Lights and Lamps 1.1.1
|
| 439 | mcwpaintings: Macaw's Paintings 1.0.5
|
| 440 | mcwpaths: Macaw's Paths and Pavings 1.0.5
|
| 441 | mcwroofs: Macaw's Roofs 2.3.0
|
| 442 | mcwtrpdoors: Macaw's Trapdoors 1.1.3
|
| 443 | mcwwindows: Macaw's Windows 2.2.1
|
| 444 | meadow: [Let's Do] Meadow 1.3.18
|
| 445 | mixinsquared: MixinSquared 0.1.2-beta.5
|
| 446 | memoryleakfix: Memory Leak Fix 1.1.5
|
| 447 | midnightlib: MidnightLib 1.4.1
|
| 448 | minecraft: Minecraft 1.20.1
|
| 449 | mobcatalog: Mob Catalog 1.0.8+1.20.1
|
| 450 | modmenu: Mod Menu 7.2.2
|
| 451 | moonlight: Moonlight 1.20-2.12.6
|
| 452 | more_slabs_stairs_and_walls: More Slabs Stairs & Walls 4.0.0
|
| 453 | morechathistory: More Chat History 1.3.0
|
| 454 | moredelight: More Delight 1.2.2-1.20.1-fabric
|
| 455 | moremobvariants: More Mob Variants **.**.**.**
|
| 456 | mousetweaks: Mouse Tweaks 2.26
|
| 457 | mr_dungeons_andtaverns: Dungeons and Taverns 3.0.3.f
|
| 458 | mr_dungeons_andtavernsstrongholdrework: Dungeons and Taverns Stronghold Rework 1
|
| 459 | mr_edf_remastered: Ender Dragon Fight Remastered 4.3
|
| 460 | mr_smurf_catinminecraft: Smurf Cat In Minecraft 0.1.0-beta
|
| 461 | mr_true_ending: True Ending: Ender Dragon Overhaul 1-v1.1.0c
|
| 462 | msd: MTR Station Decoration Addon 1.3.7
|
| 463 | mtr: Minecraft Transit Railway 4.0.0-beta-8
|
| 464 | mvs: Moog's Voyager Structures 4.1.2-1.20-fabric
|
| 465 | mythicmobs: Mythic Mobs 1.20.1-fabric-1.4.5
|
| 466 | naturalist: Naturalist 4.0.3
|
| 467 | naturescompass: Nature's Compass 1.20.1-2.2.3-fabric
|
| 468 | netherportalfix: NetherPortalFix 13.0.1
|
| 469 | nightlights: Night Lights 1.1
|
| 470 | noisium: Noisium 2.0.3+mc1.20-1.20.1
|
| 471 | notenoughanimations: NotEnoughAnimations 1.7.4
|
| 472 | nyfsspiders: Nyf's Spiders 2.1.1
|
| 473 | obscure_api: Obscure API 16
|
| 474 | oceansdelight: Ocean's Delight fdrf-fabric-1.0.2-1.20
|
| 475 | openpartiesandclaims: Open Parties and Claims 0.22.0
|
| 476 | overflowingbars: Overflowing Bars 8.0.0
|
| 477 | owo: oωo 0.11.2+1.20
|
| 478 | blue_endless_jankson: jankson 1.2.2
|
| 479 | patchouli: Patchouli 1.20.1-84-FABRIC
|
| 480 | fiber: fiber 0.23.0-2
|
| 481 | pehkui: Pehkui 3.8.3+1.14.4-1.21
|
| 482 | kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
|
| 483 | player-animator: Player Animator 1.0.2-rc1+1.20
|
| 484 | plushies: Plushie Mod 1.4.0
|
| 485 | presencefootsteps: Presence Footsteps 1.9.4+1.20.1
|
| 486 | puzzleslib: Puzzles Lib 8.1.21
|
| 487 | puzzlesaccessapi: Puzzles Access Api 8.0.7
|
| 488 | qualitysounds: Quality Sounds 1.0.0-1.20.1
|
| 489 | resourcefulconfig: Resourcefulconfig 2.1.2
|
| 490 | resourcefullib: Resourceful Lib 2.1.25
|
| 491 | com_teamresourceful_bytecodecs: bytecodecs 1.0.2
|
| 492 | com_teamresourceful_yabn: yabn 1.0.3
|
| 493 | ribbits: Ribbits 1.20.1-Fabric-3.0.0
|
| 494 | rightclickharvest: Right Click Harvest 3.2.3+1.19.x-1.20.1-fabric
|
| 495 | rocks: This Rocks! 1.7.1
|
| 496 | russianmetro: MTR Russian Metro Addon 4.0.0-2.0.0-beta-2
|
| 497 | seamless_loading_screen: Seamless Loading Screen 2.0.3+1.20.1
|
| 498 | seasonhud: SeasonHUD 1.8.9
|
| 499 | seasons: Fabric Seasons 2.3+1.20
|
| 500 | seasonsdelightcompat: Fabric Seasons: Delight Compat 1.0-1.3.9
|
| 501 | seasonsextras: Fabric Seasons: Extras 1.2-BETA+1.20
|
| 502 | seasonsterralithcompat: Fabric Seasons: Terralith Compat 1.0-2.3.7
|
| 503 | seriousplayeranimations: Serious Player Animations 1.1.1
|
| 504 | shulkerboxtooltip: Shulker Box Tooltip 4.0.4+1.20.1
|
| 505 | skinlayers3d: 3d-Skin-Layers 1.6.6
|
| 506 | smarterfarmers: Smarter Farmers 1.20-1.8.2
|
| 507 | sodium: Sodium 0.5.11+mc1.20.1
|
| 508 | sodium-extra: Sodium Extra 0.5.4+mc1.20.1-build.115
|
| 509 | caffeineconfig: CaffeineConfig 1.3.0+1.17
|
| 510 | crowdin-translate: CrowdinTranslate 1.4+1.19.3
|
| 511 | soulsweapons: Marium's Soulslike Weaponry 1.1.3-1.20-fabric
|
| 512 | spawn: Spawn 1.0.3-fabric
|
| 513 | spawnanimations: Spawn Animations 1.9.4+mod
|
| 514 | spyglass_astronomy: Spyglass Astronomy **.**.**.**-mc1.20.1
|
| 515 | statement: Statement 4.2.9+1.14.4-1.20.4
|
| 516 | statement_vanilla_compatibility: Statement Vanilla Compatibility Module 1.0.1+1.16.5-1.17
|
| 517 | stoneworks: Stoneworks 8.0.0
|
| 518 | storagedelight: Storage Delight 1.1.1-1.20.1-fabric
|
| 519 | supermartijn642corelib: SuperMartijn642's Core Lib 1.1.17
|
| 520 | supplementaries: Supplementaries 1.20-2.8.17
|
| 521 | talkbubbles: Talk Bubbles 1.0.8
|
| 522 | terralith: Terralith 2.5.1
|
| 523 | the_bumblezone: The Bumblezone - Fabric 7.4.10+1.20.1-fabric
|
| 524 | noindium: No Indium? 1.1.0+1.20
|
| 525 | things: Things 0.3.3+1.20
|
| 526 | toolstats: ToolStats 16.0.8
|
| 527 | trashcans: Trash Cans 1.0.18
|
| 528 | travelersbackpack: Traveler's Backpack fabric-1.20.1-9.1.15
|
| 529 | travelerstitles: Traveler's Titles 1.20-Fabric-4.0.2
|
| 530 | treechop: HT's TreeChop 0.19.0
|
| 531 | trinkets: Trinkets 3.7.2
|
| 532 | twigs: Twigs 3.1.0
|
| 533 | ubesdelight: Ube's Delight 1.20.1-0.1.5.4
|
| 534 | ultris_mr: Ultris: Boss Expansion 5.6.9c
|
| 535 | vinery: [Let's Do] Vinery 1.4.26
|
| 536 | visuality: Visuality 0.7.1+1.20
|
| 537 | visualworkbench: Visual Workbench 8.0.0
|
| 538 | voicechat: Simple Voice Chat 1.20.1-2.5.18
|
| 539 | voidz: VoidZ 1.0.11
|
| 540 | wakes: Wakes 0.2.4+1.20.1
|
| 541 | com_github_jdiemke_delaunay-triangulator_delaunaytriangulator: DelaunayTriangulator 1.0.0
|
| 542 | satin: Satin 1.14.0
|
| 543 | walllanterns: Lanterns Belong on Walls 1.6.1+1.20.1
|
| 544 | watut: What Are They Up To 1.20.1-1.1.1
|
| 545 | waveycapes: WaveyCapes 1.4.8
|
| 546 | waystones: Waystones 14.1.4
|
| 547 | weaponmaster: YDM's Weapon Master 3.0.5
|
| 548 | wetlands: Beneath the Wetlands 1.2
|
| 549 | wildlife: Wildlife 1.19.2-2.2
|
| 550 | winterly: Winterly 0.9.3+1.20
|
| 551 | wthit: wthit 8.13.2
|
| 552 | xaeroworldmap: Xaero's World Map 1.38.8
|
| 553 | yet_another_config_lib_v3: YetAnotherConfigLib 3.5.0+1.20.1-fabric
|
| 554 | com_twelvemonkeys_common_common-image: common-image 3.10.0
|
| 555 | com_twelvemonkeys_common_common-io: common-io 3.10.0
|
| 556 | com_twelvemonkeys_common_common-lang: common-lang 3.10.0
|
| 557 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0
|
| 558 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0
|
| 559 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0
|
| 560 | org_quiltmc_parsers_gson: gson 0.2.1
|
| 561 | yungsapi: YUNG's API 1.20-Fabric-4.0.5
|
| 562 | org_javassist_javassist: javassist 3.29.2-GA
|
| 563 | yungsbridges: YUNG's Bridges 1.20-Fabric-4.0.3
|
| 564 | yungsextras: YUNG's Extras 1.20-Fabric-4.0.3
|
| 565 | Loaded Shaderpack: (off)
|
| 566 | Flywheel Backend: GL33 Instanced Arrays
|
| 567 | Launched Version: fabric-loader-0.15.11-1.20.1
|
| 568 | Backend library: LWJGL version 3.3.1 SNAPSHOT
|
| 569 | Backend API: NVIDIA GeForce GTX 1060 3GB/PCIe/SSE2 GL version 3.2.0 NVIDIA 556.12, NVIDIA Corporation
|
| 570 | Window size: 1920x1017
|
| 571 | GL Caps: Using framebuffer using OpenGL 3.2
|
| 572 | GL debug messages:
|
| 573 | Using VBOs: Yes
|
| 574 | Is Modded: Definitely; Client brand changed to 'fabric'
|
| 575 | Type: Client (map_client.txt)
|
| 576 | Graphics mode: fancy
|
| 577 | Resource Packs: fabric
|
| 578 | Current Language: en_us
|
| 579 | CPU: 6x Intel(R) Core(TM) i5-8400 CPU @ 2.80GHz
|
| 580 |
|