#Assets not being loaded after upgrading minecraft version
6 messages · Page 1 of 1 (latest)
Once your ticket has been resolved, please close it with </ticket close:1054771505520717835> command!
any errors? if not then it might be because 1.20 is so new and lat has some bugs to work out, its either that or the file structure might be wrong, what assets are you loading and what are those file asset's file path starting from kubejs>assets?
heres an example path:
.minecraft\kubejs\assets\kubejs\textures\item\music_disc_warped_chirp.png
there were errors for every KubeJS item/block, saying it couldnt find a model & texture.
There is also an issue from KubeJS,
[17:49:23] [Render thread/ERROR] [KubeJS/]: Failed to load files from kubejs/assets
net.minecraft.ResourceLocationException: Non [a-z0-9/._-] character in path of location: create:textures/item/crushed_copper_ore_TWO.png```
perhaps its because of the caps in the texture name?
huh, sure enough. changing the caps to lowercase fixed the problem