net.minecraft.block.PistonBlock and net.minecraft.item.Item are in unnamed module of loader net.fabricmc.loader.launch.knot.KnotClassLoader
bakaEC opened this issue · 5 comments
求解,在拉取项目搭建运行后,在空手右击触发后会报错,请问有什么解决方法吗
java.lang.ClassCastException: class net.minecraft.block.PistonBlock cannot be cast to class net.minecraft.item.Item (net.minecraft.block.PistonBlock and net.minecraft.item.Item are in unnamed module of loader net.fabricmc.loader.launch.knot.KnotClassLoader @1e4f4a5c)
在右击同时会有以下提示:
[Render thread/WARN] (FileUtil) Configuration conflict: there is more than one oshi.architecture.properties file on the classpath
接下来会报以上的错,然后保存世界退出。
PS:经过查阅相关资料我发现可能是版本不兼容导致的。
我使用了main分支搭建了1.17.1版本,手动修改的两个json文件内版本,请问这样的搭建方式有误吗?
您的build.gradle中使用的依赖版本是1.17.1,fabric.mod.json里配置却是1.16.x,不修改的话会报错呢qwq