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 ---- | |
WARNING: coremods are present: | |
CoreMod (Aroma1997Core-1.12.2-2.0.0.0.b135.jar) | |
ForgelinPlugin (Forgelin-1.6.0.jar) | |
Contact their authors BEFORE contacting forge | |
// Quite honestly, I wouldn't worry myself about that. | |
Time: 1/13/18 2:38 PM |
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 ---- | |
WARNING: coremods are present: | |
HammerCoreCore (HammerCore-1.12.2-1.9.6.2.jar) | |
CorePlugin (UnicodeFontExtension-1.12.2-2.6.jar) | |
RBLoadingPlugin (RealBench-1.12.2-1.3.3.jar) | |
LoadingPlugin (Quark-r1.4-121.jar) | |
FMLPlugin (albedo-0.1.3.jar) | |
SFRCore (SolarFluxReborn_1.12.2-3.42r.jar) | |
CTMCorePlugin (CTM-MC1.12-0.2.3.9.jar) |
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
use of audio stream like the very old modem |
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
#!/bin/bash | |
mount /dev/sdb3 /mnt/gentoo && | |
mount /dev/sdb1 /mnt/gentoo/boot && | |
mount -t proc proc /mnt/gentoo/proc && | |
mount --rbind /sys /mnt/gentoo/sys && | |
mount --make-rslave /mnt/gentoo/sys && | |
mount --rbind /dev /mnt/gentoo/dev && | |
mount --make-rslave /mnt/gentoo/dev |
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
var $spawn = 8 255 8 | |
var $altarAS = @e[type=ArmorStand,name=initAltar,tag=magitekchronicles] | |
var $trueAltarAS = @e[type=ArmorStand,name=Altar,tag=magitekchronicles] | |
var $naturalSpawnAS = @e[type=ArmorStand,name=naturalSpawn,tag=magitekchronicles] | |
var $trueSpawnAS = @e[type=ArmorStand,name=trueSpawn,tag=magitekchronicles] | |
var $newPlayerNear = @p[score_villagerTalk=0,r=5] | |
var $oldPlayerNear = @p[score_villagerTalk_min=1,r=10] | |
//=========================================================================== |
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 ---- | |
WARNING: coremods are present: | |
ChiselCorePlugin (Chisel-MC1.10.2-0.0.7.3.jar) | |
FMLPlugin (InventoryTweaks-1.62-dev-66.jar) | |
CCLCorePlugin (CodeChickenLib-1.10.2-2.4.3.145-universal.jar) | |
TANLoadingPlugin (ToughAsNails-1.9.4-1.0.11.jar) | |
LoadingPlugin (ResourceLoader-MC1.9.4-1.5.1.jar) | |
NWRTweak (redstonepaste-mc1.9.4-1.7.4.jar) | |
BookshelfLoadingPlugin (Bookshelf-1.10.2-1.4.3.338.jar) |
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 ---- | |
// There are four lights! | |
Time: 28/08/16 13:14 | |
Description: Manually triggered debug crash | |
java.lang.Throwable | |
at net.minecraft.client.Minecraft.func_184118_az(Minecraft.java:1866) | |
at net.minecraft.client.Minecraft.func_71407_l(Minecraft.java:1749) | |
at net.minecraft.client.Minecraft.func_71411_J(Minecraft.java:1055) |
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
import mods.immersiveengineering.MetalPress; | |
var stone_slab = <minecraft:stone_slab>; | |
var potatoStarch = <VeganOption:potatoStarch>; | |
var potato = <minecraft:potato>; | |
// addRecipe(IItemStack output, IIngredient input, IItemStack mold, int energy, @Optional int inputSize) | |
MetalPress.addRecipe(potatoStarch, potato, stone_slab, 1); |
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
import minetweaker.item.IItemStack; | |
var AEFlour = <appliedenergistics2:item.ItemMultiMaterial:4>; | |
var EIOFlour = <EnderIO:itemPowderIngot:8>; | |
var RCFlour = <RotaryCraft:rotarycraft_item_powders:9>; | |
var VOFlour = <VeganOption:washableWheat>; | |
var wheatDough = <VeganOption:washableWheat:1>; | |
var wheatFlours = [ |
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 ---- | |
// You're mean. | |
Time: 01/01/16 21:22 | |
Description: Unexpected error | |
java.lang.AbstractMethodError: com.cout970.magneticraft.items.ItemWrench.isUsable(Lnet/minecraft/item/ItemStack;Lnet/minecraft/entity/EntityLivingBase;III)Z | |
at crazypants.enderio.tool.TEToolProvider$TEHammer.canUse(TEToolProvider.java:29) | |
at crazypants.enderio.tool.ToolUtil.breakBlockWithTool(ToolUtil.java:37) | |
at crazypants.enderio.BlockEio.func_149727_a(BlockEio.java:30) |