#missing textures on slabs and stairs

11 messages · Page 1 of 1 (latest)

ionic viper
#

I've got a handful of modded blocks that I'm trying to make slab and stair variants of. Two of them use
.textureAll("blahblahblah")
and those worked fine, but one of them has .texture("up", "blahblahblah")
.texture("west", "blahblahblah") and those slabs and stairs have a missing texture when I load the game. Any ideas why this is the case or how to fix it?

.displayName("Layered Slate Stairs")
.soundType("stone")
.mapColor("darkGray")
.texture("up", "kubejs:block/slate_raw_y")
.texture("down", "kubejs:block/slate_raw_y")
.texture("north", "kubejs:block/slate_raw_xz")
.texture("south", "kubejs:block/slate_raw_xz")
.texture("east", "kubejs:block/slate_raw_xz")
.texture("west", "kubejs:block/slate_raw_xz")
tribal abyssBOT
#

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

mint iceBOT
#

You can find your KubeJS startup log in /minecraft/logs/kubejs/startup.log.
If you are on 1.18 or below it will be called startup.txt.
Please send it if asked, as it contains helpful information.

ionic viper
mint iceBOT
#

Paste version of startup.log from @ionic viper

ionic viper
#

(I know I need to go switch out blockbuilder material, just haven't gotten around to it yet)

mint iceBOT
#

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.

mint iceBOT
#

Please close your ticket (with </ticket close:1054771505520717835> or the button atop this thread) once you resolved your issue! This also helps others that would like to help out, as they don't have to look into this thread to check if it has been resolved by now.

Do you have any other questions regarding your issue? Feel free to ask!
Note: You should generally create a new post for unrelated issues.

ionic viper
#

hi, sorry, how do I find the logs? I hit the "how to find logs" button and it said the interaction failed

dapper mantle
#

I think u can use .textureJson(blablablah) for what you want to do. I think It would be easier as it is baked into Minecraft rather than imported by kubejs

mint iceBOT
#

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.