Content: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Background: Slate Blackcurrant Watermelon Strawberry Orange Banana Apple Emerald Chocolate Marble
Pattern: Blank Waves Notes Sharp Wood Rockface Leather Honey Vertical Triangles
Welcome to TerraFirmaCraft Forums

Register now to gain access to all of our features. Once registered and logged in, you will be able to contribute to this site by submitting your own content or replying to existing content. You'll be able to customize your profile, receive reputation points as a reward for submitting content, while also communicating with other members via your own private inbox, plus much more! This message will be removed once you have signed in.

  • Announcements

    • Dries007

      ATTENTION Forum Database Breach   03/04/2019

      There has been a breach of our database. Please make sure you change your password (use a password manager, like Lastpass).
      If you used this password anywhere else, change that too! The passwords themselves are stored hashed, but may old accounts still had old, insecure (by today's standards) hashes from back when they where created. This means they can be "cracked" more easily. Other leaked information includes: email, IP, account name.
      I'm trying my best to find out more and keep everyone up to date. Discord (http://invite.gg/TerraFirmaCraft) is the best option for up to date news and questions. I'm sorry for this, but the damage has been done. All I can do is try to make sure it doesn't happen again.
    • Claycorp

      This forum is now READ ONLY!   01/20/2020

      As of this post and forever into the future this forum has been put into READ ONLY MODE. There will be no new posts! A replacement is coming SoonTM . If you wish to stay up-to-date on whats going on or post your content. Please use the Discord or Sub-Reddit until the new forums are running.

      Any questions or comments can be directed to Claycorp on either platform.
UncleGrump

Can't craft a book

9 posts in this topic

New guy here, just started and love the mod!

 

I wanted to start writing down locations of surface ore finds so I figured get a book, ink and feather.  Well once I finally got some leather made I tried making the book with no success.  3 paper, one leather with the leather in the corner and the paper in the 3 adjacent spots.  I've tried all the corners, with and without having the crafting bench loaded in and have even started a new game in creative to pull the pieces and switch over to try.  No luck.

 

Am I doing something wrong, are books not enabled currently or is this a problem?

 

TFC: 78.17

Forge loader 6.4. something

Forge 9.11.something

 

I'm running MC 1.6.4 in the profile.  So far as far as I can tell, everything else is working fine.  I've got a whole year under my belt with no oddities.

0

Share this post


Link to post
Share on other sites

The wiki seem to be outdated on this, either that or the code was accidentally changed. Try one TFC tanned leather and one paper adjacent to each other in the crafting grid. That worked for me in a quick creative test. If that fails, you can always make "enableVanillaRecipes=true" in the TFCOptions config, so that you can exchange one TFC tanned leather for one vanilla leather, and make the book that way.

0

Share this post


Link to post
Share on other sites

Ahhhhhh!  Wiki issue, got it.

 

Thank you, I've confirmed it on my end.

0

Share this post


Link to post
Share on other sites

It's a bug. The correct recipe is supposed to be 3 paper and 1 leather in a shapeless recipe, but it got screwed up so it's only 1 paper.

0

Share this post


Link to post
Share on other sites

It's a bug. The correct recipe is supposed to be 3 paper and 1 leather in a shapeless recipe, but it got screwed up so it's only 1 paper.

 

Just did it quickly

 

correction: it's 1 stack of 3 paper and a leather. you have to have 3 paper, but only one will be used

0

Share this post


Link to post
Share on other sites

Just did it quickly

 

correction: it's 1 stack of 3 paper and a leather. you have to have 3 paper, but only one will be used

 

Dunk I was able to do it with only 1 sheet, not 3 in a stack.  Paper placed to the side of the leather.

0

Share this post


Link to post
Share on other sites

Dunk I was able to do it with only 1 sheet, not 3 in a stack.  Paper placed to the side of the leather.

Must have been changed since I saw the code then

0

Share this post


Link to post
Share on other sites

Must have been changed since I saw the code then

 

The code is still the same, but if you actually took the time to test the code instead of take it for it's word, you would see that the single item works. Apparently the way that Minecraft registered crafting recipes completely disregards the stack size of the item stack. That or the code is actually showing paper with a damage value of 3, instead of a stack size of 3, and since there is no paper with a damage value of 3 it simply defaulted to the single standard item.

0

Share this post


Link to post
Share on other sites

The code is still the same, but if you actually took the time to test the code instead of take it for it's word, you would see that the single item works. Apparently the way that Minecraft registered crafting recipes completely disregards the stack size of the item stack. That or the code is actually showing paper with a damage value of 3, instead of a stack size of 3, and since there is no paper with a damage value of 3 it simply defaulted to the single standard item.

I did test it. That's when I originally decided I must have made the mistake, as none of the recipes I tried worked. At the time, it seemed I needed 3 paper in a stack, but i guess I must have been mistaken.

0

Share this post


Link to post
Share on other sites