Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 662 Bytes

File metadata and controls

28 lines (20 loc) · 662 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]

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