Cassy-Lee
Cassy-Lee
> Where do I get 1.21 Malib https://github.com/sakura-ryoko/malilib/releases
Actually, this feature is included. Addon author can providing mod parent info in their modmenu info in `fabric.mod.json`. For example, see https://github.com/sakura-ryoko/litematica-printer/blob/316620cc26db6f17e9cc8d3b8ee1432195e819dc/src/main/resources/fabric.mod.json#L34 (litematica printer is a extension for litematica)
#11249 我这个是怎么回事?没有代理
> 算,会导致本地ip重定向。你需要去hosts加一个,127.0.0.1:16384 hosts不带端口的,而且hosts理论上不会影响直接通过ip连接
There are some codes about motion detect at https://github.com/MrTroot/autofish/blob/fabric/src/main/java/troy/autofish/monitor/FishMonitorMPMotion.java and sound detect at https://github.com/MrTroot/autofish/blob/fabric/src/main/java/troy/autofish/monitor/FishMonitorMPSound.java
If use motion detection, autofish start catching fish 1 second after the fishing bobber touches water. If use sound detection, autofish catch fish only if the sound happens within 5...
如果单独写文档麻烦,也可以直接用python的文档功能,给每一个类和函数加上详细标注,然后通过某种方式生成或者直接指出可以用pydoc查看
如果可以的话,先试试关掉一半mod(开着modmenu)、只开modmenu、只关modmenu的情况 然后是把崩溃报告发出来,没崩溃就发日志,如果知道怎么做把debug日志也发上来
Anyone fixing this? Maybe let Allays drop their item and forget its owner first when brainsweeping them?