Links
Tags
Creators
Details
1.0.0
Compatibility
Required content
Changes
Zinc Smelting Fix
Description
This mod adds a missing vanilla smelting recipe for Create mod's zinc-related items:
Smelt Raw Zinc Blocks into Zinc Blocks.
Recipe Details
| Item | Detail |
|---|---|
| Ingredient | Raw Zinc Block (create:raw_zinc_block) |
| Result | Zinc Block (create:zinc_block) |
| Cooking Time | 90 seconds (1800 ticks) |
| Experience | 6.3 levels |
| Applicable Furnaces | Furnace, Blast Furnace, Smoker |
When using a Blast Furnace or Smoker, the cooking time is halved (45 seconds), while the experience reward remains the same.
Compatibility
- Minecraft Version:1.21.1
- Mod Loader:NeoForge
- Required Dependency:Create Mod(Required)
License
All Rights Reserved.
Unauthorized reproduction, modification, or commercial use is prohibited.
粗锌块烧炼修复
简介
本模组为 Create(机械动力) 模组的锌锭相关物品补全了一项原版 Minecraft 中缺失的烧炼功能:
将 粗锌块(Raw Zinc Block) 烧炼为 锌块(Zinc Block)。
功能详情
| 项目 | 详情 |
|---|---|
| 原料 | 粗锌块(create:raw_zinc_block) |
| 产物 | 锌块(create:zinc_block) |
| 烧炼时间 | 90 秒(1800 ticks) |
| 获得经验 | 6.3 级 |
| 适用炉灶 | 普通熔炉、高炉 |
在高炉中烧制时,速度会减半(实际 45 秒),经验值不变。
兼容性
- Minecraft 版本:1.21.1
- 模组加载器:NeoForge 21.0.167+
- 前置模组:Create(机械动力)(必须)
开源许可
本模组保留所有权利(All Rights Reserved)。
未经作者授权,禁止转载、修改或用于商业用途。
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:OREOb6i2:Xv9w9JCC"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:OREOb6i2:Xv9w9JCC"
}
