Skip to content
This repository has been archived by the owner on Jan 9, 2019. It is now read-only.
/ lib-colladamodel Public archive

A library mod for minecraft that adds the ability to load models and animations from COLLADA assets.

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING
Notifications You must be signed in to change notification settings

hea3ven/lib-colladamodel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lib-colladamodel

A minecraft library mod that adds the ability to load models from COLLADA files.

For Users

Download latest version: lib-colladamodel v1.0a1

For Developers

Configuration

Add the following lines to your build.gradle script:

repositories {
    maven {
        url = "https://raw.github.com/hea3ven/lib-colladamodel/mvn-repo/"
    }
}

dependencies {
    compile 'com.hea3ven:lib-colladamodel-deobf:1.0a1'
}

also add the library as a dependency of your mod:

@Mod(modid = "yourmodid", version = "1.0", dependencies = "required-after:colladamodel@[1.0a1,)")
public class YourMod {
    // ...
}

and run "gradle setupDecompWorkspace".

Usage

To load a model use the following code:

IModelAnimationCustom model = (IModelAnimationCustom)AdvancedModelLoader.loadModel("yourmodid:models/yourmodel.dae")

About

A library mod for minecraft that adds the ability to load models and animations from COLLADA assets.

Resources

License

LGPL-3.0, GPL-3.0 licenses found

Licenses found

LGPL-3.0
COPYING.LESSER
GPL-3.0
COPYING

Stars

Watchers

Forks

Packages

No packages published