1 | ---- Minecraft Crash Report ----
|
2 | |
3 |
|
4 | Time: 2024-07-21 13:13:19
|
5 | Description: Rendering entry
|
6 |
|
7 | java.lang.NullPointerException: Cannot invoke "net.minecraft.class_5598.method_2821(float, float, float)" because "$$6" is null
|
8 | at net.minecraft.class_836.method_32161(class_836.java:98)
|
9 | at net.minecraft.class_756.method_3166(class_756.java:113)
|
10 | at net.minecraft.class_918.redirect$fkm000$geckolib$cancelRender(class_918.java:6035)
|
11 | at net.minecraft.class_918.method_23179(class_918.java:126)
|
12 | at me.shedaniel.rei.plugin.client.entry.ItemEntryDefinition$ItemEntryRenderer.render(ItemEntryDefinition.java:272)
|
13 | at me.shedaniel.rei.api.client.entry.renderer.ForwardingEntryRenderer.render(ForwardingEntryRenderer.java:42)
|
14 | at me.shedaniel.rei.impl.common.entry.AbstractEntryStack.render(AbstractEntryStack.java:183)
|
15 | at me.shedaniel.rei.impl.client.gui.widget.EntryWidget.drawCurrentEntry(EntryWidget.java:436)
|
16 | at me.shedaniel.rei.impl.client.gui.widget.entrylist.EntryListStackEntry.drawCurrentEntry(EntryListStackEntry.java:157)
|
17 | at me.shedaniel.rei.impl.client.gui.widget.EntryWidget.method_25394(EntryWidget.java:387)
|
18 | at me.shedaniel.rei.impl.client.gui.widget.BatchedEntryRendererManager.renderSlow(BatchedEntryRendererManager.java:257)
|
19 | at me.shedaniel.rei.impl.client.gui.widget.BatchedEntryRendererManager.render(BatchedEntryRendererManager.java:144)
|
20 | at me.shedaniel.rei.impl.client.gui.widget.entrylist.PaginatedEntryListWidget.renderEntries(PaginatedEntryListWidget.java:108)
|
21 | at me.shedaniel.rei.impl.client.gui.widget.entrylist.EntryListWidget.method_25394(EntryListWidget.java:196)
|
22 | at me.shedaniel.rei.impl.client.gui.ScreenOverlayImpl.renderWidgets(ScreenOverlayImpl.java:347)
|
23 | at me.shedaniel.rei.impl.client.gui.ScreenOverlayImpl.method_25394(ScreenOverlayImpl.java:244)
|
24 | at me.shedaniel.rei.impl.client.registry.screen.ScreenRegistryImpl$5.render(ScreenRegistryImpl.java:375)
|
25 | at me.shedaniel.rei.impl.client.registry.screen.DefaultScreenOverlayRenderer.lambda$onApplied$5(DefaultScreenOverlayRenderer.java:91)
|
26 | at me.shedaniel.rei.impl.client.registry.screen.DefaultScreenOverlayRenderer.lambda$new$1(DefaultScreenOverlayRenderer.java:61)
|
27 | at net.minecraft.class_465.handler$bdo000$architectury$renderBackground(class_465.java:2719)
|
28 | at net.minecraft.class_465.method_25394(class_465.java:100)
|
29 | at net.minecraft.class_485.method_25394(class_485.java:27)
|
30 | at net.minecraft.class_490.method_25394(class_490.java:88)
|
31 | at net.minecraft.class_437.method_47413(class_437.java:110)
|
32 | at net.minecraft.class_757.mixinextras$bridge$method_47413$318(class_757.java)
|
33 | at net.minecraft.class_757.wrapOperation$fdm000$fancymenu$wrapRenderScreenFancyMenu(class_757.java:11107)
|
34 | at net.minecraft.class_757.mixinextras$bridge$wrapOperation$fdm000$fancymenu$wrapRenderScreenFancyMenu$319(class_757.java)
|
35 | at net.minecraft.class_757.wrapOperation$gom000$konkrete$wrapRenderScreenKonkrete(class_757.java:14128)
|
36 | at net.minecraft.class_757.method_3192(class_757.java:945)
|
37 | at net.minecraft.class_310.method_1523(class_310.java:1219)
|
38 | at net.minecraft.class_310.method_1514(class_310.java:802)
|
39 | at net.minecraft.client.main.Main.main(Main.java:250)
|
40 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
41 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
42 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
43 |
|
44 |
|
45 | A detailed walkthrough of the error, its code path and all known details is as follows:
|
46 | ---------------------------------------------------------------------------------------
|
47 |
|
48 | -- Head --
|
49 | Thread: Render thread
|
50 | Stacktrace:
|
51 | at net.minecraft.class_836.method_32161(class_836.java:98)
|
52 | at net.minecraft.class_756.method_3166(class_756.java:113)
|
53 | at net.minecraft.class_918.redirect$fkm000$geckolib$cancelRender(class_918.java:6035)
|
54 | at net.minecraft.class_918.method_23179(class_918.java:126)
|
55 |
|
56 | -- Screen details --
|
57 | Details:
|
58 | Screen name: net.minecraft.class_490
|
59 | Stacktrace:
|
60 | at me.shedaniel.rei.impl.client.util.CrashReportUtils.screen(CrashReportUtils.java:50)
|
61 | at me.shedaniel.rei.impl.client.util.CrashReportUtils.essential(CrashReportUtils.java:44)
|
62 | at me.shedaniel.rei.impl.common.entry.AbstractEntryStack.render(AbstractEntryStack.java:185)
|
63 | at me.shedaniel.rei.impl.client.gui.widget.EntryWidget.drawCurrentEntry(EntryWidget.java:436)
|
64 | at me.shedaniel.rei.impl.client.gui.widget.entrylist.EntryListStackEntry.drawCurrentEntry(EntryListStackEntry.java:157)
|
65 | at me.shedaniel.rei.impl.client.gui.widget.EntryWidget.method_25394(EntryWidget.java:387)
|
66 | at me.shedaniel.rei.impl.client.gui.widget.BatchedEntryRendererManager.renderSlow(BatchedEntryRendererManager.java:257)
|
67 | at me.shedaniel.rei.impl.client.gui.widget.BatchedEntryRendererManager.render(BatchedEntryRendererManager.java:144)
|
68 | at me.shedaniel.rei.impl.client.gui.widget.entrylist.PaginatedEntryListWidget.renderEntries(PaginatedEntryListWidget.java:108)
|
69 | at me.shedaniel.rei.impl.client.gui.widget.entrylist.EntryListWidget.method_25394(EntryListWidget.java:196)
|
70 | at me.shedaniel.rei.impl.client.gui.ScreenOverlayImpl.renderWidgets(ScreenOverlayImpl.java:347)
|
71 | at me.shedaniel.rei.impl.client.gui.ScreenOverlayImpl.method_25394(ScreenOverlayImpl.java:244)
|
72 | at me.shedaniel.rei.impl.client.registry.screen.ScreenRegistryImpl$5.render(ScreenRegistryImpl.java:375)
|
73 | at me.shedaniel.rei.impl.client.registry.screen.DefaultScreenOverlayRenderer.lambda$onApplied$5(DefaultScreenOverlayRenderer.java:91)
|
74 | at me.shedaniel.rei.impl.client.registry.screen.DefaultScreenOverlayRenderer.lambda$new$1(DefaultScreenOverlayRenderer.java:61)
|
75 | at net.minecraft.class_465.handler$bdo000$architectury$renderBackground(class_465.java:2719)
|
76 | at net.minecraft.class_465.method_25394(class_465.java:100)
|
77 | at net.minecraft.class_485.method_25394(class_485.java:27)
|
78 | at net.minecraft.class_490.method_25394(class_490.java:88)
|
79 | at net.minecraft.class_437.method_47413(class_437.java:110)
|
80 | at net.minecraft.class_757.mixinextras$bridge$method_47413$318(class_757.java)
|
81 | at net.minecraft.class_757.wrapOperation$fdm000$fancymenu$wrapRenderScreenFancyMenu(class_757.java:11107)
|
82 | at net.minecraft.class_757.mixinextras$bridge$wrapOperation$fdm000$fancymenu$wrapRenderScreenFancyMenu$319(class_757.java)
|
83 | at net.minecraft.class_757.wrapOperation$gom000$konkrete$wrapRenderScreenKonkrete(class_757.java:14128)
|
84 | at net.minecraft.class_757.method_3192(class_757.java:945)
|
85 | at net.minecraft.class_310.method_1523(class_310.java:1219)
|
86 | at net.minecraft.class_310.method_1514(class_310.java:802)
|
87 | at net.minecraft.client.main.Main.main(Main.java:250)
|
88 | at net.fabricmc.loader.impl.game.minecraft.MinecraftGameProvider.launch(MinecraftGameProvider.java:470)
|
89 | at net.fabricmc.loader.impl.launch.knot.Knot.launch(Knot.java:74)
|
90 | at net.fabricmc.loader.impl.launch.knot.KnotClient.main(KnotClient.java:23)
|
91 |
|
92 | -- Renderer details --
|
93 | Details:
|
94 | Renderer name: me.shedaniel.rei.impl.common.entry.TypedEntryStack
|
95 | Entry type: minecraft:item
|
96 | Is empty: false
|
97 | Entry identifier: variantsandventures:gelid_head
|
98 |
|
99 | -- Entry Renderer --
|
100 | Details:
|
101 | Entry definition class name: me.shedaniel.rei.plugin.client.entry.ItemEntryDefinition
|
102 | Item Type: gelid_head
|
103 | Item Damage: 0
|
104 | Item NBT: null
|
105 | Item Foil: false
|
106 |
|
107 | -- Screen details --
|
108 | Details:
|
109 | Screen name: net.minecraft.class_490
|
110 |
|
111 | -- Renderer details --
|
112 | Details:
|
113 | Renderer name: me.shedaniel.rei.impl.client.gui.widget.entrylist.EntryListStackEntry
|
114 | Bounds: me.shedaniel.math.Rectangle@fe55539[height=18,width=18,x=469,y=136]
|
115 | Notice mark: 0
|
116 | Interactable: true
|
117 | Interactable favorites: true
|
118 | Highlight enabled: true
|
119 | Tooltip enabled: true
|
120 | Background enabled: false
|
121 | Entries count: 1
|
122 |
|
123 | -- Current Rendering Entry --
|
124 | Details:
|
125 | Renderer name: me.shedaniel.rei.impl.common.entry.TypedEntryStack
|
126 | Entry type: minecraft:item
|
127 | Is empty: false
|
128 | Entry identifier: variantsandventures:gelid_head
|
129 |
|
130 | -- Entry Renderer --
|
131 | Details:
|
132 | Entry definition class name: me.shedaniel.rei.plugin.client.entry.ItemEntryDefinition
|
133 | Item Type: gelid_head
|
134 | Item Damage: 0
|
135 | Item NBT: null
|
136 | Item Foil: false
|
137 |
|
138 | -- Screen details --
|
139 | Details:
|
140 | Screen name: net.minecraft.class_490
|
141 |
|
142 | -- System Details --
|
143 | Details:
|
144 | Minecraft Version: 1.20.1
|
145 | Minecraft Version ID: 1.20.1
|
146 | Operating System: Windows 10 (amd64) version 10.0
|
147 | Java Version: 17.0.8, Microsoft
|
148 | Java VM Version: OpenJDK 64-Bit Server VM (mixed mode), Microsoft
|
149 | Memory: 2051147488 bytes (1956 MiB) / 9890168832 bytes (9432 MiB) up to 10737418240 bytes (10240 MiB)
|
150 | CPUs: 6
|
151 | Processor Vendor: GenuineIntel
|
152 | Processor Name: Intel(R) Core(TM) i5-9600K CPU @ 3.70GHz
|
153 | Identifier: Intel64 Family 6 Model 158 Stepping 12
|
154 | Microarchitecture: Coffee Lake
|
155 | Frequency (GHz): 3.70
|
156 | Number of physical packages: 1
|
157 | Number of physical CPUs: 6
|
158 | Number of logical CPUs: 6
|
159 | Graphics card #0 name: NVIDIA GeForce RTX 2060 SUPER
|
160 | Graphics card #0 vendor: NVIDIA (0x10de)
|
161 | Graphics card #0 VRAM (MB): 4095.00
|
162 | Graphics card #0 deviceId: 0x1f06
|
163 | Graphics card #0 versionInfo: DriverVersion=31.0.15.4592
|
164 | Memory slot #0 capacity (MB): 8192.00
|
165 | Memory slot #0 clockSpeed (GHz): 2.13
|
166 | Memory slot #0 type: DDR4
|
167 | Memory slot #1 capacity (MB): 8192.00
|
168 | Memory slot #1 clockSpeed (GHz): 2.13
|
169 | Memory slot #1 type: DDR4
|
170 | Virtual memory max (MB): 33727.53
|
171 | Virtual memory used (MB): 30114.19
|
172 | Swap memory total (MB): 17408.00
|
173 | Swap memory used (MB): 1757.25
|
174 | JVM Flags: 4 total; -XX:HeapDumpPath=MojangTricksIntelDriversForPerformance_javaw.exe_minecraft.exe.heapdump -Xss1M -Xmx10240m -Xms256m
|
175 | Fabric Mods:
|
176 | accelerateddecay: Accelerated Decay 3.0.1+mc1.20.1
|
177 | ad_astra: Ad Astra 1.15.18
|
178 | javazoom_jlayer: jlayer 1.0.1
|
179 | ad_astra_giselle_addon: Ad Astra: Giselle Addon 6.9
|
180 | additionallanterns: Additional Lanterns 1.1.1a
|
181 | advanced_runtime_resource_pack: Runtime Resource Pack 0.8.1
|
182 | advancednetherite: Advanced Netherite 2.0.3-1.20.1
|
183 | advancementplaques: Advancement Plaques 1.4.11
|
184 | adventurez: AdventureZ 1.4.20
|
185 | ae2: Applied Energistics 2 15.2.9
|
186 | team_reborn_energy: Energy 3.0.0
|
187 | ae2mtfix: AE2 + Mouse Tweaks Fix 2.0.0+1.20.1+fabric
|
188 | ae2wtlib: AE2WTLib 15.2.1-fabric
|
189 | alloy_forgery: Alloy Forgery 2.1.2+1.20
|
190 | almostunified: AlmostUnified 1.20.1-0.9.4
|
191 | ambientsounds: AmbientSounds 6.0.3
|
192 | amecs: Amecs 1.3.10+mc.1.20.1
|
193 | amecsapi: Amecs API 1.4.0+mc1.20-pre1
|
194 | animal_feeding_trough: Animal Feeding Trough 1.1.0+1.20.1
|
195 | another_furniture: Another Furniture 1.20.1-3.0.1
|
196 | antighost: AntiGhost 1.20-fabric0.83.0-1.1.5
|
197 | crowdin-translate: CrowdinTranslate 1.4+1.19.3
|
198 | anvilrepairing: AnvilRepairing 4.0.9
|
199 | appbot: Applied Botanics 1.5.0
|
200 | appleskin: AppleSkin 2.5.1+mc1.20
|
201 | aquamirae: Aquamirae 6
|
202 | archers: Archers (RPG Series) 1.2.5+1.20.1
|
203 | com_github_zsoltmolnarrr_tinyconfig: TinyConfig 2.3.2
|
204 | architectury: Architectury 9.2.14
|
205 | argonauts: Argonauts 1.0.10
|
206 | artifacts: Artifacts 9.5.12
|
207 | cardinal-components-base: Cardinal Components API (base) 5.2.2
|
208 | cardinal-components-entity: Cardinal Components API (entities) 5.2.2
|
209 | expandability: ExpandAbility 9.0.4
|
210 | step-height-entity-attribute: Step Height Entity Attribute 1.2.0
|
211 | asynclocator: Async Locator 1.3.0
|
212 | athena: Athena 3.1.2
|
213 | attributefix: AttributeFix 21.0.4
|
214 | authme: Auth Me 7.0.2+1.20
|
215 | auto-workstations: Auto Workstations 1.0-rc.21
|
216 | autoconfig1u: Auto Config v1 Updated 3.4.0
|
217 | axolotlitemfix: Axolotl Item Fix 1.1.7
|
218 | azurelibarmor: AzureLib Armor 2.0.6
|
219 | badpackets: Bad Packets 0.4.3
|
220 | bakery: [Let's Do] Bakery 1.1.13
|
221 | balm-fabric: Balm 7.3.6
|
222 | kuma_api: KumaAPI 20.1.8
|
223 | bankstorage: Bank Storage 1.2.0
|
224 | beachparty: [Let's Do] Beachparty 1.1.5
|
225 | beaconoverhaul: Beacon Overhaul 1.8.4+1.20
|
226 | reach-entity-attributes: Reach Entity Attributes 2.4.0
|
227 | beautify: Beautify 1.2.0+1.20.1
|
228 | bedbenefits: BedBenefits 13.0.3
|
229 | bellsandwhistles: Create: Bells & Whistles 0.4.5
|
230 | besmirchment: Besmirchment 1.20.1-4
|
231 | impersonate: Impersonate 2.10.2
|
232 | terraform-wood-api-v1: Terraform Wood API (v1) 7.0.3
|
233 | betterarcheology: Better Archeology 1.1.9-1.20.1
|
234 | betterdeserttemples: YUNG's Better Desert Temples 1.20-Fabric-3.0.3
|
235 | org_reflections_reflections: reflections 0.10.2
|
236 | betterdungeons: YUNG's Better Dungeons 1.20-Fabric-4.0.4
|
237 | betterendisland: YUNG's Better End Island 1.20-Fabric-2.0.6
|
238 | betterfortresses: YUNG's Better Nether Fortresses 1.20-Fabric-2.0.6
|
239 | betterjungletemples: YUNG's Better Jungle Temples 1.20-Fabric-2.0.5
|
240 | bettermineshafts: YUNG's Better Mineshafts 1.20-Fabric-4.0.4
|
241 | betteroceanmonuments: YUNG's Better Ocean Monuments 1.20-Fabric-3.0.4
|
242 | betterpingdisplay: Better Ping Display 1.1.1
|
243 | bettersmithingtable: BetterSmithingTable 1.1.0
|
244 | betterstats: Better Statistics Screen 3.9.7+fabric-1.20.1
|
245 | tcdcommons: TCD Commons API 3.9.6+fabric-1.20.1
|
246 | betterstrongholds: YUNG's Better Strongholds 1.20-Fabric-4.0.3
|
247 | betterthanbunnies: Better Than Bunnies 1.4.0
|
248 | betterthanllamas: Better Than Llamas 1.3.0
|
249 | bettertrims: BetterTrims 2.3.1
|
250 | betterwitchhuts: YUNG's Better Witch Huts 1.20-Fabric-3.0.3
|
251 | bewitchment: Bewitchment 1.20-8
|
252 | bewitchment-rei: Bewitchment REI 1.0.0
|
253 | bhmenu: BHMenu-Fabric 2.4.1
|
254 | blockus: Blockus 2.7.15+1.20.1
|
255 | bloomingnature: [Let's Do] BloomingNature 1.0.7
|
256 | blur: Blur (Fabric) 3.1.0
|
257 | satin: Satin 1.13.0
|
258 | bonezone: BoneZone 3.0.6
|
259 | bookshelf: Bookshelf 20.2.13
|
260 | bosses_of_mass_destruction: Bosses of Mass Destruction (Beta) 1.7.5-1.20.1
|
261 | maelstrom_library: Maelstrom Library 1.6.1-1.20
|
262 | multipart_entities: MultipartEntities 1.5-1.20
|
263 | botania: Botania 1.20.1-445-FABRIC
|
264 | fiber: fiber 0.23.0-2
|
265 | botarium: Botarium 2.3.4
|
266 | brewery: [Let's Do] Brewery 1.1.9
|
267 | brewinandchewin: Brewin And Chewin 3.0.6+1.20.1
|
268 | mm: Manningham Mills 2.3
|
269 | builtinservers: Builtin Servers 2.1+1.20
|
270 | bushierflowers: Bushier Flowers 0.0.3-1.20.1
|
271 | bwncr: Bad Wither No Cookie Reloaded 3.17.0
|
272 | cadmus: Cadmus 1.0.8
|
273 | common-protection-api: Common Protection API 1.0.0
|
274 | calibrated: Calibrated Access 1.3.1-beta.1+1.20
|
275 | blockreachapi: Block Reach API 1.0.0-beta.1+1.20
|
276 | datacriteria: Data Criteria 1.0.1+1.20
|
277 | cardinal-components: Cardinal Components API 5.2.2
|
278 | cardinal-components-block: Cardinal Components API (blocks) 5.2.2
|
279 | cardinal-components-chunk: Cardinal Components API (chunks) 5.2.2
|
280 | cardinal-components-item: Cardinal Components API (items) 5.2.2
|
281 | cardinal-components-level: Cardinal Components API (world saves) 5.2.2
|
282 | cardinal-components-scoreboard: Cardinal Components API (scoreboard) 5.2.2
|
283 | cardinal-components-world: Cardinal Components API (worlds) 5.2.2
|
284 | catalogue: Catalogue 1.8.0
|
285 | charmofundying: Charm of Undying 6.5.0+1.20.1
|
286 | spectrelib: SpectreLib 0.13.15+1.20.1
|
287 | chat_heads: Chat Heads 0.12.7
|
288 | chefsdelight: Chefs Delight 1.0.3-fabric-1.20.1
|
289 | cherishedworlds: Cherished Worlds 6.1.6+1.20.1
|
290 | chipped: Chipped 3.0.6
|
291 | chunky: Chunky 1.3.146
|
292 | clean_tooltips: Clean Tooltips 1.0
|
293 | cloth-config: Cloth Config v11 11.1.118
|
294 | cloth-basic-math: cloth-basic-math 0.6.1
|
295 | clumps: Clumps **.**.**.**
|
296 | colorfulhearts: Colorful Hearts 4.2.11
|
297 | colytra: Colytra 6.2.2+1.20.1
|
298 | completeconfig: CompleteConfig 2.5.2
|
299 | completeconfig-base: completeconfig-base 2.5.2
|
300 | completeconfig-gui-cloth: completeconfig-gui-cloth 2.5.2
|
301 | completeconfig-gui-yacl: completeconfig-gui-yacl 2.5.2
|
302 | compressed_blocks: compressed_blocks 1.0.0
|
303 | computercraft: CC: Tweaked 1.111.0
|
304 | cc_tweaked_cobalt: cobalt 0.9.3
|
305 | com_electronwill_night-config_core: core 3.6.7
|
306 | com_electronwill_night-config_toml: toml 3.6.7
|
307 | com_jcraft_jzlib: jzlib 1.1.3
|
308 | io_netty_netty-codec-http: netty-codec-http 4.1.82
|
309 | io_netty_netty-codec-socks: netty-codec-socks 4.1.82
|
310 | io_netty_netty-handler-proxy: netty-handler-proxy 4.1.82
|
311 | connectedglass: Connected Glass 1.1.11
|
312 | connectiblechains: Connectible Chains 2.2.1+1.20.1
|
313 | convenientdecor: Convenient Decor 0.4.2
|
314 | omega-config: OmegaConfig 1.4.0+1.20.1
|
315 | cookingforblockheads: Cooking for Blockheads 16.0.6
|
316 | copycats: Create: Copycats+ 1.3.8+mc.1.20.1-fabric
|
317 | couplings: Couplings 1.9.5+1.20
|
318 | coxinhautilities: Coxinha Utilities 1.4.13+1.20.1
|
319 | craftingtweaks: Crafting Tweaks 18.2.4
|
320 | crawl: Crawl 0.12.0
|
321 | create: Create 0.5.1-f-build.1417+mc1.20.1
|
322 | com_google_code_findbugs_jsr305: jsr305 3.0.2
|
323 | flywheel: Flywheel 0.6.10-2
|
324 | milk: Milk Lib 1.2.60
|
325 | dripstone_fluid_lib: Dripstone Fluid Lib 3.0.2
|
326 | porting_lib_tags: Porting Lib Tags 3.0
|
327 | registrate-fabric: Registrate for Fabric 1.3.62-MC1.20.1
|
328 | create_enchantment_industry: Create Enchantment Industry 1.2.16
|
329 | create_dragon_lib: Create Dragon Lib 1.4.2
|
330 | create_jetpack: Create Jetpack 4.2.0
|
331 | flightlib: Flight Lib 2.1.0
|
332 | createaddition: Create Crafts & Additions 1.2.4
|
333 | createdeco: Create Deco 2.0.2-1.20.1-fabric
|
334 | createfood: Create: Food 1.1.0
|
335 | creativecore: CreativeCore 2.11.30
|
336 | net_minecraftforge_eventbus: eventbus 6.0.3
|
337 | creeperoverhaul: Creeper Overhaul 3.0.2
|
338 | croptopia: Croptopia 3.0.3
|
339 | ctov: ChoiceTheorem's Overhauled Village 3.4.6
|
340 | customportals: Custom Portals 3.4.0
|
341 | dark-loading-screen: Dark Loading Screen 1.6.14
|
342 | darkmodeeverywhere: DarkModeEverywhere 1.20.1-1.2.2
|
343 | darkutils: DarkUtilities 17.0.3
|
344 | decorative_blocks: Decorative Blocks 4.1.3
|
345 | deepslatecutting: Deepslate Cutting 1.7.0
|
346 | defaultoptions: Default Options 18.0.1
|
347 | diet: Diet 2.1.1+1.20.1
|
348 | display_case: Display Case Mod 1.0.8
|
349 | distractingtrims: DistractingTrims 2.0.4
|
350 | dml-refabricated: Deep Mob Learning: Refabricated 0.5.16-BETA+1.20.1
|
351 | dml-refabricated-base: DML: Refabricated - Base 0.5.16-BETA+1.20.1
|
352 | dml-refabricated-modular-armor: DML: Refabricated - Glitch Armor 0.5.16-BETA+1.20.1
|
353 | dmlsimulacrum: Deep Mob Learning: Simulacrum 0.5.16-BETA+1.20.1
|
354 | ktdatataglib: KtDataTagLib 1.6.7+1.20.1
|
355 | doapi: [Let's Do] API 1.2.15
|
356 | dogslie: Let Sleeping Dogs Lie 1.3.0
|
357 | dragonloot: DragonLoot 1.1.4
|
358 | duckling: Duckling 3.0.0
|
359 | ducky-periphs: Ducky Peripherals 1.20.1-1.3.1
|
360 | org_jblas_jblas: jblas 1.2.5
|
361 | org_joml_joml: joml 1.10.5
|
362 | serialization_hooks: Serialization Hooks 0.4.99999
|
363 | dummmmmmy: MmmMmmMmmMmm 1.20-1.8.17b
|
364 | dungeonnowloading: Dungeon Now Loading 1.5
|
365 | dungeons_arise: When Dungeons Arise 2.1.58
|
366 | dungeons_arise_seven_seas: When Dungeons Arise: Seven Seas 1.0.2
|
367 | ecologics: Ecologics 2.2.0
|
368 | elytraslot: Elytra Slot 6.4.1+1.20.1
|
369 | mixinsquared: MixinSquared 0.1.2-beta.6
|
370 | embeddium: Embeddium 0.3.25+mc1.20.1
|
371 | fabric-api-base: Fabric API Base 0.4.31+1802ada577
|
372 | fabric-block-view-api-v2: Fabric BlockView API (v2) 1.0.1+1802ada577
|
373 | fabric-renderer-api-v1: Fabric Renderer API (v1) 3.2.1+1802ada577
|
374 | fabric-renderer-indigo: Fabric Renderer - Indigo 1.5.2+85287f9f77
|
375 | fabric-rendering-data-attachment-v1: Fabric Rendering Data Attachment (v1) 0.3.37+92a0d36777
|
376 | fabric-rendering-fluids-v1: Fabric Rendering Fluids (v1) 3.0.28+1802ada577
|
377 | fabric-resource-loader-v0: Fabric Resource Loader (v0) 0.11.10+1802ada577
|
378 | indium: Indium 1.99.99
|
379 | sodium: Sodium 0.5.11
|
380 | enchdesc: EnchantmentDescriptions 17.0.16
|
381 | endermanoverhaul: Enderman Overhaul 1.0.4
|
382 | ends_delight: End's Delight 2.0
|
383 | porting_lib_config: Porting Lib Config 2.3.4+1.20.1
|
384 | enhancedworkbenches: Enhanced Workbenches 1.1.3+1.20.1
|
385 | yet_another_config_lib_v3: YetAnotherConfigLib 3.2.2+1.20
|
386 | com_twelvemonkeys_common_common-image: common-image 3.10.0-SNAPSHOT
|
387 | com_twelvemonkeys_common_common-io: common-io 3.10.0-SNAPSHOT
|
388 | com_twelvemonkeys_common_common-lang: common-lang 3.10.0-SNAPSHOT
|
389 | com_twelvemonkeys_imageio_imageio-core: imageio-core 3.10.0-SNAPSHOT
|
390 | com_twelvemonkeys_imageio_imageio-metadata: imageio-metadata 3.10.0-SNAPSHOT
|
391 | com_twelvemonkeys_imageio_imageio-webp: imageio-webp 3.10.0-SNAPSHOT
|
392 | org_quiltmc_parsers_gson: gson 0.2.1
|
393 | org_quiltmc_parsers_json: json 0.2.1
|
394 | entangled: Entangled 1.3.18
|
395 | epherolib: EpheroLib 1.2.0
|
396 | equipmentcompare: Equipment Compare 1.3.8
|
397 | experiencebugfix: Experience Bug Fix 2
|
398 | exposure: Exposure 1.7.2
|
399 | extendedae: ExtendedAE 1.20-1.0.2-fabric
|
400 | configuration: Configuration 2.2.0
|
401 | extraordinary_extra_totems: Extraordinary Extra Totems 1.0.3
|
402 | extrasponges: ExtraSponges 1.5.0
|
403 | extremesoundmuffler: Extreme sound muffler 3.41-fabric-1.20
|
404 | fabric-api: Fabric API 0.92.2+1.20.1
|
405 | fabric-api-lookup-api-v1: Fabric API Lookup API (v1) 1.6.36+1802ada577
|
406 | fabric-biome-api-v1: Fabric Biome API (v1) 13.0.13+1802ada577
|
407 | fabric-block-api-v1: Fabric Block API (v1) 1.0.11+1802ada577
|
408 | fabric-blockrenderlayer-v1: Fabric BlockRenderLayer Registration (v1) 1.1.41+1802ada577
|
409 | fabric-client-tags-api-v1: Fabric Client Tags 1.1.2+1802ada577
|
410 | fabric-command-api-v1: Fabric Command API (v1) 1.2.34+f71b366f77
|
411 | fabric-command-api-v2: Fabric Command API (v2) 2.2.13+1802ada577
|
412 | fabric-commands-v0: Fabric Commands (v0) 0.2.51+df3654b377
|
413 | fabric-containers-v0: Fabric Containers (v0) 0.1.64+df3654b377
|
414 | fabric-content-registries-v0: Fabric Content Registries (v0) 4.0.11+1802ada577
|
415 | fabric-convention-tags-v1: Fabric Convention Tags 1.5.5+1802ada577
|
416 | fabric-crash-report-info-v1: Fabric Crash Report Info (v1) 0.2.19+1802ada577
|
417 | fabric-data-attachment-api-v1: Fabric Data Attachment API (v1) 1.0.0+de0fd6d177
|
418 | fabric-data-generation-api-v1: Fabric Data Generation API (v1) 12.3.4+1802ada577
|
419 | fabric-dimensions-v1: Fabric Dimensions API (v1) 2.1.54+1802ada577
|
420 | fabric-entity-events-v1: Fabric Entity Events (v1) 1.6.0+1c78457f77
|
421 | fabric-events-interaction-v0: Fabric Events Interaction (v0) 0.6.2+1802ada577
|
422 | fabric-events-lifecycle-v0: Fabric Events Lifecycle (v0) 0.2.63+df3654b377
|
423 | fabric-game-rule-api-v1: Fabric Game Rule API (v1) 1.0.40+1802ada577
|
424 | fabric-item-api-v1: Fabric Item API (v1) 2.1.28+1802ada577
|
425 | fabric-item-group-api-v1: Fabric Item Group API (v1) 4.0.12+1802ada577
|
426 | fabric-key-binding-api-v1: Fabric Key Binding API (v1) 1.0.37+1802ada577
|
427 | fabric-keybindings-v0: Fabric Key Bindings (v0) 0.2.35+df3654b377
|
428 | fabric-lifecycle-events-v1: Fabric Lifecycle Events (v1) 2.2.22+1802ada577
|
429 | fabric-loot-api-v2: Fabric Loot API (v2) 1.2.1+1802ada577
|
430 | fabric-loot-tables-v1: Fabric Loot Tables (v1) 1.1.45+9e7660c677
|
431 | fabric-message-api-v1: Fabric Message API (v1) 5.1.9+1802ada577
|
432 | fabric-mining-level-api-v1: Fabric Mining Level API (v1) 2.1.50+1802ada577
|
433 | fabric-model-loading-api-v1: Fabric Model Loading API (v1) 1.0.3+1802ada577
|
434 | fabric-models-v0: Fabric Models (v0) 0.4.2+9386d8a777
|
435 | fabric-networking-api-v1: Fabric Networking API (v1) 1.3.11+1802ada577
|
436 | fabric-networking-v0: Fabric Networking (v0) 0.3.51+df3654b377
|
437 | fabric-object-builder-api-v1: Fabric Object Builder API (v1) 11.1.3+1802ada577
|
438 | fabric-particles-v1: Fabric Particles (v1) 1.1.2+1802ada577
|
439 | fabric-recipe-api-v1: Fabric Recipe API (v1) 1.0.21+1802ada577
|
440 | fabric-registry-sync-v0: Fabric Registry Sync (v0) 2.3.3+1802ada577
|
441 | fabric-renderer-registries-v1: Fabric Renderer Registries (v1) 3.2.46+df3654b377
|
442 | fabric-rendering-v0: Fabric Rendering (v0) 1.1.49+df3654b377
|
443 | fabric-rendering-v1: Fabric Rendering (v1) 3.0.8+1802ada577
|
444 | fabric-resource-conditions-api-v1: Fabric Resource Conditions API (v1) 2.3.8+1802ada577
|
445 | fabric-screen-api-v1: Fabric Screen API (v1) 2.0.8+1802ada577
|
446 | fabric-screen-handler-api-v1: Fabric Screen Handler API (v1) 1.3.30+1802ada577
|
447 | fabric-sound-api-v1: Fabric Sound API (v1) 1.0.13+1802ada577
|
448 | fabric-transfer-api-v1: Fabric Transfer API (v1) 3.3.5+8dd72ea377
|
449 | fabric-transitive-access-wideners-v1: Fabric Transitive Access Wideners (v1) 4.3.1+1802ada577
|
450 | fabric-language-kotlin: Fabric Language Kotlin 1.11.0+kotlin.2.0.0
|
451 | org_jetbrains_kotlin_kotlin-reflect: kotlin-reflect 2.0.0
|
452 | org_jetbrains_kotlin_kotlin-stdlib: kotlin-stdlib 2.0.0
|
453 | org_jetbrains_kotlin_kotlin-stdlib-jdk7: kotlin-stdlib-jdk7 2.0.0
|
454 | org_jetbrains_kotlin_kotlin-stdlib-jdk8: kotlin-stdlib-jdk8 2.0.0
|
455 | org_jetbrains_kotlinx_atomicfu-jvm: atomicfu-jvm 0.24.0
|
456 | org_jetbrains_kotlinx_kotlinx-coroutines-core-jvm: kotlinx-coroutines-core-jvm 1.8.1
|
457 | org_jetbrains_kotlinx_kotlinx-coroutines-jdk8: kotlinx-coroutines-jdk8 1.8.1
|
458 | org_jetbrains_kotlinx_kotlinx-datetime-jvm: kotlinx-datetime-jvm 0.6.0
|
459 | org_jetbrains_kotlinx_kotlinx-serialization-cbor-jvm: kotlinx-serialization-cbor-jvm 1.6.3
|
460 | org_jetbrains_kotlinx_kotlinx-serialization-core-jvm: kotlinx-serialization-core-jvm 1.6.3
|
461 | org_jetbrains_kotlinx_kotlinx-serialization-json-jvm: kotlinx-serialization-json-jvm 1.6.3
|
462 | fabricloader: Fabric Loader 0.15.11
|
463 | fakerlib: fakerlib 0.1.4
|
464 | fancymenu: FancyMenu 3.2.3
|
465 | com_github_keksuccino_japng: japng 0.5.3
|
466 | com_github_rtyley_animated-gif-lib-for-java: animated-gif-lib-for-java animated-gif-lib-1.7
|
467 | farmersdelight: Farmer's Delight 1.20.1-2.1.1+refabricated
|
468 | porting_lib_accessors: Porting Lib Accessors 2.3.4+1.20.1
|
469 | porting_lib_base: Porting Lib Base 2.3.4+1.20.1
|
470 | porting_lib_client_events: Porting Lib Client Events 2.3.4+1.20.1
|
471 | porting_lib_extensions: Porting Lib Extensions 2.3.4+1.20.1
|
472 | porting_lib_lazy_registration: Porting Lib Lazy Register 2.3.4+1.20.1
|
473 | porting_lib_loot: Porting Lib Loot 2.3.4+1.20.1
|
474 | porting_lib_networking: Porting Lib Networking 2.3.4+1.20.1
|
475 | porting_lib_recipe_book_categories: Porting Lib Recipe Book Categories 2.3.4+1.20.1
|
476 | porting_lib_registries: Porting Lib Registries 2.3.4+1.20.1
|
477 | porting_lib_tool_actions: Porting Lib Tool Actions 2.3.4+1.20.1
|
478 | farmersknives: Farmer's Knives 3.2
|
479 | farmersrespite: Farmer's Respite 3.0.2
|
480 | farmingforblockheads: Farming for Blockheads 14.0.2
|
481 | fastpaintings: Fast Paintings 1.20-1.2.7
|
482 | ferritecore: FerriteCore 6.0.1
|
483 | findme: FindMe 3.2.1
|
484 | fishofthieves: Fish of Thieves 3.0.6
|
485 | forgeconfigapiport: Forge Config API Port 8.0.0
|
486 | formations: Formations 1.0.2
|
487 | formationsnether: Formations Nether 1.0.4
|
488 | framework: Framework 0.6.16
|
489 | org_javassist_javassist: javassist 3.29.2-GA
|
490 | friendlyfire: FriendlyFire 18.0.7
|
491 | frightsdelight: Frights Delight fabric-1.20.1-1.0.4
|
492 | ftblibrary: FTB Library 2001.2.3
|
493 | ftbultimine: FTB Ultimine 2001.1.5
|
494 | fullstackwatchdog: FullStack Watchdog 1.0.1+1.19.2-fabric
|
495 | fusion: Fusion 1.1.1
|
496 | fwaystones: Fabric Waystones 3.3.2+mc1.20.1
|
497 | gag: Gadgets Against Grind 3.0.0-build.10
|
498 | gazebo: Gazebos 1.1.1+1.20.1
|
499 | geckolib: GeckoLib 4 4.4.7
|
500 | com_eliotlash_mclib_mclib: mclib 20
|
501 | geode_plus: Geode Plus 1.2.5
|
502 | glassential: Glassential 2.0.1
|
503 | go-fish: Go Fish 1.6.3+1.20.1
|
504 | graveyard: The Graveyard 3.0
|
505 | guardvillagers: GuardVillagers 2.0.9-1.20.1
|
506 | handcrafted: Handcrafted 3.0.6
|
507 | harmonia: Harmonia 1.2.0
|
508 | hephaestusplus: HephaestusPlus 1.1.1+1.20
|
509 | config_toolkit: ConfigToolkit 1.0.0
|
510 | io_determann_shadow-api-17: shadow-api-17 0.1.1
|
511 | net_fabricmc_javapoet: javapoet 0.1.0
|
512 | heracles: Heracles 1.1.13
|
513 | hermes: Hermes 1.6.0
|
514 | herbalbrews: [Let's Do] HerbalBrews **.**.**.**
|
515 | hopobetterruinedportal: Hopo Better Ruined Portal 1.3.7
|
516 | iceandfire: Ice And Fire 0.4
|
517 | fabric-trade-api: Fabric Trade API 0.1.2
|
518 | iceberg: Iceberg 1.1.18
|
519 | ichunutil: iChunUtil 1.0.0
|
520 | immediatelyfast: ImmediatelyFast 1.2.18+1.20.4
|
521 | net_lenni0451_reflect: Reflect 1.3.4
|
522 | immersive_armors: Immersive Armors 1.6.1+1.20.1
|
523 | immersive_melodies: Immersive Melodies 0.3.0+1.20.1
|
524 | indrev: Industrial Revolution 1.16.5-BETA
|
525 | libgui: LibGui 8.1.1+1.20.1
|
526 | jankson: Jankson 6.0.0+j1.2.3
|
527 | blue_endless_jankson: jankson 1.2.3
|
528 | libninepatch: LibNinePatch 1.2.0
|
529 | noindium: No Indium? 1.1.0+1.19
|
530 | industrialreborn: Industrial Reborn 1.20.1-1.3.1
|
531 | interiors: Create: Interiors 0.5.3+fabric-mc1.20.1
|
532 | inventorysorter: Inventory Sorter 1.9.0-1.20
|
533 | kyrptconfig: Kyrpt Config 1.5.6-1.20
|
534 | invoke: Invocations Mod 0.2.4
|
535 | iris: Iris 1.7.2+mc1.20.1
|
536 | io_github_douira_glsl-transformer: glsl-transformer 2.0.1
|
537 | org_anarres_jcpp: jcpp 1.4.14
|
538 | org_antlr_antlr4-runtime: antlr4-runtime 4.13.1
|
539 | iron-jetpacks: Iron Jetpacks 0.4.7
|
540 | ironchests: Iron Chests: Restocked 5.0.2
|
541 | itemcollectors: Item Collectors 1.1.10
|
542 | itemfavorites: ItemFavorites 1.0.4+1.20.1
|
543 | jamlib: JamLib 0.6.1+1.20.x
|
544 | java: OpenJDK 64-Bit Server VM 17
|
545 | javd: Just Another Void Dimension 5.0.1+mc1.20.1
|
546 | jewelry: Jewelry (RPG Series) 1.3.4+1.20.1
|
547 | jumpoverfences: JumpOverFences 1.0-SNAPSHOT
|
548 | justenoughbreeding: Just Enough Breeding 1.2.4
|
549 | kibe: Kibe 1.10.1-BETA+1.20
|
550 | kibecompat: Kibe Compat 0.0.1
|
551 | konkrete: Konkrete 1.8.1
|
552 | kubejs: KubeJS 2001.6.5-build.14
|
553 | lazydfu: LazyDFU 0.1.3
|
554 | legendarytooltips: Legendary Tooltips 1.4.5
|
555 | letsdoaddon-compat: [Let's Do Addon] Compat 1.4.2
|
556 | letsdoaddon-structures: Let's Do Addon: Structures 1.7.1
|
557 | leveltextfix: LevelTextFix 7.0.2
|
558 | libz: LibZ 1.0.3
|
559 | com_fasterxml_jackson_core_jackson-annotations: jackson-annotations 2.15.2
|
560 | com_fasterxml_jackson_core_jackson-core: jackson-core 2.15.2
|
561 | com_fasterxml_jackson_core_jackson-databind: jackson-databind 2.15.2
|
562 | lightoverlay: Light Overlay 8.0.0
|
563 | lithium: Lithium 0.11.2
|
564 | lithostitched: Lithostitched 1.1.6
|
565 | lmft: Load My F***ing Tags 1.0.2+1.20
|
566 | lodestone: Lodestone 1.20.1-1.6.1.2j-fabric
|
567 | porting_lib_blocks: Porting Lib Blocks 2.3.4+1.20.1
|
568 | porting_lib_model_generators: Porting Lib Model Generators 2.3.4+1.20.1
|
569 | logbegone: Log Begone 1.0.8
|
570 | lolmcv: More Chest Variants 1.5.6
|
571 | lootbags: Resourceful Lootbags 2.0.0
|
572 | lootjs: LootJS 1.20.1-2.12.0
|
573 | lootr: Lootr **.**.**.**
|
574 | malum: Malum 1.20.1-1.6.2.0c-fabric
|
575 | maxhealthfix: MaxHealthFix 12.0.3
|
576 | mcwbridges: Macaw's Bridges 3.0.0
|
577 | mcwdoors: Macaw's Doors 1.1.1
|
578 | mcwfences: Macaw's Fences and Walls 1.1.2
|
579 | mcwlights: Macaw's Lights and Lamps 1.1.1
|
580 | mcwpaths: Macaw's Paths and Pavings 1.0.5
|
581 | mcwroofs: Macaw's Roofs 2.3.0
|
582 | mcwtrpdoors: Macaw's Trapdoors 1.1.3
|
583 | mcwwindows: Macaw's Windows 2.2.1
|
584 | meadow: [Let's Do] Meadow 1.3.18
|
585 | measurements: Measurements 2.0.0
|
586 | megacells: MEGA Cells 2.3.6-1.20.1
|
587 | megane: Megane 20.1.1
|
588 | megane-alloy-forgery: megane-alloy-forgery 20.1.1
|
589 | megane-applied-energistics-2: megane-applied-energistics-2 20.1.1
|
590 | megane-create: megane-create 20.1.1
|
591 | megane-deep-mob-learning-simulacrum: megane-deep-mob-learning-simulacrum 20.1.1
|
592 | megane-industrial-revolution: megane-industrial-revolution 20.1.1
|
593 | megane-kibe: megane-kibe 20.1.1
|
594 | megane-modern-dynamics: megane-modern-dynamics 20.1.1
|
595 | megane-powah: megane-powah 20.1.1
|
596 | megane-reborn-core: megane-reborn-core 20.1.1
|
597 | megane-tech-reborn: megane-tech-reborn 20.1.1
|
598 | melody: Melody 1.0.3
|
599 | menulogue: Menulogue 1.20.1-1.0.4
|
600 | merequester: ME Requester 1.20.1-1.1.4
|
601 | mi_sound_addon: MI Sound Addon 1.0.2-1.20.1
|
602 | magna: Magna 1.10.1+1.20.1
|
603 | midnightlib: MidnightLib 1.4.1
|
604 | mighty_mail: Mighty Mail 1.0.14
|
605 | minecells: Mine Cells 1.8.3
|
606 | gimm1q: gimm1q 0.5.3
|
607 | minecraft: Minecraft 1.20.1
|
608 | minerally: Minerally 1.20.2-1.2
|
609 | mining_dims: Mining Dimensions 1.6.4
|
610 | customportalapi: Custom Portal Api 0.0.1-beta64-1.20
|
611 | modern_industrialization: Modern Industrialization 1.8.5
|
612 | moderndynamics: Modern Dynamics 0.7.0-beta
|
613 | modernfix: ModernFix 5.18.10+mc1.20.1
|
614 | mooblooms: Mooblooms 1.6.2
|
615 | moonlight: Moonlight 1.20-2.12.6
|
616 | more_armor_trims: More Armor Trims 1.3.1-1.20.1
|
617 | moremobvariants: More Mob Variants **.**.**.**
|
618 | morevillagers: More Villagers 5.0.0
|
619 | mousetweaks: Mouse Tweaks 2.26
|
620 | mythiclib: Mythic Lib 1.1.0+1.20.1
|
621 | mythicmetals: Mythic Metals 0.19.9+1.20.1
|
622 | mythicupgrades: Mythic Upgrades 4.0.2+mc1.20.1
|
623 | naturalist: Naturalist 4.0.3
|
624 | naturescompass: Nature's Compass 1.20.1-2.2.3-fabric
|
625 | nears: Nears 2.0.4
|
626 | nerb: Not Enough Recipe Book 0.3
|
627 | netherdepthsupgrade: Nether Depths Upgrade fabric-3.1.6-1.20
|
628 | netherportalfix: NetherPortalFix 13.0.1
|
629 | nethersdelight: Nether's Delight Refabricated 1.20.1-4.1.1
|
630 | nethervinery: [Let's Do] NetherVinery 1.2.14
|
631 | nochatreports: No Chat Reports 1.20.1-v2.2.2
|
632 | numismatic-overhaul: Numismatic Overhaul 0.2.14+1.20
|
633 | stacc: Stacc 1.7.0
|
634 | obscure_api: Obscure API 16
|
635 | obsidianboat: Obsidian Boat 3.1.4+mc1.20.1
|
636 | onlyhammers: OnlyHammers 1.20.1-0.6
|
637 | openloader: OpenLoader 19.0.4
|
638 | owo: oωo 0.11.2+1.20
|
639 | packedup: Packed Up 1.0.30
|
640 | packetfixer: Packet Fixer 1.4.2
|
641 | paginatedadvancements: Paginated Advancements 2.3.0
|
642 | patchouli: Patchouli 1.20.1-84-FABRIC
|
643 | pehkui: Pehkui 3.8.3+1.14.4-1.21
|
644 | kanos_config: Kanos Config 0.4.1+1.14.4-1.19.4
|
645 | perfectbirbs: Perfect Birbs 1.1.0
|
646 | perfectplushieapi: Perfect Plushie API 0.1.1
|
647 | perfectplushies: Perfect Plushies 1.10.0
|
648 | peripheralium: Peripheralium 0.6.15
|
649 | peripheralworks: Unlimited Peripheral Works 1.4.3
|
650 | phantasm: End's Phantasm 0.4
|
651 | piercingpaxels: piercingpaxels 1.0.12
|
652 | pigpen: PigPen 15.0.2
|
653 | playdate: Playdate 2.0.0
|
654 | player-animator: Player Animator 1.0.2-rc1+1.20
|
655 | playerabilitylib: Pal 1.8.0
|
656 | pling: Pling 1.8.1
|
657 | polyeng: Polymorphic Energistics 0.1.1-1.20.1
|
658 | polymorph: Polymorph 0.49.5+1.20.1
|
659 | portable_tables: Portable Tables 2.4
|
660 | porting_lib: Porting Lib 2.3.4+1.20.1
|
661 | porting_lib_asm: Porting Lib ASM 2.3.4+1.20.1
|
662 | porting_lib_brewing: Porting Lib Brewing 2.3.4+1.20.1
|
663 | porting_lib_chunk_loading: Porting Lib Chunk Loading 2.3.4+1.20.1
|
664 | porting_lib_common: Porting Lib Common 2.3.4+1.20.1
|
665 | porting_lib_fluids: Porting Lib Fluids 2.3.4+1.20.1
|
666 | porting_lib_gametest: Porting Lib GameTest 2.3.4+1.20.1
|
667 | porting_lib_gui_utils: Porting Lib Gui Utils 2.3.4+1.20.1
|
668 | porting_lib_level_events: Porting Lib Level Events 2.3.4+1.20.1
|
669 | porting_lib_mixin_extensions: Porting Lib Mixin Extensions 2.3.4+1.20.1
|
670 | porting_lib_model_builders: Porting Lib Model Builders 2.3.4+1.20.1
|
671 | porting_lib_model_loader: Porting Lib Model Loader 2.3.4+1.20.1
|
672 | porting_lib_model_materials: Porting Lib Model Materials 2.3.4+1.20.1
|
673 | porting_lib_obj_loader: Porting Lib Obj Loader 2.3.4+1.20.1
|
674 | porting_lib_utility: Porting Lib Utility 2.3.4+1.20.1
|
675 | powah: Powah! 5.0.5
|
676 | prism: Prism 1.0.5
|
677 | projectile_damage: Projectile Damage Attribute 3.2.3+1.20.1
|
678 | prometheus: Prometheus 1.2.5
|
679 | quad: Quad 1.3.0-beta.3
|
680 | railways: Create: Steam 'n' Rails 1.6.4+fabric-mc1.20.1
|
681 | ranged_weapon_api: RangedWeaponAPI 1.1.2+1.20.1
|
682 | rare-ice: Rare Ice 0.6.0
|
683 | reacharound: Reacharound 1.3.0
|
684 | reborncore: Reborn Core 5.8.7
|
685 | rechiseled: Rechiseled 1.1.6
|
686 | rechiseledcreate: Rechiseled: Create 1.0.2+a
|
687 | regions_unexplored: Regions Unexplored 0.5.5+1.20.1
|
688 | repurposed_structures: Repurposed Structures 7.1.15+1.20.1-fabric
|
689 | resourcefulconfig: Resourcefulconfig 2.1.2
|
690 | resourcefullib: Resourceful Lib 2.1.25
|
691 | com_teamresourceful_bytecodecs: bytecodecs 1.0.2
|
692 | com_teamresourceful_yabn: yabn 1.0.3
|
693 | respawnablepets: Respawnable Pets 1.20-1
|
694 | respitecreators: Respite Creators 1.3.0
|
695 | revelationary: Revelationary 1.3.8+1.20.1
|
696 | rhino: Rhino 2001.2.2-build.18
|
697 | ribbits: Ribbits 1.20.1-Fabric-3.0.0
|
698 | rightclickharvest: Right Click Harvest 3.2.3+1.19.x-1.20.1-fabric
|
699 | riverredux: River Redux 0.3.1
|
700 | roughlyenoughitems: Roughly Enough Items 12.1.725
|
701 | error_notifier: Error Notifier 1.0.9
|
702 | roughlyenoughprofessions: Roughly Enough Professions 2.0.2
|
703 | roughlyenoughresources: Roughly Enough Resources 2.9.0
|
704 | runelic: Runelic 18.0.2
|
705 | runes: Runes 0.9.13+1.20.1
|
706 | sdrp: Simple Discord Rich Presence 4.0.3-build.40+mc1.20.1
|
707 | com_github_jagrosh_discordipc: DiscordIPC a8d6631cc9
|
708 | com_kohlschutter_junixsocket_junixsocket-common: junixsocket-common 2.6.2
|
709 | com_kohlschutter_junixsocket_junixsocket-native-common: junixsocket-native-common 2.6.2
|
710 | org_json_json: json 20210307
|
711 | searchables: Searchables 1.0.3
|
712 | sihywtcamd: sihywtcamd 1.10.1+1.20.1
|
713 | simplemagnets: Simple Magnets 1.1.11
|
714 | simplyswords: Simply Swords 1.55.0-1.20.1
|
715 | spruceui: SpruceUI 5.0.0+1.20
|
716 | skeletalremains: Skeletal Remains 1.4.2
|
717 | sliceanddice: Create Slice & Dice 3.2.3
|
718 | smwyg: Show Me What You Got 1.1.1
|
719 | sophisticatedbackpacks: Sophisticated Backpacks 3.19.5+mc1.20.1-SNAPSHOT-build.104
|
720 | sophisticatedcore: Sophisticated Core 0.5.109+mc1.20.1-SNAPSHOT-build.104
|
721 | sophisticatedstorage: Sophisticated Storage 0.8.60+mc1.20.1-SNAPSHOT-build.104
|
722 | spark: spark 1.10.53
|
723 | spectral-decorations: Spectral Decorations 1.3.0
|
724 | spectrum: Spectrum 1.7.14
|
725 | additionalentityattributes: Additional Entity Attributes 1.7.4+1.20.0
|
726 | arrowhead: Arrowhead 1.2.0-1.19.4
|
727 | fractal: Fractal 1.2.0
|
728 | matchbooks: Matchbooks 0.1.0
|
729 | org_jgrapht_jgrapht-core: jgrapht-core 1.5.1
|
730 | org_jheaps_jheaps: jheaps 0.13
|
731 | reverb: Reverb 1.0.0
|
732 | spectrumjetpacks: Spectrum Jetpacks 1.0.3+1.20.1
|
733 | specutils: Spectral Utilities 1.0.1
|
734 | spell_engine: Spell Engine 0.15.7+1.20.1
|
735 | spell_power: Spell Power Attribute 0.11.0+1.20.1
|
736 | sprinklerz: Sprinklerz 0.5.1
|
737 | status-effect-bars: Status Effect Bars 1.0.3
|
738 | storagedelight: Storage Delight 1.1.1-1.20.1-fabric
|
739 | strangeberries: Strange Berries 2.3.2
|
740 | strongersnowballs: StrongerSnowballs 13.0.2
|
741 | structory: Structory 1.3.5
|
742 | structory_towers: Structory: Towers 1.0.7
|
743 | structure_pool_api: Structure Pool API 1.0+1.20.1
|
744 | styledchat: Styled Chat 2.2.3+1.20.1
|
745 | fabric-permissions-api-v0: fabric-permissions-api 0.2-SNAPSHOT
|
746 | placeholder-api: Placeholder API 2.1.3+1.20.1
|
747 | player-data-api: Player Data API 0.2.2+1.19.3
|
748 | predicate-api: Predicate API 0.1.2+1.20
|
749 | styledplayerlist: Styled Player List 3.1.1+1.20.1
|
750 | supermartijn642configlib: SuperMartijn642's Config Lib 1.1.8+a
|
751 | supermartijn642corelib: SuperMartijn642's Core Lib 1.1.17
|
752 | supplementaries: Supplementaries 1.20-2.8.17
|
753 | mixinextras: MixinExtras 0.3.6
|
754 | tamago: Tamago 3.0
|
755 | tconstruct: Hephaestus 1.20.1-3.6.4.279
|
756 | mantle: Mantle 1.20.1-1.9.269
|
757 | star: Star 1.5.2+1.20.1
|
758 | porting_lib_attributes: Porting Lib Attributes 2.3.4+1.20.1
|
759 | porting_lib_core: Porting Lib Core 2.3.4+1.20.1
|
760 | porting_lib_data: Porting Lib Data 2.3.4+1.20.1
|
761 | porting_lib_entity: Porting Lib Entity 2.3.4+1.20.1
|
762 | porting_lib_items: Porting Lib Items 2.3.4+1.20.1
|
763 | porting_lib_models: Porting Lib Models 2.3.4+1.20.1
|
764 | porting_lib_transfer: Porting Lib Transfer 2.3.4+1.20.1
|
765 | techreborn: Tech Reborn 5.8.7
|
766 | techreborn-player-ability-lib-compat: TechReborn Player Ability Lib Compat 0.0.2
|
767 | tempad: Tempad 2.3.4
|
768 | terrablender: TerraBlender **.**.**.**
|
769 | tesseract: Tesseract 1.0.35a
|
770 | thaumon: Thaumon 2.3.0+1.20.1
|
771 | the_bumblezone: The Bumblezone - Fabric 7.4.12+1.20.1-fabric
|
772 | theorcs: theorcs fabric-1.20.x-1.0
|
773 | timeoutout: TimeOut Out 1.0.3+1.19.1
|
774 | tinycoal: Tiny Coal 1.1.5
|
775 | tipsmod: Tips 12.1.7
|
776 | toolkit: Toolkit 3.0.3-build.25+mc1.20.1
|
777 | toolstats: ToolStats 16.0.8
|
778 | totw_additions: Towers of the Wild: Additions 1.3
|
779 | totw_modded: Towers Of The Wild: Modded fabric-1.20.1-1.0.5
|
780 | trade_cycling: Trade Cycling 1.20.1-1.0.10
|
781 | tramplenomore: TrampleNoMore 13.0.3
|
782 | transmog: Transmog 1.3.0+1.20
|
783 | trashcans: Trash Cans 1.0.18
|
784 | trashslot: TrashSlot 15.1.0
|
785 | travelersbackpack: Traveler's Backpack fabric-1.20.1-9.1.15
|
786 | trenzalore: Trenzalore 3.3.10
|
787 | com_unrealdinnerbone_unrealconfig-core: UnRealConfig-core 12.3.4
|
788 | com_unrealdinnerbone_unrealconfig-gson: UnRealConfig-gson 12.3.4
|
789 | trimeffects: TrimsEffects 1.3.2
|
790 | trinkets: Trinkets 3.7.2
|
791 | triqueapi: TriQue API mc1.20.1-1.1.0
|
792 | trofers: Trofers 5.0.2
|
793 | trowel: Trowel 1.3.0-1.20
|
794 | twigs: Twigs 3.1.0
|
795 | uranus: Uranus 1.5
|
796 | utilitybelt: Utility Belt 1.3.6+1.20.1
|
797 | tutorial-lib: Tutorial Lib 1.1.2+1.20.x
|
798 | variantsandventures: Variants & Ventures 1.0.3
|
799 | villager-hats: Villager Hats 1.6.2+1.20
|
800 | villagersplus: Villagers Plus 3.1
|
801 | vinery: [Let's Do] Vinery 1.4.26
|
802 | visuality: Visuality 0.7.1+1.20
|
803 | voicechat: Simple Voice Chat 1.20.1-2.5.19
|
804 | voidz: VoidZ 1.0.11
|
805 | wands: Building Wands 2.6.9-release
|
806 | wardentools: Warden Tools 2.4.0+mc1.20.1
|
807 | whatthebucket: WhatTheBucket 11.0.3
|
808 | wirelesschargers: Wireless Chargers 1.0.9+a
|
809 | wits: WITS 1.1.0+1.20.1-fabric
|
810 | wizards: Wizards (RPG Series) 1.2.2+1.20.1
|
811 | wthit: wthit 8.13.2
|
812 | xaerominimap: Xaero's Minimap 24.2.0
|
813 | xaeroworldmap: Xaero's World Map 1.38.8
|
814 | xercapaint: Joy of Painting fabric-1.20.1-1.0.0
|
815 | yeetusexperimentus: Yeetus Experimentus 2.3.1-build.6+mc1.20.1
|
816 | yigd: You're in Grave Danger 2.0.0-beta.13
|
817 | yungsapi: YUNG's API 1.20-Fabric-4.0.5
|
818 | yungsbridges: YUNG's Bridges 1.20-Fabric-4.0.3
|
819 | yungsextras: YUNG's Extras 1.20-Fabric-4.0.3
|
820 | zenith: Zenith 1.2.2-1.20.1
|
821 | zenith_attributes: Zenith Attributes 0.2.6
|
822 | Loaded Shaderpack: (off)
|
823 | Flywheel Backend: GL33 Instanced Arrays
|
824 |
|