ExtraCrafTX / ProgrammerArtInjector

Allows injecting resources into the "Programmer Art" resource pack
MIT License
7 stars 0 forks source link
fabricmc fabricmc-mod minecraft-mod mod programmer-art textures

ProgrammerArtInjector Latest version

This is a library mod that allows other mods to inject resources into the "Programmer Art" resource pack.

Now you can make your textures fit in, even when people are using the classic textures!

Maven

repositories {
    maven { url "https://maven.extracraftx.com"}
}
dependencies {
    modImplementation "com.extracraftx.minecraft:ProgrammerArtInjector:{VERSION}"
    include "com.extracraftx.minecraft:ProgrammerArtInjector:{VERSION}"
}

{VERSION} should be replaced with the version of this mod you would like to bundle.

The include declaration makes it so that this mod is bundled with your mod. This means users will not have to download the mod separately.

Usage

To include textures for programmer art, add a folder named programmer_art to your resources folder. In here, you can follow the normal resources folder structure.

Example:
resources/programmer_art/assets/modid/textures/block/some_block.png

This mod will inject these resources into the "Programmer Art" resource pack.