is there a way to change it so Resource crop drops ores not nugges or even ingots? the reason i ask this is due to the fact that when i added mekanism to my mod pack and it added a crop for mekanism's osmium ore that gave me osmium nuggets but u cant craft them into a ingot since mekanism does not have osmium nuggets
also for a fast fix can someone tell me how to just use minetweaker to fig this problem of crafting the nuggets to ingots?
EDIT:
so i was able to find a mod called MineTweakerRecipeMaker that let me do Mine tweaker in game though a GUI so i was able to turn the osmium nuggets into a ingot then port over the code to my server from the script file for anyone that needs it though here it the code
to turn the ingot into nuggets and nuggets back into a ingot just copy and paste all of this to a text doc and change the file extension to .zs
(file name "osmiumingot.zs" dont put a space it will mess up the file)
// File generated by MineTweakerRecipeMaker
// READ THIS HEADER BEFORE EDITING ANYTHING
// ================================================================================
// This file is read and changed by the mod.
// If you remove/edit any of the markers, IT WILL STOP WORKING!
// If you want to make manual edits, make a backup of this file!
// Markers look like this: "//#MARKER something"
// They indicate where calls should be placed, so that MineTweaker does them in the correct order.
// Removes come first, then stuff is added.
// ================================================================================
//
// ================================================================================
//#MARKER REMOVE
// ================================================================================
//#MARKER REMOVE SHAPELESS
// ================================================================================
//#MARKER REMOVE SHAPED
// ================================================================================
//#MARKER ADD
// ================================================================================
//#MARKER ADD SHAPELESS
recipes.addShapeless(<AgriCraft:nuggetOsmium> * 9, [<ore:ingotOsmium>]);
recipes.addShapeless(<AgriCraft:nuggetOsmium> * 9, [<ore:ingotOsmium>]);
recipes.addShapeless(<AgriCraft:nuggetOsmium> * 9, [<ore:ingotOsmium>]);
recipes.addShapeless(<AgriCraft:nuggetOsmium> * 9, [<ore:ingotOsmium>]);
recipes.addShapeless(<AgriCraft:nuggetOsmium> * 9, [<ore:ingotOsmium>]);
recipes.addShapeless(<AgriCraft:nuggetOsmium> * 9, [<ore:ingotOsmium>]);
recipes.addShapeless(<AgriCraft:nuggetOsmium> * 9, [<ore:ingotOsmium>]);
recipes.addShapeless(<AgriCraft:nuggetOsmium> * 9, [<ore:ingotOsmium>]);
recipes.addShapeless(<Mekanism:Ingot:1>, [<ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>]);
recipes.addShapeless(<Mekanism:Ingot:1>, [<ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>]);
recipes.addShapeless(<Mekanism:Ingot:1>, [<ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>]);
recipes.addShapeless(<Mekanism:Ingot:1>, [<ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>]);
recipes.addShapeless(<Mekanism:Ingot:1>, [<ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>]);
recipes.addShapeless(<Mekanism:Ingot:1>, [<ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>]);
recipes.addShapeless(<Mekanism:Ingot:1>, [<ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>]);
recipes.addShapeless(<Mekanism:Ingot:1>, [<ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>, <ore:nuggetOsmium>]);
// ================================================================================
//#MARKER ADD SHAPED
recipes.addShaped(<AgriCraft:nuggetOsmium> * 9, [[<ore:ingotOsmium>]]);