我正在做一些 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
为什么没有加载纹理?
最好的问候