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

    Crafting Guide—the step-by-step guide to make anything in Minecraft—With Multiblocks!

    Great find! The format is pretty far from what I'd need for Crafting Guide, and it doesn't seem to support all the extra crafting possibilities added by specialty machines (e.g., the IC2 Macerator), but it is certainly be a huge step in the right direction. Thanks for bringing that to my...
  2. A

    Crafting Guide—the step-by-step guide to make anything in Minecraft—With Multiblocks!

    I've really only been working on it seriously for a month or so, and things are looking quite good, actually. :-) You're right that it's a big task to get all the data in, and that there are a ton of mods out there. NEI is awesome, and for most mods you really don't need anything more than...
  3. A

    Crafting Guide—the step-by-step guide to make anything in Minecraft—With Multiblocks!

    I just pushed up another big update! This one adds detail pages for each item from each mod. These detail pages show: the item's basic information (name, icon, ...) a link to the item's full crafting plan the list of all recipes for that item the list of all items it can be used to make the...
  4. A

    Crafting Guide—the step-by-step guide to make anything in Minecraft—With Multiblocks!

    Meaning building the recipes from a mod? No, I haven't looked into it yet. Thanks for the tip, though! I've added a task to my queue to look into it. I'm thinking it would probably be best to somehow use the code you pointed me to from within NEI's dump facility. There are a few other...
  5. A

    Crafting Guide—the step-by-step guide to make anything in Minecraft—With Multiblocks!

    I just pushed up a big new feature! Now, each Mod has a dedicated page of its own which lists all the items available in that mod. Clicking on an item will take you to the crafting guide for that item. It's super fast to switch back and forth to explore the items in any given mod. This is the...
  6. A

    Crafting Guide—the step-by-step guide to make anything in Minecraft—With Multiblocks!

    I agree, but I don't really know enough about Minecraft modding to do it myself. I'd love it if someone were able to cook up a little export mod for me. :-) I currently use NEI to dump the item list and images using the "Item Panel" dump, so I suspect it wouldn't be hard for someone to tamper...
  7. A

    Crafting Guide—the step-by-step guide to make anything in Minecraft—With Multiblocks!

    I've just finished adding support for the latest version of Industrial Craft (2.2.663 on the experimental branch). I've also updated the site to let you select the version you're using.
  8. A

    Crafting Guide—the step-by-step guide to make anything in Minecraft—With Multiblocks!

    A few more updates to report! First, now your preferences for which mods are active and whether tools are included will be remembered between visits. Second, I've finished adding support for Thermal Expansion 4. The crafting algorithm doesn't yet taken into account the ore-doubling/tripling...
  9. A

    Crafting Guide—the step-by-step guide to make anything in Minecraft—With Multiblocks!

    FYI - I just added support for Applied Energistics 2 (rv1)
  10. A

    Crafting Guide—the step-by-step guide to make anything in Minecraft—With Multiblocks!

    I've just deployed a major update! Check out the updated description at the top of the thread for details.
  11. A

    Crafting Guide—the step-by-step guide to make anything in Minecraft—With Multiblocks!

    I can see why you say that (and I thought of it myself), but I actually have larger plans for the website which wouldn't fit in-game. Moreover, while I do know Java, I'm not familiar with Minecraft Modding, and it was easier to explore the initial idea as a webpage. Interesting idea. If...
  12. A

    Crafting Guide—the step-by-step guide to make anything in Minecraft—With Multiblocks!

    All vanilla recipes have been added, along with little icons for each item. Enjoy!
  13. A

    Crafting Guide—the step-by-step guide to make anything in Minecraft—With Multiblocks!

    Hello all! I'm back to working on Crafting Guide after a long break. I've made a few adjustments to the UI and finished adding all the recipes for Minecraft 1.7.10. I've got some time off, so I'm going to be working on it full time for a little while now, so feedback and suggestions would be...
  14. A

    Crafting Guide—the step-by-step guide to make anything in Minecraft—With Multiblocks!

    FYI—I've finally finished adding all the IC2 recipes! Check it out!
  15. A

    Crafting Guide—the step-by-step guide to make anything in Minecraft—With Multiblocks!

    You'll want to test it out, but I think if you list the recipe for Ferrous Dust after the recipe for Shiny Metal, you'll be able to include the Ferrous Dust in the output for Shiny Metal without messing with the primary recipe. I'm actually working on a change now which should make all of this...
  16. A

    Crafting Guide—the step-by-step guide to make anything in Minecraft—With Multiblocks!

    You're quite right. The calculator works by successively trying to apply recipes for acquiring each item necessary until it can't break things down any further. Unfortunately, the current implementation always goes with the first recipe it finds, and therefore is generally very pessimistic...
  17. A

    Crafting Guide—the step-by-step guide to make anything in Minecraft—With Multiblocks!

    Just make a new commit and push it up. it will appear in the same pull request.
  18. A

    Crafting Guide—the step-by-step guide to make anything in Minecraft—With Multiblocks!

    Thanks! By the way... I get an email for everything you post on the GitHub site, so you don't also need to post here. :-)
  19. A

    Crafting Guide—the step-by-step guide to make anything in Minecraft—With Multiblocks!

    More progress! Crafting guide has been updated with: * Search-as-you-type to select what recipe you'd like to make * A checkbox to include or exclude resources needed to make tools and machines * An inventory box to specify what items you already have Check it out!