Minecraft ArtemisLib mod 2026 download
logo
minecraft mod ArtemisLib

ArtemisLib

Game Version: 1.12.2
Total Downloads: 1,030,290
Updated: Jul 15, 2019
Created: Feb 7, 2019
Download ArtemisLibDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
ArtemisLib-1.12.2-v1.0.6.jar release 20.82 KB Jul 15, 2019 1.12.2 641,057 download ArtemisLib ArtemisLib-1.12.2-v1.0.6.jar releaseDownload
ArtemisLib-1.12.2-v1.0.5.jar release 20.83 KB Jul 14, 2019 1.12.2 593 download ArtemisLib ArtemisLib-1.12.2-v1.0.5.jar releaseDownload
ArtemisLib-1.12.2-v1.0.4.jar release 20.60 KB Mar 30, 2019 1.12.2 327,229 download ArtemisLib ArtemisLib-1.12.2-v1.0.4.jar releaseDownload
ArtemisLib-1.13.2-v1.0.3.jar release 17.10 KB Feb 17, 2019 1.13.2 1,547 download ArtemisLib ArtemisLib-1.13.2-v1.0.3.jar releaseDownload
ArtemisLib-1.12.2-v1.0.2.jar release 20.50 KB Feb 11, 2019 1.12.2 57,880 download ArtemisLib ArtemisLib-1.12.2-v1.0.2.jar releaseDownload
ArtemisLib-1.12.2-v1.0.1.jar release 19.97 KB Feb 11, 2019 1.12.2 185 download ArtemisLib ArtemisLib-1.12.2-v1.0.1.jar releaseDownload
ArtemisLib-1.12.2-v1.0.0.jar release 10.31 KB Feb 7, 2019 1.12.2 1,724 download ArtemisLib ArtemisLib-1.12.2-v1.0.0.jar releaseDownload

Description

Share this:

ArtemisLib is a library mod made by the Artemis Games Studio team that allows modders to change the hitbox of entities without the use of coremodding.


 

There are two Entity Attributes added: ENTITY_HEIGHT and ENTITY_WIDTH that can be called from the ArtemisLibAttributes class, and used like any other Entity Attributes.

 


 

If you want to add ArtemisLib to your projects, put the below into your build.gradle file

repositories
{
    mavenCentral()
    maven
    {
        url = "https://minecraft.curseforge.com/api/maven/"
    }
}

dependencies
{
    compile 'artemislib:ArtemisLib:<1.12.2 or 1.13.2>:v1.0.4'
}

 

Comments

Add a comment