1.0.0
Compatibility
Changes
Randomemenoscraft adds an assortment of random additions. It is a work in progress mod that currently includes, Tungsten and Tungstenite tools and armor, Emerald armor, Bacon, liquid mercury, and sharks.
Details about current additions
Tungsten and Tungstenite tools and armor: Tungsten and Tungstenite are brand new materials that you can obtain. Tungsten is found below Y=-30 and when made into tools and armor, is better than diamond but worse than netherite. Tungstenite on the otherhand, is a combination of tungsten and diamonds and when turned into armor, is better than netherite.
Liquid mercury: Liquid mercury is a new liquid that hurts you if you go in it and cannot be found naturally but instead crafted with gold iron and a bucket.
Bacon: Bacon is a food source that is a little worse than cooked pork and can be turned into golden bacon that is as good as a golden apple. God bacon (creative only for now) gives extremely OP buffs like strength 10 and water breathing 5.
Emerald Armor: Emerald armor is a armor better than iron but worse than diamond and each piece gives you hero of the villiage which lowers prices.
Sharks: Sharks are found in ocean biomes and can be tamed with raw fish.
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:SeQsorZw:3j5QeU12"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:SeQsorZw:3j5QeU12"
}

