Skip to content

A client-side mod for Minecraft that improves quality-of-life for in-game hunting

Notifications You must be signed in to change notification settings

Tee-6/Auto_Attack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 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
  • Update the fabric-loom version from build.gradle.
    • 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 before updating the loom version

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