1.0.4
Compatibility
Changes
*Changed:
-
How armor and tools are obtained for both factions(check the vampyres book for info on how to start)
-
Jubokko tree's size
-
Jubokko logs now act as pipes
-
Jubokko leaves no longer drop saplings due to new progression
-
Now vampyre tools colect jubokko sap after attacking animals and hunters. And hunter tools colect holy garlic sap when attacking monsters
-
Holy Garlic now can only be planted on Holy Garlic Soil
-
How much the mod's potions increased or decreased attack damage, speed, hunger, etc.
*Added:
-
New progression more align with the mods main theme.
-
Holy Garlic tree and ents
-
Holy Garlic and Ninmenka Soil(Use Holy Garlic Sap and Jubokko Sap Bottles)
-
Famished effect, wich allows the collection of pieces of gluttony or envy
-
Bloodstone gem and Amplifier wich increases the level of famished effect
-
4 new foods
-
2 villager professions
-
lioubgai monster and Armor
*Fixed:
- Some bugs :)
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:5r1fBAaE:kefnGkGE"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:5r1fBAaE:kefnGkGE"
}

