-
Notifications
You must be signed in to change notification settings - Fork 0
Developer's Notes
zsawyer edited this page Jun 3, 2013
·
8 revisions
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
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.
- download the latest src-package of forge for Minecraft 1.4.7 (!) (http://files.minecraftforge.net/)
- download my forked forge https://github.com/zsawyer/MinecraftForge
- install my forked forge (execute
setup
) - inject the sources of Stereoscopic3D-for-Minecraft into forge (i.e. add the sources to the eclipse project resources)
- you can now develop for this mod