Skip to content

Instantly share code, notes, and snippets.

View downslope7's full-sized avatar

downslope7 downslope7

View GitHub Profile
@downslope7
downslope7 / offline-teleport.md
Last active August 29, 2015 14:20
Offline Teleport - /otp syntax

/otp follows standard /minecraft:tp syntax with some of Mystcraft's /tpx and CoFH Core's /cofh tpx syntactic sugar built in. "Player's location" refers to the current location of the player, either where they are right now or the last location they were when they logged out. If a player is moved when they are logged out they spawn in the location that you moved them to when they log in.

Command Function
/otp [help] display help for /otp
/otp <player> teleports you to the current location of player
/otp <player1> <player2> moves player1 to player2's location
/otp <player> <x> <y> <z> [dim] moves player to x, y, z in either the dimension dim or the dimension the player running the command is in.
/otp <player> <dim> moves player to the spawn point of dim
`/otp
@downslope7
downslope7 / Vanilla.json
Created April 26, 2015 01:09
NaB Ores -
{
"dirt": {
"template": "uniform",
"block": "dirt",
"material": "minecraft:stone",
"clusterSize": 32,
"numClusters": 20,
"minHeight": 20,
"maxHeight": 128,
"retrogen": "true",
@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",
@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 / 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

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 / 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
}
@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 / 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 / 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)) {