Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    How to add this recipe?
  2. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    Can I write something like <ore:ore*> or <ore:plate*>?
  3. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    I see, but what if I'd like to change them?
  4. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    What does it mean?
  5. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    How can I remove recipes of processing for GregTech's solar panels in Pulverizer, Fluid Extractor, Arc Furnaces (usual and plasma)? Perhaps like this? val solar = <ore:solar>; solar.add(gregtech:gt.metaitem.01:32750); solar.add(gregtech:gt.metaitem.01:32751)...
  6. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    Guys, I do need your help!!! Have you an idea how to add a craft to a natural gas cell in the centrifuge? Cobblestone -> Natural Gas Cell Code: //Centrifuge //OutputArray, InputFluid, InputStack, InputCell, OutputFluid, OutputArrayChances, Time in Ticks, EnergyUsage...
  7. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    Up, I need some help.
  8. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    Thank you... Have you an idea how to add a craft to a natural gas cell in the centrifuge? Cobblestone -> Natural Gas Cell //Centrifuge //OutputArray, InputFluid, InputStack, InputCell, OutputFluid, OutputArrayChances, Time in Ticks, EnergyUsage...
  9. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    I don't know how to work with Recipes.cfg Could you help me please? https://bpaste.net/show/da518ef9cd19
  10. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    How to delete craft like this in the assembler? https://puu.sh/luQyB/31bd59930d.png Also from the scrapbox: https://puu.sh/luQDW/c4c0426356.png
  11. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    I have no errors with 161! :) But, wait. I'd still like to delete it https://puu.sh/luqzs/64f1fb3da1.png.
  12. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    But I already have ModTweaker2-0.9.4!
  13. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    I have Forestry 4.1.1.64, gregtech 5.09.12, maybe because of this. No, I:tile.for.soil.1_16=0 doesn't work. ERROR: Error executing Delete.zs: forestry/factory/gadgets/MachineCarpenter$RecipeManager java.lang.NoClassDefFoundError: forestry/factory/gadgets/MachineCarpenter$RecipeManager at...
  14. P

    Custom main manu

    I tried to make it with this tutorial but it doesn't work. I need some help! I changed only one line: { "images": { "title": { "image" : "modpack:textures/title.png", //this line "posX" : -137, "posY" : 30, "width" ...
  15. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    I added this lines mods.forestry.Carpenter.removeRecipe(<Forestry:soil:1>); mods.forestry.Carpenter.removeRecipe(<Forestry:fertilizerCompound>); But I still can see carpenter recipes for this items. Also I set this I:tile.for.soil.1_16=0 But I still can see :/ Also...
  16. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    How to delete this recipes? http://puu.sh/ltftR/3fa71941a2.png https://puu.sh/ltfub/04c94914be.png Also, how to add ore dictionary to an item?
  17. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    Also How to add smelting from crushed ore to nuggets? furnace.remove(<gregtech:gt.metaitem.01:5830>); furnace.remove(<gregtech:gt.metaitem.01:3830>); furnace.addRecipe(<gregtech:gt.metaitem.01:5830>, <gregtech:gt.metaitem.01:9089>); furnace.addRecipe(<gregtech:gt.metaitem.01:3830>...
  18. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    I use this code: import mods.gregtech.PlateBender; PlateBender.addRecipe(<gregtech:gt.metaitem.02:24305>, <gregtech:gt.metaitem.02:24305>, 250, 64); But usage is the same.