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
D:\minecraft\workspaces\Minefall>gradlew.bat build | |
**************************** | |
Powered By MCP: | |
http://mcp.ocean-labs.de/ | |
Searge, ProfMobius, Fesh0r, | |
R4wk, ZeuX, IngisKahn | |
Failed to notify ProjectEvaluationListener.afterEvaluate(), but primary configur | |
ation failure takes precedence. | |
org.gradle.api.ProjectConfigurationException: You must set the Minecraft Version | |
! |
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
buildscript { | |
repositories { | |
mavenCentral() | |
maven { | |
name = "forge" | |
url = "http://files.minecraftforge.net/maven" | |
} | |
maven { | |
name = "sonatype" | |
url = "https://oss.sonatype.org/content/repositories/snapshots/" |
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
{ | |
"minecraftArguments": "--username ${auth_player_name} --gameDir ${game_directory} --version ${version_name} --assetsDir ${game_assets} --uuid ${auth_uuid} --accessToken ${auth_access_token} --tweakClass cpw.mods.fml.common.launcher.FMLTweaker", | |
"libraries": [ | |
{ | |
"name": "net.minecraftforge:forge:1.7.2-10.12.1.1079" | |
}, | |
{ | |
"name": "net.minecraft:launchwrapper:1.9" | |
}, |
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
4271357457485750301 |
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
package buildcraftAdditions.villager; | |
import java.util.List; | |
import java.util.Random; | |
import net.minecraft.block.Block; | |
import net.minecraft.init.Blocks; | |
import net.minecraft.world.World; | |
import net.minecraft.world.gen.structure.StructureBoundingBox; | |
import net.minecraft.world.gen.structure.StructureComponent; |
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
package buildcraft.factory.gui; | |
import org.lwjgl.opengl.GL11; | |
import buildcraft.core.DefaultProps; | |
import buildcraft.core.gui.GuiBuildCraft; | |
import buildcraft.core.render.RenderUtils; | |
import buildcraft.energy.TileEngineIron; | |
import buildcraft.energy.TileEngineWithInventory; | |
import buildcraft.energy.gui.ContainerEngine; |
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
user@PC_van_user /cygdrive/d/minecraft/buildcraft | |
$ ./gradlew build --info | |
Starting Build | |
Settings evaluated using empty settings script. | |
Projects loaded. Root project using build file 'D:\minecraft\Buildcraft\build.gradle'. | |
Included projects: [root project 'Buildcraft'] | |
Evaluating root project 'Buildcraft' using build file 'D:\minecraft\Buildcraft\build.gradle'. | |
**************************** | |
Powered By MCP: | |
http://mcp.ocean-labs.de/ |
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 ---- | |
// Oops. | |
Time: 14/04/14 11:45 | |
Description: Exception in server tick loop | |
cpw.mods.fml.common.LoaderException: java.lang.NoClassDefFoundError: net/minecraft/client/renderer/RenderGlobal | |
at cpw.mods.fml.common.LoadController.transition(LoadController.java:163) | |
at cpw.mods.fml.common.Loader.loadMods(Loader.java:497) | |
at cpw.mods.fml.server.FMLServerHandler.beginServerLoading(FMLServerHandler.java:79) |
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 ---- | |
// Why did you do that? | |
Time: 15/03/14 11:15 | |
Description: Ticking block entity | |
java.lang.StackOverflowError: Ticking block entity | |
at buildcraft.api.builder.BlockHandler.get(BlockHandler.java:51) | |
at buildcraft.api.builder.BlockHandler.get(BlockHandler.java:51) | |
at buildcraft.api.builder.BlockHandler.get(BlockHandler.java:51) |
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
2014/02/01 19:09:39 [INFO] ------------------------------------------ | |
2014/02/01 19:09:39 [INFO] Technic Launcher is starting.... | |
2014/02/01 19:09:39 [INFO] Launcher Build: 393 | |
2014/02/01 19:09:39 [INFO] ------------ Startup Parameters ------------ | |
2014/02/01 19:09:39 [INFO] --------- End of Startup Parameters --------- | |
2014/02/01 19:09:40 [INFO] Analytics Response [runLauncher]: 200 | |
2014/02/01 19:09:47 [INFO] {"accessToken":"f5ac355a648848858ba19fb057295126","clientToken":"b5694bdf-d9af-456c-9b01-c9d097b71c59","selectedProfile":{"id":"19f33a54fc05449187a1857c019f16bc","name":"MacCube"}} | |
2014/02/01 19:09:47 [INFO] Launcher took: 9190ms to start | |
2014/02/01 19:09:48 [INFO] Pack: building-on Image Download Worker Calculated MD5: 1c4bf2702077eba8148a976632b45a8f Required MD5: 830dd21b853e66b3ee8b51eac55e301d | |
2014/02/01 19:09:48 [INFO] Starting download of http://cdn.technicpack.net/platform/pack-logos/191565.png?1390502618, with 3 tries remaining |