Skip to content

Commit

Permalink
Fixes title and link being swapped
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkosto committed Sep 13, 2024
1 parent a7991a9 commit ea5a358
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/modpack-dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
- [SNBT Editor](https://gorymoon.github.io/snbt-editor/){:target="\_blank"} This editor can unescape and format nbt data for easier edits
- [Java Escape / Unescape](https://codebeautify.org/java-escape-unescape){:target="\_blank"} Helpful for when a mod or script requires you to escape quotes or a string. Just paste in and convert. Works both ways.
- [Minecraft Latest Log Parser](https://muddrdev.com/minecraft/parseLog.html){:target="\_blank"} This log parser tool can take a latest log and filter out errors making the dev process much more efficient!
- [https://muddrdev.com/minecraft/convertREICollapsibles.html](REI Collapsible Json Converter){:target="\_blank"} This is a tool designed to extract item/block IDs from REI configs for use in other scripts. Can potentially be used to cleanup other entries in other cases
- [REI Collapsible Json Converter](https://muddrdev.com/minecraft/convertREICollapsibles.html){:target="\_blank"} This is a tool designed to extract item/block IDs from REI configs for use in other scripts. Can potentially be used to cleanup other entries in other cases


## [**Optimization**](/optimization)
Expand Down

0 comments on commit ea5a358

Please sign in to comment.