MightyPirates / OpenComputers

Home of the OpenComputers mod for Minecraft.
https://oc.cil.li
Other
1.59k stars 431 forks source link

3d-printing Glass #2938

Open LordNocturnus opened 6 years ago

LordNocturnus commented 6 years ago

OC Version: OpenComputers-MC1.12.2-1.7.2.67 MC Version: 1.12.2

i stumbled up on a problem when 3dprinting glass: 2018-08-28_03 07 55 On the right side is the original glass and on the left side the 3dprint. It completely loses the tint of the colored glass. Then i tried to use the tint feature and: 2018-08-28_03 22 02 it turns solid into the assigned color.

Is there another way to print colored glass or is the losing of the tint a bug?

asiekierka commented 2 years ago

So, here's the issue: Based on existing data alone, I can't figure out if a texture is translucent or not - and this is significant for Minecraft's rendering system.

There are two ways to solving this:

Requesting feedback!

LordNocturnus commented 2 years ago

i am not sure what would happen if you would use implementation (a) and then for example use stone texture and "translucent", but otherwise i think both implementations sound reasonable

asiekierka commented 2 years ago

Nothing in particular; but using "glass_brown" and "solid" would not work right, for example :P

LordNocturnus commented 2 years ago

then i think implementation (a) would be superior as it would give players more freedom for what they want, for example if someone wants the non transparent glass that would still be possible (as far as i understand) also how would this interact with the tinting feature?

asiekierka commented 2 years ago

The tinting feature's behaviour would not change.