u/Any-Trifle2898

Kubejs model not working, please help

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'

https://preview.redd.it/tb98n5b66a1h1.png?width=1019&format=png&auto=webp&s=26dd933ada162fc1afc12a9d1812b55c52cd516a

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.

reddit.com
u/Any-Trifle2898 — 8 days ago