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. S

    1.0.0: Industrial craft recipes don't seem to work

    Gregtech overrides IC2 recipes, Some items arent craftable or have a gregtech substitute.
  2. S

    1.0.0: For the people that are having problems launching

    Version: 1.0.0 What is the bug: Hey Everyone, I noticed some people are having problems with Resurrection not launching. This is due to forge not installing properly, To fix this go into your FTB directory. If you don't know where your FTB directory is open the launcher click options and your...
  3. S

    Permissions Spreadsheet

    My mod is BetterThings anyone get use it if they like, Get it here!
  4. S

    Using Jaded's Blood Disabling TE4 Recipes [Help]

    mods.thermalexpansion.Furnace.removeRecipe(<minecraft:potion:0>); This is the code I used. It's disabled in the vanilla furnace but not TE
  5. S

    Using Jaded's Blood Disabling TE4 Recipes [Help]

    I can add recipes but not remove them. It's strange
  6. S

    Using Jaded's Blood Disabling TE4 Recipes [Help]

    I see where you're talking about but what am I supposed to be changing? I changed in Thermal Foundations config "furnace.allowrecipeoverwrite" to true still hasn't changed anything :(
  7. S

    Using Jaded's Blood Disabling TE4 Recipes [Help]

    Alright, I'll see if there is a new version out. Thanks :D
  8. S

    Using Jaded's Blood Disabling TE4 Recipes [Help]

    I don't know where to find the mods tab :( but it is 1.7.10!
  9. S

    MineTweaker/ModTweaker - A help and suggestions thread.

    Yeah hold on :)This is my only script http://gyazo.com/88a665f35f324b9d43170dbd9593201f
  10. S

    MineTweaker/ModTweaker - A help and suggestions thread.

    But, that is the right code right? I've reloaded the game plenty of times since I edited the recipe it just doesn't work for some strange reason all it says is "1 Modifications were stuck" thats all it says
  11. S

    MineTweaker/ModTweaker - A help and suggestions thread.

    No I need to remove the smelting recipe for a water bottle from the Thermal Expansion furnace. I have it disabled for the vanilla ones. I did mods.thermalexpansion.Furnace.removeRecipe(<minecraft:potion:0>);
  12. S

    MineTweaker/ModTweaker - A help and suggestions thread.

    Ah that's what the wiki told me to do I have put them all in the same script but still the recipe works and I don't want it to
  13. S

    MineTweaker/ModTweaker - A help and suggestions thread.

    In the screenshot there already is a ; Unless I misunderstood what you said.
  14. S

    MineTweaker/ModTweaker - A help and suggestions thread.

    Ok I'll give it a shot.Ok that worked. But for some reason I keep getting this error http://gyazo.com/b68139d4c4af5c1d3c346a21ff3c5cbc (Not the hqm error I know how to fix that) Heres my code http://gyazo.com/4102074efb23a54c27bee000b98660d2 Wait, is this the 1.7.10 or the 1.6.4 version of...
  15. S

    Creating New FTB Team: Positions Open

    Oh btw I have a lot of free time on my hands that I could dedicate to making quests :) I've got some experience with HQM although the quest I made is very basic this would be the first Thaumcraft quest.
  16. S

    Creating New FTB Team: Positions Open

    Quest Title:The basics Description: You hear all of these voices in your head they're saying things but you can't quite hear them. You must make a tool that allows some type of magical aura to unlock more powers. Instructions: (Detection task, Having the item in your inventory is enough you can...
  17. S

    Using Jaded's Blood Disabling TE4 Recipes [Help]

    Thermal Expansions recipes for items aren't in the config only the blocks. What I'm trying to do is disable a smelting recipe which is The Salt Water Bottle, Cold Water Bottle and Dirty Water Bottle from Enviromine which all 3 smelt into a vanilla water bottle and I want to disable all 3. I have...
  18. S

    Using Jaded's Blood Disabling TE4 Recipes [Help]

    Hello Everyone, I have been informed that TE4 Recipes do not work with Minetweaker/Modtweaker so I downloaded Jaded's Blood. But i'm a bit confused on how to use it. All I want to do is disable the water bottle recipe from TE4's Furnace, Transposer, and Crucible. Also, if supported how would I...
  19. S

    Chaning Mod Recipes With Modtweaker?

    I got some scripts that have the code but here is the links to the errors and the code The error: http://gyazo.com/b68139d4c4af5c1d3c346a21ff3c5cbc The Code: http://gyazo.com/4102074efb23a54c27bee000b98660d2
  20. S

    MineTweaker/ModTweaker - A help and suggestions thread.

    What would I type if I wanted to remove a recipe from the redstone furnace? I want to remove some smelting recipes from Enviromine which adds the salt water bottle, dirty water bottle and the cold water bottle. I want them to not be able to be turned into a regular water bottle from smelting. I...