Skip to content

NeoForge 21.5.69-beta have unfixable conflicts with yarn #283

@ishland

Description

@ishland
Mapping source name conflicts detected:
  ki$a$a METHOD c ((Lkk;)Z) -> [ki/method_57832, ki$a$a/method_57826]
    fixable: replaced with method_57832
  kh METHOD c ((Lkk;)Z) -> [ki/method_57832, kh/method_57826]
    fixable: replaced with method_57826
  kg METHOD c ((Lkk;)Z) -> [ki/method_57832, kg/method_57826]
  ki METHOD c ((Lkk;)Z) -> [ki/method_57832, ki/method_57826]
    fixable: replaced with method_57832
# minecraft version
minecraft_version=1.21.5
# neoforge version, latest version can be found on https://projects.neoforged.net/neoforged/neoforge
forge_version=21.5.69-beta
# yarn, latest version can be found on https://fabricmc.net/develop/
yarn_mappings=1.21.5+build.1
# https://github.com/architectury/architectury-loom/issues/230
yarn_mappings_patch_neoforge_version=1.21+build.4
dependencies {
	// To change the versions see the gradle.properties file
	minecraft "com.mojang:minecraft:${project.minecraft_version}"
	mappings loom.layered {
		it.mappings("net.fabricmc:yarn:$project.yarn_mappings:v2")
		it.mappings("dev.architectury:yarn-mappings-patch-neoforge:$project.yarn_mappings_patch_neoforge_version")
	}

	// your forge dependency, this is **required** when using Forge Loom in forge mode!
	neoForge "net.neoforged:neoforge:${project.forge_version}"

}

Note that 21.5.68-beta works just fine. 21.5.69-beta is the latest (at the time of writing) and first broken version.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions