Skip to content

Instantly share code, notes, and snippets.

View FireBall1725's full-sized avatar
🇨🇦
Proudly Canadian

Adaléa FireBall1725

🇨🇦
Proudly Canadian
  • Ontario, Canada
  • 12:57 (UTC -05:00)
View GitHub Profile
[20:06:27] [Server thread/FATAL]: Error executing task
java.util.concurrent.ExecutionException: net.minecraft.util.ReportedException: Exception while updating neighbours
at java.util.concurrent.FutureTask.report(FutureTask.java:122) ~[?:1.8.0_131]
at java.util.concurrent.FutureTask.get(FutureTask.java:192) ~[?:1.8.0_131]
at net.minecraft.util.Util.func_181617_a(SourceFile:46) [h.class:?]
at net.minecraft.server.MinecraftServer.func_71190_q(MinecraftServer.java:668) [MinecraftServer.class:?]
at net.minecraft.server.MinecraftServer.func_71217_p(MinecraftServer.java:613) [MinecraftServer.class:?]
at net.minecraft.server.integrated.IntegratedServer.func_71217_p(IntegratedServer.java:149) [bzl.class:?]
at net.minecraft.server.MinecraftServer.run(MinecraftServer.java:471) [MinecraftServer.class:?]
at java.lang.Thread.run(Thread.java:748) [?:1.8.0_131]

Keybase proof

I hereby claim:

  • I am FireBall1725 on github.
  • I am fireball1725 (https://keybase.io/fireball1725) on keybase.
  • I have a public key whose fingerprint is CBF5 1ABE FD46 FE62 20F4 74DD 49E2 CC74 6146 788B

To claim this, I am signing this object:

Contributor Agreement

Individual Contributor Non-Exclusive License Agreement

including the Patent Pledge OPTION

Thank you for your interest in contributing to Applied Logistics ("We" or "Us").

The purpose of this contributor agreement ("Agreement") is to clarify and document the rights granted by contributors to Us.

Keybase proof

I hereby claim:

  • I am FireBall1725 on github.
  • I am fireball1725 (https://keybase.io/fireball1725) on keybase.
  • I have a public key whose fingerprint is 0E96 F6D1 27AB 9569 0F58 C57A 99BD 8B42 422A E70E

To claim this, I am signing this object:

Keybase proof

I hereby claim:

  • I am FireBall1725 on github.
  • I am fireball1725 (https://keybase.io/fireball1725) on keybase.
  • I have a public key whose fingerprint is FA36 7DF0 8AF9 3C45 004A B92D 61D3 8429 45D7 E104

To claim this, I am signing this object:

@FireBall1725
FireBall1725 / gist:38f24c5db05bbf02ec2f
Last active August 29, 2015 14:23
AE2 Let's Play Tutorial
So for some time now I have wanted to try to make a Let's Play series playing Survival Minecraft
on my pack that I use on the sub server called the FirePack. I have had over the last few
months many people ask me about making tutorials for AE2 that would show everything from the
basics of Applied Energistics to the more advanced stuff that I do, but in a tutorial type
setting. So I came up with this idea to kill 2 birds with one stone.
So I am thinking that the plan would be for me to release two series on YouTube, both would be
Let's Play series on the same map. What I'm thinking would be I would do a standard Let's Play
where I go off and find a place to live, make some stuff, and basically play though the mods
that are in my mod pack, but when it came time for me to do something with AE2 I would make that
@FireBall1725
FireBall1725 / gist:8e4af4a2f0baaa4c96e6
Last active August 29, 2015 14:15
FirePack 1.0.0
1.7.10
AgriCraft-1.7.10-1.2.1.jar
AOBD-2.4.0.jar
appliedenergistics2-rv2-beta-8.jar
Aroma1997Core-1.7.10-1.0.2.13.jar
Aroma1997s-Dimensional-World-1.7.10-1.1.0.1.jar
bdlib-mc1710-1.6.0.36.jar
BetterTitleScreen-1.7.10-1.1.jar
BiblioCraft[v1.9.2][MC1.7.10].jar
BiblioWoods[BiomesOPlenty][v1.9].jar
@FireBall1725
FireBall1725 / gist:44bbf861227eb8e3cc56
Created December 26, 2014 23:52
FirePack ModList Verion 0.3.0
Forge/FML by LexManos, cpw
Mystcraft by XCompWiz
AOBD 2 by ganymedes01
Applied Energistics by AlgorithX2
ArmorStatusHUD by bspkrs
Baubles by Azanor
Bdlib by bdew
Better Title Screen by Girafi, amadornes
BiblioCraft by Nuchaz
Big Reactors by Erogenous Beef
@FireBall1725
FireBall1725 / gist:9069fa7502bdf55672f5
Created November 19, 2014 13:35
Forgecraft 2 - Mod List 11/19/14
Applied Energistics 2
Armor Status HUD
bdlib
BiblioCraft
BiblioWoods
Big Reactors
BiomesOPlenty
Blood Magic
BluePower
Botania
#!/bin/bash
# Auto Commit Script Created for ModJam 4
GITPATH="/path/to/repo/"
cd $GITPATH
while true; do
CDATE=`date`
CHOST=`hostname`