Skip to content

Fix correct shape not being applied to funnels when placed on other funnels#10146

Open
JensenJ wants to merge 1 commit intoCreators-of-Create:mc1.21.1/devfrom
JensenJ-Modding:mc1.21.1/funnel-place-fix
Open

Fix correct shape not being applied to funnels when placed on other funnels#10146
JensenJ wants to merge 1 commit intoCreators-of-Create:mc1.21.1/devfrom
JensenJ-Modding:mc1.21.1/funnel-place-fix

Conversation

@JensenJ
Copy link
Copy Markdown
Contributor

@JensenJ JensenJ commented Apr 9, 2026

Hi there,

This fixes #8945

I'm not terribly sure if this is the right way to fix this, but it's probably the simplest and least invasive. I feel a "cleaner" fix might be better suited within BeltFunnelBlock.getStateForPlacement() to reduce code duplication as the shape is also calculated there but the direction of the belt funnel is modified here after to make the funnel face the correct direction (which is calculated above) when placed on the side of another funnel. This happens without updating the funnel shape which caused the initial bug.
Let me know if you want anything changed or have any questions.

Thanks,
Jensen

@VoidLeech VoidLeech added pr type: fix PR fixes a bug pr flag: simple PR has minimal changes labels Apr 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr flag: simple PR has minimal changes pr type: fix PR fixes a bug

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Funnels Placed On Another Funnel Become Belt Funnels

2 participants