Cadiboo / NoCubes

A mod for 1.12.2+ that creates smooth terrain in Minecraft
https://Cadiboo.github.io/projects/nocubes/
GNU Lesser General Public License v3.0
140 stars 12 forks source link

Does not render through portals (PortalGun Mod) #68

Closed MorePortal closed 4 years ago

MorePortal commented 4 years ago

2019-12-04_18 21 30 Screenshot says everything

Mods: PortalGun-1.12.2-7.1.0.jar iChunUtil-1.12.2-7.2.2.jar NoCubes-1.12.2-0.4.0-pre1.jar

Cadiboo commented 4 years ago

Yeah I know. It has to do with how the portal gun mod works. The mod rebuilds all the chunks itself rather than using Minecrafts code. This means that the mod is incompatible with OptiFine’s shaders and NoCubes’ terrain changes. I’m planning on moving towards a dynamic baked model approach in my rewrite of the mod that will fix this. However, I also think that the portal gun mod should do its rendering with vanilla’s code rather than its own.

Cadiboo commented 4 years ago

Closed as soon 1.12.2 is unsupported by Forge and if I do backport to 1.12.2 it will be a full rewrite that will implicitly fix this issue.