再改一下readme
This commit is contained in:
parent
132542a800
commit
9807ea6410
180
README.txt
180
README.txt
@ -1,46 +1,152 @@
|
|||||||
|
|
||||||
Source installation information for modders
|
# BlackSugar Mod
|
||||||
-------------------------------------------
|
|
||||||
This code follows the Minecraft Forge installation methodology. It will apply
|
|
||||||
some small patches to the vanilla MCP source code, giving you and it access
|
|
||||||
to some of the data and functions you need to build a successful mod.
|
|
||||||
|
|
||||||
Note also that the patches are built against "un-renamed" MCP source code (aka
|
一个为Minecraft添加各种美味食物和可爱小猫咪的模组!
|
||||||
SRG Names) - this means that you will not be able to read them directly against
|
|
||||||
normal code.
|
|
||||||
|
|
||||||
Setup Process:
|
## 模组介绍
|
||||||
==============================
|
|
||||||
|
|
||||||
Step 1: Open your command-line and browse to the folder where you extracted the zip file.
|
BlackSugar Mod为游戏增加了丰富的食物系统和小猫咪互动机制。玩家可以通过不同的食物来改变小猫咪的状态,体验有趣的合成系统。模组包含了从基础材料到终极物品的完整制作链。
|
||||||
|
|
||||||
Step 2: You're left with a choice.
|
## 新增物品
|
||||||
If you prefer to use Eclipse:
|
|
||||||
1. Run the following command: `./gradlew genEclipseRuns`
|
|
||||||
2. Open Eclipse, Import > Existing Gradle Project > Select Folder
|
|
||||||
or run `gradlew eclipse` to generate the project.
|
|
||||||
|
|
||||||
If you prefer to use IntelliJ:
|
### 基础材料
|
||||||
1. Open IDEA, and import project.
|
- **黑糖** (Black Sugar) - 模组的核心材料
|
||||||
2. Select your build.gradle file and have it import.
|
- **面团** (Dough) - 用小麦和水制作的基础材料
|
||||||
3. Run the following command: `./gradlew genIntellijRuns`
|
- **食用油** (Cooking Oil) - 烹饪用油
|
||||||
4. Refresh the Gradle Project in IDEA if required.
|
- **葱花** (Scallion) - 调味料
|
||||||
|
|
||||||
If at any point you are missing libraries in your IDE, or you've run into problems you can
|
### 海星系列
|
||||||
run `gradlew --refresh-dependencies` to refresh the local cache. `gradlew clean` to reset everything
|
- **坚不可摧的海星** (Indestructible Starfish) - 坚硬的海星
|
||||||
(this does not affect your code) and then start the process again.
|
- **海星串** (Starfish Skewer) - 串好的海星
|
||||||
|
- **香喷喷的串海星** (Fragrant Starfish Skewer) - 美味的烤海星串 ⭐可食用
|
||||||
|
|
||||||
|
### 甲鱼系列
|
||||||
|
- **萨卡班甲鱼** (Sakaban Turtle) - 原始甲鱼
|
||||||
|
- **腌好的萨卡班甲鱼** (Pickled Turtle) - 腌制后的甲鱼
|
||||||
|
- **炭烤萨卡班甲鱼** (Charcoal Grilled Turtle) - 烤制的美味甲鱼 ⭐可食用
|
||||||
|
|
||||||
|
### 棉花糖系列
|
||||||
|
- **棉花糖** (Marshmallow) - 基础棉花糖 ⭐可食用
|
||||||
|
- **烤棉花糖** (Roasted Marshmallow) - 烤制的棉花糖 ⭐可食用
|
||||||
|
- **致癌的棉花糖** (Carcinogenic Marshmallow) - 危险的棉花糖 ⭐可食用
|
||||||
|
|
||||||
|
### 蔬菜系列
|
||||||
|
- **一锅牢菜** (Pot of Prison Vegetables) - 蔬菜锅
|
||||||
|
- **闷牢菜** (Braised Prison Vegetables) - 炖煮的蔬菜 ⭐可食用
|
||||||
|
|
||||||
|
### 其他食物
|
||||||
|
- **黑糖团子** (Black Sugar Dumpling) - 甜美的团子 ⭐可食用
|
||||||
|
- **脆香bro** (Crispy Bro) - 酥脆美味的食物 ⭐可食用
|
||||||
|
|
||||||
|
### 小猫咪系列
|
||||||
|
- **一只觉得嘴里淡淡的小猫咪** (Bland Kitten) - 基础小猫咪
|
||||||
|
- **心满意足的小猫咪** (Satisfied Kitten) - 吃饱后的快乐小猫咪
|
||||||
|
- **发情的小猫咪** (Horny Kitten) - 吃了萝卜后的兴奋小猫咪
|
||||||
|
- **想吃肉的小猫咪** (Meat Craving Kitten) - 吃了素食后渴望肉类的小猫咪
|
||||||
|
- **一只心怀歹念的小猫咪** (Malicious Kitten) - 神秘的黑暗小猫咪
|
||||||
|
|
||||||
|
### 终极物品
|
||||||
|
- **Lover's Lover** - 需要多种珍贵材料合成的终极物品
|
||||||
|
|
||||||
|
## 合成配方
|
||||||
|
|
||||||
|
### 基础制作配方
|
||||||
|
|
||||||
|
#### 面团制作
|
||||||
|
- 小麦 + 水桶 + 小麦 = 面团 x2
|
||||||
|
|
||||||
|
### 小猫咪状态转换配方
|
||||||
|
|
||||||
|
#### 普通小猫咪 + 素食 → 想吃肉的小猫咪
|
||||||
|
- 一只觉得嘴里淡淡的小猫咪 + 闷牢菜 = 想吃肉的小猫咪
|
||||||
|
|
||||||
|
#### 普通小猫咪 + 肉类 → 心满意足的小猫咪
|
||||||
|
- 一只觉得嘴里淡淡的小猫咪 + 香喷喷的串海星 = 心满意足的小猫咪
|
||||||
|
- 一只觉得嘴里淡淡的小猫咪 + 炭烤萨卡班甲鱼 = 心满意足的小猫咪
|
||||||
|
- 一只觉得嘴里淡淡的小猫咪 + 脆香bro = 心满意足的小猫咪
|
||||||
|
|
||||||
|
#### 普通小猫咪 + 萝卜 → 发情的小猫咪
|
||||||
|
- 一只觉得嘴里淡淡的小猫咪 + 萝卜 = 发情的小猫咪
|
||||||
|
|
||||||
|
#### 想吃肉的小猫咪 + 肉类 → 心满意足的小猫咪
|
||||||
|
- 想吃肉的小猫咪 + 香喷喷的串海星 = 心满意足的小猫咪
|
||||||
|
- 想吃肉的小猫咪 + 炭烤萨卡班甲鱼 = 心满意足的小猫咪
|
||||||
|
- 想吃肉的小猫咪 + 脆香bro = 心满意足的小猫咪
|
||||||
|
|
||||||
|
### 终极合成配方
|
||||||
|
|
||||||
|
#### Lover's Lover 合成配方
|
||||||
|
需要以下9种材料(无序合成):
|
||||||
|
- 1x 一只心怀歹念的小猫咪
|
||||||
|
- 1x 脆香bro
|
||||||
|
- 1x 香喷喷的串海星
|
||||||
|
- 1x 闷牢菜
|
||||||
|
- 1x 烤棉花糖
|
||||||
|
- 1x 致癌的棉花糖
|
||||||
|
- 1x 棉花糖
|
||||||
|
- 1x 炭烤萨卡班甲鱼
|
||||||
|
- 1x 黑糖团子
|
||||||
|
|
||||||
|
## 游戏机制
|
||||||
|
|
||||||
|
### 小猫咪饮食系统
|
||||||
|
1. **普通小猫咪**可以吃任何可食用物品
|
||||||
|
2. **素食**会让小猫咪变成想吃肉的状态
|
||||||
|
3. **肉类**会让小猫咪变得心满意足
|
||||||
|
4. **萝卜**会让小猫咪进入发情状态
|
||||||
|
5. **想吃肉的小猫咪**吃到肉类后会变得心满意足
|
||||||
|
|
||||||
|
### 食物分类
|
||||||
|
- **素食**: 闷牢菜
|
||||||
|
- **肉类**: 香喷喷的串海星、炭烤萨卡班甲鱼、脆香bro
|
||||||
|
- **甜食**: 黑糖团子、棉花糖、烤棉花糖、致癌的棉花糖
|
||||||
|
- **特殊**: 萝卜(触发发情状态)
|
||||||
|
|
||||||
|
### 营养价值
|
||||||
|
- **炭烤萨卡班甲鱼**: 9点饥饿值,14.0饱和度(最高营养)
|
||||||
|
- **香喷喷的串海星**: 7点饥饿值,10.0饱和度
|
||||||
|
- **脆香bro**: 6点饥饿值,8.0饱和度
|
||||||
|
- **闷牢菜**: 5点饥饿值,7.0饱和度
|
||||||
|
- **黑糖团子**: 4点饥饿值,9.6饱和度
|
||||||
|
- **烤棉花糖**: 3点饥饿值,5.0饱和度
|
||||||
|
- **棉花糖**: 2点饥饿值,2.0饱和度
|
||||||
|
- **致癌的棉花糖**: 0点饥饿值,0.0饱和度(纯装饰)
|
||||||
|
|
||||||
|
## 制作链条
|
||||||
|
|
||||||
|
### 海星制作链
|
||||||
|
坚不可摧的海星 → 海星串 → 香喷喷的串海星
|
||||||
|
|
||||||
|
### 甲鱼制作链
|
||||||
|
萨卡班甲鱼 → 腌好的萨卡班甲鱼 → 炭烤萨卡班甲鱼
|
||||||
|
|
||||||
|
### 蔬菜制作链
|
||||||
|
一锅牢菜 → 闷牢菜
|
||||||
|
|
||||||
|
### 棉花糖制作链
|
||||||
|
棉花糖 → 烤棉花糖/致癌的棉花糖
|
||||||
|
|
||||||
|
## 安装说明
|
||||||
|
|
||||||
|
1. 确保已安装Minecraft Forge 1.21.4
|
||||||
|
2. 将mod文件放入mods文件夹
|
||||||
|
3. 启动游戏即可体验
|
||||||
|
4. 所有物品都会出现在创造模式的"食物和饮品"标签页中
|
||||||
|
|
||||||
|
## 版本信息
|
||||||
|
|
||||||
|
- Minecraft版本: 1.21.4
|
||||||
|
- Forge版本: 兼容最新版本
|
||||||
|
- 模组ID: blacksugarmod
|
||||||
|
|
||||||
|
## 特色功能
|
||||||
|
|
||||||
|
- 🐱 独特的小猫咪互动系统
|
||||||
|
- 🍖 丰富的食物制作链条
|
||||||
|
- 🎯 多样化的合成配方
|
||||||
|
- 🌟 终极物品"Lover's Lover"挑战
|
||||||
|
- 📊 详细的营养价值系统
|
||||||
|
|
||||||
|
享受与小猫咪们和美食的美好时光吧!🐱🍽️
|
||||||
|
|
||||||
Mapping Names:
|
|
||||||
=============================
|
|
||||||
By default, the MDK is configured to use the official mapping names from Mojang for methods and fields
|
|
||||||
in the Minecraft codebase. These names are covered by a specific license. All modders should be aware of this
|
|
||||||
license, if you do not agree with it you can change your mapping names to other crowdsourced names in your
|
|
||||||
build.gradle. For the latest license text, refer to the mapping file itself, or the reference copy here:
|
|
||||||
https://github.com/MinecraftForge/MCPConfig/blob/master/Mojang.md
|
|
||||||
|
|
||||||
Additional Resources:
|
|
||||||
=========================
|
|
||||||
Community Documentation: https://docs.minecraftforge.net/en/latest/gettingstarted/
|
|
||||||
LexManos' Install Video: https://youtu.be/8VEdtQLuLO0
|
|
||||||
Forge Forums: https://forums.minecraftforge.net/
|
|
||||||
Forge Discord: https://discord.minecraftforge.net/
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user