#Custom block model not working

9 messages · Page 1 of 1 (latest)

heady gazelle
#

so the block shows up, but as a missing texture cube.
i'm using .model('kubejs:blocks/altar') with the model at kubejs\assets\kubejs\blocks called altar.json

inside of that i have the texture pointing to the same folder where i also have it's texture.

what am i doing wrong?

lime vectorBOT
#

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

nimble saddle
#

it needs to be at kubejs/assets/kubejs/models/blocks/altar.json

heady gazelle
#

ok, so the model part works, but the texture is still missing. despite it pointing to the same location.

#

i even have the texture in 3 locations just incase but none of them work.
kubejs/assets/kubejs/models/blocks/altar.png
kubejs/assets/kubejs/blocks/altar.png
kubejs/assets/kubejs/textures/blocks/altar.png

rapid wharf
#

the bottom one is correct, but rename blocks to block

#

iirc thats what minecraft wants

#

so kubejs/assets/kubejs/textures/block/altar.png

heady gazelle
#

yes, thankyou!