我在eclipse 里面运行Minecraft 有材质 但是 build 之后 用启动器打开游戏 进去之后 发现没有材质 怎么办
包名和模组id全部小写,谢谢
应该在注册Item之后添加:ModelLoader.setCustomModelResourceLocation(item, 0, new ModelResourceLocation(item.getRegistryName(), "invertory"));
因为导出的时候你的.jar包里没有assets文件夹,你自己压缩打开.jar文件然后把assets丢进去就好了