Skip to content

Instantly share code, notes, and snippets.

View Redfire75369's full-sized avatar

Redfire Redfire75369

View GitHub Profile
@Redfire75369
Redfire75369 / lore
Created November 21, 2023 17:23
Nucleon Archive (Ex-Pastebin)
Narration:
You've somehow managed to escape unscathed from the explosion which turned what used to be your home into a cloud of dust.
You now find yourself on an empty, derelict space station drifting through space. All of the useful equipment on it has been stripped long ago, leaving you with nothing but protection from outer space.
Your quick thinking got you this far, but it seems it won't be the only skill you'll need if you want to ensure your continued survival.
Considering there's nothing of use inside the space station, perhaps the outside will have to provide. There appear to be a lot of asteroids around, and considering how essential asteroid mining was for Earth, they're definitely the first place which should be checked, assuming you can safely reach them.
@Redfire75369
Redfire75369 / languages.txt
Created September 13, 2021 14:12
Programming Languages
- A++
- ActionScript
- Ada
- Ash
- Assembly
- Bash
- Basic
- Brainfuck
- C
- C++
@Redfire75369
Redfire75369 / Mod-List.txt
Created December 6, 2020 09:42
Nucleon Modlist
+-----------------------------------+---------------------------------------------------------+
| ModID | Mod name |
+-----------------------------------+---------------------------------------------------------+
| FML | Forge Mod Loader |
| advancedliftingmethods | Advanced Lifting Methods |
| advancedrocketry | Advanced Rocketry |
| advancedrocketrycore | Advanced Rocketry Core |
| ae2fc | AE2 Fluid Crafting |
| ae2stuff | AE2 Stuff |
| alfinivia | Alfinivia |
@Redfire75369
Redfire75369 / crash-client.txt
Last active November 26, 2020 12:30
Energy's Matter Crash in JEI with custom recipe
---- Minecraft Crash Report ----
// You should try our sister game, Minceraft!
Time: 2020-11-26 18:45:38 SGT
Description: Rendering screen
java.lang.ClassCastException: java.lang.Long cannot be cast to kotlin.ULong
at net.thesilkminer.mc.ematter.compatibility.justenoughitems.recipe.mad.SFFG.toConstantFormula(SteppingFunctionFormulaGrabber.kt:29)
at net.thesilkminer.mc.ematter.compatibility.justenoughitems.recipe.mad.SFFG.access$toConstantFormula(SteppingFunctionFormulaGrabber.kt:1)
at net.thesilkminer.mc.ematter.compatibility.justenoughitems.recipe.mad.SFFG$obtainFormulaReflectively$1.invoke(SteppingFunctionFormulaGrabber.kt:19)
public final class Print {
private str = new String();
public Print(String string) {
this.str = string;
}
public void print() {
system.out.println(str);
}
}