Merge pull request #24 from DioEgizio/add-binary-search

This commit is contained in:
Ryan Cao 2022-09-08 16:49:47 +08:00 committed by GitHub
commit 6673a8a36c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,6 +27,15 @@
"description": "OptiFine is known to cause problems when paired with other mods.\nPlease see [Installing OptiFine Alternatives](https://polymc.org/wiki/getting-started/install-of-alternatives/).\nIf you really want to use OptiFine, see [Installing OptiFine](https://polymc.org/wiki/getting-started/installing-optifine/)"
}
},
{
"name": "binary-search",
"aliases": ["thanosmethod"],
"embed": {
"color": "blue",
"title": "Binary Search - method to find mod problems",
"description": "The binary search is a way of finding a faulty thing among a lot of other things, without having to remove the things one-by-one. This is useful for finding a broken mod among hundreds of mods, without having to spend time testing the mods one-by-one.\nThe procedure is simple:\n1. Remove half of the existing things, and put them aside.\n2. Run the program / game.\n3. Does the issue still exist?\nIf YES: Repeat from step 1 with the current things.\nIF NO: Swap out the current things with the ones set aside, and repeat from step 1.\n4. Repeat this process until the problematic thing/s have been found.\n\n Credit to the Quilt Community discord and the Forge Discord for these instructions."
}
},
{
"name": "java",
"text": "https://polymc.org/wiki/getting-started/installing-java/",