This is a list of all (or all that I know of) single mod or single author/group discord servers in the minecraft mod community. They are listed in order of application (except for the first entry, because Forge). To apply, join the Modded Minecraft discord and use #discord-feedback.
This file contains 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 Hide Fabric Mods | |
// @version 1.0 | |
// @description Hides fabric mods from CurseForge | |
// @author Vazkii | |
// @match https://www.curseforge.com/minecraft/mc-mods* | |
// ==/UserScript== | |
(function() { | |
'use strict'; |