Skip to content
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

Open
5 tasks done
SwiftSniffer opened this issue Dec 10, 2024 · 6 comments
Open
5 tasks done

[🐞]: Mob shrunk by Pehkui can't be released from their cage. #1272

SwiftSniffer opened this issue Dec 10, 2024 · 6 comments
Labels
1.20.1 Minecraft Version bug Something isn't working

Comments

@SwiftSniffer
Copy link

Before Continuing:

  • Check you are using the latest version of the mods and its dependencies
  • Always include a latest.log if you are crashing
  • Remove mod that enhances Minecraft: Optifine, Sodium, others. The issue persists.
  • If you are unsure which mod is the culprit.
    Disable all of your mods and enable them 1-2 mods each time to isolate the culprit
  • Confirm that there is no existing issue with a similar description submitted in the list of issues.

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.

image

@SwiftSniffer SwiftSniffer added the bug Something isn't working label Dec 10, 2024
@github-actions github-actions bot added the 1.20.1 Minecraft Version label Dec 10, 2024
@MehVahdJukaar
Copy link
Owner

Log should have an error there, saying why creating the entity failed

@SwiftSniffer
Copy link
Author

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.
A detail I forgot to mention (and after testing, it is very important), is that the issue is happening on a server. In singleplayer, op or not, I can release the exact same mob. As far as I know, the server and I have the same modlist.

I will let you know when I can check the server logs for any error messages.

@SwiftSniffer
Copy link
Author

[Server thread/WARN] [Supplementaries/]: Failed to release caged mob

@MehVahdJukaar
Copy link
Owner

Send whole log

@MehVahdJukaar
Copy link
Owner

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

@SwiftSniffer
Copy link
Author

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).

debug (1).log

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1.20.1 Minecraft Version bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants