0.18.3
This commit is contained in:
@@ -139,3 +139,10 @@ infernalfurnace19.addInput(<divinerpg:shiny_pearls>);
|
||||
infernalfurnace19.setOutputs([<minecraft:ender_pearl>,
|
||||
<thaumcraft:chunk:1>*32]);
|
||||
infernalfurnace19.build();
|
||||
|
||||
|
||||
val infernalfurnace20 = JEI.createJeiRecipe("infernal_furnace");
|
||||
infernalfurnace20.addInput(<contenttweaker:strange_phasing_dragon_meal>);
|
||||
infernalfurnace20.setOutputs([<iceandfire:dragon_meal>,
|
||||
<contenttweaker:strange_phasing_meat>*32]);
|
||||
infernalfurnace20.build();
|
||||
|
||||
@@ -369,5 +369,35 @@ gemdimensionalascension.addInput(<contenttweaker:stone_of_dimensional_ascension>
|
||||
gemdimensionalascension.setOutputs([<contenttweaker:gem_of_dimensional_ascension>]);
|
||||
gemdimensionalascension.build();
|
||||
|
||||
val rainbowcorepuzzle = JEI.createJeiRecipe("meatball_puzzle");
|
||||
rainbowcorepuzzle.addInput(<divinerpg:apalachia_block>);
|
||||
rainbowcorepuzzle.setOutputs([<contenttweaker:rainbow_core>]);
|
||||
rainbowcorepuzzle.build();
|
||||
|
||||
val gluttbellpuzzle = JEI.createJeiRecipe("meatball_puzzle");
|
||||
gluttbellpuzzle.addInput(<contenttweaker:unfathomable_breaker>);
|
||||
gluttbellpuzzle.setOutputs([<contenttweaker:gluttonous_bell>]);
|
||||
gluttbellpuzzle.build();
|
||||
|
||||
val geofragmentpuzzle = JEI.createJeiRecipe("meatball_puzzle");
|
||||
geofragmentpuzzle.addInput(<contenttweaker:antlion_callstone>);
|
||||
geofragmentpuzzle.setOutputs([<contenttweaker:geo_fragment>]);
|
||||
geofragmentpuzzle.build();
|
||||
|
||||
val homeseekerpuzzle = JEI.createJeiRecipe("meatball_puzzle");
|
||||
homeseekerpuzzle.addInput(<contenttweaker:gluttonous_bell>);
|
||||
homeseekerpuzzle.setOutputs([<contenttweaker:shattered_mythic_matter>]);
|
||||
homeseekerpuzzle.build();
|
||||
|
||||
val homeboundpuzzle = JEI.createJeiRecipe("meatball_puzzle");
|
||||
homeboundpuzzle.addInput(<contenttweaker:shattered_mythic_matter>);
|
||||
homeboundpuzzle.setOutputs([<contenttweaker:recursive_mind_shield>]);
|
||||
homeboundpuzzle.build();
|
||||
|
||||
val witherswarthpuzzle = JEI.createJeiRecipe("meatball_puzzle");
|
||||
witherswarthpuzzle.addInput(<contenttweaker:pale_sky_stone_pebble>);
|
||||
witherswarthpuzzle.setOutputs([<contenttweaker:medallion_of_undead_repellence>]);
|
||||
witherswarthpuzzle.build();
|
||||
|
||||
|
||||
|
||||
|
||||
@@ -299,6 +299,11 @@ rclickdimlet37.addInput(<contenttweaker:plea_to_nature>);
|
||||
rclickdimlet37.setOutputs([<contenttweaker:fractal_fragment_natural_law>]);
|
||||
rclickdimlet37.build();
|
||||
|
||||
val rclickdimlet38 = JEI.createJeiRecipe("right_click_meatball");
|
||||
rclickdimlet38.addInput(<contenttweaker:spark_of_unhallowing>);
|
||||
rclickdimlet38.setOutputs([<contenttweaker:recursion_of_growth>]);
|
||||
rclickdimlet38.build();
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user