jrbudda / Vivecraft_113

VR mod for Minecraft. For Version 1.13.X
http://www.vivecraft.org
Other
38 stars 8 forks source link

Vivecraft for Minecraft 1.13

This readme is intended for developers. For downloads and gameplay instructions please see the official website

Using this Repository

Vivecraft uses patches to avoid distributing Minecraft code. The build scripts are in Python 2.X.

The install process (install.py) does a number of things:

If you use Eclipse you can open the workspace found in \mcp9xx\eclipse. You will have to correct the library path for the vanilla jar and realms jar, and also add libraries for JRift, json, asm, and launchwrapper, all of these can be found in the root /lib folder. To run the game from eclipse you also have to attach natives to the lwjgl jar (from lib/natives).

Make all changes to the game in the \mcp9xx\src\minecraft directory.

To update code to Github:

To build an installer:

To update changes from github

There is no Forge.