Skip to content
zsawyer edited this page Jun 3, 2013 · 8 revisions

Current state:

I initially wrote this mod for Minecraft 1.4.7 with the intention that it would be forge-based. However Forge's handles were insufficient for this. So I created the required events and registered the hooks and submitted a pull request to forge. But it is still pending: https://github.com/MinecraftForge/MinecraftForge/pull/418

an alternative approach

Someone in #minecraftforge suggested that instead of waiting on the pull request I should implement this as a "coremod". This would require more research which at this point I had no motivation for yet.

development/setting up forge

  1. download the latest src-package of forge for Minecraft 1.4.7 ( ! ) (http://files.minecraftforge.net/)
  2. download my forked forge https://github.com/zsawyer/MinecraftForge
  3. install my forked forge (execute setup)
  4. inject the sources of Stereoscopic3D-for-Minecraft into forge (i.e. add the sources to the eclipse project resources)
  5. you can now develop for this mod
Clone this wiki locally