Solved No processing recipe for Dimensional Share Ore

Status
Not open for further replies.

karmacopper

New Member
Jul 29, 2019
4
0
1
Summary of the problem No processing recipe for Dimensional Share Ore

Pack Version 1.8.0

What is the bug? Silktouched Ore has no processing recipe.

Mod & Version RFTools

Link to log file

Is it repeatable? Yes

Known Fix Probably to add the recipe with craft/mod tweaker
 

neo130288

New Member
Jul 29, 2019
24
0
1
i have a few recipe scrict i use here they are


///make quartz from soulsand in compactor press mode and soulsand from netherrack in pulverizer 1 to 1 to 1
mods.thermalexpansion.Pulverizer.removeRecipe(<minecraft:netherrack>);
mods.thermalexpansion.Pulverizer.addRecipe(<minecraft:soul_sand>, <minecraft:netherrack>, 4000, <minecraft:soul_sand>, 20);
mods.thermalexpansion.Compactor.addPressRecipe(<minecraft:quartz>, <minecraft:soul_sand>, 4000);

///adds bitumin to carbon bee comb when processed in centrifugal separator @10% chance
mods.thermalexpansion.Centrifuge.addRecipe([<thermalfoundation:material:892> % 10, <magicbees:drop:3> % 50, <magicbees:wax:0> % 75], <magicbees:beecomb:16>, (<liquid:coal> * 10), 4000);

///add dimensional shard ore processing to the pulverizer
mods.thermalexpansion.Pulverizer.addRecipe((<rftools:dimensional_shard> * 4), <rftools:dimensional_shard_ore>, 4000, <rftools:dimensional_shard>, 15);
mods.thermalexpansion.Pulverizer.addRecipe((<rftools:dimensional_shard> * 6), <rftools:dimensional_shard_ore:1>, 4000, <rftools:dimensional_shard>, 25);
 
Last edited:

neo130288

New Member
Jul 29, 2019
24
0
1
or a contained zip with only the script inside
 

Attachments

  • 01_GOFCustom.zip
    531 bytes · Views: 209
Status
Not open for further replies.