| 1 | ---- Minecraft Crash Report ----
|
| 2 | |
| 3 |
|
| 4 | Time: 2026-01-03 20:44:03
|
| 5 | Description: Rendering overlay
|
| 6 |
|
| 7 | java.lang.NullPointerException: Cannot invoke "mod.chloeprime.aaaparticles.client.loader.EffekAssetLoader.entries()" because the return value of "mod.chloeprime.aaaparticles.client.loader.EffekAssetLoader.get()" is null
|
| 8 | at knot//mod.chloeprime.aaaparticles.client.registry.EffectRegistry.entries(EffectRegistry.java:24)
|
| 9 | at knot//mod.chloeprime.aaaparticles.client.registry.EffectRegistry.clearAllPlaying(EffectRegistry.java:28)
|
| 10 | at net.minecraft.client.MinecraftClient.handler$zig000$aaa_particles$beginReload(MinecraftClient.java:6533)
|
| 11 | at net.minecraft.client.MinecraftClient.reloadResources(MinecraftClient.java:944)
|
| 12 | at net.minecraft.client.MinecraftClient.onResourceReloadFailure(MinecraftClient.java:762)
|
| 13 | at net.minecraft.client.MinecraftClient.handleResourceReloadException(MinecraftClient.java:746)
|
| 14 | at net.minecraft.util.Util.ifPresentOrElse(Util.java:513)
|
| 15 | at net.minecraft.client.MinecraftClient.method_24040(MinecraftClient.java:655)
|
| 16 | at net.minecraft.client.gui.screen.SplashOverlay.render(SplashOverlay.java:151)
|
| 17 | at net.minecraft.client.render.GameRenderer.render(GameRenderer.java:934)
|
| 18 | at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1219)
|
| 19 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:802)
|
| 20 | at net.minecraft.client.main.Main.main(Main.java:250)
|
| 21 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)
|
| 22 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
|
| 23 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 24 | at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
|
| 25 | at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
|
| 26 | at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
|
| 27 |
|
| 28 |
|
| 29 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
| 30 | ---------------------------------------------------------------------------------------
|
| 31 |
|
| 32 | -- Head --
|
| 33 | Thread: Render thread
|
| 34 | Stacktrace:
|
| 35 | at knot//mod.chloeprime.aaaparticles.client.registry.EffectRegistry.entries(EffectRegistry.java:24)
|
| 36 | at knot//mod.chloeprime.aaaparticles.client.registry.EffectRegistry.clearAllPlaying(EffectRegistry.java:28)
|
| 37 | at net.minecraft.client.MinecraftClient.handler$zig000$aaa_particles$beginReload(MinecraftClient.java:6533)
|
| 38 | at net.minecraft.client.MinecraftClient.reloadResources(MinecraftClient.java:944)
|
| 39 | at net.minecraft.client.MinecraftClient.onResourceReloadFailure(MinecraftClient.java:762)
|
| 40 | at net.minecraft.client.MinecraftClient.handleResourceReloadException(MinecraftClient.java:746)
|
| 41 | at net.minecraft.util.Util.ifPresentOrElse(Util.java:513)
|
| 42 | at net.minecraft.client.MinecraftClient.method_24040(MinecraftClient.java:655)
|
| 43 | at net.minecraft.client.gui.screen.SplashOverlay.render(SplashOverlay.java:151)
|
| 44 |
|
| 45 | -- Overlay render details --
|
| 46 | Details:
|
| 47 | Overlay name: net.minecraft.class_425
|
| 48 | Stacktrace:
|
| 49 | at net.minecraft.client.render.GameRenderer.render(GameRenderer.java:934)
|
| 50 | at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1219)
|
| 51 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:802)
|
| 52 | at net.minecraft.client.main.Main.main(Main.java:250)
|
| 53 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)
|
| 54 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
|
| 55 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 56 | at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
|
| 57 | at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
|
| 58 | at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
|
| 59 |
|
| 60 | -- Last reload --
|
| 61 | Details:
|
| 62 | Reload number: 1
|
| 63 | Reload reason: initial
|
| 64 | Finished: No
|
| 65 | Packs: vanilla, fabric, seasons:seasonal_lush_caves, Moonlight Mods Dynamic Assets, minecraft:physicsmod, diagonalblocks:default_block_models
|
| 66 | Recovery: Yes
|
| 67 | Recovery reason: java.util.concurrent.CompletionException: java.lang.RuntimeException: could not reload shaders
|
| 68 | at java.base/java.util.concurrent.CompletableFuture.encodeThrowable(CompletableFuture.java:315)
|
| 69 | at java.base/java.util.concurrent.CompletableFuture.completeThrowable(CompletableFuture.java:320)
|
| 70 | at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:722)
|
| 71 | at java.base/java.util.concurrent.CompletableFuture$Completion.run(CompletableFuture.java:482)
|
| 72 | at net.minecraft.resource.SimpleResourceReload.method_18365(SimpleResourceReload.java:69)
|
| 73 | at net.minecraft.util.thread.ThreadExecutor.executeTask(ThreadExecutor.java:156)
|
| 74 | at net.minecraft.util.thread.ReentrantThreadExecutor.executeTask(ReentrantThreadExecutor.java:23)
|
| 75 | at net.minecraft.util.thread.ThreadExecutor.runTask(ThreadExecutor.java:130)
|
| 76 | at net.minecraft.util.thread.ThreadExecutor.runTasks(ThreadExecutor.java:115)
|
| 77 | at net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1175)
|
| 78 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:802)
|
| 79 | at net.minecraft.client.main.Main.main(Main.java:250)
|
| 80 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)
|
| 81 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
|
| 82 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 83 | at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
|
| 84 | at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
|
| 85 | at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
|
| 86 | Caused by: java.lang.RuntimeException: could not reload shaders
|
| 87 | at net.minecraft.client.render.GameRenderer.loadPrograms(GameRenderer.java:567)
|
| 88 | at net.minecraft.client.render.GameRenderer$1.apply(class_757.java:441)
|
| 89 | at net.minecraft.client.render.GameRenderer$1.apply(class_757.java:418)
|
| 90 | at net.minecraft.resource.SinglePreparationResourceReloader.method_18790(SinglePreparationResourceReloader.java:13)
|
| 91 | at java.base/java.util.concurrent.CompletableFuture$UniAccept.tryFire(CompletableFuture.java:718)
|
| 92 | ... 15 more
|
| 93 | Caused by: net.irisshaders.iris.helpers.FakeChainedJsonException: Invalid shaders/core/lodestone_texture.json:
|
| 94 | at net.minecraft.util.InvalidHierarchicalFileException.handler$fij000$iris$changeShaderParseException(InvalidHierarchicalFileException.java:516)
|
| 95 | at knot//net.minecraft.class_2973.method_12856(class_2973.java)
|
| 96 | at net.minecraft.client.gl.ShaderProgram.<init>(ShaderProgram.java:203)
|
| 97 | at knot//team.lodestar.lodestone.systems.rendering.shader.ExtendedShaderInstance.<init>(ExtendedShaderInstance.java:25)
|
| 98 | at knot//team.lodestar.lodestone.systems.rendering.shader.ShaderHolder$1.<init>(ShaderHolder.java:32)
|
| 99 | at knot//team.lodestar.lodestone.systems.rendering.shader.ShaderHolder.createInstance(ShaderHolder.java:32)
|
| 100 | at knot//team.lodestar.lodestone.registry.client.LodestoneShaderRegistry.lambda$init$0(LodestoneShaderRegistry.java:30)
|
| 101 | at knot//team.lodestar.lodestone.events.LodestoneShaderRegistrationEvent.lambda$static$0(LodestoneShaderRegistrationEvent.java:17)
|
| 102 | at net.minecraft.client.render.GameRenderer.handler$jcp001$lodestone$registerShaders(GameRenderer.java:11145)
|
| 103 | at net.minecraft.client.render.GameRenderer.loadPrograms(GameRenderer.java:505)
|
| 104 | ... 19 more
|
| 105 | Caused by: net.irisshaders.iris.gl.shader.ShaderCompileException: lodestone:generic.vsh: lodestone:generic.vsh: 1(1) : error C0000: lodestone:lodestone:shaders/include/common_math.glsl
|
| 106 | 0(26) : error C1503: undefined variable "fogDistance"
|
| 107 |
|
| 108 | at net.minecraft.client.gl.ShaderStage.handler$fkb000$iris$causeException(ShaderStage.java:536)
|
| 109 | at net.minecraft.client.gl.ShaderStage.load(ShaderStage.java:68)
|
| 110 | at net.minecraft.client.gl.ShaderStage.createFromResource(ShaderStage.java:51)
|
| 111 | at net.minecraft.client.gl.ShaderProgram.loadShader(ShaderProgram.java:242)
|
| 112 | at net.minecraft.client.gl.ShaderProgram.<init>(ShaderProgram.java:185)
|
| 113 | ... 26 more
|
| 114 |
|
| 115 | Stacktrace:
|
| 116 | at net.minecraft.client.resource.ResourceReloadLogger.addReloadSection(ResourceReloadLogger.java:49)
|
| 117 | at net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2413)
|
| 118 | at net.minecraft.client.MinecraftClient.run(MinecraftClient.java:821)
|
| 119 | at net.minecraft.client.main.Main.main(Main.java:250)
|
| 120 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:514)
|
| 121 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:72)
|
| 122 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 123 | at org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:105)
|
| 124 | at org.prismlauncher.EntryPoint.listen(EntryPoint.java:129)
|
| 125 | at org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
|
| 126 |
|
| 127 | -- System Details --
|
| 128 | Details:
|
| 129 | Minecraft Version: 1.20.1
|
| 130 | Minecraft Version ID: 1.20.1
|
| 131 | Operating System: Windows 11 (amd64) version 10.0
|
| 132 | Java Version: 17.0.15, Microsoft
|
| 133 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
|
| 134 | Memory: 716077096 bytes (682 MiB) / 2600468480 bytes (2480 MiB) up to 8489271296 bytes (8096 MiB)
|
| 135 | CPUs: 24
|
| 136 | Processor Vendor: GenuineIntel
|
| 137 | Processor Name: Intel(R) Core(TM) Ultra 9 275HX
|
| 138 | Identifier: Intel64 Family 6 Model 198 Stepping 2
|
| 139 | Microarchitecture: unknown
|
| 140 | Frequency (GHz): 3.07
|
| 141 | Number of physical packages: 1
|
| 142 | Number of physical CPUs: 24
|
| 143 | Number of logical CPUs: 24
|
| 144 | Graphics card #0 name: NVIDIA GeForce RTX 5070 Ti Laptop GPU
|
| 145 | Graphics card #0 vendor: NVIDIA (0x10de)
|
| 146 | Graphics card #0 VRAM (MB): 4095.00
|
| 147 | Graphics card #0 deviceId: 0x2f58
|
| 148 | Graphics card #0 versionInfo: DriverVersion=32.0.15.9159
|
| 149 | Graphics card #1 name: Intel(R) Graphics
|
| 150 | Graphics card #1 vendor: Intel Corporation (0x8086)
|
| 151 | Graphics card #1 VRAM (MB): 2048.00
|
| 152 | Graphics card #1 deviceId: 0x7d67
|
| 153 | Graphics card #1 versionInfo: DriverVersion=32.0.101.8331
|
| 154 | Memory slot #0 capacity (MB): 16384.00
|
| 155 | Memory slot #0 clockSpeed (GHz): 5.60
|
| 156 | Memory slot #0 type: Unknown
|
| 157 | Memory slot #1 capacity (MB): 16384.00
|
| 158 | Memory slot #1 clockSpeed (GHz): 5.60
|
| 159 | Memory slot #1 type: Unknown
|
| 160 | Virtual memory max (MB): 50621.37
|
| 161 | Virtual memory used (MB): 22528.79
|
| 162 | Swap memory total (MB): 18432.00
|
| 163 | Swap memory used (MB): 21.05
|
| 164 | JVM Flags: 12 total; -XX:+UseG1GC -XX:+UnlockExperimentalVMOptions -XX:G1NewSizePercent=20 -XX:G1ReservePercent=20 -XX:MaxGCPauseMillis=200 -XX:G1HeapRegionSize=16M -XX:+ParallelRefProcEnabled -XX:+AlwaysActAsServerClassMachine -XX:+DisableExplicitGC -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx8096m
|
| 165 | Fabric Mods:
|
| 166 | aaa_particles: AAAParticles 1.20.1-1.4.11
|
| 167 | advancementplaques: Advancement Plaques 1.6.7
|
| 168 | adventurez: AdventureZ 1.4.20
|
| 169 | alloy_forgery: Alloy Forgery 2.1.2+1.20
|
| 170 | ambientsounds: AmbientSounds 6.3.1
|
| 171 | amendments: Amendments 1.20-2.2.3
|
| 172 | amplified_nether: Amplified Nether 1.2.13
|
| 173 | another_furniture: Another Furniture 1.20.1-3.0.4
|
| 174 | antighost: AntiGhost 1.20-fabric0.83.0-1.1.5
|
| 175 | crowdin-translate: CrowdinTranslate 1.4+1.19.3
|
| 176 | architectury: Architectury 9.2.14
|
| 177 | attributefix: AttributeFix 21.0.4
|
| 178 | autotag-convention: AutoTag Convention 2.0.2+1.20
|
| 179 | autotag: AutoTag 2.0.2+1.20
|
| 180 | azurelib: AzureLib 2.0.41
|
| 181 | balm: Balm 7.3.37
|
| 182 | kuma_api: KumaAPI 20.1.12
|
| 183 | bclib: BCLib 3.0.14
|
| 184 | wunderlib: WunderLib 1.1.5
|
| 185 | bendy-lib: Bendy api 4.0.0
|
| 186 | betteradvancements: Better Advancements **.**.**.**
|
| 187 | betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3
|
| 188 | org_reflections_reflections: reflections 0.10.2
|
| 189 | betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.4
|
| 190 | betterend: Better End 4.0.11
|
| 191 | betterend-crashed-ships: BetterEnd Crashed Ships 1.0.0
|
| 192 | betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.6
|
| 193 | betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.5
|
| 194 | bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4
|
| 195 | betternether: Better Nether 9.0.10
|
| 196 | betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
|
| 197 | betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3
|
| 198 | bettervillage: Better village 3.3.1
|
| 199 | betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3
|
| 200 | bewitchment: Bewitchment 1.20-10
|
| 201 | impersonate: Impersonate 2.10.3
|
| 202 | fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
|
| 203 | midnightlib: MidnightLib 1.4.1
|
| 204 | playerabilitylib: Pal 1.8.0
|
| 205 | reach-entity-attributes: Reach Entity Attributes 2.4.0
|
| 206 | step-height-entity-attribute: Step Height Entity Attribute 1.2.0
|
| 207 | terraform-wood-api-v1: Terraform Wood API (v1) 7.0.3
|
| 208 | birds-boids: Birds Boids 1.3.1+1.20.1
|
| 209 | blur: Blur (Fabric) 3.1.0
|
| 210 | satin: Satin 1.13.0
|
| 211 | boids: Boids 2.0.2+1.20.1
|
| 212 | blue_endless_jankson: jankson 1.2.3
|
| 213 | bookshelf: Bookshelf 20.2.13
|
| 214 | bountiful: Bountiful 6.0.4+1.20.1
|
| 215 | c2me: Concurrent Chunk Management Engine 0.2.0+alpha.11.16
|
| 216 | c2me-base: Concurrent Chunk Management Engine (Base) 0.2.0+alpha.11.16
|
| 217 | c2me-client-uncapvd: Concurrent Chunk Management Engine (Client/Uncap View Distance) 0.2.0+alpha.11.16
|
| 218 | c2me-fixes-chunkio-threading-issues: Concurrent Chunk Management Engine (Fixes/Chunk IO/Threading Issues) 0.2.0+alpha.11.16
|
| 219 | c2me-fixes-general-threading-issues: Concurrent Chunk Management Engine (Fixes/General/Threading Issues) 0.2.0+alpha.11.16
|
| 220 | c2me-fixes-worldgen-threading-issues: Concurrent Chunk Management Engine (Fixes/WorldGen/Threading Issues) 0.2.0+alpha.11.16
|
| 221 | c2me-fixes-worldgen-vanilla-bugs: Concurrent Chunk Management Engine (Fixes/WorldGen/Vanilla Bugs) 0.2.0+alpha.11.16
|
| 222 | c2me-notickvd: Concurrent Chunk Management Engine (No Tick View Distance) 0.2.0+alpha.11.16
|
| 223 | c2me-opts-allocs: Concurrent Chunk Management Engine (Optimizations/Memory Allocations) 0.2.0+alpha.11.16
|
| 224 | c2me-opts-chunk-access: Concurrent Chunk Management Engine (Optimizations/Chunk Access) 0.2.0+alpha.11.16
|
| 225 | c2me-opts-chunkio: Concurrent Chunk Management Engine (Optimizations/Chunk IO) 0.2.0+alpha.11.16
|
| 226 | c2me-opts-math: Concurrent Chunk Management Engine (Optimizations/Math) 0.2.0+alpha.11.16
|
| 227 | c2me-opts-scheduling: Concurrent Chunk Management Engine (Optimizations/Scheduling) 0.2.0+alpha.11.16
|
| 228 | c2me-opts-worldgen-general: Concurrent Chunk Management Engine (Optimizations/General WorldGen) 0.2.0+alpha.11.16
|
| 229 | c2me-opts-worldgen-vanilla: Concurrent Chunk Management Engine (Optimizations/Vanilla WorldGen) 0.2.0+alpha.11.16
|
| 230 | c2me-rewrites-chunk-serializer: Concurrent Chunk Management Engine (Rewrites/Chunk Serializer) 0.2.0+alpha.11.16
|
| 231 | c2me-rewrites-chunkio: Concurrent Chunk Management Engine (Rewrites/Chunk IO) 0.2.0+alpha.11.16
|
| 232 | c2me-server-utils: Concurrent Chunk Management Engine (Server Utils) 0.2.0+alpha.11.16
|
| 233 | c2me-threading-chunkio: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.16
|
| 234 | c2me-threading-lighting: Concurrent Chunk Management Engine (Threading/Lighting) 0.2.0+alpha.11.16
|
| 235 | c2me-threading-worldgen: Concurrent Chunk Management Engine (Threading/WorldGen) 0.2.0+alpha.11.16
|
| 236 | com_ibm_async_asyncutil: asyncutil 0.1.0
|
| 237 | net_objecthunter_exp4j: exp4j 0.4.8
|
| 238 | org_threadly_threadly: threadly 7.0
|
| 239 | carryon: Carry On **.**.**.**
|
| 240 | cave_dweller: Cave Dweller 1.4.0
|
| 241 | cavedust: Cave Dust 3.0.1
|
| 242 | kirin: Kirin UI 1.15.6+1.20.1
|
| 243 | caveore: Cave Spelunking 1.20.1-4.0
|
| 244 | cherishedworlds: Cherished Worlds 6.1.7+1.20.1
|
| 245 | cloth-config: Cloth Config v11 11.1.136
|
| 246 | cloth-basic-math: cloth-basic-math 0.6.1
|
| 247 | collective: Collective 8.13
|
| 248 | combatroll: Combat Roll 1.3.3+1.20.1
|
| 249 | comforts: Comforts 6.4.0+1.20.1
|
| 250 | spectrelib: SpectreLib 0.13.15+1.20.1
|
| 251 | connectiblechains: Connectible Chains 2.5.6+1.20.1
|
| 252 | controlling: Controlling For Fabric 12.0.2
|
| 253 | coolrain: CoolRain 1.3.1-1.20.1
|
| 254 | corgilib: CorgiLib **.**.**.**
|
| 255 | com_electronwill_night-config_core: core 3.8.2
|
| 256 | com_electronwill_night-config_toml: toml 3.8.2
|
| 257 | coroutil: CoroUtil 1.20.1-1.3.7
|
| 258 | crawl: Crawl 0.12.0
|
| 259 | mm: Manningham Mills 2.3
|
| 260 | creativecore: CreativeCore 2.12.34
|
| 261 | net_minecraftforge_eventbus: eventbus 6.0.3
|
| 262 | creeperoverhaul: Creeper Overhaul 3.0.2
|
| 263 | cupboard: cupboard 1.20.1-2.7
|
| 264 | danger_close: Danger Close 3.1.3
|
| 265 | darkwaters: Dark Waters 0.0.22
|
| 266 | dataanchor: Data Anchor **.**.**.**
|
| 267 | debugify: Debugify 1.20.1+2.0
|
| 268 | decorative_blocks: Decorative Blocks 4.1.3
|
| 269 | deeper_oceans: Deeper Oceans 2.0.0
|
| 270 | deeperdarker: Deeper and Darker 1.3.3
|
| 271 | customportalapi: Custom Portal Api 0.0.1-beta64-1.20
|
| 272 | dehydration: Dehydration 1.3.6
|
| 273 | desert_dungeon: Desert Dungeon 1.0.0
|
| 274 | diagonalfences: Diagonal Fences 8.1.5
|
| 275 | diagonalblocks: Diagonal Blocks 8.0.6
|
| 276 | diagonalwindows: Diagonal Windows 8.1.5
|
| 277 | distanthorizons: Distant Horizons 2.4.5-b
|
| 278 | dungeonz: DungeonZ 1.0.6
|
| 279 | eatinganimationid: Eating Animation 1.20+1.9.61
|
| 280 | emi: EMI 1.1.22+1.20.1+fabric
|
| 281 | enchdesc: EnchantmentDescriptions 17.1.20
|
| 282 | endermanoverhaul: Enderman Overhaul 1.0.4
|
| 283 | endrem: End Remastered 5.2.4
|
| 284 | enhancedblockentities: Enhanced Block Entities 0.9+1.20
|
| 285 | advanced_runtime_resource_pack: Runtime Resource Pack 0.6.7
|
| 286 | enhancedcelestials: Enhanced Celestials 1.20.1-5.0.3.1
|
| 287 | entity_model_features: Entity Model Features 3.0.10
|
| 288 | entity_texture_features: Entity Texture Features 7.0.8
|
| 289 | entityculling: EntityCulling 1.9.5
|
| 290 | transition: TRansition 1.0.11
|
| 291 | trender: TRender 1.0.10
|
| 292 | environmentz: EnvironmentZ 2.0.8
|
| 293 | euphoria_patcher: Euphoria Patcher 1.7.8-r5.6.1-fabric
|
| 294 | explosiveenhancement: Explosive Enhancement 1.3.2-1.20-1.20.4
|
| 295 | extrasounds: ExtraSounds Next 1.4
|
| 296 | fabric-api: Fabric API 0.92.6+1.20.1
|
| 297 | fabric-api-base: Fabric API Base 0.4.32+1802ada577
|
| 298 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.37+1802ada577
|
| 299 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.14+1802ada577
|
| 300 | fabric-block-api-v1: Fabric Block API (v1) 1.0.12+1802ada577
|
| 301 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.3+924f046a77
|
| 302 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.42+1802ada577
|
| 303 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.3+1802ada577
|
| 304 | fabric-command-api-v1: Fabric Command API (v1) 1.2.35+f71b366f77
|
| 305 | fabric-command-api-v2: Fabric Command API (v2) 2.2.14+1802ada577
|
| 306 | fabric-commands-v0: Fabric Commands (v0) 0.2.52+df3654b377
|
| 307 | fabric-containers-v0: Fabric Containers (v0) 0.1.67+df3654b377
|
| 308 | fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.13+1802ada577
|
| 309 | fabric-convention-tags-v1: Fabric Convention Tags 1.5.6+1802ada577
|
| 310 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.20+1802ada577
|
| 311 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.2+de0fd6d177
|
| 312 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.7+1802ada577
|
| 313 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.55+1802ada577
|
| 314 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.1+1c78457f77
|
| 315 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.5+13a40c6677
|
| 316 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.64+df3654b377
|
| 317 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.41+1802ada577
|
| 318 | fabric-item-api-v1: Fabric Item API (v1) 2.1.29+1802ada577
|
| 319 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.14+1802ada577
|
| 320 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.38+1802ada577
|
| 321 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.36+df3654b377
|
| 322 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.23+1802ada577
|
| 323 | fabric-loot-api-v2: Fabric Loot API (v2) 1.2.3+1802ada577
|
| 324 | fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.47+9e7660c677
|
| 325 | fabric-message-api-v1: Fabric Message API (v1) 5.1.10+1802ada577
|
| 326 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.52+1802ada577
|
| 327 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.4+1802ada577
|
| 328 | fabric-models-v0: Fabric Models (v0) 0.4.3+9386d8a777
|
| 329 | fabric-networking-api-v1: Fabric Networking API (v1) 1.3.14+a158aa0477
|
| 330 | fabric-networking-v0: Fabric Networking (v0) 0.3.54+df3654b377
|
| 331 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.5+e35120df77
|
| 332 | fabric-particles-v1: Fabric Particles (v1) 1.1.3+1802ada577
|
| 333 | fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.24+1802ada577
|
| 334 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.6+1802ada577
|
| 335 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.2+1802ada577
|
| 336 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.3+85287f9f77
|
| 337 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.47+df3654b377
|
| 338 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.39+92a0d36777
|
| 339 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.29+1802ada577
|
| 340 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.50+df3654b377
|
| 341 | fabric-rendering-v1: Fabric Rendering (v1) 3.0.9+1802ada577
|
| 342 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.9+1802ada577
|
| 343 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.12+fb82e9d777
|
| 344 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.9+1802ada577
|
| 345 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.33+1802ada577
|
| 346 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.14+1802ada577
|
| 347 | fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.6+8dd72ea377
|
| 348 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.2+1802ada577
|
| 349 | fabric-language-kotlin: Fabric Language Kotlin 1.13.8+kotlin.2.3.0
|
| 350 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.3.0
|
| 351 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.3.0
|
| 352 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.3.0
|
| 353 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.3.0
|
| 354 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.29.0
|
| 355 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.10.2
|
| 356 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.10.2
|
| 357 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.7.1
|
| 358 | org_jetbrains_kotlinx_kotlinx-io-bytestring-jvm: kotlinx-io-bytestring-jvm 0.8.2
|
| 359 | org_jetbrains_kotlinx_kotlinx-io-core-jvm: kotlinx-io-core-jvm 0.8.2
|
| 360 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.9.0
|
| 361 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.9.0
|
| 362 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.9.0
|
| 363 | fabricloader: Fabric Loader 0.18.4
|
| 364 | mixinextras: MixinExtras 0.5.0
|
| 365 | fallingleaves: Falling Leaves 1.15.6
|
| 366 | farmersdelight: Farmer's Delight 1.20.1-2.4.1+refabricated
|
| 367 | porting_lib_tags: Porting Lib Tags 3.0
|
| 368 | ferritecore: FerriteCore 6.0.1
|
| 369 | fleshz: FleshZ 1.5.1
|
| 370 | forgeconfigapiport: Forge Config API Port 8.0.3
|
| 371 | geckolib: GeckoLib 4 4.8.2
|
| 372 | com_eliotlash_mclib_mclib: mclib 20
|
| 373 | guardvillagers: GuardVillagers 2.0.9-1.20.1
|
| 374 | healingcampfire: Healing Campfire 6.2
|
| 375 | highlighter: Highlighter 1.1.9
|
| 376 | holdmyitems: Hold My Items! 4.2.5
|
| 377 | hunger_overhaul_reborn: Hunger Overhaul Reborn 0.2.0-beta
|
| 378 | hybrid-aquatic: Hybrid Aquatic 1.5.4
|
| 379 | iceberg: Iceberg 1.1.25
|
| 380 | illagerinvasion: Illager Invasion 8.0.7
|
| 381 | extensibleenums: Extensible Enums 7.0.1
|
| 382 | immediatelyfast: ImmediatelyFast 1.5.3+1.20.4
|
| 383 | immersivesnow: Immersive Snow 1.3.2
|
| 384 | immersiveui: ImmersiveUI 0.3.0
|
| 385 | indium: Indium 1.0.36+mc1.20.1
|
| 386 | inventory_particles: Inventory Particles 1.2.2+1.20.1+fabric
|
| 387 | iris: Iris 1.7.6+mc1.20.1
|
| 388 | io_github_douira_glsl-transformer: glsl-transformer 2.0.1
|
| 389 | org_anarres_jcpp: jcpp 1.4.14
|
| 390 | org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
|
| 391 | java: OpenJDK 64-Bit Server VM 17
|
| 392 | jewelry: Jewelry (RPG Series) 1.3.7+1.20.1
|
| 393 | com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
|
| 394 | structure_pool_api: Structure Pool API 1.0+1.20.1
|
| 395 | jobsaddon: JobsAddon 1.1.6
|
| 396 | kambrik: Kambrik 6.1.1+1.20.1
|
| 397 | keepsomeinventory: Keep Some Inventory 1.3.3
|
| 398 | kilt: Kilt 20.1.12
|
| 399 | asmfabricloader: AsmFabricLoader 1.3.2-SNAPSHOT
|
| 400 | net_lenni0451_classtransform_core: core 1.14.1
|
| 401 | net_lenni0451_reflect: Reflect 1.5.0
|
| 402 | com_github_fabriccompatibilitylayers_cursedmixinextensions: CursedMixinExtensions 1.1.0
|
| 403 | com_moulberry_mixinconstraints: mixinconstraints 1.0.8
|
| 404 | commons-codec_commons-codec: commons-codec 1.15
|
| 405 | cpw_mods_securejarhandler: securejarhandler fabric-2.1.6
|
| 406 | featurerecycler: Feature Recycler 1.0.0
|
| 407 | kilt_create_compat: Kilt: Create Fabric Compat 1.0.0
|
| 408 | kilt_curios_trinkets_compat: Kilt: Curios & Trinkets Compat 1.0.0
|
| 409 | kilt_fabric_compat: Kilt: Fabric Mods Compat 1.0.0
|
| 410 | kilt_forge_compat: Kilt: Forge Mods Compat 1.0.0
|
| 411 | kilt_transfer_compat: Kilt: Transfer API Compat 1.0.0
|
| 412 | knit-loader: Knit Loader 0.1.0
|
| 413 | mixinsquared: MixinSquared 0.3.3
|
| 414 | net_fabricmc_tiny-mappings-parser: tiny-mappings-parser 0.3.0+build.17
|
| 415 | net_fabricmc_tiny-remapper: tiny-remapper 0.11.1
|
| 416 | net_jodah_typetools: typetools 0.8.3
|
| 417 | net_minecraftforge_forgespi: forgespi 7.1.3
|
| 418 | net_minecraftforge_mergetool-api: mergetool-api 1.0
|
| 419 | net_minecraftforge_unsafe: unsafe 0.2.0
|
| 420 | net_minecrell_terminalconsoleappender: terminalconsoleappender 1.3.0
|
| 421 | org_apache_maven_maven-artifact: maven-artifact 3.8.5
|
| 422 | org_jline_jline-reader: jline-reader 3.12.1
|
| 423 | org_openjdk_nashorn_nashorn-core: nashorn-core 15.4
|
| 424 | porting_lib_accessors: Porting Lib Accessors 2.3.9+1.20.1
|
| 425 | porting_lib_asm: Porting Lib ASM 2.3.9+1.20.1
|
| 426 | porting_lib_attributes: Porting Lib Attributes 2.3.9+1.20.1
|
| 427 | porting_lib_base: Porting Lib Base 2.3.9+1.20.1
|
| 428 | porting_lib_config: Porting Lib Config 2.3.9+1.20.1
|
| 429 | porting_lib_blocks: Porting Lib Blocks 2.3.9+1.20.1
|
| 430 | porting_lib_brewing: Porting Lib Brewing 2.3.9+1.20.1
|
| 431 | porting_lib_chunk_loading: Porting Lib Chunk Loading 2.3.9+1.20.1
|
| 432 | porting_lib_client_events: Porting Lib Client Events 2.3.9+1.20.1
|
| 433 | porting_lib_common: Porting Lib Common 2.3.9+1.20.1
|
| 434 | porting_lib_core: Porting Lib Core 2.3.9+1.20.1
|
| 435 | porting_lib_data: Porting Lib Data 2.3.9+1.20.1
|
| 436 | porting_lib_entity: Porting Lib Entity 2.3.9+1.20.1
|
| 437 | porting_lib_extensions: Porting Lib Extensions 2.3.9+1.20.1
|
| 438 | porting_lib_fluids: Porting Lib Fluids 2.3.9+1.20.1
|
| 439 | porting_lib_gametest: Porting Lib GameTest 2.3.9+1.20.1
|
| 440 | porting_lib_gui_utils: Porting Lib Gui Utils 2.3.9+1.20.1
|
| 441 | porting_lib_items: Porting Lib Items 2.3.9+1.20.1
|
| 442 | porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.9+1.20.1
|
| 443 | porting_lib_level_events: Porting Lib Level Events 2.3.9+1.20.1
|
| 444 | porting_lib_loot: Porting Lib Loot 2.3.9+1.20.1
|
| 445 | porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.9+1.20.1
|
| 446 | porting_lib_model_builders: Porting Lib Model Builders 2.3.9+1.20.1
|
| 447 | porting_lib_model_generators: Porting Lib Model Generators 2.3.9+1.20.1
|
| 448 | porting_lib_model_loader: Porting Lib Model Loader 2.3.9+1.20.1
|
| 449 | porting_lib_model_materials: Porting Lib Model Materials 2.3.9+1.20.1
|
| 450 | porting_lib_models: Porting Lib Models 2.3.9+1.20.1
|
| 451 | porting_lib_networking: Porting Lib Networking 2.3.9+1.20.1
|
| 452 | porting_lib_obj_loader: Porting Lib Obj Loader 2.3.9+1.20.1
|
| 453 | porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.3.9+1.20.1
|
| 454 | porting_lib_registries: Porting Lib Registries 2.3.9+1.20.1
|
| 455 | porting_lib_tool_actions: Porting Lib Tool Actions 2.3.9+1.20.1
|
| 456 | porting_lib_transfer: Porting Lib Transfer 2.3.9+1.20.1
|
| 457 | porting_lib_utility: Porting Lib Utility 2.3.9+1.20.1
|
| 458 | team_reborn_energy: Energy 3.0.0
|
| 459 | xyz_bluspring_autorenamingtool: AutoRenamingTool 0.1.52
|
| 460 | xyz_bluspring_eventbus: eventbus 6.2.17
|
| 461 | xyz_bluspring_srgutils: srgutils 0.5.15
|
| 462 | kiwi: Kiwi Library 11.8.29+fabric
|
| 463 | lambdynlights: LambDynamicLights 4.4.0+1.20.1
|
| 464 | lambdynlights_api: LambDynamicLights (API) 4.4.0+1.20.1
|
| 465 | yumi_commons_collections: Yumi Commons: Collections 1.0.0-beta.4
|
| 466 | yumi_commons_core: Yumi Commons: Core 1.0.0-beta.4
|
| 467 | yumi_commons_event: Yumi Commons: Event 1.0.0-beta.4
|
| 468 | pride: Pride Lib 1.2.0+1.19.4
|
| 469 | spruceui: SpruceUI 6.2.1+1.20
|
| 470 | lazydfu: LazyDFU 0.1.3
|
| 471 | leahs-immersive-thunder: Immersive Thunder 1.20.1+1.2.2
|
| 472 | legendarytooltips: Legendary Tooltips 1.4.5
|
| 473 | levelz: LevelZ 1.4.13
|
| 474 | libraryferret: Library ferret 4.0.0
|
| 475 | libz: LibZ 1.0.3
|
| 476 | com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.15.2
|
| 477 | com_fasterxml_jackson_core_jackson-core: jackson-core 2.15.2
|
| 478 | com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.15.2
|
| 479 | lithium: Lithium 0.11.4
|
| 480 | lithostitched: Lithostitched 1.4.11
|
| 481 | lodestone: Lodestone 1.20.1-1.6.2.3f-fabric
|
| 482 | lootbeams: Lootbeams 2.1.1+1.20.1
|
| 483 | microconfig: Microconfig 3.0.0
|
| 484 | memoryleakfix: Memory Leak Fix 1.1.5
|
| 485 | minecraft: Minecraft 1.20.1
|
| 486 | modernfix: ModernFix 5.25.2+mc1.20.1
|
| 487 | modmenu: Mod Menu 7.2.2
|
| 488 | monolib: MonoLib 2.1.0
|
| 489 | moonlight: Moonlight 1.20-2.16.20
|
| 490 | mossylib: MossyLib 1.0.5+1.20.1+fabric
|
| 491 | mousetweaks: Mouse Tweaks 2.26
|
| 492 | mr_netherweather: Nether Weather 1.1.2_backport
|
| 493 | mr_true_ending: True Ending: Ender Dragon Overhaul 1-v1.1.0c
|
| 494 | mutantmonsters: Mutant Monsters 8.0.8
|
| 495 | cardinal-components-base: Cardinal Components API (base) 5.2.2
|
| 496 | cardinal-components-entity: Cardinal Components API (entities) 5.2.2
|
| 497 | mythicmetals: Mythic Metals 0.19.11+1.20.1
|
| 498 | additionalentityattributes: Additional Entity Attributes 1.7.3+1.20.0
|
| 499 | common-protection-api: Common Protection API 1.0.0
|
| 500 | naturalist: Naturalist 5.0pre3
|
| 501 | neutral_animals: Neutral Animals 1.2.4
|
| 502 | niftycarts: NiftyCarts 20.1.5
|
| 503 | nohotbarlooping: No Hotbar Looping 1.1.1
|
| 504 | notenoughanimations: NotEnoughAnimations 1.11.1
|
| 505 | notreepunching: No Tree Punching 7.1.0
|
| 506 | nullscape: Nullscape 1.2.7
|
| 507 | nyfsspiders: Nyf's Spiders 2.1.1
|
| 508 | octolib: OctoLib **.**.**.**
|
| 509 | org_yaml_snakeyaml: snakeyaml 2.2
|
| 510 | owo: oωo 0.11.2+1.20
|
| 511 | particlerain: Particle Rain 4.0.0-beta.5
|
| 512 | patchouli: Patchouli 1.20.1-84.1-FABRIC
|
| 513 | fiber: fiber 0.23.0-2
|
| 514 | pehkui: Pehkui 3.8.3+1.14.4-1.21
|
| 515 | kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
|
| 516 | perception: Perception 0.1.4
|
| 517 | physicsmod: Physics Mod 3.0.15
|
| 518 | player-animator: Player Animator 1.0.2-rc1+1.20
|
| 519 | presencefootsteps: Presence Footsteps 1.10.1+1.20.1
|
| 520 | prism: Prism 1.0.5
|
| 521 | puzzleslib: Puzzles Lib 8.1.33
|
| 522 | puzzlesaccessapi: Puzzles Access Api 20.1.1
|
| 523 | ranged_weapon_api: RangedWeaponAPI 1.1.4+1.20.1
|
| 524 | reacharound: Reacharound 1.3.1
|
| 525 | resourcefulconfig: Resourcefulconfig 2.1.3
|
| 526 | resourcefullib: Resourceful Lib 2.1.29
|
| 527 | com_teamresourceful_bytecodecs: bytecodecs 1.0.2
|
| 528 | com_teamresourceful_yabn: yabn 1.0.3
|
| 529 | resourcify: Resourcify 1.7.5
|
| 530 | scout: Scout 2.0.4+1.20.1
|
| 531 | lib39-core: Lib39 (Core) 1.5.0-experimental6.1+1.20.1
|
| 532 | lib39-dessicant: Lib39 (Dessicant) 1.5.0-experimental6.1+1.20.1
|
| 533 | searchables: Searchables 1.0.3
|
| 534 | seasons: Fabric Seasons 2.4.2-BETA+1.20
|
| 535 | seasonsdelightcompat: Fabric Seasons: Delight Compat 1.0-1.3.9
|
| 536 | seeddelight: Seed Delight Fabric 0.1
|
| 537 | simplyswords: Simply Swords 1.56.0-1.20.1
|
| 538 | sleepingoverhaul: SleepingOverhaul 2.0.2-Fabric-1.20.1
|
| 539 | smallships: Small Ships 2.0.0-b1.4
|
| 540 | smartbrainlib: SmartBrainLib 1.15
|
| 541 | smarterfarmers: Smarter Farmers 1.20-2.1.2
|
| 542 | snowrealmagic: Snow! Real Magic! 10.6.4
|
| 543 | sodium: Sodium 0.5.13+mc1.20.1
|
| 544 | sound_physics_remastered: Sound Physics Remastered 1.20.1-1.5.1
|
| 545 | spawnanimations: Spawn Animations 1.11.3+mod
|
| 546 | spell_power: Spell Power Attribute 0.12.0+1.20.1
|
| 547 | spoiledz: SpoiledZ 1.0.10
|
| 548 | capsaicin: Capsaicin 1.3.3+mc1.20.1
|
| 549 | stamina: Stamina 1.0.0
|
| 550 | starlight: Starlight 1.1.2+fabric.dbc156f
|
| 551 | stoneholm: Stoneholm 2.0.0
|
| 552 | swingthrough: SwingThrough 1.0.6+1.20
|
| 553 | terralith: Terralith 2.5.4
|
| 554 | thief: Thief 1.2.2
|
| 555 | thinair: Thin Air 8.1.7
|
| 556 | cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2
|
| 557 | things: Things 0.3.3+1.20
|
| 558 | lavender: Lavender 0.1.0-pre.18+1.20
|
| 559 | lavender-md: lavender-md 0.1.0-pre.3+1.20
|
| 560 | lavender-md-owo-ui: lavender-md-owo-ui 0.1.0-pre.3+1.20
|
| 561 | travelerstitles: Traveler's Titles 1.20-Fabric-4.0.2
|
| 562 | treechop: HT's TreeChop 0.19.0
|
| 563 | trinkets: Trinkets 3.7.2
|
| 564 | underlay: Underlay 0.9.9
|
| 565 | villagernames: Villager Names 8.2
|
| 566 | visualworkbench: Visual Workbench 8.0.1
|
| 567 | voidz: VoidZ 1.0.11
|
| 568 | waystones: Waystones 14.1.17
|
| 569 | weakerspiderwebs: Weaker Spiderwebs 3.8
|
| 570 | yungsapi: YUNG's API 1.20-Fabric-4.0.6
|
| 571 | org_javassist_javassist: javassist 3.29.2-GA
|
| 572 | yungsextras: YUNG's Extras 1.20-Fabric-4.0.3
|
| 573 | Loaded Shaderpack: ComplementaryUnbound_r5.6.1 + EuphoriaPatches_1.7.8
|
| 574 | Profile: HIGH (+0 options changed by user)
|
| 575 | Launched Version: 1.20.1
|
| 576 | Backend library: LWJGL version 3.3.1 SNAPSHOT
|
| 577 | Backend API: NVIDIA GeForce RTX 5070 Ti Laptop GPU/PCIe/SSE2 GL version 3.2.0 NVIDIA 591.59, NVIDIA Corporation
|
| 578 | Window size: 2560x1570
|
| 579 | GL Caps: Using framebuffer using OpenGL 3.2
|
| 580 | GL debug messages:
|
| 581 | Using VBOs: Yes
|
| 582 | Is Modded: Definitely; Client brand changed to 'fabric'
|
| 583 | Type: Client (map_client.txt)
|
| 584 | Graphics mode: fancy
|
| 585 | Resource Packs:
|
| 586 | Current Language: en_us
|
| 587 | CPU: 24x Intel(R) Core(TM) Ultra 9 275HX
|
| 588 | Crash Report UUID: 1dcadfe9-7da1-4ffa-8cb1-628063061c5e
|
| 589 | FML: 47
|
| 590 | Forge: net.minecraftforge:47.4.5
|
| 591 |
|