#Rendertype not working as intended...?

6 messages · Page 1 of 1 (latest)

rapid yarrow
#

It doesn't change how the block renders at all

weary elbowBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

harsh orchidBOT
#

Send your code here instead of a screenshot

It makes it easier to diagnose your code and help you fix it or make the required changes/additions.

rapid yarrow
#
StartupEvents.registry('block', event=>{
    event.create('invisible')
        .displayName("Invisible Block")
        .soundType("Copper")
        .mapColor("none")
        .hardness(0.5)
        .resistance(-1)
        .requiresTool(false)
        .opaque(false)
        .fullBlock(true)
        .renderType("translucent")
        .textureAll("kubejs:block/invisible")
})
rapid yarrow
#

I'm trying to make the block invisible without it making an x-ray hole into the world

valid escarp