[Bug] Bug in displaying crop humidity requirements in the game interface
Closed this issue · 5 comments
发现一个小bug,假如往data-eclipticseasons-tags-item & block-crops-humid_humid.json文件里面添加minecraft:pitcher_pod & minecraft:pitcher_crop,在游戏中显示的却是 湿润—潮湿 。如果是moist_moist.json却能正常只显示 湿润 。
版本是1.20.1-forge-0.11.8.1
这是由于边界条件的错误,下个版本会提高限制。
This is due to an error in the boundary conditions. The limit will be increased in the next version.
这是由于边界条件的错误,下个版本会提高限制。
This is due to an error in the boundary conditions. The limit will be increased in the next version.
说个题外话
我在制作整合包的过程中发现自己编写的数据包无法覆盖掉源代码,所以我想直接改动源代码,虽然模组代码开源但是不确定您们许不许可这样做(如果许可我会附上类似于“该模组以征得开发组同意并改动了部分源代码以适配整合包内容,不完全代表原开发组所编写源代码内容”的叠甲())
为什么不用mixin呢,你这样很容易涉及到分发问题,进而违反许可证。我们也不会给予豁免授权。
Why not use a mixin? What you're doing is prone to distribution issues, which could lead to a license violation. We will not grant an exemption either.
以及不要一个issue搞多主题,有问题就直接说。
Also, don't mix multiple topics in a single issue—just state the problem directly in a new one.