Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 980 Bytes

README.md

File metadata and controls

34 lines (24 loc) · 980 Bytes

Steve's Factory Manager

Steve's Factory Manager is a Minecraft mod which allows you to set up systems that moves and manages items between inventories and machines.

Setup Workspace

git clone [git-repo-url]

Download CodeChickenCore-1.7.2-1.0.0-dev, NotEnoughItems-1.7.2-1.0.1-dev & Waila-1.5.2a_1.7.2

Add a folder called libs, in the folder put the three downloaded .jar files.

If you don't have Gradle installed on your computer you can use gradlew or gradlew.bat instead

For help setting up a ForgeGradle workspace, go to this forum page.

Installing for Intellij IDEA
gradle setupDecompWorkspace idea
Installing for Eclipse
gradle setupDecompWorkspace eclipse