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'
}
Quick facts
- Edition: Minecraft Java
- File type: .jar
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on CurseForge — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
ArtemisLib is a free Minecraft Java mod. Downloaded 3,934,547 times (via CurseForge). Download it and open it directly in the game.