   _  _  ______ _____  ___ _________  ___ _____ 
 _| || |_| ___ \  ___|/ _ \|  _  \  \/  ||  ___|
|_  __  _| |_/ / |__ / /_\ \ | | | .  . || |__  
 _| || |_|    /|  __||  _  | | | | |\/| ||  __| 
|_  __  _| |\ \| |___| | | | |/ /| |  | || |___ 
  |_||_| \_| \_\____/\_| |_/___/ \_|  |_/\____/ 
                                                
                                                
Native Minecraft.app launcher for PowerPC Macs, by
Mike Wild (http://scriptogr.am/nordkril)
3/1/13

CONTENTS
I.		Preface
II.		Installation
III.	Technical Notes




I. PREFACE

Minecraft is a Java app, and so totally cross-platform. The OSX version is released as a native Minecraft.app bundle, containing various extra commandline parameters and info. The Minecraft.app no longer works on PPC, despite the fact that underneath everything is the same old MinecraftLauncher.jar which works on all platforms.

All I have done is taken the official MinecraftLauncher.jar and bundled it into a native OSX .app compatible with PPC Macs.

If you found this plugin useful then please consider dropping by my blog some time (http://scriptogr.am/nordkril) and leaving a comment :) Thanks!



II. INSTALLATION

1. Copy the Minecraft.app into your Applications folder.



III. TECHNICAL NOTES

Using the Jar Bundler tool from Xcode I have added the necessary class files and jars in order to create a launcher bundle for the MinecraftLauncher.jar. The Java binary should have the same checksum as that from the official release.