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

    Factorization: My thoughts and suggestions

    Factorization seems to be that hard to use mod that nobody uses. I actually like the idea of it, but don't like some of the features. First, why I like it: It has the opposite of magic block syndrome. It has a learning curve, but one that you actually want to learn, rather than look at it for a...
  2. W

    MineTweaker/ModTweaker - A help and suggestions thread.

    UPDATE: I fixed it! Turns out the version of minetweaker I was using didn't work. Here are the correct versions if someone is having the same problem: MineTweaker3-1.7.10-3.0.9C ModTweaker 2-0.7.5
  3. W

    MineTweaker/ModTweaker - A help and suggestions thread.

    Ok, so I don't think another mod is causing it, but something besides my script is wrong. I copied this from the wiki, so it should work: mods.thermalexpansion.Pulverizer.addRecipe(3000, <minecraft:flint_and_steel>, <minecraft:flint>, <minecraft:iron_ingot>, 80); That's my entire minetweaker...
  4. W

    MineTweaker/ModTweaker - A help and suggestions thread.

    So, like this? //Values val wool = <minecraft:wool>; val stone = <minecraft:stone>; val diamond = <minecraft:diamond>; val emerald = <minecraft:emerald>; val lava = <liquid:lava>; val liquidIron = <liquid:iron.molten>; val liquidCoal = <liquid:coal>; val coal = <minecraft:coal>...
  5. W

    MineTweaker/ModTweaker - A help and suggestions thread.

    Sorry, I forgot to include the minetweaker version. Anyways its: MineTweaker3-1.7.10-3.0.9C ModTweaker 2-0.8.1 The log is here. It doesn't seem to contain much information... and also, the line 4 error was fixed by me, so I imagine it wouldn't be important:
  6. W

    MineTweaker/ModTweaker - A help and suggestions thread.

    Thanks for the super quick reply! I have this now, but it still doesn't seem to be working: import mods.thermalexpansion.Pulverizer; //Values val wool = <minecraft:wool>; val stone = <minecraft:stone>; val diamond = <minecraft:diamond>; val emerald = <minecraft:emerald>; val lava =...
  7. W

    Texture Artists

    Well, someone said they needed a hammer and chisel. I'm not really a texture artist, but you can use this texture I made if you want:
  8. W

    MineTweaker/ModTweaker - A help and suggestions thread.

    Ok, so you you might be helping other people right now, but if not... I'm having trouble with Minetweaker and Modtweaker. This is just a placeholder recipe, but it's still not working. I'm using 1.7.10. I'm trying to use thermal expansion. My mods that are involved with the recipe: FML...