All versions
2.2.1.8-SNAPSHOT
Release
Dreamtinker 2.2.1.8-SNAPSHOT8 months ago 64
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Changes
Full Changelog: https://github.com/Brahypno/dreamtinker/compare/v2.2.1.7...v2.2.1.8
New:
SilenceGlove
Make Attributes from materials have the chance to work.
Add receipt to change Tool HEAD
Add 'right click' function; SilenceGove can trigger basic item use now; And still be considered as FULL CHARGE, except for those draw time=0
Add recycle recipe
Add advancements
material: shadow skin to increase protection cap; soul steel, a better steel, to be revised though.
half festering blood, festering blood, evil homunculus
Fix:
tcon material, even not loaded, still cannot use external tier.
Adjust
add self_destructing to lupi`s default black list
adjust as one, open soul, ewige widerkunft
adjust poisonHomunculusConversion, exclude HP>30 or boss
adjust half_rotten_homunculus usage
adjust text, not functionally changed.
rebalance weapon_transformation
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:OL4M5bdp:Ke7XUoS2"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OL4M5bdp:Ke7XUoS2"
}

