# Quark Hardened Clay Recipe
furnace.addRecipe(<minecraft:hardened_clay>, <quark:hardened_clay_tiles>);
furnace.addRecipe(<minecraft:hardened_clay>, <quark:stained_clay_tiles:*>);
# Quark Redstone Lamp Recipe
recipes.remove(<quark:lit_lamp>);
recipes.addShapeless(<quark:lit_lamp>, [<minecraft:lever>, <minecraft:redstone_lamp>]);
recipes.addShapeless(<minecraft:redstone_lamp>, [<minecraft:lever>, <quark:lit_lamp>]);
# Chisel Tweaks
var diamondChisel = <chisel:chisel_diamond>.withTag({Unbreakable:1});
recipes.remove(<chisel:chisel_diamond>);
recipes.addShaped(diamondChisel, [[null, <ore:gemDiamond>], [<ore:stickWood>, null]]);
recipes.addShaped(<chisel:factory>*16, [[<ore:ingotAluminum>, <minecraft:stone>, <ore:ingotAluminum>], [<minecraft:stone>, null, <minecraft:stone>], [<ore:ingotAluminum>, <minecraft:stone>, <ore:ingotAluminum>]]);
# Removes easy recipes for alloys
recipes.removeShapeless(<ore:ingotInvar>*3, [<minecraft:iron_ingot>, <minecraft:iron_ingot>, <ore:ingotNickel>]);
recipes.removeShapeless(<ore:ingotBronze>*4, [<ore:ingotTin>, <ore:ingotCopper>, <ore:ingotCopper>, <ore:ingotCopper>]);
recipes.remove(<tconstruct:throwball:1>);
recipes.addShaped(<tconstruct:throwball:1>*8, [[<minecraft:snowball>, <minecraft:snowball>, <minecraft:snowball>], [<minecraft:snowball>, <appliedenergistics2:tiny_tnt>, <minecraft:snowball>], [<minecraft:snowball>, <minecraft:snowball>, <minecraft:snowball>]]);
# A simple little recipe for ThermalDynamics! :)
recipes.addShapeless(<thermaldynamics:duct_48>, [<thermaldynamics:cover:*>, <thermaldynamics:cover:*>, <thermaldynamics:cover:*>, <thermaldynamics:cover:*>, <thermaldynamics:cover:*>, <thermaldynamics:cover:*>]);
# Exchangers to be more fun:
recipes.remove(<exchangers:excore_t1>);
recipes.addShaped(<exchangers:excore_t1>, [[<ore:logWood>, <ore:dyeRed>, <ore:logWood>], [<ore:dyeRed>, <extrautils2:opinium:0>, <ore:dyeRed>], [<ore:logWood>, <ore:dyeRed>, <ore:logWood>]]);
# AS incompat with Quark marble recipes
recipes.remove(<astralsorcery:blockmarble:1>);
recipes.remove(<astralsorcery:blockmarble:2>);
recipes.remove(<astralsorcery:blockmarble:3>);
recipes.remove(<astralsorcery:blockmarble:4>);
recipes.remove(<astralsorcery:blockmarble:5>);
recipes.remove(<astralsorcery:blockmarble:6>);
# Fix various smelting recipes
furnace.addRecipe(<thermalfoundation:material:132>, <thermalfoundation:material:68>);
furnace.addRecipe(<minecraft:hardened_clay>, <quark:hardened_clay_tiles>);
furnace.addRecipe(<minecraft:hardened_clay>, <quark:stained_clay_tiles:*>);
# Quark Redstone Lamp Recipe
recipes.remove(<quark:lit_lamp>);
recipes.addShapeless(<quark:lit_lamp>, [<minecraft:lever>, <minecraft:redstone_lamp>]);
recipes.addShapeless(<minecraft:redstone_lamp>, [<minecraft:lever>, <quark:lit_lamp>]);
# Chisel Tweaks
var diamondChisel = <chisel:chisel_diamond>.withTag({Unbreakable:1});
recipes.remove(<chisel:chisel_diamond>);
recipes.addShaped(diamondChisel, [[null, <ore:gemDiamond>], [<ore:stickWood>, null]]);
recipes.addShaped(<chisel:factory>*16, [[<ore:ingotAluminum>, <minecraft:stone>, <ore:ingotAluminum>], [<minecraft:stone>, null, <minecraft:stone>], [<ore:ingotAluminum>, <minecraft:stone>, <ore:ingotAluminum>]]);
# Removes easy recipes for alloys
recipes.removeShapeless(<ore:ingotInvar>*3, [<minecraft:iron_ingot>, <minecraft:iron_ingot>, <ore:ingotNickel>]);
recipes.removeShapeless(<ore:ingotBronze>*4, [<ore:ingotTin>, <ore:ingotCopper>, <ore:ingotCopper>, <ore:ingotCopper>]);
recipes.remove(<tconstruct:throwball:1>);
recipes.addShaped(<tconstruct:throwball:1>*8, [[<minecraft:snowball>, <minecraft:snowball>, <minecraft:snowball>], [<minecraft:snowball>, <appliedenergistics2:tiny_tnt>, <minecraft:snowball>], [<minecraft:snowball>, <minecraft:snowball>, <minecraft:snowball>]]);
# A simple little recipe for ThermalDynamics! :)
recipes.addShapeless(<thermaldynamics:duct_48>, [<thermaldynamics:cover:*>, <thermaldynamics:cover:*>, <thermaldynamics:cover:*>, <thermaldynamics:cover:*>, <thermaldynamics:cover:*>, <thermaldynamics:cover:*>]);
# Exchangers to be more fun:
recipes.remove(<exchangers:excore_t1>);
recipes.addShaped(<exchangers:excore_t1>, [[<ore:logWood>, <ore:dyeRed>, <ore:logWood>], [<ore:dyeRed>, <extrautils2:opinium:0>, <ore:dyeRed>], [<ore:logWood>, <ore:dyeRed>, <ore:logWood>]]);
# AS incompat with Quark marble recipes
recipes.remove(<astralsorcery:blockmarble:1>);
recipes.remove(<astralsorcery:blockmarble:2>);
recipes.remove(<astralsorcery:blockmarble:3>);
recipes.remove(<astralsorcery:blockmarble:4>);
recipes.remove(<astralsorcery:blockmarble:5>);
recipes.remove(<astralsorcery:blockmarble:6>);
# Fix various smelting recipes
furnace.addRecipe(<thermalfoundation:material:132>, <thermalfoundation:material:68>);