for some reason it didnt keep the Forge tag when i posted this before, so here I go again:
Hello. I am trying to add a block via Kubejs, but due to the fact it has a custom texture and model I have been running into a snag, one I have not seen any solutions to in here, as everyone else who seemed to have the same issue just closed their ticket, and I didnt see the solution. here is the code I have:
StartupEvents.registry('block', event => {
event.create('incomplete_quantiscope')
.displayName('Incomplete Quantiscope')
.model('tardis:block/incompete_quantiscope')
.soundType('nether_bricks')
.hardness(2)
.resistance(0.5)
.texture('particle', 'tardis:block/incompete_quantiscope')
.tagBlock('minecraft:mineable/pickaxe')
.requiresTool(true)
})
I have also included the texture file and the design as I had it in blockbench.