
中华古刃 - Chinese Ancient Blade
这个模组为我的世界添加了中国华夏古时期的兵器,唐横刀,环首刀,雁翎刀,雁翅刀,苗刀,和轻功。 This mod adds ancient Chinese weapons from the Huaxia period to Minecraft, including the Tang Hengdao, the Ring-hilted Dao, the Yanlingdao, the Yanchidao, the Miaodao, and lightness skills.
1.7.79
Compatibility
Required content
Changes
Mod - 1.7.79 - Minor Fixes:
修复了雨天不能翻身聚气的问题; 环首刀、铁制环首刀、铜制佩刀鞘等部分合成逻辑的问题已修复;
提示:因为作者早期没有定夺合成逻辑,导致早期武器合成比较乱,比如当初的逻辑是一些较贵的刀合成是需要同系的铁质刀器一同合成升级而来,对被影响游玩的玩家感到很抱歉。
Ancient Huaxia Weapons Mod - 1.7.79 - Minor Fixes:
- Fixed an issue where aerial energy charging could not be performed in rainy weather.
- Fixed crafting logic issues for certain items, including the Ring-hilted Dao, Iron Ring-hilted Dao, and Copper Peidao Sheath.
Note: Due to indecision in the early stages of development regarding crafting logic, some early weapon recipes were quite messy. For example, the original logic required more valuable swords to be crafted by upgrading from their iron counterparts of the same series. We apologize for any inconvenience caused to your gameplay experience.
Optional dependencies
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:GGhTePVE:rFuaxYe3"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:GGhTePVE:rFuaxYe3"
}
