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

[Solved][79.6] oredict entry for logWood is for items not blocks

4 posts in this topic

The oredict for logWood seems wrong. Minetweaker shows:
Ore entries for <ore:logWood> :    <minecraft:log:*>    <minecraft:log2:*>    <terrafirmacraft:item.Log:*>
But as this is only items (?) not placed logs it means, for example, that Electrical Age resin taps cannot be attached to TFC trees. Workaround is by Minetweaking:
 
var log = <ore:logWood>;log.add(<terrafirmacraft:log>);log.add(<terrafirmacraft:log2>);

 

0

Share this post


Link to post
Share on other sites

I was under the assumption that the ore dictionary was only used in crafting recipes. Since you only ever have the item version of the log in your inventory to use for crafting, I didn't bother adding in the blocks.

0

Share this post


Link to post
Share on other sites

As far as I am aware, the ore dictionary is used for all sorts of compatibility things.There are other mods than Electrical Age which affect things in-world which would be stymied by the lack of ore dictionary support for the blocks. The digital miner from Mekanism and the minium/philosopher stone from Equivalent Exchange 3 come to mind. I think most tree-detection is using the Ore Dictionary; so things like Thaumcraft golems and the Tinker's Construct lumber axe wouldn't work either. I'm sure there are other mods that do similar detection methods as well.

0

Share this post


Link to post
Share on other sites

Alright, I added all the logs I could find to the entry. Let me know if there are any other in-world blocks like this that need to be added for other stuff.

0

Share this post


Link to post
Share on other sites