Sakura_mod icon indicating copy to clipboard operation
Sakura_mod copied to clipboard

[1.0.7-1.12.2]关于模组的一堆问题/Tons of problems about this mod

Open Jack-Stuart opened this issue 2 months ago • 0 comments

1.储藏桶问题:使用酿造桶内UI试图将装有酒的酒瓶导出酒时,弹出数组越界错误,个人认为原因是游戏程序运行至cn.mcmod.sakura.inventory.ContainerFluidOut类的成员函数transferStackInSlot()下mergeItemStack()函数时,因传入的第三个参数(38)大于玩家物品栏格子数(36)+容器槽位数(2)合并后的格子数组最大index数(37)而发生数组越界。 1.Problem about Storage Barrel: While trying to extract liquid from a filled wine bottle(e.g.Gin Bottle) with the UI of Storage Barrel, an IndexOutOfBoundsException occurred. By checking concerned code on GitHub, the reason for this problem, I think , may be like this: while the program runs to the function "mergeItemStack()" in the member function "transferStackInSlot()" belonging to the class "cn.mcmod.sakura.inventory.ContainerFluidOut", the third parameter is given as 38, which just equals with the amount of slots from player themself and the Storage Barrel .That may account for this problem.

崩溃报告/Crash Report Resources: Link(BaiduNetDisk) 提取码/Extract Code:qe8j

2.各种鸡尾酒相关问题 2.Various problems about cocktail

2.1.血腥玛丽和螺丝起子配方疑似弄反了,(谁家血腥玛丽口味这么单纯,螺丝起子口味这么重啊) 2.1.Seems that the recipes for Blood Mary and Screwdrivers may be mistaken: recipe for one should be made for the other.

2.2.飞蝗的基酒疑似弄错了:飞蝗是由飞天蚱蜢将其中奶水换成伏特加后调配而成,口感更加刺激,而不是啤酒。 2.2.One base wine ingredient shall be mistaken with Flying Grasshopper: not beer but Vodka.

2.3.没给蛋奶酒加buff,导致天蝎的buff给成了蛋奶酒,而莫斯科骡子的buff给成了天蝎,莫斯科骡子自己没有额外的buff 2.3.There may be a lack of an extra potion effect for Eggnog, which leads to that the effect for Scorpion is given to Eggnog, while that for Moscow Mule is to Scorpion. Moscow itself does not have any extra potion effect.

Jack-Stuart avatar Dec 02 '24 15:12 Jack-Stuart