#texture problem

5 messages · Page 1 of 1 (latest)

toxic vigil
#

hello! i wanted to make a new leaves but they kinda are broken can somone help? i can give all resources to help me

jagged mistBOT
#

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

toxic vigil
#

heres the code for them:

#

StartupEvents.registry('block', event => {

event.create('rainforest_leaves')
.displayName('Rainforest Leaves')
.hardness(0.2)

.renderType('cutout')

.soundType('grass')
.textureAll('kubejs:block/rainforest_leaves')

.color(0, 0x48B518)

.opaque(false)

.tagBlock('minecraft:leaves')
.tagBlock('minecraft:mineable/hoe')

})

wanton finch
#

Instead of just .renderType("cutout") use .defaultCutout()