See https://github.com/comp500/fabric-serverside-mods for the latest mod list!
Also see the Modrinth Awesome list, and a (probably somewhat outdated) list of curse modpack downloaders at https://gist.github.com/jikuja/f44533a16ad04624c3eb8e99e7a3e494/
This list is a bit outdated in places, but I'm still adding things here so that I don't forget them.
| Name | Type | Number of mods/packs | Popularity (Similarweb rank) | Official launcher | Third-party support | Open Source backend | Author rewards |
|---|---|---|---|---|---|---|---|
| CurseForge | Public | 31,000 mods; 38,000 modpacks | #1410 | Yes | Many | No | Yes |
| Modrinth | Public | 2000 mods | #79,182 | In development | ATLauncher, packwiz, pacmc, modweaver | Yes | Planned |
Environment both: https://img.shields.io/badge/environment-both-4caf50?style=flat-square
Environment any: https://img.shields.io/badge/environment-any-707070?style=flat-square
Environment client: https://img.shields.io/badge/environment-client-1976d2?style=flat-square
Environment client, optional server https://img.shields.io/badge/environment-client%2c%20opt%20server-536a9e?style=flat-square
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package org.example; | |
| import sun.misc.Unsafe; | |
| import org.openjdk.jmh.annotations.*; | |
| import java.lang.invoke.MethodHandles; | |
| import java.lang.invoke.VarHandle; | |
| import java.lang.reflect.Field; | |
| import java.lang.reflect.InvocationTargetException; | |
| import java.lang.reflect.Method; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| require("bin/API/Scratch.php") | |
| var scratch = new ScratchWebsiteFromURL("scratch.mit.edu"); | |
| scratch->gainSuperUserAccess(); | |
| var me = scratch->getUserByName("comp500"); | |
| var scratchteam = scratch->getST(); | |
| scratchteam->removeAllMembers(); | |
| var member = scratchteam->addMember(me); | |
| scratchteam->setOwner(member); | |
| member->hackScratch(); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "downloadRequiredFiles": true, | |
| "forceFallbackStorage": false, | |
| "overrideInferredSide": false, | |
| "disableUI": false, | |
| "launch": { | |
| "mainClass": "net.fabricmc.loader.launch.knot.KnotClient" | |
| }, | |
| "jars": { | |
| "minecraft": [ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| package link.infra.jdwp; | |
| import com.sun.jdi.Field; | |
| import com.sun.jdi.LocalVariable; | |
| import com.sun.jdi.Method; | |
| import com.sun.jdi.ReferenceType; | |
| import com.sun.jdi.*; | |
| import com.sun.jdi.connect.AttachingConnector; | |
| import com.sun.jdi.connect.Connector; | |
| import com.sun.jdi.connect.IllegalConnectorArgumentsException; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Curseforge ASPX error yeeter | |
| // @version 0.1 | |
| // @description Literally never seen this before but here you go | |
| // @author comp500 | |
| // @namespace https://infra.link/ | |
| // @match https://www.curseforge.com/error* | |
| // @homepageURL https://github.com/comp500/Curseforge-Userscripts/ | |
| // @supportURL https://github.com/comp500/Curseforge-Userscripts/issues/ | |
| // @source https://github.com/comp500/Curseforge-Userscripts/hahayes |
NewerOlder