Modding *.bjson Files
*.bjson
Files contain a lot about the game, including how fonts, textures, and models are rendered and displayed. In today's guide, we will go over two ways to mod/edit these files, one of which is extremely experimental but much easier than traditional means.
Manually Editing the File
- You will need a hex editor like ImHex or HxD (my personal favorite).
- Since there is a lot of stuff to understand and yet to be learned from this format, we highly recommend STBrian/STBUniverse's MC3DS-BJSON-Editor.
Using *.bjson Editor
- Download the *.bjson Editor from the link here: *.bjson Editor.
- Windows Defender might say the file is a Trojan/Virus. It isn't malware and is fully open-source.
- After dealing with Windows Defender, start the application up and navigate to:
File > Open
in the context menu, and load your*.bjson
file. - If you're looking to modify geometry, you'll need to look for "Cube, Pivot, and Rotation" objects, and also texture width and heights.