Tags
Creators
Details
Licensed GPL-3.0-only
Published 3 years ago
Updated 2 days ago
All versions
5.0.0+26.1
Release
[NeoForge 26.1] Better McDonald's Mod 5.0.0+26.14 months ago 97
Compatibility
Minecraft: Java Edition
26.1.x
Platform
NeoForge
Supported environments
Client and server
Required content
Changes
⚠ WARNING: This is a beta version and may be unstable.
It is strongly recommended to make a backup of your world before using this version.
Changes
- Updated to Minecraft 26.1
- Migrated mod from Architectury API to Balm
- From now on, Balm will replace Architectury API as the required dependency!
- Migrated build setup from Architectury Loom to Neo Loom + a custom version of Jared's MultiLoader Template
- The custom template is available here
- Changed license to GPL 3.0
- Updated wiki with the new gameplay changes
Gameplay Changes
- Increased the chance of raising the compost level when placing tomato or lettuce seeds into a composter to better match Vanilla Minecraft seeds
- 20% ➔ 30%
- Added tag translations:
#better_mcdonalds_mod:burger➔ "Burgers"#better_mcdonalds_mod:side_dishes➔ "Side Dishes"#better_mcdonalds_mod:drinks➔ "Drinks"
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:kdnePgr1:lR3Gvirl"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:kdnePgr1:lR3Gvirl"
}


