Skip to content

Commit

Permalink
Added Molten obsidian to the Fluid Extractor.
Browse files Browse the repository at this point in the history
More work on Steve Carts
  • Loading branch information
Dream-Master committed Nov 14, 2015
1 parent 5cd9002 commit 6d8970d
Show file tree
Hide file tree
Showing 2 changed files with 280 additions and 15 deletions.
18 changes: 17 additions & 1 deletion scripts/Minecraft.zs
Original file line number Diff line number Diff line change
Expand Up @@ -3397,18 +3397,30 @@ Extractor.addRecipe(<minecraft:glowstone_dust>, <harvestthenether:glowFlower> *




// --- Glass
FluidExtractor.addRecipe(null, <minecraft:sand:*>, <liquid:molten.glass> * 144, 10000, 200, 48);

// --- Molten Obsidian
FluidExtractor.addRecipe(null, <minecraft:obsidian>, <liquid:obsidian.molten> * 288, 10000, 600, 30);




// --- Implusion Compressor Recipes ---




// --- Nether Star
ImplosionCompressor.addRecipe([<minecraft:nether_star> * 3, <gregtech:gt.metaitem.01:807> * 4], <gregtech:gt.metaitem.01:2506> * 4, 48);




// --- Ore Dicted Stuff ---



// --- Shears
oreDict.craftingToolShears.add(<minecraft:shears>);

Expand All @@ -3417,13 +3429,17 @@ oreDict.craftingToolShears.add(<minecraft:shears>);
// --- Mixer Recipes ---




// --- Soul Sand
Mixer.addRecipe(<minecraft:soul_sand> * 4, null, [<minecraft:sand:*> * 4, <minecraft:dirt:*>, <MagicBees:wax:1> * 4], <liquid:water> * 1000, 100, 16);

// --- Fire Charge
Mixer.addRecipe(<minecraft:fire_charge>, [<minecraft:blaze_powder> * 3, <minecraft:gunpowder> * 3, <gregtech:gt.metaitem.01:2535> * 3], 400, 30);




// --- Thaumcraft recipes ---


Expand Down
Loading

0 comments on commit 6d8970d

Please sign in to comment.