OhMyFarmland/generator/README.md
2025-03-26 14:25:33 +08:00

6 lines
408 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 数据生成器
Minecraft中存在许多非常蛋疼的设计比如为了添加一个物体或者方块你得写一大堆JSON配一大堆贴图。所以需要使用一些脚本来批量生成这些玩意儿。
尽管Fabric提供了所谓数据生成功能但为了能更好地掌控也是为了不使用Java这种辣鸡我在这个文件夹里使用Python进行数据的批量生成。