4.1-neoforge26.1
Compatibility
Changes
✨ Update to 26.1
✨ make code structur better and modularer
✨ added the old decomaker back and added a new dye maker, the dye maker has now the new system (the system where you paid dye to craft the item) and the decomaker the old system with custom materials (we have now 2 options to craft things)
✨ official start of the new update police, a reminder of the new update police:
- Supported Platforms: The mod supports Fabric and NeoForge. Forge support will be discontinued starting with this new Update Police due to technical limitations.
- Version Policy: Every new Minecraft version gets a mod port. Only the latest version and the previous two are full supported with new features
- Ports and Update: Ports are created only for the currently supported three versions, When a new version is released, the oldest supported version is dropped
- Feature Update vs Bugfixes: The newest three versions get features updates and bugfixes. Older versions receive critical bugfixes only
📌 Note: This Update Policy will starts with Minecraft version 26.1. Initially, only one version will be supported, Support expands as follows 26.2 -> two versions, 26.3 and onward -> three versions simultaneously supported
Projects on Modrinth are automatically available through a Maven repository for use with JVM build tools such as Gradle. To learn more about the Modrinth Maven API, click here.
Note: When available, you should use the creator's maven repo instead as it will have transitive dependency information that the Modrinth Maven API does not. You may also end up with duplicate dependencies if you use a mix of Modrinth and non-Modrinth Maven repositories for your dependencies, because the group identifier will be different when served through the Modrinth Maven API.
Maven coordinates:
Version ID:
build.gradle:
repositories {
exclusiveContent {
forRepository {
maven {
name = "Modrinth"
url = "https://api.modrinth.com/maven"
}
}
// forRepositories(fg.repository) // Uncomment when using ForgeGradle
filter {
includeGroup "maven.modrinth"
}
}
}
// Standard Gradle dependency
dependencies {
implementation "maven.modrinth:VIkNIHtW:pvjwPoWK"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:VIkNIHtW:pvjwPoWK"
}

