-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Missing corners in connected textures #19
Comments
@Ezoteric Thanks for your bug report! The corners was never added due to how connected textures work. But that could be fixed in the future. |
well it for all connected textures. And you also miss corners on just glass with a corner :P If i got some time ill look for a mod that does have ALL CTMs so you know which you actually mis cause there is quite a lot of them :P |
With edged glass? The nature of how conncted textures is implemented is the problem. There is only a way of telling when theres a neighbor block in over, under, north, east, south, west. So it would be difficult to get rid of the "center" dot as there is no way of detecting the last block of the square. |
Well its not a major problem it just looks stupid :P So i dunno, you can keep this here till you finished the important stuff first :) |
Yeah, think the ConnectedTexturesMod does some ASM injection of minecraft classes to do this. |
Sphax for vanilla MC has 47 glass textures for the normal glass block :P BTW chisel only has 1 file with 4 of them on it and Extrautils has 1 file with 5 of them on it. |
Hey, its cool you have these CTs but your missing quite a few.
For example the UL needs a small corner to connect when shaped as a L and it needs a lot more cause the same UL will also need one without a dot to connect to a 2 layer L.
On the Pic you can see what i mean.
In the red circle you can see its missing its connector, so when i fixed that by adding it like in the blue circle but that creates the following error you can see in the green circle cause it should be like the pink circle.
So you kinda miss a whole set of the green ones ;)
PS: Dont look at the other mistakes on the glass border textures as i m still sphaxing it correctly :P
The text was updated successfully, but these errors were encountered: