
Hundred Years Warfare
NPC-based combat and production gameplay, multiple control methods including RTS mode, special compatibility and integration with various mods, with future plans to expand into structures, management, RPG mechanics, and more.
Tags
Creators
Details
0.7.1r-1.21.1-neoforge
Compatibility
Changes
1.重做阵型系统,新增拖拽,组合阵型等功能
2.修复局域网联机RTScam自己退出的问题
3.调整单位招募价格
4.改进轮盘交互体验
5.生存模式下召唤或招募的单位默认改为仅指令策略
6.新增快捷键说明显示切换
7.改进player puppet隐身机制实现
8.其它修复和改进
- Reworked the formation system, adding drag-based formation placement, combined formations, and other features.
- Fixed an issue where RTScam would exit unexpectedly during LAN multiplayer.
- Adjusted unit recruitment prices.
- Improved command wheel interactions.
- Units summoned or recruited in Survival mode now default to the Command Only strategy.
- Added a toggle for displaying shortcut hints.
- Improved the Player Puppet invisibility implementation.
- 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:ZXquA8l5"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:sGwWd97l:ZXquA8l5"
}
