#Custom block model error

10 messages · Page 1 of 1 (latest)

grand bronze
#

No texture on the block, here's the code and directories

timid portalBOT
#

Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!

grand bronze
#

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)

final joltBOT
#

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.

raw shard
#

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

grand bronze
#

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