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.

    I don't het how to do it. It should be like this: Steel Spring - 64 Small Steel Spring - 256 Stainless Steel Spring - 1024 Small Stainless Steel Spring - 4096 GTTweaker-1.0.9 Gregtech-5.09.11
  2. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    I want to set up the voltage for <gregtech:gt.metaitem.02:24305> to 256, how can I do this with GTTweaker?
  3. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    Thank you so much :D Now I'm trying to use this code https://raw.githubusercontent.com/Dream-Master/Mods-Get-Gregged/master/Collected-Scripts/Modular_Powersuits/Gregtech5.recipes but ERROR: Error parsing Modular.zs:222 -- ; expected How to fix it?
  4. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    recipes.addShaped(<flansmod:m67>*4, [ [<gregtech:gt.metaitem.01:26032>, <gregtech:gt.metaitem.01:28032>, null], [<Railcraft:part.plate>, <minecraft:gunpowder>, null] [null, <Railcraft:part.plate>, null]]); // error line What's wrong?
  5. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    https://puu.sh/l8Mz4/e4f47cd277.png When I use /mtrm WTF?
  6. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    What does it mean?
  7. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    recipes.addShapeless(<RealisticTorches:TorchLit>*32, [<RealisticTorches:TorchUnlit>*64, <minecraft:flint_and_steel>]); recipes.remove(<minecraft:gold_nugget>); recipes.addShapeless(<minecraft:gold_nugget>*9, [ //457 [<minecraft:gold_ingot>, <gregtech:gt.metatool.01:*>]]); It doesn't work...
  8. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    It doesn't work recipes.remove(<minecraft:gold_nugget>*9, [ [<minecraft:gold_ingot>]]); recipes.addShapeless(<minecraft:gold_nugget>*9, [ [<minecraft:gold_ingot>, <gregtech:gt.metatool.01:12>]]); Another one issue recipes.addShapeless(<RealisticTorches:TorchLit>*32, [...
  9. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    Guys, I need some help. We all know a gold ingot can be converted to gold nuggets in the crafting table. How can I change this recipe?
  10. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    I updated mods and it suddenly works now :/ sorry guys
  11. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    Okay. Nothing changes. I use MineTweaker3-1.7.10-3.0.10 and ModTweaker2-0.9.3.jar Everything was fine with this recipes, but then I decide to use tirches from Realistic Torches and changed Enviromine's torch recipes to Realistic Torches. I deleted and added them back early and it worked with...
  12. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    Thank you so much guys! >When you run "/mt reload" do you get any messages in chat? Nope >Do you have any mods that overhaul crafting in a major way? GregTech >What is it that put that space-like background in NEI? If that is a mod, try removing it an seeing if your recipes work then? Just a...
  13. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    Replaced to recipes.remove(<harvestcraft:potItem>); recipes.remove(<harvestcraft:skilletItem>); recipes.remove(<harvestcraft:saucepanItem>); recipes.addShaped(<harvestcraft:skilletItem>, [ [<minecraft:clay>, null, null], [null, <minecraft:clay>, null], [null, null, <minecraft:stick>]])...
  14. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    I found out that recipes don't work at all! When I had another map everithing was fine. I tried to create a new world, but it doesn't help. I have another pretty simple script, it doesn't work too: Yes, it's in *.zs file, inside scripts folder. MineTweaker3-1.7.10-3.0.10. Full minetweaker.log...
  15. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    Changed to recipes.addShaped(<RealisticTorches:TorchUnlit> * 4, [ [Coal, <minecraft:string>], [Stick, null]]); etc. It doesn't work.
  16. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    I changed to <minecraft:string>. But nothing changes from my gif.
  17. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    No errors in minetweaker log. I deleted all recipes for vanila and enviromine torches and set some recipes for realistic torches. But it works like this http://savepic.ru/8007361.gif
  18. P

    MineTweaker/ModTweaker - A help and suggestions thread.

    Guys, can you help me? Does not work...