Rad586 / Forget-Me-Not

An immersive, artistic, yet performant modpack.
https://www.curseforge.com/minecraft/modpacks/forget-me-not
Creative Commons Zero v1.0 Universal
4 stars 0 forks source link

[Bug]: 似乎是生成的僵尸导致游戏崩溃 Crash related to zombie ticking #88

Open charlote547 opened 4 days ago

charlote547 commented 4 days ago

Descripiton 简述

我在矿洞中,游戏突然崩溃了

Steps to reproduce. 复现问题的步骤

错误报告-2024-9-15_21.02.13.zip

Screenshots 截图

No response

Logs 日志

No response

Rad586 commented 4 days ago

僵尸不能添加用弓攻击的目标,我脚本写错了。 临时解决:搜索 evolution.js,并删除 evoluted.goalSelector.addGoal(1, new RangedBowAttackGoal(evoluted, 1, 20, -1)); 这行。

Zombies cant have bow attack goals, I messed up with the script. Temp solution: search evolution.js, and delete the line including evoluted.goalSelector.addGoal(1, new RangedBowAttackGoal(evoluted, 1, 20, -1));.

Rad586 commented 4 days ago

Fixed in 2.10+.