Skip to content

Instantly share code, notes, and snippets.

View Ivorforce's full-sized avatar
👽
Working from Mars

Lukas Tenbrink Ivorforce

👽
Working from Mars
View GitHub Profile
LukasMBP:MinecraftForge lukas$ gradle setupForge
****************************
Powered By MCP:
http://mcp.ocean-labs.de/
Searge, ProfMobius, Fesh0r,
R4wk, ZeuX, IngisKahn, bspkrs
MCP Data version : 9.10
****************************
:extractWorkspace UP-TO-DATE
:getAssetsIndex
buildscript {
repositories {
mavenCentral()
maven {
name = "forge"
url = "http://files.minecraftforge.net/maven"
}
maven {
name = "sonatype"
url = "https://oss.sonatype.org/content/repositories/snapshots/"
[19/7/2015 19:41:50 PM] java.lang.IllegalArgumentException: ganysnether:quarzBerrySeeds is not a vaild string. Strings should be either an oredict name, or in the format objectname;damage (damage is optional)
[19/7/2015 19:41:50 PM] at tterrag.core.common.json.JsonUtils.parseStringIntoRecipeItem(JsonUtils.java:55)
[19/7/2015 19:41:50 PM] at tterrag.core.common.json.JsonUtils.parseStringIntoItemStack(JsonUtils.java:92)
[19/7/2015 19:41:50 PM] at tterrag.core.common.handlers.RightClickCropHandler$PlantInfo.init(RightClickCropHandler.java:46)
[19/7/2015 19:41:50 PM] at tterrag.core.common.config.ConfigHandler.loadRightClickCrops(ConfigHandler.java:159)
[19/7/2015 19:41:50 PM] at tterrag.core.TTCore.postInit(TTCore.java:118)
[19/7/2015 19:41:50 PM] at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
[19/7/2015 19:41:50 PM] at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
[19/7/2015 19:41:50 PM] at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
[19/7/2015 19:41:50
@Ivorforce
Ivorforce / Console Log
Last active August 29, 2015 14:19
FML missing libraries crash
[15:43:40] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[15:43:40] [main/INFO] [LaunchWrapper]: Using primary tweak class name cpw.mods.fml.common.launcher.FMLTweaker
[15:43:40] [main/INFO] [LaunchWrapper]: Calling tweak class cpw.mods.fml.common.launcher.FMLTweaker
[15:43:40] [main/INFO] [FML]: Forge Mod Loader version 7.10.130.1395 for Minecraft 1.7.10 loading
[15:43:40] [main/INFO] [FML]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_25, running on Windows 8.1:amd64:6.3, installed at C:\Program Files (x86)\Minecraft\runtime\jre-x64\1.8.0_25
[15:43:40] [main/WARN] [FML]: The coremod ivorius.ivtoolkit.IvToolkitLoadingPlugin does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[15:43:40] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLInjectionAndSortingTweaker
[15:43:40] [main/INFO] [LaunchWrapper]: Loading tweak class name cpw.mods.fml.common.launcher.FMLDeobfTweaker
[15:43:4
/*
* Copyright 2015 Lukas Tenbrink
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
/*
* Copyright (c) 2014, Lukas Tenbrink.
* * http://lukas.axxim.net
*/
package ivorius.reccomplex.structures;
import ivorius.reccomplex.structures.generic.GenericStructureInfo;
import ivorius.reccomplex.structures.generic.gentypes.StructureGenerationInfo;
import ivorius.reccomplex.utils.NBTStorable;
/*
* Copyright (c) 2014, Lukas Tenbrink.
* * http://lukas.axxim.net
*/
package ivorius.reccomplex.json;
import com.google.common.collect.BiMap;
import com.google.common.collect.HashBiMap;
import com.google.gson.*;
/*
* Copyright (c) 2014, Lukas Tenbrink.
* * http://lukas.axxim.net
*/
package ivorius.reccomplex.json;
import com.google.common.collect.BiMap;
import com.google.common.collect.HashBiMap;
import com.google.gson.*;
/*
* Copyright (c) 2014, Lukas Tenbrink.
* * http://lukas.axxim.net
*/
package ivorius.reccomplex.structures;
import com.google.common.collect.BiMap;
import com.google.common.collect.HashBiMap;
import ivorius.ivtoolkit.tools.MCRegistry;
---- Minecraft Crash Report ----
// This doesn't make any sense!
Time: 01.04.15 16:12
Description: Initializing game
java.lang.NoClassDefFoundError: ivorius/ivtoolkit/tools/MCRegistry
at java.lang.ClassLoader.defineClass1(Native Method)
at java.lang.ClassLoader.defineClass(ClassLoader.java:800)
at java.security.SecureClassLoader.defineClass(SecureClassLoader.java:142)