Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- # See the forum post for example and documentation.
- version 2;
- # set your list of server admin usernames here
- # admins are privileged users and will receive
- # any error messages that might occur.
- minetweaker.setAdmins("Myself", "MyAdminBuddy");
- # Add your commands here
- recipes.removeShaped(tile.furnace);
- recipes.addShaped(tile.furnace, [[tile.stonebrick, tile.stonebrick, tile.stonebrick][tile.stonebrick, item.flintAndSteel;, tile.stonebrick][tile.stonebrick, tile.stonebrick, tile.stonebrick]]);
- recipes.addShaped(item.netherbrick,[[item.netherbrick, item.yellowDust, null][item.yellowDust, item.netherbrick, null][null, null, null]]);
- furnace.removeRecipe(item.netherbrick, item.hellrock);
- furnace.removeRecipe(item.ingotGold, tile.oreGold);
- furnace.removeRecipe(item.ingotIron, tile.oreIron);
- furnace.removeRecipe(item.coal, tile.oreCoal);
- furnace.removeRecipe(item.dyePowder.blue, tile.oreLapis);
- furnace.removeRecipe(item.diamond, tile.oreDiamond);
- furnace.removeRecipe(item.redstone, tile.oreRedstone);
- furnace.removeRecipe(item.emerald, tile.oreEmerald);
- furnace.removeRecipe(item.netherquartz, tile.netherquartz);
- furnace.removeRecipe(item.thermalexpansion.material.ingotCopper, tile.thermalexpansion.ore.copper.name);
- furnace.removeRecipe(item.thermalexpansion.material.ingotTin, tile.thermalexpansion.ore.tin.name);
- furnace.removeRecipe(item.thermalexpansion.material.ingotNickel, tile.thermalexpansion.ore.nickel.name);
- furnace.removeRecipe(item.thermalexpansion.material.ingotLead, tile.thermalexpansion.ore.lead.name);
- furnace.removeRecipe(item.thermalexpansion.material.ingotSilver, tile.thermalexpansion.ore.silver.name);
- furnace.removeRecipe(item.ItemResource."3", tile.blockCustomOre);
- furnace.removeRecipe(item.tconstruct.Materials.AluminumIngot, items.MetalOre.Aluminum);
Advertisement
Add Comment
Please, Sign In to add comment