Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
I have created structures for minecraft, but they're way too common. I could just open the .dat file and change the rarity from there, but i'm not sure how.

each thing i've used to open the file has the file unreadable.

What I have tried:

i've tried notepad, wordpad, notepad++. none of those worked.
Posted
Updated 12-Apr-17 21:51pm

Unless you're writing code to open the file and read it, this question is off topic for this site.

Minecraft .DAT files are not text files. They are a proprietary binary format called Named Binary Tag. There are problably apps out there that can open and parse the data so its readable and I'm sure you know how to use Google to find them.
 
Share this answer
 
Quote:
each thing i've used to open the file has the file unreadable.

Normal. Those files are not plain text, they are encoded in a certain format that is specific to the game. The goal of the encoding is also to prevent tampering.

You have to build or create a program that can decode the minecraft .dat file format.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900