| 1 | ---- Minecraft Crash Report ----
|
| 2 | |
| 3 |
|
| 4 | Time: 2024-01-19 16:07:53
|
| 5 | Description: Rendering screen
|
| 6 |
|
| 7 | java.lang.NoSuchFieldError: emissiveRenderMode
|
| 8 | at net.puzzlemc.gui.PuzzleClient.lambda$lateInit$78(PuzzleClient.java:249)
|
| 9 | at net.puzzlemc.gui.screen.widget.PuzzleButtonWidget.renderButton(PuzzleButtonWidget.java:19)
|
| 10 | at MC//net.minecraft.client.gui.widget.ClickableWidget.render(ClickableWidget.java:78)
|
| 11 | at net.puzzlemc.gui.screen.widget.PuzzleOptionListWidget$ButtonEntry.render(PuzzleOptionListWidget.java:87)
|
| 12 | at MC//net.minecraft.client.gui.widget.EntryListWidget.renderEntry(EntryListWidget.java:462)
|
| 13 | at MC//net.minecraft.client.gui.widget.EntryListWidget.renderList(EntryListWidget.java:447)
|
| 14 | at MC//net.minecraft.client.gui.widget.EntryListWidget.render(EntryListWidget.java:227)
|
| 15 | at net.puzzlemc.gui.screen.PuzzleOptionsScreen.render(PuzzleOptionsScreen.java:91)
|
| 16 | at MC//net.minecraft.client.gui.screen.Screen.renderWithTooltip(Screen.java:110)
|
| 17 | at MC//net.minecraft.client.render.GameRenderer.mixinextras$bridge$method_47413$308(GameRenderer.java)
|
| 18 | at MC//net.minecraft.client.render.GameRenderer.wrapOperation$gdl000$konkrete$wrapRenderScreenKonkrete(GameRenderer.java:12635)
|
| 19 | at MC//net.minecraft.client.render.GameRenderer.render(GameRenderer.java:945)
|
| 20 | at MC//net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1219)
|
| 21 | at MC//net.minecraft.client.MinecraftClient.run(MinecraftClient.java:802)
|
| 22 | at net.minecraft.client.main.Main.main(Main.java:250)
|
| 23 | at app//net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
| 24 | at app//net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
| 25 | at app//net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 26 | at app//org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:87)
|
| 27 | at app//org.prismlauncher.EntryPoint.listen(EntryPoint.java:130)
|
| 28 | at app//org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
|
| 29 |
|
| 30 |
|
| 31 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
| 32 | ---------------------------------------------------------------------------------------
|
| 33 |
|
| 34 | -- Head --
|
| 35 | Thread: Render thread
|
| 36 | Stacktrace:
|
| 37 | at net.puzzlemc.gui.PuzzleClient.lambda$lateInit$78(PuzzleClient.java:249)
|
| 38 | at net.puzzlemc.gui.screen.widget.PuzzleButtonWidget.renderButton(PuzzleButtonWidget.java:19)
|
| 39 | at MC//net.minecraft.client.gui.widget.ClickableWidget.render(ClickableWidget.java:78)
|
| 40 | at net.puzzlemc.gui.screen.widget.PuzzleOptionListWidget$ButtonEntry.render(PuzzleOptionListWidget.java:87)
|
| 41 | at MC//net.minecraft.client.gui.widget.EntryListWidget.renderEntry(EntryListWidget.java:462)
|
| 42 | at MC//net.minecraft.client.gui.widget.EntryListWidget.renderList(EntryListWidget.java:447)
|
| 43 | at MC//net.minecraft.client.gui.widget.EntryListWidget.render(EntryListWidget.java:227)
|
| 44 | at net.puzzlemc.gui.screen.PuzzleOptionsScreen.render(PuzzleOptionsScreen.java:91)
|
| 45 | at MC//net.minecraft.client.gui.screen.Screen.renderWithTooltip(Screen.java:110)
|
| 46 | at MC//net.minecraft.client.render.GameRenderer.mixinextras$bridge$method_47413$308(GameRenderer.java)
|
| 47 | at MC//net.minecraft.client.render.GameRenderer.wrapOperation$gdl000$konkrete$wrapRenderScreenKonkrete(GameRenderer.java:12635)
|
| 48 | Mixins in Stacktrace: None found
|
| 49 |
|
| 50 | -- Screen render details --
|
| 51 | Details:
|
| 52 | Screen name: net.puzzlemc.gui.screen.PuzzleOptionsScreen
|
| 53 | Mouse location: Scaled: (287, 154). Absolute: (756.000000, 407.000000)
|
| 54 | Screen size: Scaled: (729, 380). Absolute: (1920, 1001). Scale factor of 2.636364
|
| 55 | Stacktrace:
|
| 56 | at MC//net.minecraft.client.render.GameRenderer.render(GameRenderer.java:945)
|
| 57 | at MC//net.minecraft.client.MinecraftClient.render(MinecraftClient.java:1219)
|
| 58 | at MC//net.minecraft.client.MinecraftClient.run(MinecraftClient.java:802)
|
| 59 | at net.minecraft.client.main.Main.main(Main.java:250)
|
| 60 | at app//net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
| 61 | at app//net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
| 62 | at app//net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 63 | at app//org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:87)
|
| 64 | at app//org.prismlauncher.EntryPoint.listen(EntryPoint.java:130)
|
| 65 | at app//org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
|
| 66 | Mixins in Stacktrace:
|
| 67 | net.minecraft.client.main.Main:
|
| 68 | com.jozufozu.flywheel.mixin.ClientMainMixin (flywheel.mixins.json)
|
| 69 | com.github.getchoo.smoothboot.mixin.client.MainMixin (smoothboot.mixins.json)
|
| 70 |
|
| 71 | -- Affected level --
|
| 72 | Details:
|
| 73 | All players: 1 total; [class_746['Tempest_5ky'/2, l='ClientLevel', x=43.59, y=70.00, z=136.21]]
|
| 74 | Chunk stats: 1024, 637
|
| 75 | Level dimension: minecraft:overworld
|
| 76 | Level spawn location: World: (0,73,64), Section: (at 0,9,0 in 0,4,4; chunk contains blocks 0,-64,64 to 15,319,79), Region: (0,0; contains chunks 0,0 to 31,31, blocks 0,-64,0 to 511,319,511)
|
| 77 | Level time: 4220 game time, 4220 day time
|
| 78 | Server brand: fabric
|
| 79 | Server type: Integrated singleplayer server
|
| 80 | Stacktrace:
|
| 81 | at MC//net.minecraft.client.world.ClientWorld.addDetailsToCrashReport(ClientWorld.java:458)
|
| 82 | at MC//net.minecraft.client.MinecraftClient.addDetailsToCrashReport(MinecraftClient.java:2406)
|
| 83 | at MC//net.minecraft.client.MinecraftClient.run(MinecraftClient.java:821)
|
| 84 | at net.minecraft.client.main.Main.main(Main.java:250)
|
| 85 | at app//net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
| 86 | at app//net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
| 87 | at app//net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
| 88 | at app//org.prismlauncher.launcher.impl.StandardLauncher.launch(StandardLauncher.java:87)
|
| 89 | at app//org.prismlauncher.EntryPoint.listen(EntryPoint.java:130)
|
| 90 | at app//org.prismlauncher.EntryPoint.main(EntryPoint.java:70)
|
| 91 | Mixins in Stacktrace:
|
| 92 | net.minecraft.client.main.Main:
|
| 93 | com.jozufozu.flywheel.mixin.ClientMainMixin (flywheel.mixins.json)
|
| 94 | com.github.getchoo.smoothboot.mixin.client.MainMixin (smoothboot.mixins.json)
|
| 95 |
|
| 96 | -- Last reload --
|
| 97 | Details:
|
| 98 | Reload number: 1
|
| 99 | Reload reason: initial
|
| 100 | Finished: Yes
|
| 101 | Packs: vanilla, fabric, autoslabs:distinct_slabs, presencefootsteps:default_sound_pack, telepistons:enable_steam, minecraft:supporteatinganimation, Moonlight Mods Dynamic Assets, visualoverhaul:rounddiscs, diagonalblocks:default_block_models
|
| 102 |
|
| 103 | -- System Details --
|
| 104 | Details:
|
| 105 | Minecraft Version: 1.20.1
|
| 106 | Minecraft Version ID: 1.20.1
|
| 107 | Operating System: Windows 10 (amd64) version 10.0
|
| 108 | Java Version: 17.0.9, Eclipse Adoptium
|
| 109 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode, sharing), Eclipse Adoptium
|
| 110 | Memory: 4379093544 bytes (4176 MiB) / 8455716864 bytes (8064 MiB) up to 8455716864 bytes (8064 MiB)
|
| 111 | CPUs: 16
|
| 112 | Processor Vendor: AuthenticAMD
|
| 113 | Processor Name: AMD Ryzen 9 5900HX with Radeon Graphics
|
| 114 | Identifier: AuthenticAMD Family 25 Model 80 Stepping 0
|
| 115 | Microarchitecture: Zen 3
|
| 116 | Frequency (GHz): 3.29
|
| 117 | Number of physical packages: 1
|
| 118 | Number of physical CPUs: 8
|
| 119 | Number of logical CPUs: 16
|
| 120 | Graphics card #0 name: AMD Radeon(TM) Graphics
|
| 121 | Graphics card #0 vendor: Advanced Micro Devices, Inc. (0x1002)
|
| 122 | Graphics card #0 VRAM (MB): 512.00
|
| 123 | Graphics card #0 deviceId: 0x1638
|
| 124 | Graphics card #0 versionInfo: DriverVersion=30.0.13002.19003
|
| 125 | Graphics card #1 name: NVIDIA GeForce RTX 3050 Ti Laptop GPU
|
| 126 | Graphics card #1 vendor: NVIDIA (0x10de)
|
| 127 | Graphics card #1 VRAM (MB): 4095.00
|
| 128 | Graphics card #1 deviceId: 0x25a0
|
| 129 | Graphics card #1 versionInfo: DriverVersion=31.0.15.4633
|
| 130 | Memory slot #0 capacity (MB): 8192.00
|
| 131 | Memory slot #0 clockSpeed (GHz): 3.20
|
| 132 | Memory slot #0 type: DDR4
|
| 133 | Memory slot #1 capacity (MB): 8192.00
|
| 134 | Memory slot #1 clockSpeed (GHz): 3.20
|
| 135 | Memory slot #1 type: DDR4
|
| 136 | Virtual memory max (MB): 52638.75
|
| 137 | Virtual memory used (MB): 25859.89
|
| 138 | Swap memory total (MB): 36864.00
|
| 139 | Swap memory used (MB): 1124.09
|
| 140 | JVM Flags: 5 total; -XX:+UseShenandoahGC -XX:+AlwaysPreTouch -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xms512m -Xmx8064m
|
| 141 | Fabric Mods:
|
| 142 | ad_astra: Ad Astra 1.15.10
|
| 143 | javazoom_jlayer: jlayer 1.0.1
|
| 144 | ad_astra_giselle_addon: Ad Astra: Giselle Addon 6.1
|
| 145 | adaptive-tooltips: Adaptive Tooltips 1.3.0
|
| 146 | advanced-ui-scale: Advanced UI Scaling 1.2.1-1.20.1
|
| 147 | advanced_runtime_resource_pack: Runtime Resource Pack 0.8.1
|
| 148 | advancementinfo: AdvancementInfo 1.20-fabric0.83.0-1.4
|
| 149 | advancementplaques: Advancement Plaques 1.4.11
|
| 150 | alloy_forgery: Alloy Forgery 2.1.2+1.20
|
| 151 | ambientsounds: AmbientSounds 5.3.5
|
| 152 | amecs: Amecs 1.3.10+mc.1.20.1
|
| 153 | animatica: Animatica 0.6+1.20
|
| 154 | another_furniture: Another Furniture 1.20.1-3.0.1
|
| 155 | antighost: AntiGhost 1.20-fabric0.83.0-1.1.5
|
| 156 | crowdin-translate: CrowdinTranslate 1.4+1.19.3
|
| 157 | apolloparrot: Apollo the Parrot 1.1
|
| 158 | appleskin: AppleSkin 2.5.1+mc1.20
|
| 159 | architectury: Architectury 9.1.12
|
| 160 | asahi: Asahi 1.0.2
|
| 161 | athena: Athena 3.1.1
|
| 162 | attraction: Attraction 1.3.1+1.20
|
| 163 | audioshutdown: AudioShutdown 2.0
|
| 164 | automobility: Automobility 0.4.2+1.20.1-fabric
|
| 165 | jsonem: JsonEM 0.2.1+1.20
|
| 166 | autoslabs: AutoSlabs 1.1.3
|
| 167 | axesareweapons: Axes Are Weapons 1.7.3
|
| 168 | azurelib: AzureLib 2.0.19
|
| 169 | backslot: BackSlot 1.2.15
|
| 170 | badoptimizations: BadOptimizations 1.6.3
|
| 171 | badpackets: Bad Packets 0.4.3
|
| 172 | bakery: Bakery 1.1.3
|
| 173 | bca: Better Cooked Axolotls 1.0-1.20.1
|
| 174 | bellsandwhistles: Create: Bells & Whistles 0.4.5
|
| 175 | beproud: Be Proud 0.1.1
|
| 176 | better-trim-tooltips: Better Trim Tooltips 1.0.1
|
| 177 | better_climbing: Better Climbing 3
|
| 178 | betterarcheology: Better Archeology 1.1.2-1.20.1
|
| 179 | betterf3: BetterF3 7.0.2
|
| 180 | betterfpsdist: Better FPS distance Mod 1.20.1-4.0
|
| 181 | betterlily: Better Lily Pads 1.20-1.3.2
|
| 182 | bettermounthud: Better Mount HUD 1.2.2
|
| 183 | betterpingdisplay: Better Ping Display 1.1.1
|
| 184 | betterstats: Better Statistics Screen 3.7+fabric-1.20.1
|
| 185 | tcdcommons: TCD Commons API 3.7+fabric-1.20.1
|
| 186 | betterthirdperson: Better Third Person 1.9.0
|
| 187 | bettertrims: BetterTrims 2.0.5
|
| 188 | mixinsquared: MixinSquared 0.1.1
|
| 189 | blame-log: BlameLog 0.4.0-1.18
|
| 190 | dark-matter-base: Dark Matter Base 2.1.1-1.18.2
|
| 191 | dark-matter-danger: Dark Matter Danger 2.1.1-1.18.2
|
| 192 | blockrunner: Block Runner 8.0.2
|
| 193 | blur: Blur (Fabric) 3.1.0
|
| 194 | midnightlib: MidnightLib 1.4.1
|
| 195 | satin: Satin 1.13.0
|
| 196 | bodiesbodies: Bodies! Bodies! 1.0.1
|
| 197 | borderlessmining: Borderless Mining 1.1.8+1.20.1
|
| 198 | botarium: Botarium 2.3.1
|
| 199 | team_reborn_energy: Energy 3.0.0
|
| 200 | bounced: Bounced 3.2.0
|
| 201 | bridgingmod: Bridging Mod 2.2.0+1.20.1.fabric
|
| 202 | bugjump: BugJump 1.2.0-1.20.1
|
| 203 | cakechomps: Cake Chomps 6.1.1+1.20.1
|
| 204 | cardinal-components: Cardinal Components API 5.2.2
|
| 205 | cardinal-components-base: Cardinal Components API (base) 5.2.2
|
| 206 | cardinal-components-block: Cardinal Components API (blocks) 5.2.2
|
| 207 | cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2
|
| 208 | cardinal-components-entity: Cardinal Components API (entities) 5.2.2
|
| 209 | cardinal-components-item: Cardinal Components API (items) 5.2.2
|
| 210 | cardinal-components-level: Cardinal Components API (world saves) 5.2.2
|
| 211 | cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.2
|
| 212 | cardinal-components-world: Cardinal Components API (worlds) 5.2.2
|
| 213 | carpet: Carpet Mod 1.4.112+v230608
|
| 214 | carryon: Carry On **.**.**.**
|
| 215 | cavedust: Cave Dust 1.4.1
|
| 216 | charmofundying: Charm of Undying 6.4.5+1.20.1
|
| 217 | spectrelib: SpectreLib 0.13.14+1.20.1
|
| 218 | chat_heads: Chat Heads 0.10.30
|
| 219 | chatanimation: ChatAnimation 1.0.5
|
| 220 | chatpatches: Chat Patches 201.5.5
|
| 221 | chipped: Chipped 3.0.1
|
| 222 | chunkloaders: Chunk Loaders 1.2.8+a
|
| 223 | citresewn: CIT Resewn 1.1.3+1.20
|
| 224 | citresewn-defaults: CIT Resewn: Defaults 1.1.3+1.20
|
| 225 | cleardespawn: Clear Despawn 1.1.15
|
| 226 | clickadv: Clickable Advancements Mod 1.20.1-3.7
|
| 227 | clickthrough: ClickThrough 1.20.1
|
| 228 | cloth-config: Cloth Config v11 11.1.118
|
| 229 | cloth-basic-math: cloth-basic-math 0.6.1
|
| 230 | clumps: Clumps **.**.**.**
|
| 231 | collective: Collective 7.30
|
| 232 | completeconfig: CompleteConfig 2.5.0
|
| 233 | completeconfig-base: completeconfig-base 2.5.0
|
| 234 | completeconfig-gui-cloth: completeconfig-gui-cloth 2.5.0
|
| 235 | completeconfig-gui-yacl: completeconfig-gui-yacl 2.5.0
|
| 236 | connectiblechains: Connectible Chains 2.2.1+1.20.1
|
| 237 | connectivity: Connectivity Mod 1.20.1-4.9
|
| 238 | controlling: Controlling For Fabric 12.0.2
|
| 239 | convenientdecor: Convenient Decor 0.3.0
|
| 240 | cpm: Customizable Player Models 0.6.14a
|
| 241 | cratedelight: Crate Delight 1.3.8
|
| 242 | create: Create 0.5.1-d-build.1161+mc1.20.1
|
| 243 | com_google_code_findbugs_jsr305: jsr305 3.0.2
|
| 244 | flywheel: Flywheel 0.6.10
|
| 245 | porting_lib_accessors: Porting Lib Accessors 2.1.1127+1.20
|
| 246 | porting_lib_base: Porting Lib Base 2.1.1127+1.20
|
| 247 | porting_lib_lazy_registration: Porting Lib Lazy Register 2.1.1127+1.20
|
| 248 | porting_lib_utility: Porting Lib Utility 2.1.1127+1.20
|
| 249 | porting_lib_brewing: Porting Lib Brewing 2.1.1127+1.20
|
| 250 | porting_lib_client_events: Porting Lib Client Events 2.1.1127+1.20
|
| 251 | porting_lib_entity: Porting Lib Entity 2.1.1127+1.20
|
| 252 | porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.1.1127+1.20
|
| 253 | porting_lib_extensions: Porting Lib Extensions 2.1.1127+1.20
|
| 254 | porting_lib_attributes: Porting Lib Attributes 2.1.1127+1.20
|
| 255 | porting_lib_common: Porting Lib Common 2.1.1127+1.20
|
| 256 | porting_lib_fake_players: Porting Lib Fake Players 2.1.1127+1.20
|
| 257 | porting_lib_models: Porting Lib Models 2.1.1127+1.20
|
| 258 | porting_lib_networking: Porting Lib Networking 2.1.1127+1.20
|
| 259 | porting_lib_core: Porting Lib Core 2.1.1127+1.20
|
| 260 | porting_lib_gametest: Porting Lib GameTest 2.1.1127+1.20
|
| 261 | porting_lib_obj_loader: Porting Lib Obj Loader 2.1.1127+1.20
|
| 262 | porting_lib_model_loader: Porting Lib Model Loader 2.1.1127+1.20
|
| 263 | porting_lib_tags: Porting Lib Tags 3.0
|
| 264 | porting_lib_tool_actions: Porting Lib Tool Actions 2.1.1127+1.20
|
| 265 | porting_lib_transfer: Porting Lib Transfer 2.1.1127+1.20
|
| 266 | registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1
|
| 267 | porting_lib_data: Porting Lib Data 2.1.1090+1.20
|
| 268 | porting_lib_model_generators: Porting Lib Model Generators 2.1.1090+1.20
|
| 269 | porting_lib_model_materials: Porting Lib Model Materials 2.1.1090+1.20
|
| 270 | create_enchantment_industry: Create Enchantment Industry 1.2.12
|
| 271 | create_dragon_lib: Create Dragon Lib 1.4.1
|
| 272 | create_jetpack: Create Jetpack 4.1.0
|
| 273 | flightlib: Flight Lib 2.0.3
|
| 274 | createairfabric: Create Air Fabric 1.0+1.20.1-15
|
| 275 | createdeco: Create Deco 2.0.0-fabric-1.20.1
|
| 276 | createdieselgenerators: Create Diesel Generators 2.1.3
|
| 277 | createfabricfixes: Create Fabric Fixes 0.0.2+1.20.1
|
| 278 | creategoggles: Create Goggles 0.5.5.e
|
| 279 | createreibugfix: CreateFabric&REIBugFix 0.1.0-create0.5.1-mc1.20.x
|
| 280 | conditional-mixin: conditional mixin 0.3.2
|
| 281 | createutilities: Create Utilities 0.1.3b+1.20.1
|
| 282 | creativecore: CreativeCore 2.11.15
|
| 283 | net_minecraftforge_eventbus: eventbus 6.0.3
|
| 284 | cristellib: Cristel Lib 1.1.5
|
| 285 | blue_endless_jankson: jankson 1.2.3
|
| 286 | cull-less-leaves: Cull Less Leaves 1.3.0
|
| 287 | cupboard: cupboard 1.20.1-2.2
|
| 288 | deathlog: DeathLog 0.3.2+1.20
|
| 289 | debugify: Debugify 1.20.1+2.0
|
| 290 | delightfulcreators: Delightful Creators 1.1.8
|
| 291 | detailab: Detail Armor Bar 2.6.3+1.20.1-fabric
|
| 292 | diagonalfences: Diagonal Fences 8.1.3
|
| 293 | diagonalwindows: Diagonal Windows 8.1.3
|
| 294 | diagonalblocks: Diagonal Blocks 8.0.3
|
| 295 | diggusmaximus: Diggus Maximus 1.5.9-1.20
|
| 296 | kyrptconfig: Kyrpt Config 1.5.6-1.20
|
| 297 | doapi: Lets Do Api 1.2.8
|
| 298 | terraform-wood-api-v1: Terraform Wood API (v1) 7.0.1
|
| 299 | dogslie: Let Sleeping Dogs Lie 1.2.0
|
| 300 | doubledoors: Double Doors 5.2
|
| 301 | draggable_lists: Draggable Lists 1.0.2
|
| 302 | dynamic_fps: Dynamic FPS 3.3.3
|
| 303 | dynamiccrosshair: Dynamic Crosshair 7.4.4+1.20
|
| 304 | yaclx: YetAnotherConfigLibExtensions 1.12+1.20.2
|
| 305 | dynamiccrosshaircompat: Dynamic Crosshair Compat 3.7.2+1.20.1
|
| 306 | eanimalmod: Eravern's more animal products mod 1.2.3-1.20.1
|
| 307 | easyanvils: Easy Anvils 8.0.1
|
| 308 | easymagic: Easy Magic 8.0.1
|
| 309 | eatinganimationid: Eating Animation 1.20+1.9.5
|
| 310 | elytra-trims: Elytra Trims 2.0.0-beta.4
|
| 311 | elytra_trinket: Elytra Trinket 1.0.3
|
| 312 | elytratrims_extensions: Elytra Trims Extensions 2.0.0-beta
|
| 313 | emuno: EmuNO 1.1.1
|
| 314 | endrem: End Remastered 5.2.4
|
| 315 | enhanced_attack_indicator: Enhanced Attack Indicator 1.0.4+1.20
|
| 316 | enhancedblockentities: Enhanced Block Entities 0.9+1.20
|
| 317 | spruceui: SpruceUI 5.0.0+1.20
|
| 318 | entity_model_features: Entity Model Features 1.2.3
|
| 319 | entity_texture_features: Entity Texture Features 5.2.1
|
| 320 | org_apache_httpcomponents_httpmime: httpmime 4.5.10
|
| 321 | entityculling: EntityCulling-Fabric 1.6.2-mc1.20.1
|
| 322 | equipmentcompare: Equipment Compare 1.3.8
|
| 323 | everycomp: Every Compat 1.20-2.6.26
|
| 324 | exordium: Exordium 1.2.1-mc1.20.1
|
| 325 | expandeddelight: Expanded Delight **.**.**.**
|
| 326 | explosiveenhancement: Explosive Enhancement 1.2.2-1.20.x
|
| 327 | extended_drawers: Extended Drawers 2.1.1+mc.1.20.1
|
| 328 | config_toolkit: ConfigToolkit 1.0.0
|
| 329 | io_determann_shadow-api-17: shadow-api-17 0.1.1
|
| 330 | net_fabricmc_javapoet: javapoet 0.1.0
|
| 331 | graphlib: Graph Lib 1.4.0+1.20
|
| 332 | kmodlib-overlay: KModLib Overlay 0.2.12+1.20
|
| 333 | libnetworkstack: Lib Network Stack 0.10.0
|
| 334 | noindium: No Indium? 1.1.0+1.20
|
| 335 | extendedgears: Extended Cogwheels 2.1.0-1.20.1-0.5.1.c-fabric
|
| 336 | fabric-api: Fabric API 0.91.0+1.20.1
|
| 337 | fabric-api-base: Fabric API Base 0.4.30+7abfd51577
|
| 338 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.35+4d8536c977
|
| 339 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.12+215bbe9677
|
| 340 | fabric-block-api-v1: Fabric Block API (v1) 1.0.10+92a0d36777
|
| 341 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.0+92a0d36777
|
| 342 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.40+b3afc78b77
|
| 343 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.1+97bb207577
|
| 344 | fabric-command-api-v1: Fabric Command API (v1) 1.2.33+f71b366f77
|
| 345 | fabric-command-api-v2: Fabric Command API (v2) 2.2.12+b3afc78b77
|
| 346 | fabric-commands-v0: Fabric Commands (v0) 0.2.50+df3654b377
|
| 347 | fabric-containers-v0: Fabric Containers (v0) 0.1.63+df3654b377
|
| 348 | fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.10+57aed33f77
|
| 349 | fabric-convention-tags-v1: Fabric Convention Tags 1.5.4+a1a980da77
|
| 350 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.18+aeb40ebe77
|
| 351 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.3+d7b148e077
|
| 352 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.53+8536527b77
|
| 353 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.5.22+b3afc78b77
|
| 354 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.1+e91849a877
|
| 355 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.62+df3654b377
|
| 356 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.39+ae9f657a77
|
| 357 | fabric-item-api-v1: Fabric Item API (v1) 2.1.27+b3afc78b77
|
| 358 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.11+d7b148e077
|
| 359 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.36+fb8d95da77
|
| 360 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.34+df3654b377
|
| 361 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.21+b3afc78b77
|
| 362 | fabric-loot-api-v2: Fabric Loot API (v2) 1.2.0+96dfa95977
|
| 363 | fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.44+9e7660c677
|
| 364 | fabric-message-api-v1: Fabric Message API (v1) 5.1.8+d7b148e077
|
| 365 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.49+b3afc78b77
|
| 366 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.2+709a987177
|
| 367 | fabric-models-v0: Fabric Models (v0) 0.4.1+9386d8a777
|
| 368 | fabric-networking-api-v1: Fabric Networking API (v1) 1.3.10+eeb8eb3677
|
| 369 | fabric-networking-v0: Fabric Networking (v0) 0.3.50+df3654b377
|
| 370 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.2+4ee0bc6077
|
| 371 | fabric-particles-v1: Fabric Particles (v1) 1.1.1+201a23a077
|
| 372 | fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.20+b3afc78b77
|
| 373 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.2+4df89eb277
|
| 374 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.0+39a511ba77
|
| 375 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.0+39a511ba77
|
| 376 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.45+df3654b377
|
| 377 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.36+92a0d36777
|
| 378 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.27+b3afc78b77
|
| 379 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.48+df3654b377
|
| 380 | fabric-rendering-v1: Fabric Rendering (v1) 3.0.7+b3afc78b77
|
| 381 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.7+29de845d77
|
| 382 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.9+132c48c177
|
| 383 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.7+b3afc78b77
|
| 384 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.29+b3afc78b77
|
| 385 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.12+b3afc78b77
|
| 386 | fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.3+c81d263177
|
| 387 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.0+6c31357e77
|
| 388 | fabric-language-kotlin: Fabric Language Kotlin 1.10.17+kotlin.1.9.22
|
| 389 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 1.9.22
|
| 390 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 1.9.22
|
| 391 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 1.9.22
|
| 392 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 1.9.22
|
| 393 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.23.1
|
| 394 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.7.3
|
| 395 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.7.3
|
| 396 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.5.0
|
| 397 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.2
|
| 398 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.2
|
| 399 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.2
|
| 400 | fabricloader: Fabric Loader 0.15.5
|
| 401 | mixinextras: MixinExtras 0.3.2
|
| 402 | fabrishot: Fabrishot 1.10.1
|
| 403 | fallingleaves: Falling Leaves 1.15.4
|
| 404 | farmersdelight: Farmer's Delight 1.20.1-1.4.3
|
| 405 | faster-random: Faster Random 2.0.0
|
| 406 | faster_entity_animations: FastAnim 1.6
|
| 407 | fastipping: Fast IP Ping 1.0.1
|
| 408 | fastitems: Fast Items 1.0.0
|
| 409 | fastmove: FastMove - Parkour Movement 1.0.7
|
| 410 | player-animator: Player Animator 1.0.2-rc1+1.20
|
| 411 | ukulib: ukulib 1.0.0-beta.3+1.20.1
|
| 412 | com_moandjiezana_toml_toml4j: toml4j 0.7.2
|
| 413 | gs_mclo_java_mclogs-java: mclogs-java 2.1.1
|
| 414 | fastpaintings: Fast Paintings 1.20-1.2.3
|
| 415 | ferritecore: FerriteCore 6.0.1
|
| 416 | figura: Figura 0.1.2+1.20.1
|
| 417 | com_github_figuramc_luaj_luaj-core: luaj-core 3.0.6-figura
|
| 418 | com_github_figuramc_luaj_luaj-jse: luaj-jse 3.0.6-figura
|
| 419 | org_java-websocket_java-websocket: Java-WebSocket 1.5.4
|
| 420 | fishofthieves: Fish of Thieves 3.0.3
|
| 421 | flamearrows: FlameArrows 1.20.2-11-fabric
|
| 422 | footprintparticle: Footprint Particle 0.5.1-mc1.20
|
| 423 | forcecloseworldloadingscreen: kennytv's epic force close loading screen mod for Fabric 2.1.1
|
| 424 | forgeconfigapiport: Forge Config API Port 8.0.0
|
| 425 | fuelinfo: FuelInfo 1.1.0+1.20.1
|
| 426 | fullstackwatchdog: FullStack Watchdog 1.0.1+1.19.2-fabric
|
| 427 | geckoanimfix: GeckoLibIrisCompat 1.0.0
|
| 428 | geckolib: GeckoLib 4 4.4
|
| 429 | com_eliotlash_mclib_mclib: mclib 20
|
| 430 | gigeresque: Gigeresque 0.5.61
|
| 431 | bettercrawling: Better Crawling 1.0.4
|
| 432 | gildedsherds: GildedSherds 1.0.2
|
| 433 | grapplemod: Grappling Hook Mod 1.20-v1.7
|
| 434 | handcrafted: Handcrafted 3.0.5
|
| 435 | highlighter: Highlighter 1.1.6
|
| 436 | holdthatchunk: Hold That Chunk 2.0.1
|
| 437 | hopobetterruinedportal: Hopo Better Ruined Portal 1.3.7
|
| 438 | horse_armors: Horse armors 1.0-1.20.1-fabric
|
| 439 | horsearmorstandmod: Horse Armor Stand Mod 1.0.2-1.20.4
|
| 440 | horsebuff: HorseBuff 2.1.2
|
| 441 | horsestatsvanilla: Horse Stats Vanilla 4.3.0
|
| 442 | iceberg: Iceberg 1.1.18
|
| 443 | idwtialsimmoedm: idwtialsimmoedm 0.2.0+1.20
|
| 444 | immediatelyfast: ImmediatelyFast 1.2.8+1.20.4
|
| 445 | net_lenni0451_reflect: Reflect 1.3.1
|
| 446 | immersive_aircraft: Immersive Aircraft 0.6.2+1.20.1
|
| 447 | immersive_melodies: Immersive Melodies 0.1.0+1.20.1
|
| 448 | impactfulweather: Biome Particle Weather 4.1.0
|
| 449 | indium: Indium 1.0.27+mc1.20.1
|
| 450 | integrated-circuit: Integrated Circuit 1.20.1-1.3.4
|
| 451 | inventoryhud: Inventory HUD + 3.4.18
|
| 452 | inventoryprofilesnext: Inventory Profiles Next 1.10.9
|
| 453 | iris: Iris 1.6.11
|
| 454 | io_github_douira_glsl-transformer: glsl-transformer 2.0.0-pre13
|
| 455 | org_anarres_jcpp: jcpp 1.4.14
|
| 456 | org_antlr_antlr4-runtime: antlr4-runtime 4.11.1
|
| 457 | items_displayed: Items Displayed 1.2.1
|
| 458 | jade: Jade 11.7.0
|
| 459 | jadeaddons: Jade Addons 5.2.3
|
| 460 | jamlib: JamLib 0.6.1+1.20.x
|
| 461 | java: OpenJDK 64-Bit Server VM 17
|
| 462 | journeymap: Journeymap 5.9.18
|
| 463 | journeymap-api-fabric: JourneyMap API 1.20-1.9-fabric-SNAPSHOT
|
| 464 | kiwi: Kiwi Library 11.4.0
|
| 465 | konkrete: Konkrete 1.8.0
|
| 466 | krypton: Krypton 0.2.3
|
| 467 | com_velocitypowered_velocity-native: velocity-native 3.2.0-SNAPSHOT
|
| 468 | ksyxis: Ksyxis 1.2.2
|
| 469 | lambdynlights: LambDynamicLights 2.3.2+1.20.1
|
| 470 | pride: Pride Lib 1.2.0+1.19.4
|
| 471 | lazy-language-loader: lazy-language-loader 0.3.3
|
| 472 | lazydfu: LazyDFU 0.1.3
|
| 473 | leahs-immersive-thunder: Immersive Thunder 1.20.1+1.2.2
|
| 474 | legacies_and_legends: Legacies and Legends 1.3.2
|
| 475 | libipn: libIPN 4.0.1
|
| 476 | liquidburner: Liquid Burner 1.20.1-0.5
|
| 477 | lithium: Lithium 0.11.2
|
| 478 | lmft: Load My F***ing Tags 1.0.2+1.20
|
| 479 | logcleaner: Log Cleaner 1.0.0
|
| 480 | logprot: Logprot Mod 1.20.1-3.3
|
| 481 | lookinsharp: Lookin' Sharp! 1.0.2
|
| 482 | reach-entity-attributes: Reach Entity Attributes 2.4.1
|
| 483 | lootr: Lootr **.**.**.**
|
| 484 | lunar: Lunar 0.1.10
|
| 485 | lunaslimes: Luna Slimes 1.7.1
|
| 486 | make_bubbles_pop: Make Bubbles Pop Mod 0.2.0-fabric
|
| 487 | mcwfences: Macaw's Fences and Walls 1.1.0
|
| 488 | mcwpaths: Macaw's Paths and Pavings 1.0.3
|
| 489 | mcwtrpdoors: Macaw's Trapdoors 1.1.2
|
| 490 | memoryleakfix: Memory Leak Fix 1.1.5
|
| 491 | memoryusagescreen: Memory Usage Screen 1.9.0
|
| 492 | methane: Methane 2.5.0
|
| 493 | milk_plus: Milk+ 5.0.59
|
| 494 | milk: Milk Lib 1.3.61
|
| 495 | dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
|
| 496 | minecraft: Minecraft 1.20.1
|
| 497 | mixin-conflict-helper: Mixin Conflict Helper 1.2.0
|
| 498 | mixintrace: MixinTrace 1.1.1+1.17
|
| 499 | mod-loading-screen: Mod Loading Screen 1.0.4
|
| 500 | com_formdev_flatlaf: flatlaf 3.0
|
| 501 | modelfix: Model Gap Fix 1.14
|
| 502 | modernfix: ModernFix 5.12.1+mc1.20.1
|
| 503 | modmenu: Mod Menu 7.2.2
|
| 504 | moonlight: Moonlight 1.20-2.8.84
|
| 505 | more_armor_trims: More Armor Trims 1.1.3-1.20.1
|
| 506 | more_pottery_sherd: More Pottery Sherd 1.0.0
|
| 507 | moreculling: More Culling 1.20.4-0.22.0
|
| 508 | morecullingextra: More Culling Extra 1.1-1.20.1
|
| 509 | morepbadges: More Player Badges 1.0+fabric-1.20.1
|
| 510 | mousewheelie: Mouse Wheelie 1.13.0+mc1.20.1
|
| 511 | amecsapi: Amecs API 1.5.1+mc1.20-pre1
|
| 512 | coat: Coat 1.0.0-beta.20+mc1.20-pre1
|
| 513 | tweed4_annotated: tweed4_annotated 1.3.1+mc1.20-pre1
|
| 514 | tweed4_base: tweed4_base 1.7.1+mc1.20-pre1
|
| 515 | tweed4_data: tweed4_data 1.2.1+mc1.20-pre1
|
| 516 | tweed4_data_hjson: tweed4_data_hjson 1.1.1+mc1.20-pre1
|
| 517 | tweed4_tailor_coat: tweed4_tailor_coat 1.1.3+mc1.20-pre1
|
| 518 | tweed4_tailor_lang_json_descriptions: tweed4_tailor_lang_json_descriptions 1.1.0+mc1.20-pre1
|
| 519 | tweed4_tailor_screen: tweed4_tailor_screen 1.1.4+mc1.20-pre1
|
| 520 | mr_dragonkind_evolved: Dragonkind Evolved | End Battle Reborn 1.2
|
| 521 | mr_mount_ride: Mount & Ride 1.2.1
|
| 522 | narrus_yeetus: Narrus Yeetus 1.1.0
|
| 523 | necronomicon: Necronomicon 1.4.1
|
| 524 | nerb: Not Enough Recipe Book 0.3
|
| 525 | njb: Not Just Biomes 1.1.0
|
| 526 | nnvf: No Night Vision Flickering 0.1.3_1.20
|
| 527 | nochatreports: No Chat Reports 1.20.1-v2.2.2
|
| 528 | notenoughanimations: NotEnoughAnimations 1.7.0
|
| 529 | notes: Notes 1.20.1-2.1.0-fabric
|
| 530 | nvidium: Nvidium 0.2.5-beta
|
| 531 | nyfsspiders: Nyf's Spiders 2.1.1
|
| 532 | onsoulfire: On Soul Fire 1.20.1
|
| 533 | optigui: OptiGUI 2.1.7
|
| 534 | optiglue: OptiGlue 2.1.7-mc.1.19.3
|
| 535 | org_apache_commons_commons-text: commons-text 1.10.0
|
| 536 | org_ini4j_ini4j: ini4j 0.5.4
|
| 537 | optimaleat: Optimal Eat 1.1
|
| 538 | owo: oωo 0.11.2+1.20
|
| 539 | packetfixer: Packet Fixer 1.2.1
|
| 540 | passableleaves: PassableLeaves 1.5.1
|
| 541 | patchouli: Patchouli 1.20.1-84-FABRIC
|
| 542 | fiber: fiber 0.23.0-2
|
| 543 | photosynthesis: Photosynthesis 1.20.1-0.0.20
|
| 544 | pling: Pling 1.8.0
|
| 545 | polymorph: Polymorph 0.49.1+1.20.1
|
| 546 | presencefootsteps: Presence Footsteps 1.9.1
|
| 547 | kirin: Kirin UI 1.15.4+1.20
|
| 548 | pridemoths: Happy Pride Moth! 1.6+1.20.2
|
| 549 | puzzle: Puzzle 1.5.2+1.20
|
| 550 | puzzle-base: Puzzle Base 1.5.2+1.20
|
| 551 | puzzle-gui: Puzzle GUI 1.5.2+1.20
|
| 552 | puzzle-models: Puzzle Models 1.5.2+1.20
|
| 553 | puzzle-splashscreen: Puzzle Splash Screen 1.5.2+1.20
|
| 554 | puzzleslib: Puzzles Lib 8.1.13
|
| 555 | puzzlesaccessapi: Puzzles Access Api 8.0.7
|
| 556 | radiantgear: Radiant Gear 2.1.0+1.20.1
|
| 557 | railways: Create: Steam 'n' Rails 1.5.1+fabric-mc1.20.1
|
| 558 | mm: Manningham Mills 2.3
|
| 559 | raknetify: Raknetify (Fabric) 0.1.0+alpha.5.114
|
| 560 | reeses-sodium-options: Reese's Sodium Options 1.6.5+mc1.20.1-build.95
|
| 561 | regenerations: Regenerations? 1.1.0
|
| 562 | reinfbarrel: Reinforced Barrels 2.4.1+1.20
|
| 563 | reinfcore: Reinforced Core 3.1.2+1.20
|
| 564 | reinfchest: Reinforced Chests 2.4.2+1.20
|
| 565 | reinfshulker: Reinforced Shulker Boxes 2.5.0+1.20
|
| 566 | repeatersound: RepeaterSound 1.3.0
|
| 567 | resourcefulconfig: Resourcefulconfig 2.1.2
|
| 568 | resourcefullib: Resourceful Lib 2.1.20
|
| 569 | com_teamresourceful_bytecodecs: bytecodecs 1.0.2
|
| 570 | com_teamresourceful_yabn: yabn 1.0.3
|
| 571 | resourcify: Resourcify 1.2.1
|
| 572 | universalcraft: UniversalCraft 312
|
| 573 | restapi: RestApi 0.9-1.20.1-Fabric
|
| 574 | retino: retiNO 1.0.1
|
| 575 | ridingmousefix: Riding Mouse Fix 1.0.0
|
| 576 | roughlyenoughitems: Roughly Enough Items 12.0.684
|
| 577 | error_notifier: Error Notifier 1.0.9
|
| 578 | rrls: Remove Reloading Screen 3.2.0-1.20.1-fabric
|
| 579 | scannable: Scannable 1.7.12+18ccb75
|
| 580 | seamless_loading_screen: Seamless Loading Screen 2.0.3+1.20.1
|
| 581 | searchables: Searchables 1.0.2
|
| 582 | seasons: Fabric Seasons 2.3+1.20
|
| 583 | seasonsdelightcompat: Fabric Seasons: Delight Compat 1.0-1.3.9
|
| 584 | seasonsextras: Fabric Seasons: Extras 1.2-BETA+1.20
|
| 585 | sherdsapi: Sherds API 4.0.4
|
| 586 | shulkerboxtooltip: Shulker Box Tooltip 4.0.4+1.20.1
|
| 587 | shut_up_gl_error: Shut Up GL Error 1.0.0
|
| 588 | sliceanddice: Create Slice & Dice 3.0.0
|
| 589 | smartbrainlib: SmartBrainLib 1.13
|
| 590 | smoothscrollingrefurbished: Smooth Scrolling Refurbished 1.1.2
|
| 591 | smoothswapping: Smooth Swapping **.**.**.**
|
| 592 | smwyg: Show Me What You Got 1.1.1
|
| 593 | snifferplus: Hellion's Sniffer+ 0.2.0
|
| 594 | snowrealmagic: Snow! Real Magic! 10.2.7
|
| 595 | sodium: Sodium 0.5.3
|
| 596 | sootychimneys: Sooty Chimneys for Fabric 1.1.0
|
| 597 | sound_physics_remastered: Sound Physics Remastered 1.20.1-1.3.1
|
| 598 | spark: spark 1.10.53
|
| 599 | fabric-permissions-api-v0: fabric-permissions-api 0.1-SNAPSHOT
|
| 600 | spawn: Spawn 1.0.3-fabric
|
| 601 | spyglass-improvements: Spyglass Improvements 1.4+mc1.20+fabric
|
| 602 | spyglass_astronomy: Spyglass Astronomy 1.0.8-mc1.20.1
|
| 603 | squidnoglitch: Squid No Glitch 1.0.2
|
| 604 | stackdeobfuscator: StackDeobfuscator 1.4.2+bf1fc22
|
| 605 | dev_booky_common_: common 1.4.2+bf1fc22
|
| 606 | net_fabricmc_mapping-io: mapping-io 0.3.0
|
| 607 | starlight: Starlight 1.1.2+fabric.dbc156f
|
| 608 | statement: Statement 4.2.9+1.14.4-1.20.4
|
| 609 | kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
|
| 610 | statement_vanilla_compatibility: Statement Vanilla Compatibility Module 1.0.1+1.16.5-1.17
|
| 611 | status-effect-bars: Status Effect Bars 1.0.3
|
| 612 | stendhal: Stendhal 1.4.1-1.20
|
| 613 | libgui: LibGui 8.0.1+1.20
|
| 614 | jankson: Jankson 5.0.1+j1.2.2
|
| 615 | libninepatch: LibNinePatch 1.2.0
|
| 616 | stoneexpansion: Stone Expansion 2.2.1-mc1.20.1
|
| 617 | stutterfix: StutterFix mc1.20.1-0.2.0
|
| 618 | suggestion_tweaker: Suggestion Tweaker 1.20-1.5.1
|
| 619 | supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8+a
|
| 620 | supermartijn642corelib: SuperMartijn642's Core Lib 1.1.16
|
| 621 | supplementaries: Supplementaries 1.20-2.7.25
|
| 622 | swingthrough: SwingThrough 1.0.4+1.19
|
| 623 | telepistons: Telepistons 1.1.3
|
| 624 | terrablender: TerraBlender **.**.**.**
|
| 625 | com_electronwill_night-config_core: core 3.6.7
|
| 626 | com_electronwill_night-config_toml: toml 3.6.7
|
| 627 | threadtweak: ThreadTweak 1.20.2-0.1.1
|
| 628 | toastkiller: The Open Sauce Toast Killer 1.0
|
| 629 | travelersbackpack: Traveler's Backpack 1.20.1-9.1.9
|
| 630 | trinkets: Trinkets 3.7.1
|
| 631 | utilitybelt: Utility Belt 1.3.6+1.20.1
|
| 632 | tutorial-lib: Tutorial Lib 1.1.2+1.20.x
|
| 633 | videotape: Video Tape 1.2.1
|
| 634 | com_github_krlite_pierced: Pierced v1.2
|
| 635 | visuality: Visuality 0.7.1+1.20
|
| 636 | visualoverhaul: VisualOverhaul 5.0.1
|
| 637 | visualworkbench: Visual Workbench 8.0.0
|
| 638 | voicechat: Simple Voice Chat 1.20.1-2.4.32
|
| 639 | voidtotem: Void Totem 3.0.1
|
| 640 | vt_downloader: VTDownloader 2.0.8+1.20.1
|
| 641 | walllanterns: Lanterns Belong on Walls 1.6.1+1.20.1
|
| 642 | watching: From The Fog 1.9.2
|
| 643 | waveycapes: WaveyCapes 1.3.2
|
| 644 | waxablecoral: Waxable Coral unspecified
|
| 645 | whyamionfire: Why Am I on Fire? 1.2.2
|
| 646 | whydoesmyglasssoundlikethat: Why Does My glass Sound Like That 1.1.0
|
| 647 | wildlife: Wildlife 1.19.2-2.2
|
| 648 | yeetusexperimentus: Yeetus Experimentus 2.3.0-build.4+mc1.20.1
|
| 649 | yet_another_config_lib_v3: YetAnotherConfigLib 3.2.1+1.20
|
| 650 | com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT
|
| 651 | com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT
|
| 652 | com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT
|
| 653 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT
|
| 654 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT
|
| 655 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT
|
| 656 | org_quiltmc_parsers_gson: gson 0.2.1
|
| 657 | org_quiltmc_parsers_json: json 0.2.1
|
| 658 | yungsapi: YUNG's API 1.20-Fabric-4.0.2
|
| 659 | org_javassist_javassist: javassist 3.29.2-GA
|
| 660 | org_reflections_reflections: reflections 0.10.2
|
| 661 | Loaded Shaderpack: (off)
|
| 662 | Flywheel Backend: GL33 Instanced Arrays
|
| 663 | Launched Version: 1.20.1
|
| 664 | Backend library: LWJGL version 3.3.1 SNAPSHOT
|
| 665 | Backend API: NVIDIA GeForce RTX 3050 Ti Laptop GPU/PCIe/SSE2 GL version 3.2.0 NVIDIA 546.33, NVIDIA Corporation
|
| 666 | Window size: 1920x1001
|
| 667 | GL Caps: Using framebuffer using OpenGL 3.2
|
| 668 | GL debug messages: id=1281, source=API, type=ERROR, severity=HIGH, message='GL_INVALID_VALUE error generated. <size> must be positive.' x 1
|
| 669 | Using VBOs: Yes
|
| 670 | Is Modded: Definitely; Client brand changed to 'fabric'; Server brand changed to 'fabric'
|
| 671 | Type: Integrated Server (map_client.txt)
|
| 672 | Graphics mode: fast
|
| 673 | Resource Packs: fabric, autoslabs:distinct_slabs, presencefootsteps:default_sound_pack, telepistons:enable_steam, minecraft:supporteatinganimation
|
| 674 | Current Language: en_us
|
| 675 | CPU: 16x AMD Ryzen 9 5900HX with Radeon Graphics
|
| 676 | Server Running: true
|
| 677 | Player Count: 1 / 8; [class_3222['Tempest_5ky'/2, l='ServerLevel[New World]', x=43.59, y=70.00, z=136.21]]
|
| 678 | Data Packs: vanilla, fabric, gigeresque:adastracompat, Everycomp Generated Pack, Moonlight Mods Dynamic Assets, Supplementaries Generated Pack
|
| 679 | Enabled Feature Flags: minecraft:vanilla
|
| 680 | World Generation: Stable
|
| 681 |
|