forked from Anvilcraft/Mobs-Dimensions2
Some recipe changes
This commit is contained in:
parent
8966cef87c
commit
aace8d5cee
1 changed files with 1 additions and 5 deletions
|
@ -2,9 +2,7 @@ recipes.remove(<modularmachinery:itemmodularium>);
|
|||
recipes.remove(<extendedcrafting:material>);
|
||||
recipes.remove(<akashictome:tome>);
|
||||
recipes.remove(<enderio:item_material:52>);
|
||||
recipes.remove(<appliedenergistics2:material:43>);
|
||||
recipes.remove(<appliedenergistics2:material:44>);
|
||||
recipes.removeShapeless(<extrautils2:klein>, []);
|
||||
recipes.remove(<extrautils2:klein>);
|
||||
recipes.remove(<dimdoors:stable_fabric>);
|
||||
recipes.remove(<randomthings:timeinabottle>);
|
||||
recipes.remove(<dimdoors:gold_dimensional_door>);
|
||||
|
@ -17,8 +15,6 @@ recipes.addShaped(<modularmachinery:itemmodularium> * 4, [[<mysticalagriculture:
|
|||
recipes.addShaped(<extendedcrafting:material> * 4, [[<dimdoors:unravelled_fabric>, <projecte:item.pe_matter>, <dimdoors:unravelled_fabric>],[<projecte:item.pe_matter>, <akashictome:tome>.reuse(), <projecte:item.pe_matter>], [<dimdoors:unravelled_fabric>, <projecte:item.pe_matter>, <dimdoors:unravelled_fabric>]]);
|
||||
|
||||
recipes.addShaped(<enderio:item_material:53>, [[<modularmachinery:itemmodularium>, null, <modularmachinery:itemmodularium>],[null, <enderio:item_material>, null], [<modularmachinery:itemmodularium>, null, <modularmachinery:itemmodularium>]]);
|
||||
recipes.addShaped(<appliedenergistics2:material:43>, [[null, null, null],[<ore:crystalCertusQuartz>, <modularmachinery:itemmodularium>, <appliedenergistics2:material:22>], [null, null, null]]);
|
||||
recipes.addShaped(<appliedenergistics2:material:44>, [[null, null, null],[<ore:gemNetherQuartz>, <modularmachinery:itemmodularium>, <appliedenergistics2:material:22>], [null, null, null]]);
|
||||
recipes.addShapeless(<extrautils2:klein>, [<dimdoors:gold_dimensional_door>.reuse(),<dimdoors:oak_dimensional_door>.reuse(),<dimdoors:quartz_dimensional_door>.reuse(), <minecraft:glass_bottle>]);
|
||||
recipes.addShaped(<dimdoors:stable_fabric>, [[<extendedcrafting:material>, <dimdoors:world_thread>, <extendedcrafting:material>],[<dimdoors:world_thread>, <minecraft:ender_pearl>, <dimdoors:world_thread>], [<extendedcrafting:material>, <dimdoors:world_thread>, <extendedcrafting:material>]]);
|
||||
recipes.addShapeless(<randomthings:timeinabottle>, [<dimdoors:gold_dimensional_door>.reuse(), <minecraft:glass_bottle>]);
|
||||
|
|
Loading…
Reference in a new issue