Download Dynamic Asset Generator — Minecraft Mods — MetaMods

Dynamic Asset Generator

Active

Downloads

17

Last update

1 year ago

Versions

1.18.1 — 1.21.1
Client
Fabric
Forge
Neoforge
Quilt
Libraries

Dynamic Asset Generator

Dynamic Asset Generator (or DynAssetGen) is a modification designed for dynamically creating resources and data directly during gameplay, as opposed to manual creation or generation during mod compilation. Among the possible applications are:

  • Creating resources that match the player's used texture packs
  • Generating resources based on standard Minecraft assets that cannot be redistributed
  • Forming data or resources that depend on configuration settings or other information available only during gameplay
  • Creating variable data and resources that change depending on other present data and assets

The mod offers both a Java API and a management system through JSON files. Most available functions are focused on texture generation and processing, including:

  • Rotating, mirroring, and cropping images
  • Applying masks to images by transferring the alpha channel from one image to another
  • Extracting the foreground of an image and placing it on a new background
  • Changing image color palettes

Most operations are available through the JSON system, which can be used by both resource packs and other mods. The Java API allows extending this system or creating transformations dynamically during runtime.

Important: This mod does not add any content to the game by itself — it is intended for use together with other mods or resource packs.

Project members
lukebemish

lukebemish

Developer

Created: 6 Feb 2022

ID: 2207