Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 4 days ago
All versions
5.1.7
Release
[Fabric 1.20.1] 5.1.73 years ago 101
Compatibility
Minecraft: Java Edition
1.20–1.20.1
Platforms
Fabric
Quilt
Supported environments
Client-side
Server-side
Client and server
Changes
5.1.7
- chore: parity & disable transitive AWs
- fix: client level lingering
- fix: explode action has no sound
- let third-party mods support the group property easier
- new publish script
5.1.3
- fix: chance condition in dripstone recipes may be executed twice
5.1.1
- fix: actions in if action are executed in a reverse order
5.1.0
- chore: add example recipes
- Merge pull request #61 from SettingDust/1.20-fabric
- chore: removing debug fox entry
- chore: using
clearFireinstead of set remaining directly - feat: added two tags for entities surviving in lighting bolt
- chore: able to import project without tokens
5.0.7
- fix: droppers also place falling blocks (#59)
5.0.5
- bring back KubeJS integration
5.0.4
- fix: item duplication in the last commit
5.0.3
- fix: cannot place block in block exploding recipes
- Update Minecraft Wiki links to new domain after fork (#55)
- Update pt_br (#53)
5.0.2
- fix: my IDE went crazy
- vanilla recipes 2
- feat: execute action cancel repeating
- vanilla recipes
- fix: #50
5.0.1
- feat: kiwi version checker
- fix: missing translations
5.0.0
- 1.20 port
3.13.1
- fix: drip particles not spawning
Optional dependencies
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:TdN6LxjM:Y6tlaLfS"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TdN6LxjM:Y6tlaLfS"
}



