Skip to content

Instantly share code, notes, and snippets.

View downslope7's full-sized avatar

downslope7 downslope7

View GitHub Profile
@downslope7
downslope7 / keybase.md
Created December 10, 2014 15:24
keybase.io proof

Keybase proof

I hereby claim:

  • I am downslope7 on github.
  • I am downslope7 (https://keybase.io/downslope7) on keybase.
  • I have a public key whose fingerprint is 8BE2 9976 0684 860C 7775 A30D BD21 F382 857C AD49

To claim this, I am signing this object:

@downslope7
downslope7 / InkEffects.java
Created December 30, 2014 20:38
mystcraft 0.11.0.00 - ink effect probabilities
public static void init() {
registerProperty("Intra Linking", new Color(0.0F, 1.0F, 0.0F));
registerProperty("Generate Platform", new Color(0.5F, 0.5F, 0.5F));
registerProperty("Maintain Momentum", new Color(0.0F, 0.0F, 1.0F));
registerProperty("Disarm", new Color(1.0F, 0.0F, 0.0F));
registerProperty("Relative", new Color(0.6F, 0.0F, 0.6F));
addPropertyToItem(new ItemStack(Items.gunpowder), "Disarm", 0.2F);
addPropertyToItem(new ItemStack(Items.mushroom_stew), "Disarm", 0.05F);
@downslope7
downslope7 / TileInfusionMatrix.java
Created January 29, 2015 17:29
Runic Matrix Symmetry Determination - Thaumcraft 4.2.3.3
private void getSurroundings() {
ArrayList stuff = new ArrayList();
this.pedestals.clear();
try
{
for (int xx = -12; xx <= 12; xx++) {
for (int zz = -12; zz <= 12; zz++) {
boolean skip = false;
for (int yy = -5; yy <= 10; yy++) {
if ((xx != 0) || (zz != 0)) {
@downslope7
downslope7 / changelog.diff
Created February 6, 2015 13:35
Nuts and Bolts v1.2.5 mod changelog
diff --git a/modlist.txt b/modlist.txt
index ba1fd59..9cb8899 100644
--- a/modlist.txt
+++ b/modlist.txt
@@ -4,7 +4,7 @@ mods/1.7.10/Baubles-1.7.10-1.0.1.10.jar
mods/1.7.10/CodeChickenLib-1.7.10-1.1.1.110-universal.jar
mods/1.7.10/Eureka-1.7.10-2.2.jar
mods/1.7.10/ForgeMultipart-1.7.10-1.1.1.320-universal.jar
-mods/1.7.10/MrTJPCore-1.7.10-1.0.3.5-universal.jar
+mods/1.7.10/MrTJPCore-1.7.10-1.0.5.11-universal.jar
@downslope7
downslope7 / changelog.diff
Last active August 29, 2015 14:15
Nuts and Bolts v1.2.6 mod changelog
diff --git a/modlist.txt b/modlist.txt
index 9cb8899..6e46d6b 100644
--- a/modlist.txt
+++ b/modlist.txt
@@ -1,19 +1,19 @@
mods
mods/1.7.10
mods/1.7.10/Baubles-1.7.10-1.0.1.10.jar
-mods/1.7.10/CodeChickenLib-1.7.10-1.1.1.110-universal.jar
+mods/1.7.10/CodeChickenLib-1.7.10-1.1.3.127-universal.jar
@downslope7
downslope7 / generators.cfg
Created February 9, 2015 03:45
Advanced Generators Config
cfg Modules {
cfg FuelTank {
Capacity = 16000 // MB
}
cfg PowerCapacitor {
Capacity = 500000 // MJ
}
cfg HeatExchanger {
HeatTransfer = 16 // HU/t
}

Nuts and Bolts v1.3.1

Reactorcraft, Gendustry, Nether Ores, Aroma1997's Dimensional World and A LOT OF FREAKIN UPDATES!

In addition to adding the mods mentioned above we've updated a whole bunch of other ones.

Mods Updated for v1.3.1

  1. Advanced Generators
  2. AE2Stuff
@downslope7
downslope7 / permission-nodes.md
Created March 27, 2015 18:13
TPPI2 Commands - Cauldron Permission Nodes
Command Mod Node
/malisis MalisisCore net.malisis.core.MalisisCommand
/reloadConfigs ttCore tterrag.core.common.command.CommandReloadConfigs
/reloadServerConfigs ttCore tterrag.core.common.command.CommandReloadConfigs
/hats Hats hats.common.core.CommandHats
/minetweaker MineTweaker minetweaker.mc1710.server.MCServer$MCCommand
/morph Morph morph.common.core.CommandMorph
/debug Vanilla vanilla.command.debug
/spreadplayers Vanilla vanilla.command.spreadplayers
@downslope7
downslope7 / biomes.csv
Created March 29, 2015 16:51
TPPI2 0.1.1 Biome ID Dump
ID Name Temperature Rainfall Spawn Chance Root Height Height Variation Types Class
0 Ocean 0.5 0.5 0.1 -1.0 0.1 OCEAN biomesoplenty.common.biome.overridden.BiomeGenBOPOcean
1 Plains 0.8 0.4 0.1 0.125 0.05 PLAINS biomesoplenty.common.biome.overridden.BiomeGenBOPPlains
2 Desert 2.0 0.0 0.1 0.125 0.05 HOT, DRY, SANDY biomesoplenty.common.biome.overridden.BiomeGenBOPDesert
3 Extreme Hills 0.2 0.3 0.1 1.0 0.5 MOUNTAIN, HILLS biomesoplenty.common.biome.overridden.BiomeGenBOPExtremeHills
4 Forest 0.7 0.8 0.1 0.1 0.2 FOREST biomesoplenty.common.biome.overridden.BiomeGenBOPForest
5 Taiga 0.25 0.8 0.1 0.2 0.2 COLD, CONIFEROUS, FOREST biomesoplenty.common.biome.overridden.BiomeGenBOPTaiga
6 Swampland 0.8 0.9 0.1 -0.2 0.1 WET, SWAMP biomesoplenty.common.biome.overridden.BiomeGenBOPSwamp
7 River 0.5 0.5 0.1 -0.5 0.0 RIVER biomesoplenty.common.biome.overridden.BiomeGenBOPRiver
8 Hell 2.0 0.0 0.1 0.1 0.2 HOT, DRY, NETHER biomesoplenty.common.biome.overridden.BiomeGenBOPHell
@downslope7
downslope7 / vanillaores.json
Created April 22, 2015 18:29
Nuts and Bolts ores
{
"dirt": {
"template": "uniform",
"block": "dirt",
"material": "minecraft:stone",
"clusterSize": 32,
"numClusters": 20,
"minHeight": 20,
"maxHeight": 128,
"retrogen": "true",