Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 511 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 511 Bytes

Template for 1.12.2 Cleanroom

Everything but the Java Classes are thanks and are credited to SizeableShrimps ForgeTemplates found Here

Setting up

  • Open up gradle.properties and change all the necessary properties
  • Rename the main package to be the same as mod_base_package in the properties file, e.g. io.github.examplemod
  • Uncomment codes in build.gradle if you are using coremod or mixin

Finally, import into your IDE of choice.