Skip to content

viliml/enhanced-portals

 
 

Repository files navigation

##EnhancedPortals 2 Minecraft Forums Thread

###Setting up the development environment Your directory structure should look something like this. If you have everything set up in a different place, you will need to edit the build.properties file to reflect your setup.


development
\mcp
	\forge\
	\jars\
	\mcp files
\source
	\enhanced-portals\
		\common\
		\resources\
		\*
	\enhanced-core\
		\common\
		\*
	\computercraft-api\
		\*

An example build.properties file:


dir.mcp=../../mcp
dir.mcp.src=../../mcp/src/minecraft
dir.mcp.reobf=../../mcp/reobf/minecraft
dir.main.source=../../source/enhanced-portals/common
dir.main.resources=../../source/enhanced-portals/resources
dir.core.source=../../source/enhanced-core/common
dir.core.resources=../../source/enhanced-core/resources
dir.ccapi=../../source/computercraft-api
dir.release=../../releases
version.mc=1.5.2
version.main=1.0.1
version.cc=1.0

About

A Minecraft mod focusing around modifying Nether portals and expanding their functionality.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 100.0%