I'm trying to add a custom decoration block with a custom block model and a custom texture, but so far nothing I have tried worked in any way. Here's all the files I'm working on, and no, the kubejs logs don't even mention this block id. And this is what the model is supposed to look like. Yes, it's an obj model. I know the problem is really simple but I'm too stupid t figure it out.
#Missing block model and texture
6 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
Paste version of kubejs.zip from @lusty heath
Got a missing texture?
They are big, ugly and waaay too pink (like, seriously, who thought pink was a good color choice??).
Minecraft knows this and will report any missing textures and models in the latest.log and debug.log files, including where it's looking!
Always check your logs.
Always.
[08Jan2024 02:36:19.216] [Worker-ResourceReload-4/WARN] [net.minecraft.client.resources.model.ModelBakery/]: Unable to load model: 'kubejs:block/wagon_cargo' referenced from: kubejs:wagon_cargo#: java.lang.RuntimeException: Could not read OBJ model
you typically need a json model instead of an obj model