惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
Apple Machine Learning Research
Apple Machine Learning Research
Last Week in AI
Last Week in AI
Blog — PlanetScale
Blog — PlanetScale
V
Visual Studio Blog
月光博客
月光博客
博客园 - 三生石上(FineUI控件)
博客园 - Franky
IT之家
IT之家
博客园 - 叶小钗
Engineering at Meta
Engineering at Meta
The GitHub Blog
The GitHub Blog
雷峰网
雷峰网
腾讯CDC
博客园 - 聂微东
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
V2EX
人人都是产品经理
人人都是产品经理
MongoDB | Blog
MongoDB | Blog
大猫的无限游戏
大猫的无限游戏
Martin Fowler
Martin Fowler
宝玉的分享
宝玉的分享
博客园_首页
G
Google Developers Blog

See you soon

哟,好久不见,无线打印 | See you soon 试试将文章版本化管理吧 | See you soon 使用 Quadlet 将 Podman 中的 Postgres 当作 systemd 服务运行 | See you soon 大他者,那个无时无刻都在盯着你的东西 | See you soon Laws of Software Engineering,软件工程定律 | See you soon 浅记多因素身份认证 | See you soon Linux 内核中的度量单位 | See you soon 重置 GPG 智能密钥 | See you soon 向 NAS 引入 samba | See you soon 无法重复键入的 Fcitx5 | See you soon ZFS 降级事故 | See you soon 记被 XanMod Kernel 和 AppArmor 联合坑的一次踩坑 | See you soon agent 的 skill 与 toolcall | See you soon 记一次服务器被挂恶意挖矿二进制 | See you soon 活着的 Arc | See you soon 令 acme.sh 使用 Cloudflare 的 DNS API 签发与续签证书 | See you soon 于 Tokio 中卸载 CPU Bound 任务 | See you soon 如我所见,梦破碎的时候 | See you soon 74LS 家族手册 | See you soon JDK Projects 备忘录 | See you soon 关于历史 | See you soon 用 curl 下载 OnePlus 的 ROM | See you soon 实用命令切片 | See you soon 再见,Oh My Zsh。 | See you soon 你不应该复用 strings.Builder | See you soon 博客的明日 | See you soon 被 AppArmor 击杀的 Dockge | See you soon AI 时代的自我 | See you soon 支持删除的布隆过滤器 | See you soon 基于栈的虚拟机与基于寄存器的虚拟机 | See you soon
农夫乐事 FaQ 启示 | See you soon
Krysztal Huang · 2024-09-22 · via See you soon

农夫乐事作为一个 Minecraft 模组,以较少的物品量和丰富的玩法夺得了众多玩家的喜爱与欢迎。这到底是为什么?其实答案都藏在 Discord 的 FaQ 里了。

🌽 Why won’t you add X, Y or Z crop? Why just these four crops?

My goal with the new crops was to open doors for new recipes using Minecraft’s existing ingredients, while avoiding clutter. Cabbage, Tomato, Onion and Rice are very versatile ingredients for many recipes, like salads, sandwiches, garnishes, stuffings and such.

This isn’t to say that more crops are out of the question, though! I would love to add more (even ones not fully related to food), but simply haven’t found ones that are as versatile as these four yet. Who knows!

🌽 为什么不添加 X,Y 或者 Z 作物?为什么只有 4 种作物?

我添加新作物的目标是利用 Minecraft 已有的配方打开新的大门,并且避免杂乱无章。卷心菜,番茄,洋葱和大米是可以用于制作很多食品的常见食材,例如沙拉,三明治,装饰品和馅料等等。

但这并不是说不可能有更多的作物!我很想添加更多作物(甚至是与食物不完全相关的作物),但目前还没有找到像这四种作物一样用途广泛的作物。谁知道呢?

这一点阐述了一个产品的功能,它应该尽可能地有用,并且能整合用户的习惯而不是创建一大批无用的功能使得整个产品看起来十分混乱。添加新的功能要有节制地添加,而不是毫无节制地想起什么功能添加什么功能。

🪵 Any reason why we need to strip logs on a Cutting Board to get Tree Bark? Why not on the logs directly?

Not all players will be bothering with FD on modpacks or servers, and players frequently strip logs to decorate their builds.

If I made all logs give bark when stripped, it would rapidly clutter a player’s inventory with an item they might not want to have, frustrating them. Hence why the Cutting Board is the route for it: to make it opt-in.

🪵 为什么要在切板上剥原木才能得到树皮?为什么不直接在原木上剥?

并不是所有玩家都会在整合包或服务器上使用农夫乐事,而且玩家经常剥离原木来装饰自己的建筑。

如果我让所有原木在剥离时都能产生树皮,那么玩家的库存中就会迅速塞满他们可能不想拥有的物品,从而使他们感到沮丧。因此,“砧板”才是实现这一目标的途径:让玩家选择使用。

给用户选择自由,避免帮用户做了用户不喜欢的事。