Tags
Creators
Details
Licensed MIT
Created 4 years ago
Updated 3 months ago
All versions
1.21-1.2.4
Release
Farmer's Delight 1.2.4 - 1.212 years ago 64.3K
Compatibility
Minecraft: Java Edition
1.21
Platform
NeoForge
Supported environments
Client and server
Changes
- (1.21) All
forgetags have been updated to thecnamespace, with a few changes and additions:- Updated many tags to reside within the
c:foods/subgroup, except forc:crops/grain, since the items are inedible; - Many tags which had specific subgrouping were sunsetted.
- For example: forge:vegetables/tomato was phased out due to redundancy, in favor of c:foods/tomato instead, but tomatoes are still added to c:foods/vegetables;
- Removed
farmersdelight:wolf_prey, in favor of usingc:foods/raw_meatinstead; - Added
c:foods/safe_raw_fish, a version ofc:foods/raw_fishwhich does not include Pufferfish;
- Updated many tags to reside within the
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:R2OftAxM:ovSzG9pc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:R2OftAxM:ovSzG9pc"
}

