Skip to content
This repository has been archived by the owner on Nov 19, 2018. It is now read-only.

Mojang Beta Mods

ecx86 edited this page Mar 20, 2016 · 1 revision

If you can find old versions of client mods, you can install them on Mojang's beta 1.7.3.

  1. Download and run beta 1.7.3 at least once through the launcher
  2. Copy .minecraft/b1.7.3/ to .minecraft/b1.7.3-modded/
  3. Rename the contents of .minecraft/b1.7.3-modded/ to b1.7.3-modded (i.e. b1.7.3.jar)
  4. Edit b1.7.3-modded.json and s/b1.7.3/b1.7.3-modded/
  5. Install your mods normally (copy the files into the jar, remove META-INF)
  6. Create a new profile in the launcher and select your modded version from the version list

TrueCraft server is compatible with Too Many Items in server mode, which is useful for debugging.

You can replace "${auth_player_name}" in minecraftArguments with any username to impersonate that user. Also good for debugging when you need to have multiple players logged in to test things. I keep a profile that logs in as notch in addition to my main b1.7.3 profile.

Clone this wiki locally