Tags
Creators
Details
Licensed MIT
Published 5 years ago
Updated 4 years ago
All versions
1.3.8
Release
[1.18.2] YMetalLib 1.3.84 years ago 263
Compatibility
Minecraft: Java Edition
1.18.2
Platform
Fabric
Supported environments
Client and server
Required content
Changes
Version 1.3.8 Update Log
- Added Sulfuric Acid in real fluid, but not obtainable in survival currently
- Can obtain using command
give @p ymetallib:sulfuric_acid_bucket
- Can obtain using command
- Added blasting recipes for tin and lead
- Step 1. Prepare 2 sticks, wood plank, 2 clay balls, empty tin can, water bucket or tin can containing 1 bucket amount of water, and any ingot (or plate if you want to craft plate).
- Step 2. Craft roller with 2 sticks and wood plank.
- Step 3. Craft clay blank mold with roller and 2 clay balls in vertical place.
- Step 4. There are two ways to craft ceramic ingot (plate) mold.
- Method 1
- Step 4-1. Craft clay ingot (plate) mold with clay blank mold and any ingot (plate).
- Step 4-2. Smelt clay ingot (plate) mold in furnace.
- Method 2
- Step 4-1. Smelt clay blank mold in furnace.
- Step 4-2. Prepare hammer, and one more stick.
- Step 4-3. Craft ceramic ingot (plate) mold with hammer, stick, ceramic blank mold, and any ingot (plate).
- Method 1
- Step 5. Craft tin can containing 1 bucket amount of solid tin(or lead) with any kind of tin or lead ore, and empty tin can.
- Step 6. Blast it in blast furnace.
- Step 7. Craft tin(or lead) ceramic ingot (plate) mold with ceramic ingot (plate) mold and tin can containing 1 bucket amount of molten tin (or lead)
- Step 8. Craft solid tin(or lead) ceramic ingot (plate) mold with tin(or lead) ceramic ingot (plate) mold and water bucket or tin can containing 1 bucket amount of water.
- Step 9. Craft tin(or lead) ingot (plate) with solid tin(or lead) ceramic ingot (plate) mold.
Supplementary resources
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:10JqfWeg:jM3B4yMV"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:10JqfWeg:jM3B4yMV"
}

