Conversation
- 修复在线配方编辑器链接,从 https://crafting.thedungeone7i0n.ca/ 更新为 https://crafting.thedestruc7i0n.ca/ - 添加关于同一方块多个合成配方的详细说明 - 说明文件命名约定:<方块名>_<自定义后缀>.json - 强调 group 字段要求,确保同一方块的所有配方使用相同 group 字段 style(block_id): 统一字母方块ID为小写格式 - 将 block_id.json 中的字母方块ID从大写改为小写 - 保持数值映射关系不变,仅修改字母部分的大小写 fix(loot_tables): 更新战利品表中的方块ID引用 - 根据 block_id.json 的变更,更新所有字母方块对应的战利品表 - 将 A-Z 大写字母方块引用更改为对应的小写形式 - 确保战利品表中的方块ID与 block_id.json 保持一致
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
修复在线配方编辑器链接,从 https://crafting.thedungeone7i0n.ca/ 更新为 https://crafting.thedestruc7i0n.ca/
添加关于同一方块多个合成配方的详细说明
说明文件命名约定:<方块名>_<自定义后缀>.json
强调 group 字段要求,确保同一方块的所有配方使用相同 group 字段
style(block_id): 统一字母方块ID为小写格式
fix(loot_tables): 更新战利品表中的方块ID引用