Skip to content

kada49/ForgeTemplate

Repository files navigation

Template for a Minecraft Forge 1.8.9 Mod

Usage

This guide works with JetBrains' IntelliJ IDEA Community Edition.

There are two main ways to use template, choose the one that fits you best

  1. First Method
    • Click on the Code button here, then click "Download ZIP" or download it directly from here.
    • Extract the folder from the ZIP folder and open the project in IntelliJ IDEA
  2. Second Method
    • Click on the Use this template button here or follow this link.
    • Create your own project.
    • In IntelliJ IDEA open the project by copying your repository's URL, clicking Get from VCS, paste the URL and click Clone.

When you opened the project replace the mod's name - ForgeTemplate, the mod id - forgetemplate and the mod version - 1.0 in the gradle.properties file and in the main mod class.

From the command line

You need to have a Java 17 JDK installed, then just execute the commands ./gradlew to update dependencies and ./gradlew build to generate a .jar file in build/libs.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages