Mod ArtemisLib by Cammie
- 20.82 KB
- 1.12.2
- February 7, 2019
- July 14, 2019
- API and Library
Description
Mod Information
Name | ArtemisLib | Author | Cammie | Description | A modding library that lets modders resize entities without coremodding. |
---|---|---|---|---|---|
Information | Downloads: Version: 1.12.2 Size: 20.82 KB Updated at: July 14, 2019 Created at: February 7, 2019 | Tags | API and Library |
Description
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' }