Skip to content

Tee-6/Auto_Attack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Auto Attack

This is an installable modification for the videogame, Minecraft Java Edition.
Utilizing Java and some JSON, I created a modification to the game's combat system to improve the players' experience.

Download

View the mod: (CurseForge)

Demonstration Gif

Developer Guide

To update

  • Update the properties from gradle.properties. Follow the Fabric Develop guide.
  • Increment the mod's version number
  • If it's a new Minecraft version, change the version number in /src/main/resources/fabric.mod.json
  • Updating fabric-loom version
    • If a new gradle version is required to update the Loom version:
      • Update the version number in gradle/gradle-wrapper.properties
      • Use ./gradlew wrapper --gradle-version x.x (replace x.x with the new version number)

To build

Enter ./gradlew build into the terminal.
The build will appear in the build/libs folder

To release

  • Commit changes for the new version
  • Navigate to the release page
  • Create new release
  • Create a new tag with the version number
  • Upload a file of the mod (same file that's uploaded to CurseForge