Skip to content

Commit 4a3a174

Browse files
committed
Merge pull request #8 from Ninja5tyl3/1.7.10
Changed TiCon's Smeltery Output
2 parents 7b0f7fd + f9938d4 commit 4a3a174

File tree

2 files changed

+91
-1
lines changed

2 files changed

+91
-1
lines changed

Diff for: Configs/TinkersConstruct.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ experimental {
8080

8181
general {
8282
# You will always get a TConstruct item from casting an ingot or block.
83-
B:"Always cast TConstruct ingots"=false
83+
B:"Always cast TConstruct ingots"=true
8484
I:"Sea level"=64
8585
}
8686

Diff for: scripts/NinjaTweaks.zs

+90
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
// File generated by MineTweakerRecipeMaker
2+
// READ THIS HEADER BEFORE EDITING ANYTHING
3+
// ================================================================================
4+
// This file is read and changed by the mod.
5+
// If you remove/edit any of the markers, IT WILL STOP WORKING!
6+
// If you want to make manual edits, make a backup of this file!
7+
// Markers look like this: "//#MARKER something"
8+
// They indicate where calls should be placed, so that MineTweaker does them in the correct order.
9+
// Removes come first, then stuff is added.
10+
// ================================================================================
11+
//
12+
13+
//Nether Ores
14+
15+
//Nether Mitrhil Ore
16+
//<NetherOres:tile.netherores.ore.1:7>
17+
18+
//Nether Adamantium
19+
//<NetherOres:tile.netherores.ore.1:8>
20+
21+
// ================================================================================
22+
23+
//Liquid Dictionary
24+
25+
//TConstruct:fluid.molten.bronze
26+
//TConstruct:fluid.molten.copper
27+
//TConstruct:fluid.molten.electrum
28+
//TConstruct:fluid.molten.invar
29+
//TConstruct:fluid.molten.lead
30+
//TConstruct:fluid.molten.nickel
31+
//TConstruct:fluid.molten.shiny
32+
//TConstruct:fluid.molten.silver
33+
//TConstruct:fluid.molten.tin
34+
//ThermalFoundation:FluidMana
35+
//Metallurgy:mithril.molten
36+
37+
//Blocks
38+
//Copper
39+
40+
//<Forestry:resourceStorage:1>
41+
//<Metallurgy:base.block>
42+
//<Railcraft:cube:9>
43+
//<ThermalFoundation:Storage>
44+
//<TConstruct:MetalBlock:3>
45+
46+
//Ingots
47+
//Copper
48+
49+
//<Forestry:ingotCopper>
50+
//<ThermalFoundation:material:64>
51+
//<Tconstruct:materials:9>
52+
//<Metallurgy:copper.ingot>
53+
//<Railcraft:ingot:1>
54+
55+
//Nuggets
56+
//Copper
57+
58+
//<Thaumcraft:ItemNugget:1>
59+
//<ThermalFoundation:material:96>
60+
//<Railcraft:nugget:2>
61+
62+
// ================================================================================
63+
64+
65+
// ================================================================================
66+
//#MARKER REMOVE
67+
68+
//mods.tconstruct.Casting.removeTableRecipe(<Thaumcraft:ItemNugget:1>);
69+
70+
// ================================================================================
71+
//#MARKER REMOVE SHAPELESS
72+
73+
// ================================================================================
74+
//#MARKER REMOVE SHAPED
75+
76+
// ================================================================================
77+
//#MARKER ADD
78+
<ore:dustSalt>.addAll(<ore:foodSalt>);
79+
<ore:foodSalt>.mirror(<ore:dustSalt>);
80+
81+
mods.tconstruct.Smeltery.addMelting(<NetherOres:tile.netherores.ore.1:7>, <liquid:mithril.molten> * 288, 600);
82+
//mods.tconstruct.Smeltery.addMelting(<NetherOres:tile.netherores.ore.1:8>, <liquid:adamantium.molten> * 288, 600);
83+
84+
// ================================================================================
85+
//#MARKER ADD SHAPELESS
86+
87+
//recipes.addShapeless(<ThermalFoundation:material:64> * 9, [<ore:blockCopper>]);
88+
89+
// ================================================================================
90+
//#MARKER ADD SHAPED

0 commit comments

Comments
 (0)