#Custom model block

7 messages · Page 1 of 1 (latest)

minor pelican
#

I'm trying to make a blocks with a custom model
This is my script:

  event.create('pokedoll_absol')
    .displayName('Pelucia do Absol')
    .hardness(1.0)
    .resistance(3600000)
    .soundType('wool')
    .mapColor('wool')
    .model('kubejs:block/pokedoll_absol.json')
})```
I recieving the error on image
desert fieldBOT
#

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

hasty ember
#

you don't need to include the .model part, just create a JSON model in the assets/kubejs/models/block/ folder with the same name as the block ID and it should work outright

minor pelican
#

I try to put the path, but without it it's giving the same error

hasty ember
#

remove the .model from your script

minor pelican
#

Ok it open

#

But now do'nt have model/texture