This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
Default Options (DefaultOptions_1.11.2-8.2.2.jar) | |
ForgelinPlugin (Forgelin-1.5.1.jar) | |
Do not report to Forge! Remove FoamFixAPI (or replace with FoamFixAPI-Lawful) and try again. (foamfix-0.6.3-anarchy.jar) | |
TransformerLoader (OpenComputers-MC1.11.2-1.7.0.40.jar) | |
AppleCore (AppleCore-mc1.11.2-2.2.2.jar) | |
CTMCorePlugin (CTM-MC1.11.2-0.2.2.12.jar) | |
LoadingPlugin (Quark-r1.2-93b.jar) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---- Minecraft Crash Report ---- | |
WARNING: coremods are present: | |
IELoadingPlugin (immersiveengineeringcore.jar) | |
TransformerLoader (opencomputers.jar) | |
CTMCorePlugin (ctm.jar) | |
IELoadingPlugin (ImmersiveEngineering-0.12-76-core.jar) | |
CoreMod (aroma1997core.jar) | |
FMLPlugin (elulib.jar) | |
AstralCore (astralsorcery.jar) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/src/main/java/org/mcupdater/util/ServerDefinition.java b/src/main/java/org/mcupdater/util/ServerDefinition.java | |
index 8e288f0..69fd8b6 100644 | |
--- a/src/main/java/org/mcupdater/util/ServerDefinition.java | |
+++ b/src/main/java/org/mcupdater/util/ServerDefinition.java | |
@@ -1,5 +1,6 @@ | |
package org.mcupdater.util; | |
+import com.google.common.base.Joiner; | |
import org.apache.commons.codec.language.Soundex; | |
import org.apache.commons.lang3.StringUtils; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
private static Map<String, String> modPaths = new HashMap<>(); | |
private static List<String> badVersionStrings = new ArrayList<>(); | |
static { | |
// key is mod id | |
// value is mod filename (no `mods/`) | |
modPaths.put("betterbuilderswands", "BetterBuildersWands.jar"); | |
modPaths.put("bibliocraft", "BiblioCraft.jar"); | |
modPaths.put("biomesoplenty", "BiomesOPlenty.jar"); | |
modPaths.put("ChunkPregeneratorV", "Chunk Pregenerator.jar"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
echo "*.json diff=json" >> ~/.gitattributes | |
git config --global core.attributesfile ~/.gitattributes | |
git config --global diff.json.textconv "jq '.' \$1" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
print('I am thinking of a number between 1 and 20...') | |
import random | |
secret_number = random.randint(1, 20) | |
tries = 0 | |
winner = False | |
while tries < 6 and not winner: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//10.10.10.10.example.com/ 1 | |
//contoso.pkgs.visualstudio.com/_packaging/MyFeed/npm/:_authToken=heider 1 | |
//google.com/ 1 | |
//registry.blah.com/ 1 | |
//registry.blah.com/foo:_authToken=whatev 1 | |
//registry.blah.com/foo:_password= 1 | |
//registry.blah.com/foo:username=barbaz 1 | |
//registry.blah.edu/foo/bar/baz:_authToken=recurseNoLevel 1 | |
//registry.blah.eu/ 1 | |
//registry.blah.foo/ 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+----------------------------------------------------------+--------+------------------------------------------+----------------+---------+ | |
| World 'overworld' (dim: 0) | | |
| Loaded chunks: 9654 | | |
| All currently loaded entities: | | |
+----------------------------------------------------------+--------+------------------------------------------+----------------+---------+ | |
| Name | Health | Location | Chunk | Region | | |
+----------------------------------------------------------+--------+------------------------------------------+----------------+---------+ | |
| Alpine Buck |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+---------------------------------------------------+--------+------------------------------------------+----------------+---------+ | |
| World 'overworld' (dim: 0) | | |
| Loaded chunks: 2951 | | |
| All currently loaded entities: | | |
+---------------------------------------------------+--------+------------------------------------------+----------------+---------+ | |
| Name | Health | Location | Chunk | Region | | |
+---------------------------------------------------+--------+------------------------------------------+----------------+---------+ | |
| Alpine Buck | 20.00 | x = 2525.80, y = 82.00, z |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
+--------+------------+--------------+----------+ | |
| Dim ID | Chunk | Block pos | Entities | | |
+--------+------------+--------------+----------+ | |
| 0 | 0, -172 | 0, -2752 | 0 | | |
| 0 | 0, -173 | 0, -2768 | 0 | | |
| 0 | 0, -174 | 0, -2784 | 0 | | |
| 0 | 0, -175 | 0, -2800 | 0 | | |
| 0 | 0, -176 | 0, -2816 | 0 | | |
| 0 | 0, -178 | 0, -2848 | 0 | | |
| 0 | 0, -179 | 0, -2864 | 0 | |