Tags
Creators
Details
1.1
Compatibility
Changes
This is Minecraft Additions, a minecraft mod that adds stuff (which imo should have already been added).
This current version (1.0) adds:
The stonecutter to make wooden items

and these 2

This version adds a couple more things but since my computer can't record (without going down to 2 fps) so here they are. Scroll to below the image for the names.

on the left/first column is the Potion of Dolphin's Grace, brewed with a Heart of the Sea
on the right/second column is the Potion of Wither, brewed with Witherpowder, made by putting a wither rose into a furnace, which can be farmed or traded with a master level cleric.
commands:
/vanish & /v : vanishes your character
/unvanish & /unv : unvanishes your charachter
/mcadditions:version : shows you your version
/mcadditions:links: shows links to this page, my linktree and my YT channel
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:EbPFEDWX:OgGb3MwR"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:EbPFEDWX:OgGb3MwR"
}

