I am attempting to load a blockbench model, and the wiki has a line that explains how to do it, but the issue is, im either putting it in the wrong place
my code is
StartupEvents.registry('item', event => {
event.create('modular_frame')
.modelJson('modular_frame')
.displayName('§7Modular Frame')
})
the wiki says i should put the texture in a models folder that doesnt exist in my install of kubejs