Skip to content

A tool for generating asset and data resources at runtime from existing resources.

License

Notifications You must be signed in to change notification settings

RecraftorsMC/DynamicAssetGenerator

Repository files navigation

Back to the Fabric!

This is the BttF port of the Dynamic Asset Generator mod for Quilt

Icon


Dynamic Asset Generator

Does nothing on its own

A library mod for dynamically generate assets, such as textures, at runtime.


How to import

To Maven

Step 1. Add the JitPack repository to your build file

<repositories>
    <repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>
</repositories>

Step 2. Add the dependency (adding the version of your needs)

<dependencies>
    <dependency>
        <groupId>com.github.Back-to-the-Fabric</groupId>
        <artifactId>DynamicAssetGenerator</artifactId>
        <version>...</version>
    </dependency>
</dependencies>

To Gradle

Step 1. Add the JitPack repository to your build file

repositories {
    maven {
        name "JitPack"
        url "https://jitpack.io"
    }
}

Step 2. Add the dependency (adding the version of your needs)

dependencies {
    implementation "com.github.Back-to-the-Fabric:DynamicAssetGenerator:<version>"
}

About

A tool for generating asset and data resources at runtime from existing resources.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages