Skip to content

Instantly share code, notes, and snippets.

> Configure project :clean
Error getting artifact: net.minecraft:server:1.12.2-20200226.224830:srg@jar from MCPRepo
java.lang.ArrayIndexOutOfBoundsException: 1
at net.minecraftforge.gradle.common.util.HashStore.load(HashStore.java:93)
at net.minecraftforge.gradle.mcp.MCPRepo.findStepOutput(MCPRepo.java:307)
at net.minecraftforge.gradle.mcp.MCPRepo.findSrg(MCPRepo.java:298)
at net.minecraftforge.gradle.mcp.MCPRepo.findFile(MCPRepo.java:178)
at net.minecraftforge.gradle.common.util.BaseRepo.getArtifact(BaseRepo.java:81)
at net.minecraftforge.gradle.common.util.BaseRepo.getArtifact(BaseRepo.java:41)
This file has been truncated, but you can view the full file.
[21:11:29] [main/INFO]: Loading tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[21:11:29] [main/INFO]: Using primary tweak class name net.minecraftforge.fml.common.launcher.FMLTweaker
[21:11:29] [main/INFO]: Calling tweak class net.minecraftforge.fml.common.launcher.FMLTweaker
[21:11:29] [main/INFO]: Forge Mod Loader version 14.23.5.2838 for Minecraft 1.12.2 loading
[21:11:29] [main/INFO]: Java is Java HotSpot(TM) 64-Bit Server VM, version 1.8.0_201, running on Windows 10:amd64:10.0, installed at C:\Files\Games\CifrAzia\CifrAzia\runtime\64
[21:11:30] [main/INFO]: Searching C:\Files\Games\CifrAzia\CifrAzia\ESTERIA\mods for mods
[21:11:30] [main/WARN]: Found FMLCorePluginContainsFMLMod marker in CifraziaMod-1_0.jar. This is not recommended, @Mods should be in a separate jar from the coremod.
[21:11:30] [main/WARN]: The coremod org.cifrazia.CifraziaHookLoader does not have a MCVersion annotation, it may cause issues with this version of Minecraft
[21:11:30] [main/WARN]: The coremod CifraziaHo
@hohserg1
hohserg1 / TileAssortedEnchantTableRenderer.scala
Created May 19, 2019 13:30
TileAssortedEnchantTableRenderer.scala
package hohserg.assortedenchanttable.render
import hohserg.assortedenchanttable.Main
import hohserg.assortedenchanttable.blocks.BlockAssortedEnchantTable.TileAssortedEnchantmentTable
import hohserg.assortedenchanttable.utils.Vec
import net.minecraft.client.renderer.tileentity.{TileEntityEnchantmentTableRenderer, TileEntityRendererDispatcher, TileEntitySpecialRenderer}
import net.minecraft.client.renderer.vertex.DefaultVertexFormats
import net.minecraft.client.renderer.{BufferBuilder, GlStateManager, Tessellator}
import net.minecraft.item.EnumDyeColor
import net.minecraft.tileentity.TileEntityEnchantmentTable
[00:15:58] [main/INFO]: [HOOKLIB] Obfuscated: true
[00:15:58] [main/ERROR]: Unable to launch
java.lang.RuntimeException: An error occurred trying to configure the Minecraft home at D:\Games\Minecraft\Profiles\MyMod for Forge Mod Loader
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupHome(FMLLaunchHandler.java:111) ~[forge-1.12.2-14.23.5.2768.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.setupClient(FMLLaunchHandler.java:81) ~[forge-1.12.2-14.23.5.2768.jar:?]
at net.minecraftforge.fml.relauncher.FMLLaunchHandler.configureForClientLaunch(FMLLaunchHandler.java:42) ~[forge-1.12.2-14.23.5.2768.jar:?]
at net.minecraftforge.fml.common.launcher.FMLTweaker.injectIntoClassLoader(FMLTweaker.java:139) ~[forge-1.12.2-14.23.5.2768.jar:?]
at net.minecraft.launchwrapper.Launch.launch(Launch.java:115) [launchwrapper-1.12.jar:?]
at net.minecraft.launchwrapper.Launch.main(Launch.java:28) [launchwrapper-1.12.jar:?]
Caused by: java.lang.ExceptionInInitializerError