All versions
1.5.1
Release
N3R3SH's Oth3r Us3ful Tags (N3OUT) 1.5.117 hours ago 10
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Server-side
Singleplayer
Changes
1.5.1 changes:
- Added "c:drink_containing/bottle" to foods_in_bottles.
- Duplicated the forge folder as a new c folder.
- Added everythingcopper:copper_pickaxe to #minecraft:cluster_max_harvestables and to #c:tools/melee_weapon.
- Added luminousworld:decorative_lantern to dynamiclights.
- Added artifacts:eternal_steak and artifacts:everlasting_beef as #minecraft:meat and to #c:foods/cooked_meat and #c:foods/raw_meat respectively.
- Added #n3ous:totems_from_t_o_t. BACKPORT
- Added all items from Everything is Copper except for the Copper Nugget and Weathering Station to stormsofthewild/conductive_item.
- Added silentgear:fishing_rod to #c:tools/fishing_rod and #c:tools/fishing_rods.
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:fzQOwCOx:3E426kUN"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:fzQOwCOx:3E426kUN"
}

