Skip to content
This repository has been archived by the owner on Aug 8, 2024. It is now read-only.

πŸ“ The curated collections of awesome Minecraft-related things

License

Notifications You must be signed in to change notification settings

GrassMC/minecraft-collections

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

38 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

Minecraft Collections

πŸ“ A curated list of awesome Minecraft-related things

Contents

Wikis & Docs

Name Description
Minecraft Wiki Unofficial Minecraft Wiki maintained by community.
Official Feed The Beast Wiki Official wiki for mods, modpacks, and maps related to FTB related to FTB.
wiki.vg A wiki which stored technical documentation on reverse engineering efforts for the popular Minecraft game.
Minecraft: Bedrock Edition Creator Documentation Learn how to mod Minecraft with Add-Ons. Create skins, design unique experiences, discover the latest features, and develop your skills as a Minecraft creator.
bedrock.dev A technical Minecraft: Bedrock Edition documentation.
Bedrock Wiki A knowledge-sharing website for Technical Bedrock, containing documentation, tutorials, and general how-to information.
Minecraft CreepyPasta Wiki A wiki for Minecraft Creepypastas.

Shader Loaders

Name Description Platforms Status Links
OptiFine A Minecraft optimization mod. Forge βœ… download docs
Iris A modern shaders mod for Minecraft intended to be compatible with existing OptiFine shader packs. Fabric 🚧 installer modrinth docs
Canvas Shader-Based Minecraft Renderer for Fabric. Fabric 🚧 modrinth curseforge wiki

Mod Loaders

Mod Loaders allow you to load mods that can change Minecraft's game content in some way, such as to make minor adjustments to the game's mechanics or implement entirely new features.

Name Description Status Links
Minecraft Forge Modifications to the Minecraft base files to assist in compatibility between mods. βœ… download docs
Fabric A lightweight, experimental modding toolchain for Minecraft. βœ… download wiki
Quilt A modding toolchain developed primarily for Minecraft that has been forked from The Fabric Project. 🚧 install

Server Wrappers

Servers that implement (based on) vanilla Minecraft server.

Name Description Status Links
Spigot High performance Minecraft server implementation. βœ… usage wiki
Paper High performance Spigot fork that aims to fix gameplay and mechanics inconsistencies. βœ… download docs
Purpur A drop-in replacement for Paper servers designed for configurability and new, fun, exciting gameplay features. βœ… download docs
Pufferfish A high-performance fork of Paper designed for large servers. βœ… download docs
Sponge Vanilla The implementation of the Sponge API on top of Vanilla Minecraft. ⚠️ download docs
Folia Fork of Paper which adds regionised multithreading to the dedicated server. ⚠️ docs

Third-party Servers

Minecraft's servers that have written from scratch.

Name Description Languages Status Links
Glowstone A fast, customizable and compatible open source server for Minecraft: Java Edition. Java βœ… download docs
Cuberite A lightweight, fast and extensible game server for Minecraft. C++ βœ… download manual
Limbo Standalone Limbo Minecraft Server. Java βœ… download
NanoLimbo The lightweight, high performance Minecraft limbo server. Java βœ… download
Krypton A fast, lightweight Minecraft server written in Kotlin. Kotlin 🚧 download wiki
MCHPRS A multithreaded Minecraft server built for redstone. Rust 🚧 usage
Obsidian A C# implementation of the Minecraft server protocol. C# 🚧 usage
feather A Minecraft server implementation in Rust. Rust 🚧 download

Hybrid Servers

Hybrid servers allow loading both mods and plugins in the same server.

Name Description Status Links
Sponge Forge The implementation of the Sponge API on the Minecraft Forge platform. βœ… download docs
Magma the most powerful Forge server providing you with mods and Plugins using Spigot and Paper for Performance and Stability. βœ… download wiki
Mohist Minecraft Forge Hybrid server implementing the Spigot/Bukkit API, formerly known as Thermos/Cauldron/MCPC1+. βœ… download wiki
CatServer A high-performance Bukkit and Forge hybrid minecraft server. βœ… download docs
Arclight A Bukkit(1.16/1.18/1.19) server implementation on Forge using Mixin. βœ… download wiki

Bedrock Servers

Server software for Minecraft: Bedrock Edition.

Name Description Languages Status Links
Nukkit Nuclear-Powered Minecraft: Bedrock Edition Server Software. Java βœ… download wiki
PowerNukkit A Nukkit fork which supports new Minecraft Bedrock features. Java βœ… download usage
PowerNukkitX High-performance, feature-rich, fully open source MCBE2 server software. Java βœ… download docs
PocketMine-MP The highly customisable, open source server software for Minecraft: Bedrock Edition written in PHP. PHP βœ… download docs
Dragonfly The heavily asynchronous server software for Minecraft Bedrock Edition written in Go. Go βœ… usage wiki
JSPrismarine Dedicated Minecraft Bedrock Edition server written in TypeScript. TypeScript 🚧 download docs

Proxies

Proxies allow linking together multiple Minecraft servers, so they may appear as one.

Name Description Languages Status Links
Velocity The modern, next-generation Minecraft server proxy. Java βœ… download docs
BungeeCord Efficiently proxies and maintains connections and transport between multiple Minecraft servers. Java βœ… download wiki
Waterfall BungeeCord fork that aims to improve performance and stability. Java βœ… download docs
Gate An extensible lightweight high-performance Minecraft reverse proxy with flexibility & excellent server version support - ready for the cloud! Go βœ… download guide
VIAaaS A Minecraft proxy that allows you to connect to servers that use different versions of the game. Java βœ… download usage
Geyser3 A proxy that allows Minecraft: Bedrock Edition clients to connect to Minecraft: Java Edition servers. Java βœ… download wiki

Mods

Optimization

  • Sodium (Fabric) β€” Modern rendering engine and client-side optimization mod for Minecraft.
  • Lithium (Fabric) β€” No-compromises game logic/server optimization mod.
  • Phosphor (Fabric) β€” No-compromises lighting engine optimization mod.
  • Iris Shaders (Fabric) β€” A modern shaders mod for Minecraft intended to be compatible with
  • FerriteCore β€” Memory usage optimizations. existing OptiFine shader packs.
  • OptiFine β€” A Minecraft optimization mod.
  • OptiFabric β€” A mod that can be used to run OptiFine on the Fabric Mod Loader.

Maps

  • JourneyMap β€” Real-time mapping in game or in a web browser as you explore.
  • Xaero's Minimap β€” Displays the nearby world terrain, players, mobs, entities in the corner of your screen.

Storages

Utilities

  • Just Enough Items β€” JEI: View Items and Recipes.
  • Mouse Tweaks β€” Enhances inventory management by adding various functions to the mouse buttons.
  • AppleSkin β€” Food/hunger-related HUD improvements.
  • Carry On β€” Allows you to pick up Tile Entities and Mobs and carry them around.
  • Controlling β€” Adds a search bar to the Key-Bindings menu.
  • CraftTweaker β€” Allows modpacks and servers to customize the game.

License

Creative Commons Zero v1.0 Universal

Footnotes

  1. Minecraft: Java Edition ↩

  2. Minecraft: Bedrock Edition ↩

  3. Hybrid proxy that enables clients from Minecraft Bedrock Edition to join your Minecraft Java server. ↩

Releases

No releases published