
This is the RecraftorsMC port of the Dynamic Asset Generator mod for Quilt
![]()
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>"
}
Quick facts
- Edition: Minecraft Java
- File type: .jar
- Minecraft version listed: 1.19.3
- How to install: Install the matching mod loader (Forge, Fabric or NeoForge) for your Minecraft version. → Download the .jar. → Put it in the .minecraft/mods folder and launch that loader profile.
- Where to get it: Opens on Modrinth — not every file is mirrored on our own servers.
Install steps are the general flow for this file type — How to install Minecraft Java mods & modpacks walks through it step by step.
Verified by MCModsHub
- Ships as dynamic_asset_generator_1.19.3-3.0.0.jar — drop this file into the mods folder
- Download size: 246 KB
- Download link checked 6 Sept 2026 — working
These come from our own check of the pack file, not from the source page.