#Glass texture not working

27 messages · Page 1 of 1 (latest)

molten ore
#

Hello, I have a question, I have made an oven with a glass texture in the middle, as you can see I can not see through it and it remains black. What can I do about this?

cerulean flameBOT
#
Welcome to the help forum!

Please make sure to read #1029373817119838218 as it may answer your question!

Once your question has been resolved, please mark the post as closed by using the </close:1163944441741049897> command.

inland belfry
#

if so, you might want to use a stained glass block instead

molten ore
#

how can i use the stained glass block for my texture?

inland belfry
molten ore
#

it is a mod that adds a new block

#

sorry for my late reply

hot lava
#

in Fabric afaik you need to add
BlockRenderLayerMap.INSTANCE.putBlock(YOUR_BLOCK, RenderLayer.getCutout());
in whatever class of yours implements ClientModInitializer

#

(instead of YOUR_BLOCK you reference the actual block)

clear matrix
#

im having the same problem

#

😭

#

i really wish this was possible WITHOUT mods

hot lava
molten ore
hot lava
#

well, for forge you can either define it in the model (which can confuse people who wanna make resource packs for oyur mod in theory and isn't gonna work in anything but Forge) by adding "render_type": "minecraft:cutout", to the model.

or do the equivalent of what I described for Fabric, but in Forge

molten ore
#

ok thanks do you need a specific app for that and is it very complicated? (i am a beginner)

hot lava
hot lava
#

no

clear matrix
# hot lava no

so you need a mod just to load a transparent block 😭

hot lava
#

if you come in and don't give more context I assume you mean for the same context