sp614x / optifine

1.8k stars 418 forks source link

Some questions #7623

Closed rxznve closed 7 months ago

rxznve commented 7 months ago

Can I change some settings in Optifine to make Minecraft render even those blocks that are covered by other blocks on all sides? Can I add geometry to an object without changing its original geometry? For example, draw a circle of lines around the player.

Ari-RERA-43 commented 7 months ago
rxznve commented 7 months ago

or possibly a shader.

But I already wanted to write a shader, the problem is that I don't know how to do this (add geometry to an object without breaking the original geometry of the object)

sp614x commented 7 months ago

For some blocks it is possible to use custom block models (https://minecraft.fandom.com/wiki/Tutorials/Models#Block_models). The check if block sides are to be rendered depends on the block type and a custom model can't help for solid blocks. Adding other geometry can be added with mods (easier) or shaders (complex).

Lolothepro commented 7 months ago

*https://minecraft.wiki/w/Tutorials/Models#Block_models