Touhou Little Maid

Touhou Little Maid

3M Downloads

更容易理解的女仆返还餐具配置

huimangC opened this issue · 2 comments

commented

在config中的touhou_little_maid-common.toml此配置文件中:
#These entries configure the container returned after a maid has eaten
#Eg: ["minecraft:beetroot_soup", "minecraft:bowl"]
MaidEatenReturnContainerList = []
可能会有玩家按照示例改成:
MaidEatenReturnContainerList = ["minecraft:beetroot_soup", "minecraft:bowl"]
举个例子:
MaidEatenReturnContainerList =["manors_bounty:borscht","manors_bounty:marble_bowl"]
然后导致女仆吃东西崩溃
应该加强引导等级,实际上[ ["a","a1"], ["b","b1"] ]这样的才能正常生效,a1、b1即对应返还的物品,最外层[]是原有的。
对于格式一窍不通的小白来说,是真的很有可能理解成这样的!希望能增强引导等级。
(我就是这样,想了好久想不明白,我知道这很baka)

commented

我还试过类似MaidEatenReturnContainerList = ["minecraft:beetroot_soup", "minecraft:bowl"], ["minecraft:rabbit_stew","minecraft:bowl"]这种的,我知道这很蠢 :(

commented

这块目前确实问题比较多,我后续看看能不能使用 tag 或者自定义数据包来解决,因为配置文件已经无法处理这种复杂情况了