Language

DynamicAssetAccessor

DynamicAssetAccessor

Modrinth

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

335 downloads 2 followers updated 42mo ago
Modrinth
Fabric 1.19 – 1.19.3 LibraryUtility

This is the RecraftorsMC 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 Modrinth repository to your build file

<repositories>
    <repository>
        <id>modrinth</id>
        <url>https://api.modrinth.com/maven</url>
    </repository>
</repositories>

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

<dependencies>
    <dependency>
        <groupId>maven.modrinth</groupId>
        <artifactId>mcr_dynamicassetgenerator</artifactId>
        <version>...</version>
    </dependency>
</dependencies>

To Gradle

Step 1. Add the Modrinth repository to your build file

repositories {
    maven {
        name "Modrinth"
        url "https://api.modrinth.com/maven"
    }
}

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

dependencies {
    implementation "maven.modrinth:mcr_dynamicassetgenerator:<version>"
}

Versions

No version history available. Use the Download button to get the latest from the source.

Comments 0

No comments yet. Be the first to share your thoughts.

Download DynamicAssetAccessor

Files are served directly from the original source. Modgrid does not host or modify them.