This question shows research effort; it is useful and clear
0
This question does not show any research effort; it is unclear or not useful
Bookmark this question.
Show activity on this post.
I'm working on a 3rd party tools for minecraft, and I been searching for a solution but I couldn't find one figure out how to decrypt .dat files. BTW using java
在 iKlsR 提供的链接中明确说明,只需在类路径中导入 minecraft 服务器 jar 并直接使用正确的类进行反序列化。我想你可以打开一个InputStream,跳过标题,然后使用一个InputObjectStream来装饰并直接用 class 获取整个结构com.mojang.minecraft.level.Level。