Skip to content

Fix creeper model levitating (#469)#504

Open
Skeagle137 wants to merge 1 commit intosmartcmd:mainfrom
Skeagle137:fix/469-creeper-model-levitating
Open

Fix creeper model levitating (#469)#504
Skeagle137 wants to merge 1 commit intosmartcmd:mainfrom
Skeagle137:fix/469-creeper-model-levitating

Conversation

@Skeagle137
Copy link

Description

Fixes the y offset for the creeper model.

Changes

Previous Behavior

Creeper model appeared slightly off the ground.

Root Cause

y offset variable being added to all model parts' y position was off by 2 units.

New Behavior

Creeper model renders correctly on the ground.

Fix Implementation

Inlined the y offset variable into the y pos for each model part. Also removed unnecessary float casts.

Related Issues

Before:
Screenshot 2026-03-04 183744

After:
Screenshot 2026-03-04 183946

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[VISUAL BUG] Apparently creepers can levitate

1 participant