1.0.0
Compatibility
Changes
Daily Bounty / 每日悬赏 1.0.0
Initial stable release.
初始稳定版本。
Features / 主要功能
-
Daily and weekly bounty tasks
每日任务与每周任务 -
Player-specific task progress
玩家独立任务进度 -
Custom bounty GUI
自定义悬赏 GUI -
Bounty Manual item
悬赏手册物品 -
Reputation, stats, ranking, history, and notifications
声望、统计、排行榜、历史记录和提醒 -
Item and XP rewards
物品奖励和经验奖励 -
JSON configuration
JSON 配置文件 -
In-game bounty editor for modpack authors
面向整合包作者的游戏内悬赏编辑器 -
Task type, category, target ID, and reward pool selectors
任务类型、分类、目标 ID、奖励池选择器 -
Reward pool manager
奖励池管理器 -
Support for rewards from other loaded mods
支持选择其它已加载 Mod 的物品作为奖励
Stable task types / 稳定任务类型
kill_entity:击杀实体mine_block:挖掘方块harvest_crop:收获成熟作物submit_item:上交物品fishing:钓鱼explore_biome:探索群系villager_trade:村民交易
Notes / 注意事项
This 1.0.0 release has been tested in singleplayer. 当前 1.0.0 版本已完成单人游戏。
Dedicated multiplayer server compatibility has not been fully tested yet and will be verified in a future release.
独立多人服务器兼容性尚未完整实测,后续版本会补充验证。
Requires Fabric API.
需要 Fabric API。
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:n2MDPEsf:shBxlsFc"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:n2MDPEsf:shBxlsFc"
}

