Tags
Creators
Details
Licensed ARR
Published 4 years ago
Updated 19 hours ago
All versions
3.15.4
Beta
3.15.42 years ago 7,167
Uploaded by
Compatibility
Minecraft: Java Edition
1.19.2
Platform
Forge
Supported environments
Client-side
Server-side
Client and server
Changes
3.15.4
- improve: ingredient merging
3.15.3
- improve: drop_item now does not spawn item entity with random offset
- improve: skip some validation for ghost recipes
3.15.2
- fix: use air ingredient & remove main hand check since MC will invoke off hand if main hand is pass (#80)
3.15.1
- fix: using srg name for
lambda$finalizeExplosion$0that mixin refmap can't generate
3.15.0
- fix: sync the 1.20 forge for drop correctly (#65)
- fix: entity tag creation
- chore: removing debug fox entry
- chore: using
clearFireinstead of set remaining directly - feat: added two tags for entities surviving in lighting bolt
- fix: actions in if action are executed in a reverse order
- Merge pull request #64 from SettingDust/1.19.2-forge
- fix: modify the mixin point to work
- fix: chance condition in dripstone recipes may be executed twice
- chore: able to import project without tokens
- fix: cannot place block in block exploding recipes
- fix: item duplication in the last commit
3.14.3
- fix: droppers also place falling blocks (#59)
3.14.1
- fix: crash with REI (#54)
3.14.0
- vanilla recipes 2
- fix: interaction result is not correctly applied
- feat: execute action cancel repeating
- vanilla recipes
3.13.3
- fix: interaction recipes not working
3.13.2
- fix: bugs. now you can look up by block input in REI
Optional dependencies
Any compatible version
Any compatible version
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:8ip9XDsp"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:TdN6LxjM:8ip9XDsp"
}

