This file contains 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
[21:29:34] [Server thread/INFO]: Synchronising spell glyph data for SilverNova115 | |
[21:29:34] [Server thread/INFO]: Synchronising config settings for SilverNova115 | |
[21:29:34] [Server thread/INFO]: Sending server configs to client for com.enderio.core.common.config.ConfigHandler | |
[21:29:34] [Server thread/INFO]: SMP: Player logged in: Sync diminfo to clients | |
[21:29:34] [Server thread/INFO]: Send dimlet rules to the client | |
[21:29:34] [Server thread/INFO]: Rules packet size: 5779 of 8192 | |
[21:29:34] [Server thread/INFO]: Sending module list to SilverNova115 | |
[21:29:34] [Server thread/INFO]: Successfully loaded WorldData! | |
[21:29:34] [Server thread/INFO]: Sending Player Data to player SilverNova115 with UUID 731a2f76-2d13-4ea7-8a7b-21c60902453b. | |
[21:29:34] [Server thread/INFO]: Sent config to 'SilverNova115.' |
This file contains 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
java.util.concurrent.ExecutionException: net.minecraftforge.fml.common.LoaderExceptionModCrash: Caught exception from Minecraft Forge (forge) | |
at java.util.concurrent.FutureTask.report(Unknown Source) ~[?:1.8.0_152] | |
at java.util.concurrent.FutureTask.get(Unknown Source) ~[?:1.8.0_152] | |
at net.minecraft.util.Util.func_181617_a(SourceFile:47) [h.class:?] | |
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1086) [bib.class:?] | |
at net.minecraft.client.Minecraft.func_99999_d(Minecraft.java:397) [bib.class:?] | |
at net.minecraft.client.main.Main.main(SourceFile:123) [Main.class:?] | |
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) ~[?:1.8.0_152] | |
at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_152] | |
at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) ~[?:1.8.0_152] |
This file contains 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
public static void main(String[] args) throws Exception { | |
File packingGen = new File(System.getProperty("user.dir"), "packing.xyzd." + System.currentTimeMillis()); | |
if(!packingGen.exists()) { | |
packingGen.createNewFile(); | |
} | |
FileOutputStream fos = new FileOutputStream(packingGen); | |
fos.write(generatePacking()); | |
fos.close(); | |
} |
This file contains 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
switch (te.getPlacedAgainst()) { | |
case DOWN: | |
if(!linked.isEmpty() && linked.size() == 1) { | |
BlockPos to = linked.get(0); | |
BlockPos from = te.getTrPos(); | |
Vector3 dir = new Vector3(to).subtract(new Vector3(from)); | |
pitch = (float) Math.atan2(dir.getY(), Math.sqrt(dir.getX() * dir.getX() + dir.getZ() * dir.getZ())); | |
yaw = (float) Math.atan2(dir.getX(), dir.getZ()); |
This file contains 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 { | |
jcenter() | |
maven { | |
name = "forge" | |
url = "http://files.minecraftforge.net/maven" | |
} | |
} | |
dependencies { | |
classpath 'net.minecraftforge.gradle:ForgeGradle:2.3-SNAPSHOT' |
This file contains 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
{ | |
"machine": "iron_centrifuge", | |
"registryName": "iron_centrifuge_centrifuge_grass", | |
"recipeTime": 120, | |
"requirements": [ | |
{ | |
"type": "energy", | |
"io-type": "input", | |
"energyPerTick": 16 | |
}, |
This file contains 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 void finishCrafting() { | |
if(craftingTask == null) return; //Wtf | |
AbstractAltarRecipe recipe = craftingTask.getRecipeToCraft(); | |
ShapeMap current = copyGetCurrentCraftingGrid(); | |
ItemStack out = recipe.getOutput(current, this); //Central item helps defining output - probably, eventually. | |
if(!out.isEmpty()) { | |
out = ItemUtils.copyStackWithSize(out, out.getCount()); | |
} |
This file contains 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: | |
DummyPlugin (ForgeEndertech-1.11.2-2.1.3.0-build.0067.jar) | |
LoadingPlugin (RandomThings-MC1.11.2-4.0.jar) | |
CoreMod (Aroma1997Core-1.11.2-1.2.0.0.jar) | |
Inventory Tweaks Coremod (InventoryTweaks-1.62.jar) | |
CCLCorePlugin (CodeChickenLib-1.11.2-3.0.0.284-universal.jar) | |
RebornCoreASM (RebornCore-1.11.2-2.16.1.115-universal.jar) | |
LoadingPlugin (AdFinders-1.11.2-1.1.2.0-build.0065.jar) |
This file contains 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
astralsorcery.constellation.discidia=Discidia | |
astralsorcery.constellation.discidia.info=Offensive | |
astralsorcery.constellation.discidia.effect=Light from this constellation seems to be unstoppable; Forcing its way through different materials as well as living things. | |
astralsorcery.constellation.discidia.enchantments= | |
astralsorcery.constellation.discidia.ritual= | |
astralsorcery.constellation.armara=Armara | |
astralsorcery.constellation.armara.info=Defence | |
astralsorcery.constellation.armara.effect=A repulsion force pushing away from the light of this constellation, much like a shield or protective barrier. | |
astralsorcery.constellation.armara.enchantments= |
This file contains 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: | |
NWRTweak (redstonepaste-mc1.11.2-1.7.4.jar) | |
AdvancedRocketryPlugin (AdvancedRocketry-1.11.2-1.2.1.jar) | |
CoreMod (CORE Aroma1997Core-1.11.2-1.2.0.0.jar) | |
CCLCorePlugin (CodeChickenLib-1.11.2-3.0.0.284-universal.jar) | |
CoreLoader (RemoteIO-0.0.5-universal.jar) | |
SFRCore (SolarFluxReborn_1.11.2-2.12r.jar) | |
CoreModLoader (applied-llamagistics-1.11.2-rv5-beta-1.jar) |