-
-
Notifications
You must be signed in to change notification settings - Fork 41
Open
Labels
bugSomething isn't workingSomething isn't working
Description
βοΈ Pre-check
- Tested with the latest snapshot of BetterModel from Modrinth
- Confirmed the issue occurs without other optional/experimental plugins or clients (see Disclaimer below)
π Problem Description
If you spawn a player limb (bind to a mob in my case), players who were far away or not on the server at this moment will never see the limb even if they get closer/join the server
πΌοΈ Screenshot / Video
Player that joined after limb spawn pov

Player that was at server near the limb at the spawn moment pov

π§ͺ Test Model / Code
base = world.spawn(player.getLocation(), Pig.class);
modelRenderer = BetterModel.limb("steve");
modelRenderer.map(
r -> r.create(BaseEntity.of(BukkitAdapter.adapt(base)), ModelProfile.of(BukkitAdapter.adapt(player)))
).orElse(null);π Environment
- OS: Windows
- Server software & version: Paper 1.21.4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working