一个简单的硬币模组,包含铜、银、金、钻石四种硬币,击杀怪物会掉落。可以通过修编辑配置文件调整设置。
我非常喜欢点币模组,但是没有NeoForge1.21.1版本,于是我模仿Dot Coin Mod制作了Yumesumi Economy Mod。
8个币可以合成高一级的币,一个币可以分解8个低一级的币
手持币右键即可合成高一级的币,潜行右键可分解为低一级的币
Adds Copper, Silver, Gold, and Diamond coins as mob drops. Edit the configuration file to customize settings.
I love Dot Coin Mod, but it's missing a NeoForge 1.21.1 port. So, I made Yumesumi Economy Mod.
8:1 Crafting Ratio: Combine 8 coins to upgrade or breakdown 1 coin into 8 of the previous tier.
Quick Conversion: Right-click to upgrade, sneak + right-click to downgrade.
# Yumesumi Economy
Yumesumi Economy is a lightweight NeoForge economy mod for Minecraft 1.21.1. It adds four stackable coins, configurable monster drops, crafting recipes, and quick in-hand exchange.
梦澄经济是一个面向 Minecraft 1.21.1 的轻量级 NeoForge 经济模组。它添加四种可堆叠梦澄币、可配置怪物掉落、合成表配方,以及手持快速兑换。
## Features / 功能
| Coin / 货币 | Rarity / 稀有度 | Default monster drop / 默认怪物掉落 | Amount / 数量 | Notes / 说明 |
| --- | --- | ---: | ---: | --- |
| Copper Coin / 铜币 | Common / 普通 | 94.9% | 1-2 | Base coin / 基础货币 |
| Silver Coin / 银币 | Uncommon / 罕见 | 5.0% | 1 | 8 Copper = 1 Silver |
| Gold Coin / 金币 | Rare / 稀有 | 0.1% | 1 | 8 Silver = 1 Gold |
| Diamond Coin / 钻石币 | Epic / 史诗 | 0.0% | 1 | Glint and fire resistant / 闪烁且防火 |
Exchange chain / 兑换链:
```text
Copper -> Silver -> Gold -> Diamond
铜币 -> 银币 -> 金币 -> 钻石币
```
## Exchange / 兑换
Coins support both crafting-table recipes and in-hand exchange.
梦澄币同时支持合成表配方和手持兑换。
| Action / 操作 | Result / 结果 |
| --- | --- |
| Craft 8 lower-tier coins / 合成 8 个低阶币 | 1 higher-tier coin / 1 个高阶币 |
| Craft 1 higher-tier coin / 合成 1 个高阶币 | 8 lower-tier coins / 8 个低阶币 |
| Hold coins and right-click / 手持梦澄币右键 | Converts full stacks upward at 8:1 / 按 8:1 将整组向上兑换 |
| Hold coins and sneak-right-click / 手持梦澄币潜行右键 | Decomposes full stacks downward at 1:8 / 按 1:8 将整组向下分解 |
When the inventory is full, extra exchange results are dropped at the player.
若背包已满,额外兑换产物会掉落在玩家身边。
## Configuration / 配置
The common config file is generated at:
```text
.minecraft/config/yumesumi_eco-common.toml
```
Available settings / 可配置项:
| Key / 键 | Description / 说明 |
| --- | --- |
| `general.enable_drops` | Enables or disables monster coin drops / 启用或禁用怪物掉落梦澄币 |
| `<coin>.chance` | Drop chance from monsters, in percent / 怪物掉落概率,单位为百分比 |
| `<coin>.min_count` | Minimum drop amount / 最小掉落数量 |
| `<coin>.max_count` | Maximum drop amount / 最大掉落数量 |
Coin sections are `copper_coin`, `silver_coin`, `gold_coin`, and `diamond_coin`.
币种配置段为 `copper_coin`、`silver_coin`、`gold_coin`、`diamond_coin`。
## Compatibility / 兼容性
| Dependency / 依赖 | Version / 版本 |
| --- | --- |
| Minecraft | 1.21.1 |
| NeoForge | 21.1.200 or newer / 21.1.200 及以上 |
| Java | 21 |