links:
https://www.gimp.org/ a free and open source image editor. steep learning curve but VERY powerful
https://code.visualstudio.com/ a free code editor with error highlighting for json
C:\Users\USERNAME\AppData\Local\Packages\Microsoft.MinecraftUWP_8wekyb3d8bbwe\LocalState\games\com.mojang - add this file directory to quick access
gimp setup:
right click the brush tool and swap it for a pencil
go to tool options and change the brush type to 1 pixel
change the size to 1 pixel
vscode setup (do it in this order):
click settings at the very bottom of the left side tab
click the settings option in the popup
go to the text editor tab in settings
click suggestions
click edit in settings.json
delete everything in settings.json
replace it with:
{
"files.associations": {
"*.json": "jsonc"
}
}
click extensions on the left side tab
search and install atom one dark theme and bracket pair colorizer 2 in the extensions window
Minecraft setup:
go to settings/profile
scroll down to content log settings
turn both toggles on