Download DynamicAssetAccessor — Minecraft Mods — MetaMods

DynamicAssetAccessor

Active

Downloads

2

Last update

2 years ago

Versions

1.19 — 1.19.3
Client and server
Fabric
Libraries
Utils

DynamicAssetAccessor

This is the RecraftorsMC port of the Dynamic Asset Generator mod adapted for Quilt.

Mod icon


About the Mod

Important: this mod does nothing on its own

DynamicAssetAccessor is a library mod that enables dynamic generation of game assets during runtime. This includes creating textures and other resources based on existing data.


Installation via Maven

Step 1. Add the Modrinth repository to your build file:

<repositories>
    <repository>
        <id>modrinth</id>
        <url>https://api.modrinth.com/maven&lt;/url&gt;
    </repository>
</repositories>

Step 2. Add the dependency (specify the required version):

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

Installation via 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 (specify the required version):

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

Nerjal_Nosk

Developer

RecraftorsMC

RecraftorsMC

Developer

Created: 31 Dec 2022

ID: 19672