forked from GTNewHorizons/GT-New-Horizons-Modpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
301edff
commit 6a005c4
Showing
3 changed files
with
179 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# Configuration file | ||
|
||
general { | ||
# Maximum Power in AE units the wireless terminal can hold [default: 1600000, min: 800000, max:6400000] | ||
I:ae2wctMaxPower=6400000 | ||
|
||
# Chance that Wither will drop Infinity Booster Card (in %-100=always drop) | ||
I:boosterDropChance=0 | ||
|
||
# Enabled Booster Card drops in hard mode (true=enabled) [default: true] | ||
B:boosterDropsEnabled=false | ||
|
||
# Check for updates [default: true] | ||
B:doVersionCheck=false | ||
|
||
# Enable Easy Mode (Easier Recipes+Infinity Booster Recipe) [default: false] | ||
B:enableEasyMode=false | ||
|
||
# Enable Infinite Range Booster Upgrade [default: true] | ||
B:enableInfinityBooster=true | ||
|
||
# Enable MineTweaker Override (true=disables all recipes) [default: false] | ||
B:mineTweakerOverride=true | ||
} | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
# Configuration file | ||
|
||
catwalks { | ||
# Use alternate steel grate recipe with iron bars (in case of mod conflicts) [default: false] | ||
B:AlternateSteelGrateRecipe=false | ||
|
||
# Set to true to be able to climb the outside of caged ladders [default: false] | ||
B:FullBlockLadder=false | ||
|
||
# Set to true to turn leaves, bookcases, and iron bars into ladders [default: false] | ||
B:VanillaLadders=false | ||
|
||
# Catwalk speed boost will be equivalent to a Speed N potion. [range: 0.0 ~ 10.0, default: 1.0] | ||
S:catwalkSpeed=1.0 | ||
|
||
# Ladders will go at 5*N blocks/second [range: 0.0 ~ 10.0, default: 1.0] | ||
S:ladderSpeed=1.0 | ||
} | ||
|
||
|
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,133 @@ | ||
// --- Created by DreamMasterXXL --- | ||
|
||
|
||
|
||
// --- Importing Stuff --- | ||
|
||
|
||
import mods.gregtech.Assembler; | ||
|
||
|
||
|
||
|
||
|
||
// --- Removing Recipes --- | ||
|
||
|
||
|
||
|
||
// --- Support Column | ||
recipes.remove(<catwalks:support_column>); | ||
|
||
// --- Sturdy Power Rail | ||
recipes.remove(<catwalks:sturdy_rail_powered>); | ||
|
||
// --- Caged Ladda | ||
recipes.remove(<catwalks:cagedLadder_north_unlit>); | ||
|
||
// --- Scaffold | ||
recipes.remove(<catwalks:scaffold>); | ||
|
||
// --- Sturdy Rail Detector | ||
recipes.remove(<catwalks:sturdy_rail_detector>); | ||
|
||
// --- Catwalk | ||
recipes.remove(<catwalks:catwalk_unlit>); | ||
|
||
// --- Sturdy Rail | ||
recipes.remove(<catwalks:sturdy_rail>); | ||
|
||
// --- Sturdy Activator Rail | ||
recipes.remove(<catwalks:sturdy_rail_activator>); | ||
|
||
// --- Rope Light | ||
recipes.remove(<catwalks:ropeLight>); | ||
|
||
// --- Steel Grate | ||
recipes.remove(<catwalks:steelgrate>); | ||
|
||
// --- Blow Torch | ||
recipes.remove(<catwalks:blowtorch>); | ||
|
||
|
||
|
||
|
||
// --- Adding Back Recipes --- | ||
|
||
|
||
|
||
|
||
// --- Catwalk | ||
recipes.addShaped(<catwalks:catwalk_unlit> * 3, [ | ||
[<catwalks:steelgrate>, <ore:stickSteel>, <catwalks:steelgrate>], | ||
[<ore:screwSteel>, <catwalks:steelgrate>, <ore:screwSteel>], | ||
[<ore:craftingToolScrewdriver>, <ore:stickSteel>, <ore:craftingToolWrench>]]); | ||
|
||
// --- Caged Ladda | ||
recipes.addShaped(<catwalks:cagedLadder_north_unlit> * 3, [ | ||
[<catwalks:steelgrate>, <minecraft:ladder>, <catwalks:steelgrate>], | ||
[<ore:screwSteel>, <catwalks:steelgrate>, <ore:screwSteel>], | ||
[<ore:craftingToolScrewdriver>, <ore:stickSteel>, <ore:craftingToolWrench>]]); | ||
|
||
// --- Scaffold | ||
recipes.addShaped(<catwalks:scaffold>, [ | ||
[<ore:screwSteel>, <catwalks:steelgrate>, <ore:screwSteel>], | ||
[<ore:craftingToolScrewdriver>, <ore:frameGtSteel>, <ore:craftingToolWrench>]]); | ||
// - | ||
recipes.addShapeless(<catwalks:scaffold>, [<catwalks:scaffold:1>]); | ||
|
||
// --- Support Column | ||
recipes.addShaped(<catwalks:support_column>, [ | ||
[<ore:stickSteel>, <catwalks:steelgrate>, <ore:stickSteel>], | ||
[<ore:stickSteel>, <catwalks:steelgrate>, <ore:stickSteel>], | ||
[<ore:stickSteel>, <catwalks:steelgrate>, <ore:stickSteel>]]); | ||
|
||
// --- Steel Grate | ||
recipes.addShaped(<catwalks:steelgrate>, [ | ||
[<ore:stickSteel>, <ore:screwSteel>, <ore:stickSteel>], | ||
[<ore:screwSteel>, <ore:stickSteel>, <ore:screwSteel>], | ||
[<ore:stickSteel>, <ore:craftingToolScrewdriver>, <ore:stickSteel>]]); | ||
|
||
// --- Blow Torch | ||
recipes.addShaped(<catwalks:blowtorch>, [ | ||
[null, <ore:screwSteel>, <minecraft:flint_and_steel>], | ||
[<ore:craftingToolScrewdriver>, <ore:stickSteel>, <ore:screwSteel>], | ||
[<ore:stickSteel>, <ore:craftingToolWrench>, null]]); | ||
|
||
|
||
|
||
|
||
// --- Assembler Recipes --- | ||
|
||
|
||
|
||
|
||
// --- Steel Grate | ||
Assembler.addRecipe(<catwalks:steelgrate>, <gregtech:gt.metaitem.01:23305> * 5, <gregtech:gt.metaitem.01:27305> * 3, 100, 30); | ||
|
||
// --- Catwalk Column | ||
Assembler.addRecipe(<catwalks:support_column> * 3, <gregtech:gt.metaitem.01:23305> * 6, <catwalks:steelgrate> * 3, 300, 30); | ||
|
||
// --- Catwalk | ||
Assembler.addRecipe(<catwalks:catwalk_unlit> * 3, <catwalks:steelgrate> * 3, <gregtech:gt.metaitem.01:27305> * 2, <liquid:molten.steel> * 144, 300, 30); | ||
|
||
// --- Scaffold | ||
Assembler.addRecipe(<catwalks:scaffold>, <gregtech:gt.blockmachines:4401>, <catwalks:steelgrate>, 100, 30); | ||
|
||
// --- Caged Ladda | ||
Assembler.addRecipe(<catwalks:catwalk_unlit> * 3, <catwalks:steelgrate> * 3, <minecraft:ladder>, <liquid:molten.steel> * 216, 300, 30); | ||
|
||
// --- Sturdy Rail | ||
Assembler.addRecipe(<catwalks:sturdy_rail>, <minecraft:rail>, <catwalks:steelgrate>, 150, 30); | ||
|
||
// --- Sturdy Activator Rail | ||
Assembler.addRecipe(<catwalks:sturdy_rail_activator>, <minecraft:activator_rail>, <catwalks:steelgrate>, 150, 30); | ||
|
||
// --- Sturdy Rail Detector | ||
Assembler.addRecipe(<catwalks:sturdy_rail_detector>, <minecraft:detector_rail>, <catwalks:steelgrate>, 150, 30); | ||
|
||
// --- Sturdy Power Rail | ||
Assembler.addRecipe(<catwalks:sturdy_rail_powered>, <minecraft:golden_rail>, <catwalks:steelgrate>, 150, 30); | ||
|
||
// --- Rope Light | ||
Assembler.addRecipe(<catwalks:ropeLight> * 8, <gregtech:gt.metaitem.02:19305> * 2, <minecraft:glowstone_dust>, 100, 16); |