
▲ 1 r/feedthebeast
Kubejs model not working, please help
I want to make a block with kubejs and the model is 3x3x2 Ig big which ISN'T the problem because what I tested was that 1x1x1 also works not using the exact same way...
my startup script is the following:
StartupEvents.registry('block', event => {
event.create('kubejs:chicken_coop',)
.displayName('Chicken Coop').notSolid()
.renderType('cutout')
event.create('kubejs:chicken_coop_feed')
.notSolid()
.renderType('cutout')
event.create('kubejs:bed')
.notSolid()
.renderType('cutout')
})
The problem is that .model('kubejs:block/chicken_coop') gives the error '.model not found'
As shown in the Image the blocks don't generate by model, nothing like an error 'texture not found' appears and I am helpless after searching through the half Internet I found nowhere the same problem as I have.
u/Any-Trifle2898 — 8 days ago