Tags
Creators
Details
Licensed MIT
Published 3 years ago
Updated last month
All versions
1.2.0+1.20.4-Forge
Release
Quad 1.2.0 + 1.20.4 Forge2 years ago 355
Compatibility
Minecraft: Java Edition
1.20–1.20.4
Platform
Forge
Supported environments
Server-side
Client and server
Changes
Quad 1.2.0
Added / Fixes
- Tags with similar properties have been moved into sub-folders (e.g.
immune_cactus.jsonbecomesimmune/cactus.json)
block tags
when_stepped_on/burnsburns the player like Magma Blockswhen_stepped_on/slowsslows the player like Soul Sandwhen_stepped_on/sticksprevents the player from jumping as high like Honey Blocks
Item tags
tnt_ignitershas been renamed tofire_lighterfire_lighterlights blocks like Tnt and Campfires, and lights Creepersprotects_from/burnsprotects the player from burning on blocks like Magma Blocks (or blocks inwhen_stepped_on/burns)
Enchantment tags
fire_lighterlights blocks like Tnt and Campfires, and lights Creeperspacifier/endermankeeps enderman from getting aggressive when looked atpacifier/piglinkeeps piglins from getting aggressive when preventableprotects_from/burnsprotects the player from burning on blocks like Magma Blocks (or blocks inwhen_stepped_on/burns)snow/bootslets the player walk on powdered snow when worn
Removed
- Removed tag
parrot_poison
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:7jzrCiK0:FjMtmJUB"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:7jzrCiK0:FjMtmJUB"
}


