[BUG] Create contraptions with rendering problems in last versions
Closed this issue · 6 comments
Describe the bug
With the last changes in rendering introduced in 0.11.0-pre4-2, all create contraptions have rendering problems. Using an older version (0.11.0-pre4-1) fixes this problem.
To Reproduce
Steps to reproduce the behavior:
- Make a Create contraption and make it move during the winter (I observed the problem with gentry shaft contraptions, elevators and mechanical bearings).
- Notice that it has rendering problems.
Platform:
- Minecraft Verison: 1.20.1
- Platform Verison: Forge
- Mod Version: 0.11.0-pre4-2
Screenshots
would tag those blocks as eclipticseasons:snow_overlay_cannot_survive_on solved problem?
The ones in the first screenshots with the rotating thing are regular "Oak Stair" blocks. Adding them to that list would disable the snow in all "Oak Stair" blocks, right? Also, I think Create contraptions are entities with ther shapes of their original blocks, so I don't know if that fixes the problem.
It's a problem that has been introduced in 0.11.0-pre4-2, so it should be related to any change included in that version.
it depends on the way how create works.
seems create use the method for rendering static block model.
pre4 import a simple change just for reduce a high degree of judgment indicators, all static rendering above the lowest line will participate in the judgment.
btw, not all of create are good. some of the contributors may have some self opinions on how system runs. i have encountered in fluid transfer.
Sorry, I didn’t express myself clearly earlier. But anyway, things have gotten a bit troublesome now.
We have switched to a new method to determine the render world types we support. If you encounter any new issues, please feel free to report them.




