Skip to content

Allows injecting resources into the "Programmer Art" resource pack

License

Notifications You must be signed in to change notification settings

ExtraCrafTX/ProgrammerArtInjector

Repository files navigation

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.

About

Allows injecting resources into the "Programmer Art" resource pack

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages