Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1.29 KB

readme.asciidoc

File metadata and controls

26 lines (14 loc) · 1.29 KB

Minecraft Modding

This page explains how to do Minecraft modding with two different tools: Forge and Spigot.

Don’t know what Minecraft is? Read Introduction to Minecraft!

forge logo

Forge is for client-side modding, which only works if you have the mod installed. With Forge, you can do lots of cool things like making new blocks, items, mobs, and even biomes and dimensions.

Minecraft Modding workshops (summer 2020)

spigot logo

Spigot is for server-side modding, and anyone who connects to the server can enjoy the mods installed. Most big servers, like Mineplex and Hypixel, are Spigot servers.