#Assets not being loaded after upgrading minecraft version

6 messages · Page 1 of 1 (latest)

valid locust
#

I updated from 1.19 to 1.20, and updated my scripts (to remove some errors) but it seems that KubeJS' asset folder isnt being loaded at all. Did something change between 1.19 and 1.20 with the asset folder? Assets for other mods and for KubeJS custom blocks & items simply arent loading.

somber flameBOT
#

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

torn scroll
#

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?

valid locust
#

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