ResourceLocation 抛出 FileNotFoundException Minecraft Forge 1.12.2

时间:2020-12-28 21:33:19

标签: java resources textures minecraft minecraft-forge

我正在做一些 Minecraft Mods,但我不知道为什么实体的纹理没有被加载

对于纹理: public static final ResourceLocation TEXTURES = new ResourceLocation(Reference.MODID+":textures/entity/test/test.png");

这是 Modid public static final String MODID = "aot";

java.io.FileNotFoundException: aot:textures/entity/test/test.png

packagetree

为什么没有加载纹理?

最好的问候

0 个答案:

没有答案