Skip to content

A mappings modification and transformation library and Gradle plugin.

License

Notifications You must be signed in to change notification settings

architectury/mappings-layers

Repository files navigation

Mappings Layers

A gradle plugin that allows modification of tiny mappings.


Usage

plugins {
    id "dev.architectury.mappings-layers-plugin" version "1.1-SNAPSHOT"
}

dependencies {
    mappings mappingsLayers.from("net.fabricmc:yarn:1.16.5+build.4:v2") {
        it.mapClass("net/minecraft/class_310", "net/minecraft/client/MinecraftCorb")
        it.mapMethod("method_23182", "renderRandomStuffPlease")
        it.mapField("field_1700", "theMinecraftClientCorbLmao")
    }
}

License

Lesser General Public License v3

About

A mappings modification and transformation library and Gradle plugin.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages