CurseForge · Minecraft mod
ArtemisLib
A modding library that lets modders resize entities without coremodding.
Quick answer
Which ArtemisLib release should I use?
ArtemisLib-1.12.2-v1.0.6.jar targets 1.12.2. The project page does not say whether this file belongs on the client, dedicated server, or both. No extra mods listed for this file.
Where it goes
Is ArtemisLib required on the client, server, or both?
The project page does not say whether this file belongs on the client, dedicated server, or both.
The source does not explicitly classify this release as client-only or server-only.
What else does ArtemisLib-1.12.2-v1.0.6.jar need?
ArtemisLib-1.12.2-v1.0.6.jar. Change the file and its required mods may change too.
This file does not list any required mods. Do not add a library just because a different file uses it.
This file does not list any required or optional mods.
Before you install it
Add ArtemisLib without breaking your instance.
Built for ArtemisLib-1.12.2-v1.0.6.jar. Pick another file and the loader, install side or required mods may change.
- 01
Stick to this file
Use ArtemisLib-1.12.2-v1.0.6.jar. It targets 1.12.2; another release may have different loader, side or dependency requirements.
- 02
Bring the mods it needs
This file does not list any required mods. Do not add a library just because a different file uses it.
- 03
Put it on the correct side
The project page does not say whether this file belongs on the client, dedicated server, or both.
- 04
Pick the file you checked
Use the “Get this file” button beside ArtemisLib-1.12.2-v1.0.6.jar. It opens that exact file at the source.
About this project
What does ArtemisLib add?
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'
}
Project description from CurseForge.
Pick your setup
ArtemisLib by Minecraft version and loader
Choose the version and loader you play, then open the matching release.
1.12.2
1 loader buildCheck the dependencies, then try the file in a copied instance before changing a world you care about.
Recent files
ArtemisLib versions and loaders
ArtemisLib-1.12.2-v1.0.6.jar
15 Jul 2019
ArtemisLib-1.12.2-v1.0.5.jar
14 Jul 2019
ArtemisLib-1.12.2-v1.0.4.jar
30 Mar 2019
ArtemisLib-1.13.2-v1.0.3.jar
17 Feb 2019
ArtemisLib-1.12.2-v1.0.2.jar
11 Feb 2019
ArtemisLib-1.12.2-v1.0.1.jar
11 Feb 2019
ArtemisLib-1.12.2-v1.0.0.jar
7 Feb 2019
Looking for an older file? The official CurseForge project page is in Resources.