All versions
1.1.1
Release
Yumesumi Economy 1.1.12 months ago 20
Compatibility
Minecraft: Java Edition
1.21.1
Platform
NeoForge
Supported environments
Client and server
Changes
Yumesumi Economy 1.1.1 更新日志 / Changelog
发布日期 / Release Date: 2026-06-26
中文
优化与重构
- 重构梦澄币注册、怪物掉落和手持兑换逻辑,减少重复代码。
- 保持原有功能不变:四种梦澄币、合成表兑换、右键 8:1 合成、潜行右键 1:8 分解。
- 优化配置结构,掉落概率与数量设置更清晰。
兼容性
- 适配并验证 NeoForge 21.1.200。
- Minecraft 版本仍为 1.21.1。
- Java 版本要求为 21。
资源与文档
- 修复简体中文语言文件乱码问题。
- 精简英文语言文件,移除模板示例内容。
- 删除无实际用途的空 mixin 配置。
- 重写 README,提供中英双语说明。
- 清理本地运行目录相关冗余文件,并更新
.gitignore。
构建
- 版本号更新至
1.1.1。 - 构建产物:
yumesumi_eco-1.1.1.jar。 - 已通过
gradlew clean build验证。
English
Improvements and Refactoring
- Refactored coin registration, monster drops, and in-hand exchange logic to reduce duplicated code.
- Preserved existing gameplay behavior: four Yumesumi coins, crafting recipes, right-click 8:1 upgrade, and sneak-right-click 1:8 decomposition.
- Simplified config structure for clearer drop chance and amount settings.
Compatibility
- Updated and verified compatibility with NeoForge 21.1.200.
- Minecraft target remains 1.21.1.
- Java 21 is required.
Resources and Documentation
- Fixed Simplified Chinese localization encoding issues.
- Cleaned English localization and removed leftover template entries.
- Removed unused empty mixin configuration.
- Rewrote the README with bilingual Chinese and English documentation.
- Cleaned local runtime clutter and updated
.gitignore.
Build
- Updated mod version to
1.1.1. - Build artifact:
yumesumi_eco-1.1.1.jar. - Verified with
gradlew clean build.
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:QsDI89Hg:SXXiE7SX"
}
// Legacy Loom dependency
dependencies {
modImplementation "maven.modrinth:QsDI89Hg:SXXiE7SX"
}

