0.1.0-beta.5.3
Compatibility
Changes
lmaoo imagine doing two hotfixes within 1 hour anyway why nobody told me there were more missing recipes smh
New recipes
Death Knell
[ Bone ] [ Chain ] [ Bone ]
[ Iron Ingot ] [ Bell ] [ Iron Ingot ]
[ Dried Moss ] [ Mob Soul ] [ Dried Moss ]
Empty Spirit Jar
[ ] [ Iron Nugget ] [ ]
[ Glass Pane ] [ ] [ Glass Pane ]
[ Glass Pane ] [ Amethyst ] [ Glass Pane ]
Blank Familiar Charm
[ ] [ String ] [ ]
[ Leather ] [ Amethyst ] [ Leather ]
[ ] [ Bone ] [ ]
Herb Drying Rack
[ String ] [ ] [ String ]
[ Stick ] [ Stick ] [ Stick ]
[ Planks ] [ ] [ Planks ]
Any wooden planks are accepted.
Essence Extractor
[ Copper ] [ Amethyst ] [ Copper ]
[ Glass ] [ Cauldron ] [ Glass ]
[ Iron ] [ Iron ] [ Iron ]
Witch Censer
[ ] [ Chain ] [ ]
[ Copper ] [ Campfire ] [ Copper ]
[ ] [ Amethyst ] [ ]
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:6TZpFSld"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:KtV33qvg:6TZpFSld"
}

