All versions
2.0.8-SNAPSHOT
Release
Dreamtinker 2.0.8-SNAPSHOT10 months ago 117
Compatibility
Minecraft: Java Edition
1.20.1
Platform
Forge
Supported environments
Client and server
Required content
Changes
Full Changelog: https://github.com/Brahypno/dreamtinker/compare/v.2.0.7.1...2.0.8
New
- Add Narcissus Wing, 5 parts melee-ranged-harvest weapon. Each part needs special methods to gain. Can launch fluid projectile with user HP. When its special fluid projectile hit entity, the fluid effect would apply on shooter and a follow-up melee attack would hit the entity as well.
- Add white Peach. A kind of food contains a large amount of saturation, and gain from birch leaves
- Add a new modifier to allow TNT arrow to be used multiple times.
- Add a new harvest tier for Lupus Metal
Balance&improvement
- Add a new visual effect of Mashou
- Decrease the default value of weapon transformation
- Shorten the effective level of Modifier 'In Red'
- Improve localization
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:OL4M5bdp:LYqrmDew"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OL4M5bdp:LYqrmDew"
}




