2
Debugging Minecraft: Java Edition functions with MDB
I developed a debugging tool which I called as MDB, to detect why functions with syntax errors won't show up on Minecraft: Java Edition because I was dealing with a file that is 25000 lines long and Minecraft was pretty determined to remain silent regarding the mistake.
MDB is pretty easy to use, and can tell you why your mcfunction file isn't working in a minute.
Introduction video: www.youtube.com/watch?v=-y9KI2RAVF8
GitHub repository: github.com/eoksum/mdb
This can help a lot of people having this problem. It's a lot faster to check commands via MDB then checking it by eye.
Cheers!
MDB is pretty easy to use, and can tell you why your mcfunction file isn't working in a minute.
Introduction video: www.youtube.com/watch?v=-y9KI2RAVF8
GitHub repository: github.com/eoksum/mdb
This can help a lot of people having this problem. It's a lot faster to check commands via MDB then checking it by eye.
Cheers!
