-
Notifications
You must be signed in to change notification settings - Fork 0
Developer's Notes
zsawyer edited this page Jul 20, 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 my forked forge https://github.com/zsawyer/MinecraftForge
- install my forked forge (execute
setup
) - inject the sources of Stereoscopic3D-for-Minecraft into forge
- either: in Eclipse add "Stereoscopic3D-for-Minecraft/src/minecraft" by
"Properties" -> "Java Build Path" -> "Source"
-> "Link Source..." -> "Browse..." (browse to "Stereoscopic3D-for-Minecraft/src/minecraft")
-> set "Folder name:" to "Stereoscopic3D-for-Minecraft"
-> "Finish" - or merge "Stereoscopic3D-for-Minecraft/src" folder from this repository into "forge/mcp".
- either: in Eclipse add "Stereoscopic3D-for-Minecraft/src/minecraft" by
- you can now develop for this mod
The Occulus Rift mod's sources can be found here: https://github.com/mabrowning/minecrift/