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

    MineTweaker/ModTweaker - A help and suggestions thread.

    minecraft:air didn't work, same with just removing it, but null did. mods.tconstruct.Casting.addBasinRecipe(<Metallurgy:base.block:2>, <liquid:manganese.molten> * 1296, null, false, 100); Thank you.
  2. E

    MineTweaker/ModTweaker - A help and suggestions thread.

    Greetings again. Need a bit of help. I am trying to set up a casting basin recipe that doesn't require anything to be in the basin in order to pour the block. The <???> is where I'm getting stuck, because I can't figure out what to put there. Every variation I am trying is requiring me to...
  3. E

    MineTweaker/ModTweaker - A help and suggestions thread.

    That worked beautifully. Thank you greatly. :-D
  4. E

    MineTweaker/ModTweaker - A help and suggestions thread.

    Ah... Sorry, thought you meant Tinker's version. My apologies. ( I'm new at this stuff. Does it show? :P ) Versions of all the relevant mods: Tinkers Construct: 1.7.10-1.8.2a Minetweaker: 1.7.10-3.0.9C Modtweaker: 1.7.X-0.7.1
  5. E

    MineTweaker/ModTweaker - A help and suggestions thread.

    *Facepalm* I knew I was forgetting something. 1.7.10-1.8.2a is the file version.
  6. E

    MineTweaker/ModTweaker - A help and suggestions thread.

    I think the Tinkers Construct Smeltery code has changed a little bit, or I made an error I'm not finding. Code: mods.tconstruct.Casting.addBasinRecipe(<TConstruct:0re.berries.one:8>, <TConstruct:fluid.molten.iron> * 1152, <Natura:BerryBush:15>, true, 100); Error message: ERROR...