#Void texture below block

23 messages · Page 1 of 1 (latest)

silver otter
#

Hello I have a problem I created this model I am importing but my problem is that we can see under the blocks below

#

Void texture below block

onyx locustBOT
#

(Result for "java-culling")
Minecraft hides (culls) the faces between solid blocks to improve performance. To avoid this, remodel a non-solid block. For example: Glass, Pressure Plates, Flowers.
Alternatively, display the model by putting it into the head slot of an invisible Armor Stand or inside an invisible Item Frame.

silver otter
#

Thanks you. And how I can remodel an non-solid block ?

lunar oak
#

by doing the exact same thing you did now, just rename the model

#

(to the name of a non-solid block)

silver otter
lunar oak
#

oh, this is for a mod

#

in that case are you using Forge or Fabric?

silver otter
lunar oak
#

then you can add this line to your model (manually)

silver otter
#

Okay thank you i try it

#

Unfortunately it doesn’t work :/

left void
lunar oak
#

oh, I thought that would also change the culling behaviour 🤔

#

then you will need to set it to isOpaque=false or whatever the correct term is in your mod

left void
left void
lunar oak
#

well, I guess grass blocks also use transparency in their texture but still cull

silver otter
#

Thanks you it work the solution is

left void
#

Yeah the method names are slightly different between Forge and Fabric

lunar oak
#

!close