Skip to content

Instantly share code, notes, and snippets.

@christophervigliotti
Last active November 22, 2015 19:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save christophervigliotti/e21c70d479ceb3f6a882 to your computer and use it in GitHub Desktop.
Save christophervigliotti/e21c70d479ceb3f6a882 to your computer and use it in GitHub Desktop.
Notes from Chris and Domenico's "Getting Started With Mods" Hangout
Getting Started with Minecraft Mods
What is a mod?
Most mods add content to the game to alter gameplay, change the creative feel, or give the player
more options in how they interact with the Minecraft world. Most people who mod Minecraft
(known as modders) use Minecraft Coder Pack and either ModLoader or Minecraft Forge to do so.
Types of mods
Client-based
Server Based
Mod Packs
for more info on what all of this means: http://minecraft.gamepedia.com/Mods
Download Multi MC
https://multimc.org/
Download these client-based mods
Jar Mod
Mr Crayfish's Furniture Mod
http://www.mrcrayfish.com/mods.php
(download this file)
Folder Mod (AKA "Loader Mod")
Dr Zhark's Mo Creatures (requires Custom Mob Spawner Mod)
http://mocreatures.org/
(download and unzip both mo creatures and custom mob spawner)
Create A New 1.7.10 Instance In Multi MC
1. click new instance icon
2. name it something useful or fun
3. select minecraft version "1.7.10"
4. click OK
5. right-click on your new instance and select "edit instance"
6. click the Install Forge button
7. select the version of forge with a star and click OK
8. add the folder mods...click loader mods, click view folder, move unzipped mob spawner and mo creatures folders there
9. add the jar mod...click version, click add jar mod click "i understand", browse to mr crayfish jar mod, click open or ok, click close.
10. double-click your instance and have fun!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment