Skip to content

Instantly share code, notes, and snippets.

@AzureDoom
AzureDoom / debug.log
Created December 25, 2019 23:44
Testing for injecting loot
This file has been truncated, but you can view the full file.
[25Dec2019 18:31:43.910] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher running: args [--gameDir, ., --launchTarget, fmluserdevclient, --fml.mcpVersion, 20191212.203412, --fml.mcVersion, 1.15, --fml.forgeGroup, net.minecraftforge, --fml.forgeVersion, 29.0.2, --version, MOD_DEV, --assetIndex, 1.15, --assetsDir, C:\Users\AzureZhen\.gradle\caches\forge_gradle\assets, --username, Dev, --accessToken, ????????, --userProperties, {}]
[25Dec2019 18:31:43.915] [main/INFO] [cpw.mods.modlauncher.Launcher/MODLAUNCHER]: ModLauncher 5.0.0-milestone.4+67+b1a340b starting: java version 1.8.0_181 by Oracle Corporation
[25Dec2019 18:31:43.935] [main/DEBUG] [cpw.mods.modlauncher.LaunchServiceHandler/MODLAUNCHER]: Found launch services [minecraft,fmldevdata,fmldevclient,fmldevserver,fmluserdevserver,testharness,fmluserdevdata,fmlclient,fmluserdevclient,fmlserver]
[25Dec2019 18:31:43.950] [main/DEBUG] [cpw.mods.modlauncher.NameMappingServiceHandler/MODLAUNCHER]: Found naming services : [srgtomcp]
[25Dec2019
[00:14:11] [main/INFO] [GradleStart]: Extra: []
[00:14:11] [main/INFO] [GradleStart]: Running with arguments: [--userProperties, {}, --assetsDir, C:/Users/AzureZhen/.gradle/caches/minecraft/assets, --assetIndex, 1.12, --accessToken{REDACTED}, --version, 1.12.2, --tweakClass, net.minecraftforge.fml.common.launcher.FMLTweaker, --tweakClass, net.minecraftforge.gradle.tweakers.CoremodTweaker]
[00:14:11] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[00:14:11] [main/INFO] [LaunchWrapper]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[00:14:11] [main/INFO] [LaunchWrapper]: Loading tweak class name net.minecraftforge.gradle.tweakers.CoremodTweaker
[00:14:11] [main/INFO] [LaunchWrapper]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[00:14:11] [main/DEBUG] [FML]: Injecting tracing printstreams for STDOUT/STDERR.
[00:14:11] [main/INFO] [FML]: Forge Mod Loader version 14.23.5.2847 for Minecraft 1.12.2 l
public static final List<Map<Pair<Tier, Element>, Item>> WAND_LIST;
static {
List<Map<Pair<Tier, Element>, Item>> list = new ArrayList<>();
for (int i = 1; i < 25; i++) {
list.add(new HashMap<>());
}
WAND_LIST = list;
}
---- Minecraft Crash Report ----
// Surprise! Haha. Well, this is awkward.
Time: 1/12/20 9:06 PM
Description: Rendering screen
java.lang.NoClassDefFoundError: javafx/util/Pair
at com.wuest.prefab.Structures.Gui.GuiStartHouseChooser.getAdjustedXYValue(GuiStartHouseChooser.java:78) ~[?:1.4.0.8] {re:classloading}
at com.wuest.prefab.Structures.Gui.GuiStartHouseChooser.render(GuiStartHouseChooser.java:86) ~[?:1.4.0.8] {re:classloading}
at net.minecraftforge.client.ForgeHooksClient.drawScreen(ForgeHooksClient.java:355) ~[?:?] {re:classloading}
Exception in thread "main" [10:33:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: com.electronwill.nightconfig.core.io.ParsingException: Failed to parse data from Reader
[10:33:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.core.io.ParsingException.readFailed(ParsingException.java:18)
[10:33:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.core.io.ReaderInput.directRead(ReaderInput.java:23)
[10:33:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.core.io.AbstractInput.read(AbstractInput.java:37)
[10:33:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.core.io.CharacterInput.readAndSkip(CharacterInput.java:42)
[10:33:00] [main/INFO] [STDERR/]: [java.lang.ThreadGroup:uncaughtException:1052]: at com.electronwill.nightconfig.toml.Toml.readUseful(Toml.jav
modLoader="javafml"
loaderVersion="[31,)"
issueTrackerURL="https://github.com/AzureZhen/dotHackWeapons/issues"
logoFile="logo.png"
[[mods]]
modId="dothack"
version="${file.jarVersion}"
displayName="dotHack Weapons"
displayURL="https://www.curseforge.com/minecraft/mc-mods/dothack-hack-weapons"
authors="AzureDoomC"
#Mine and Slash Compatibility
["Mine and Slash Compatibility"]
Enable = true
#Mine and Slash Loot Setting
["Mine and Slash Loot Setting"]
Enable = true
#Chest Loot Setting
public static List<CompatibleItem> getList() {
List<String> SWORDS = Stream.of("dmcweapons:rebellion", "dmcweapons:redqueen", "dmcweapons:spada",
"dmcweapons:devilsworddante", "dmcweapons:yamato").collect(Collectors.toList());
List<String> GUNS = Stream.of("dmcweapons:coyotea", "dmcweapons:ivory", "dmcweapons:ebony",
"dmcweapons:kalinaann1", "dmcweapons:kalinaann2").collect(Collectors.toList());
List<CompatibleItem> items = new ArrayList<>();
try {
for (int type = 1; type <= 1; type++)
public static final IArmorMaterial DOOMICORN_DOOM_ARMOR = new IArmorMaterial() {
private final int[] armors = new int[] { 1, 2, 3, 1 };
@Override
public int getDurability(EquipmentSlotType slotIn) {
return 1000;
}
@Override
public static enum DoomTier {
DOOM(6, 1561, 16.0F, 3.0F, 30);
private final int harvestLevel;
private final int maxUses;
private final float efficiency;
private final float attackDamage;
private final int enchantability;
private ItemStack repairMaterial = ItemStack.EMPTY;