Wurst-Imperium / Mo-Glass

Minecraft mod that adds glass stairs and glass slabs. They look great in any build and connect seamlessly with vanilla glass blocks.
https://www.wimods.net/mo-glass/?utm_source=GitHub&utm_medium=Mo+Glass&utm_content=Mo+Glass+GitHub+repo+sidebar+website+link
GNU General Public License v3.0
16 stars 15 forks source link

Optifine and Continuity both support CTM for slabs and stairs #43

Open iijj22gg opened 1 day ago

iijj22gg commented 1 day ago

So uhhh... I'm not sure where you got the idea that there was no CTM support for these...

Just put this on top of continuity's CTM, and boom, basic slab CTM.

glass_slab.properties

matchBlocks=mo_glass:glass_slab:type=bottom,top
tiles=0-46
connect=block
faces=top, bottom
resourceCondition=textures/block/glass.png

image

There's a little bit of jank with double slabs, but CTM does work with both slabs and stairs. If you don't believe me, I will make a PR to prove it. Stairs will require many, many properties files...

Alexander01998 commented 1 day ago

Great to hear! Yes, a PR for this would be very welcome. 👍

(Even if it's just a proof of concept for the normal slabs and stairs. I can write a script to generate the remaining config files from there.)