#Custom block model error
10 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
vibir_petal.png is under minecraft\kubejs\assets\kubejs\textures\block
I can't share the vibir_petal.json because I guess I dont share a server with the recipient but it's under minecraft\kubejs\assets\kubejs\textures\models\block
startup code is event.create('integration:vibir_petal') .model('kubejs:block/vibir_petal') .displayName('Vibir Petal') .soundType("grass") .hardness(0.0) .resistance(0.0) .noCollision() .transparent(true)
Please send your Minecraft log. It can be found at ./logs/latest.log.
Note! Minecraft and KubeJS logs differ. Please send the latest.log, not a KubeJS log.
Please send the file directly, without links or snippets.
Models are not under textures\models models are in assets\kubejs\models and then block or item
the asset sturcture is like this
just ignore the blockstates folder
Thank you, I think I was using that directory for armor. Seperate question, do datapacks overite kubejs textures? I'm trying to add an emissive texture to this block
Also, I'm trying to make a plant that faces a random direction and can't be stacked. Also I'm getting black where it should be transparent