All versions
0.6.1r-fix2-1.21.1-neoforge
Release
Hundred Years Warfare 0.6.1r-fix2-1.21.1-neoforgelast month 365
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
1.修复sable结构加载时生物坠落的问题 2.运输指令新增方块面设置 3.修复攻城器朝向命令 4.禁用透明皮肤 5.修复史诗骑士盔甲装饰渲染支持 6.修复法师不攻击中立目标的问题 7.修复tacz士兵子弹伤害来源问题 8.其它修复和改进
- Fixed the issue where mobs fall when loading sable structures.
- Added block-face settings to transport commands.
- Fixed siege machine orientation commands.
- Disabled transparent skins.
- Fixed rendering support for epic knight armor trims.
- Fixed the issue where mages do not attack neutral targets.
- Fixed the damage source issue for TaCZ soldier bullets.
- Other fixes and improvements.
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:sGwWd97l:GpL0i5NT"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sGwWd97l:GpL0i5NT"
}

