-
Notifications
You must be signed in to change notification settings - Fork 113
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐞]: Mob shrunk by Pehkui can't be released from their cage. #1272
Comments
Log should have an error there, saying why creating the entity failed |
So I tried to check the logs, but to no avail. Nothing shows up on my launcher log. I will try to access server logs. I will let you know when I can check the server logs for any error messages. |
[Server thread/WARN] [Supplementaries/]: Failed to release caged mob |
Send whole log |
Thing is this is very likely something up in that mod as supplementaries just saves the entity to not then calls the entity own create method. If that fails then it means a mod have some sort of state which might cause it to fail as normally it cant happen |
Here it is. For context, this is on a modded server. Identical modpack in singleplayer doesn't port the issue (aka it works in singleplayer). |
Before Continuing:
Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
Version
1.20.1-FORGE
Supplementaries Version
supplementaries-1.20-2.8.17
Moonlight Lib Version
moonlight-1.20-2.13.26-forge
Describe Issue
For context: I enabled in the config the feature to cage any mobs based off their hitbox. So any mob with a hitbox smaller than a block will be captured in the Cage.
Now, I shrunk a zombie to be sufficiently small to be caged. However, when I try to release it back, nothing happens. The zombie stays in their cage.
It doesn't have the same issue with any mobs that are naturally small enough, such as vanilla or modded mobs. Only when I use Pehkui to shrink a mob to cage it, does it no longer allow me to release them. I can place down the cage and everything is fine, but I can't open them.
The text was updated successfully, but these errors were encountered: