Creators
Details
Licensed GPL-3.0-only
Published 4 months ago
Updated 3 weeks ago
All versions
0.0.1.0
Release
JESR 0.0.1.0 for NeoForge - 26.1.23 weeks ago 36
Compatibility
Minecraft: Java Edition
26.1.2
Platform
NeoForge
Supported environments
Client-side
Required content
Changes
Just Enough Serverless Recipes v0.0.1.0
- Added dedicated Minecraft 26.1.2 builds for Fabric and NeoForge using the current 0.0.1.0 codebase.
- Changed the public mod version naming to
0.0.1.0.
Required client setup
- Fabric support:
- Fabric Loader
>=0.19.0 - Fabric API
>=0.145.4+26.1.2
- Fabric Loader
- NeoForge support:
- NeoForge
>=26.1.2.0-beta <26.2
- NeoForge
- JEI support:
>=29.5.0 <30
Minecraft compatibility
- 26.1.2 - Fabric & NeoForge compatibility.
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:MKwHPQ55:rnh329Ew"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:MKwHPQ55:rnh329Ew"
}


