Skip to content

Instantly share code, notes, and snippets.

@Fireztonez
Created January 31, 2018 05:44
Show Gist options
  • Save Fireztonez/a8909b769055f34946a482dcb4ece539 to your computer and use it in GitHub Desktop.
Save Fireztonez/a8909b769055f34946a482dcb4ece539 to your computer and use it in GitHub Desktop.
#Add to OreDict
#<ore:name>.add(<minecraft:item>);
#Hide on JEI
#mods.jei.JEI.hide(<minecraft:item>);
#Crafting Recipes
#recipes.remove(<>);
#recipes.removeShaped(<output>, [[<>,<>,<>],[<>,<>,<>],[<>,<>,<>]]);
#recipes.removeShapeless(output, inputs, wildcard);
#recipes.addShaped(<>*1,[[<>,<>,<>],[<>,<>,<>],[<>,<>,<>]]);
#recipes.addShapeless(<output>*1,[<>,<>,<>]);
#Furnace Recipes
#furnace.remove(<output>);
#furnace.remove(<output>, <input>);
#furnace.addRecipe(<output>, <input>);
#Fix oredict for same of Pam's
<ore:listAllGrain>.remove(<natura:materials>);
<ore:listAllgrain>.add(<natura:materials>);
<ore:foodFlour>.add(<enderio:itemPowderIngot:8>);
<ore:foodSalt>.add(<mekanism:Salt>);
<ore:listAllwater>.add(<actuallyadditions:itemWaterBowl>);
<ore:listAllwater>.add(<evilcraft:bucketEternalWater>);
<ore:listAllwater>.add(<ic2:fluid_cell>.withTag({fluid:{FluidName:"water", Amount: 1000}}));
<ore:listAllwater>.add(<minecraft:potion>.withTag({Potion:"minecraft:water"}));
<ore:foodChocolatebar>.add(<actuallyadditions:itemFood:9>);
<ore:listAllmilk>.add(<harvestcraft:coconutmilkitem>);
<ore:listAllmilk>.add(<harvestcraft:soymilkitem>);
<ore:listAllmilk>.add(<ic2:fluid_cell>.withTag({fluid:{FluidName:"milk", Amount: 1000}}));
<ore:mortar>.add(<botania:pestleAndMortar>);
<ore:mortar>.add(<harvestcraft:mortarandpestleitem>);
<ore:allBucket>.add(<ic2:fluid_cell>);
<ore:allBucket>.add(<forge:bucketFilled>);
<ore:foodDough>.add(<actuallyadditions:itemMisc:4>);
#Remove Fresh Water and Fresh Milk from the game...
<ore:listAllmilk>.remove(<harvestcraft:freshmilkitem>);
recipes.remove(<harvestcraft:freshmilkitem>);
mods.jei.JEI.hide(<harvestcraft:freshmilkitem>);
<ore:listAllwater>.remove(<harvestcraft:freshwateritem>);
recipes.remove(<harvestcraft:freshwateritem>);
mods.jei.JEI.hide(<harvestcraft:freshwateritem>);
recipes.remove(<harvestcraft:juiceritem>);
recipes.addShapeless(<harvestcraft:juiceritem>,[<immersiveengineering:metal:29>,<harvestcraft:bakewareitem>,<minecraft:bowl>]);
recipes.remove(<harvestcraft:doughitem>);
recipes.addShapeless(<harvestcraft:doughitem>*2,[<harvestcraft:mixingbowlitem>,<ore:listAllwater>,<ore:foodFlour>,<ore:foodFlour>,<ore:foodSalt>]);
recipes.remove(<actuallyadditions:itemMisc:9>);
recipes.addShapeless(<actuallyadditions:itemMisc:9>*2,[<harvestcraft:mixingbowlitem>,<ore:listAllwater>,<actuallyadditions:itemFood:16>,<actuallyadditions:itemFood:16>,<actuallyadditions:itemFood:16>,<ore:foodSalt>]);
recipes.removeShapeless(<minecraft:bread>,[<harvestcraft:doughitem>,<harvestcraft:bakewareitem>]);
recipes.remove(<minecraft:bread>);
furnace.remove(<minecraft:bread>);
furnace.addRecipe(<minecraft:bread>, <ore:foodDough>);
recipes.remove(<harvestcraft:toastitem>);
furnace.addRecipe(<harvestcraft:toastitem>, <minecraft:bread>);
recipes.remove(<minecraft:cake>);
recipes.addShaped(<minecraft:cake>,[[<minecraft:sugar>,<minecraft:sugar>,<minecraft:sugar>],[<ore:egg>,<ore:listAllmilk>,<ore:egg>],[<ore:foodFlour>,<ore:foodFlour>,<ore:foodFlour>]]);
#recipes.addShaped(<minecraft:cake>,[[<minecraft:sugar>,<minecraft:sugar>,<minecraft:sugar>],[<ore:egg>,<ic2:fluid_cell>.onlyWithTag({"fluid":{"FluidName":"milk","Amount":1000}}),<ore:egg>],[<ore:foodFlour>,<ore:foodFlour>,<ore:foodFlour>]]);
recipes.remove(<actuallyadditions:itemFood:8>);// Chocolate Cake
recipes.addShaped(<actuallyadditions:itemFood:8>,[[<ore:foodChocolatebar>,<minecraft:sugar>,<ore:foodChocolatebar>],[<ore:egg>,<ore:listAllmilk>,<ore:egg>],[<ore:foodCocoapowder>,<ore:foodFlour>,<ore:foodCocoapowder>]]);
recipes.remove(<harvestcraft:groundcinnamonitem>);
recipes.remove(<harvestcraft:zucchinibreaditem>);
recipes.addShapeless(<harvestcraft:zucchinibreaditem>*1,[<harvestcraft:toastitem>,<harvestcraft:groundcinnamonitem>,<harvestcraft:zucchiniitem>,<harvestcraft:walnutitem>,<harvestcraft:cuttingboarditem>]);
recipes.remove(<harvestcraft:pumpkinbreaditem>);
recipes.addShapeless(<harvestcraft:pumpkinbreaditem>*1,[<harvestcraft:toastitem>,<ore:listAllsugar>,<minecraft:pumpkin>,<harvestcraft:cuttingboarditem>]);
recipes.remove(<harvestcraft:walnutraisinbreaditem>);
recipes.addShapeless(<harvestcraft:walnutraisinbreaditem>*1,[<harvestcraft:toastitem>,<harvestcraft:walnutitem>,<harvestcraft:raisinsitem>,<harvestcraft:groundcinnamonitem>,<harvestcraft:cuttingboarditem>]);
recipes.remove(<harvestcraft:datenutbreaditem>);
recipes.addShapeless(<harvestcraft:datenutbreaditem>*1,[<harvestcraft:toastitem>,<harvestcraft:dateitem>,<ore:listAllnut>,<harvestcraft:cuttingboarditem>]);
recipes.remove(<harvestcraft:banananutbreaditem>);
recipes.addShapeless(<harvestcraft:banananutbreaditem>*1,[<harvestcraft:toastitem>,<harvestcraft:bananaitem>,<ore:listAllnut>,<ore:listAllsugar>,<harvestcraft:cuttingboarditem>]);
recipes.remove(<harvestcraft:mayoitem>);
recipes.addShapeless(<harvestcraft:mayoitem>*4, [<forge:bucketFilled>.withTag({FluidName:"canolaoil", Amount: 1000}),<ore:listAllegg>,<ore:foodSalt>,<ore:mortar>]);
recipes.addShapeless(<harvestcraft:mayoitem>*4, [<ic2:fluid_cell>.withTag({fluid:{FluidName:"canolaoil", Amount:1000}}),<ore:listAllegg>,<ore:foodSalt>,<ore:mortar>]);
recipes.addShapeless(<harvestcraft:mayoitem>*4, [<forge:bucketFilled>.withTag({FluidName:"oil", Amount: 1000}),<ore:listAllegg>,<ore:foodSalt>,<ore:mortar>]);
recipes.addShapeless(<harvestcraft:mayoitem>*4, [<ic2:fluid_cell>.withTag({fluid:{FluidName:"oil", Amount:1000}}),<ore:listAllegg>,<ore:foodSalt>,<ore:mortar>]);
recipes.addShapeless(<harvestcraft:mayoitem>*4, [<forge:bucketFilled>.withTag({FluidName:"plantoil", Amount: 1000}),<ore:listAllegg>,<ore:foodSalt>,<ore:mortar>]);
recipes.addShapeless(<harvestcraft:mayoitem>*4, [<ic2:fluid_cell>.withTag({fluid:{FluidName:"plantoil", Amount:1000}}),<ore:listAllegg>,<ore:foodSalt>,<ore:mortar>]);
recipes.remove(<harvestcraft:footlongitem>);
recipes.addShapeless(<harvestcraft:footlongitem>, [<harvestcraft:toastitem>,<harvestcraft:mayoitem>,<ore:listAllbeefcooked>,<harvestcraft:lettuceitem>,<ore:cropTomato>,<harvestcraft:cuttingboarditem>]);
recipes.addShapeless(<harvestcraft:footlongitem>, [<harvestcraft:toastitem>,<harvestcraft:mayoitem>,<ore:listAllporkcooked>,<harvestcraft:lettuceitem>,<ore:cropTomato>,<harvestcraft:cuttingboarditem>]);
recipes.addShapeless(<harvestcraft:footlongitem>, [<harvestcraft:toastitem>,<harvestcraft:mayoitem>,<ore:listAllchickencooked>,<harvestcraft:lettuceitem>,<ore:cropTomato>,<harvestcraft:cuttingboarditem>]);
recipes.remove(<harvestcraft:cuttingboarditem>);
recipes.addShapedMirrored(<harvestcraft:cuttingboarditem>,[[null,<actuallyadditions:itemKnife>],[<ore:slabWood>,<ore:slabWood>]]);
recipes.remove(<harvestcraft:friesitem>);//Delete Pam's fries
mods.jei.JEI.hide(<harvestcraft:friesitem>);
recipes.remove(<actuallyadditions:itemFood:5>);//French Fry
recipes.remove(<actuallyadditions:itemFood:4>);//French Fry
recipes.remove(<actuallyadditions:itemMisc>);//Paper cone
recipes.remove(<harvestcraft:steakandchipsitem>);
recipes.remove(<harvestcraft:bakedhamitem>);
recipes.remove(<harvestcraft:beefwellingtonitem>);
recipes.addShapeless(<actuallyadditions:itemFood:5>*2,[<minecraft:baked_potato>, <harvestcraft:cuttingboarditem>]);
recipes.addShaped(<actuallyadditions:itemMisc>, [[<minecraft:paper>,<actuallyadditions:itemMisc:12>,<minecraft:paper>],[null, <minecraft:paper>,null]]);
recipes.addShaped(<actuallyadditions:itemFood:4>, [[null,<ore:foodSalt>,null],[<actuallyadditions:itemFood:5>,<actuallyadditions:itemFood:5>,<actuallyadditions:itemFood:5>],[null,<actuallyadditions:itemMisc>,null]]);
recipes.addShapeless(<harvestcraft:steakandchipsitem>, [<ore:listAllbeefcooked>,<ore:foodSalt>,<actuallyadditions:itemFood:5>,<actuallyadditions:itemFood:5>,<actuallyadditions:itemFood:5>]);
recipes.addShapeless(<harvestcraft:bakedhamitem>, [<minecraft:cooked_porkchop>,<ore:cropPineapple>,<ore:listAllsugar>,<harvestcraft:applejuiceitem>,<harvestcraft:cuttingboarditem>]);
recipes.addShapeless(<harvestcraft:beefwellingtonitem>, [<harvestcraft:toastitem>,<minecraft:cooked_beef>,<minecraft:cooked_beef>,<harvestcraft:spinachitem>,<ore:listAllmushroom>,<harvestcraft:skilletitem>]);
recipes.remove(<harvestcraft:carrotcakeitem>);
recipes.addShaped(<harvestcraft:carrotcakeitem>, [[<minecraft:sugar>,<harvestcraft:honeyitem>,<minecraft:sugar>],[<minecraft:carrot>,<minecraft:sugar>,<minecraft:carrot>],[<harvestcraft:batteritem>,<harvestcraft:groundcinnamonitem>,<harvestcraft:batteritem>]]);
recipes.remove(<harvestcraft:heavycreamitem>);
recipes.addShapeless(<harvestcraft:heavycreamitem>, [<harvestcraft:saucepanitem>,<ore:listAllmilk>,<ore:listAllmilk>]);
recipes.remove(<harvestcraft:holidaycakeitem>);
recipes.addShaped(<harvestcraft:holidaycakeitem>, [[<minecraft:sugar>,<harvestcraft:cherryitem>,<minecraft:sugar>],[<minecraft:egg>,<harvestcraft:heavycreamitem>,<minecraft:egg>],[<ore:foodFlour>,<harvestcraft:spiceleafitem>,<ore:foodFlour>]]);
recipes.remove(<harvestcraft:cheesecakeitem>);
recipes.addShaped(<harvestcraft:cheesecakeitem>, [[<minecraft:sugar>,<harvestcraft:honeyitem>,<minecraft:sugar>],[<minecraft:egg>,<harvestcraft:heavycreamitem>,<minecraft:egg>],[<ore:foodFlour>,<ore:foodCheese>,<ore:foodFlour>]]);
recipes.remove(<actuallyadditions:itemFood:1>);//Recipe for Pumpkin Stew
recipes.addShapeless(<actuallyadditions:itemFood:1>*3, [<harvestcraft:cuttingboarditem>,<minecraft:pumpkin>,<harvestcraft:juiceritem>,<ore:bowlWood>,<ore:bowlWood>,<ore:bowlWood>]);
recipes.remove(<harvestcraft:pumpkincheesecakeitem>);
recipes.addShaped(<harvestcraft:pumpkincheesecakeitem>, [[<actuallyadditions:itemFood:1>],[<harvestcraft:cheesecakeitem>]]);
recipes.remove(<harvestcraft:shippingbin>);
recipes.addShaped(<harvestcraft:shippingbin>, [[<actuallyadditions:blockMisc:4>,<appliedenergistics2:material:45>,<actuallyadditions:blockMisc:4>],[<actuallyadditions:itemCrystal:3>,<actuallyadditions:itemCrystalEmpowered:4>,<actuallyadditions:itemCrystal:3>],[<actuallyadditions:blockMisc:4>,<actuallyadditions:itemCrystal:3>,<actuallyadditions:blockMisc:4>]]);
recipes.remove(<harvestcraft:market>);
recipes.addShaped(<harvestcraft:market>, [[<actuallyadditions:blockMisc:4>,<appliedenergistics2:material:45>,<actuallyadditions:blockMisc:4>],[<actuallyadditions:itemCrystal:5>,<actuallyadditions:itemCrystalEmpowered:4>,<actuallyadditions:itemCrystal:5>],[<actuallyadditions:blockMisc:4>,<appliedenergistics2:material:45>,<actuallyadditions:blockMisc:4>]]);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment