Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.1 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.1 KB

minecraftmod

Initial practice mod

Commands

  • Use "Client" in eclipse for testing
  • Use
    ./gradlew build
    to export the mod. Don't forget to change the version number in build.gradle.

Installing 1.7.2 Forge

  • In the Minecraft Launcher: ** Setup a 1.7.2 profile (Create a profile and select minecraft version 1.7.2) ** NOTE: Choose a different minecraft home folder like: ~/.minecraft-1.7.2 (this will keep the 1.7.2 mods separate from the other mods). Smart! ** Launch Minecraft
  • Download forge: http://files.minecraftforge.net/maven/net/minecraftforge/forge/1.7.2-10.12.2.1147/forge-1.7.2-10.12.2.1147-installer.jar
  • Open forge-1.7.2-10.12.2.1147-installer.jar
  • Select install client
  • Restart the Minecraft Launcher and edit the profile you just created above using "Edit profile"
  • Change the version to Forge-1.7.1 (or similar)
  • Now you should be able to put the groovymod in the $MINECRAFT_HOME/mods folder and restart.

Changelog

  • 0.3 - Adding scooby snack and disco ball
  • 0.2 - More stuff
  • 0.1 - Getting started