0.1.0-beta.6.0
Compatibility
Changes
This is the last patch for 1.20.1 i'll next work on porting the mod into NeoForge for 1.21.1 the reason is my friends decided to migrate to it
since this is the last version for 1.20.1 i'll mark it as "release"
what changed:
- first audio pass
- few bugs corrected
- new items added
- few textures changed
Let's start with what matters: items added:
- Occult Ham: obtained by doing Curse ritual on a cooked porkchop. It's basically a ham that regenerates overtime. It's curse is not being able to leave owner's inventory.
- Infinite Dirt: Obtained by doing Curse ritual on a dirt block. As name says it is a mere infinite dirt block. It comes with a random curse.
- Infinite Hammer: Obtained by doing Curse ritual on an Anvil. It can be used to repair anything (except itself) and it won't break. Just like the opccult ham it will regenerate it's durability over time. Does not have a curse and always consumes 1 level to repair things. Again, it can repair ANYTHING with durability.
- Mana Carpet: obtained by doing curse ritual on any carpet. While standing on it, player will regen 2 mana per second.
That's it really. I did a pass on audio and textures as i said, but not on 3d models. I tried to make the tree boss less laggy too, even tho it's spawn chance is near zero.
To do the curse ritual i recommend using the herb smokes.
xoxo - shia
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:KtV33qvg:XaJEtWka"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KtV33qvg:XaJEtWka"
}

