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.

Dimeborg

Members
  • Content count

    5
  • Joined

  • Last visited

Community Reputation

0 Neutral

About Dimeborg

  • Rank
    Freshly Spawned

Profile Information

  • Gender Male
  • Location Brazil
  1. Im' back , 2015

  2. IMA BACK in 2015

  3. TFC translation

  4. Make (your) custom Items in TFC!

    I know that but i didin't want to install customs npc just for the recipes thing. I use to use Custom recipes mod with my oters mod but ther's no 1.5.1 version for TFC. I install Custom stuff instead because it works somewhat the the same way. I'm not sure if Custom Npc let you create youtr own itens though ( as my wheel). cheers
  5. Make (your) custom Items in TFC!

    Hello, i'ts me necroposting again This time I'm here to correct the wildfirefly12attempt ( he almost succeed) to make Simply Horses 100% compatible with TFC using the Custom stuff mod. Beside this mod is also needed theaeroc's Terrabow addon (http://terrafirmacraft.com/f/topic/3813-terra-bow-mod-wip/) To make this work, I had to create a new item: the wheel ( ohhhhh!!!!) and change the recipes.Summarizing: Install Simply horses ( compatible version build)Install the Terrabow mod (lateste version for the current build)Install the Custom Stuf mod 0.10.3 ( compatible build)Folow the Dijayusinstructions in this post :http://terrafirmacraft.com/f/topic/2460-what-other-mods-do-you-use-with-tfc/page-4#entry56984After that download this texture for the Wheel and install in in .minecraft/config/CustomStuff/Mods/(whateverfoldernameyoumade)/textures/items folder: create a Wheel.js file in the.minecraft/config/CustomStuff/Mods/(whateverfoldernameyoumade)/items folder and copy and paste this code: name = "Wheel"; id = config.getItemId("WheelId");displayName[0] = "Wheel";addToCreative[0] = true;creativeTab = "materials";textureFile[0] = "Wheel.png"; Next you go edit the mod.js that in in your.minecraft/config/CustomStuff/Mods/(whateverfoldernameyoumade): and will copy and paste the following code: //wheelconfig.addItemIdProperty("WheelId", 6000);mod.addItem("Wheel.js", "normal");//Recipes Simplyhorses;//lassomod.addRecipe("1156", 3, 3, 0, "16997", "16997", 0, "16293", "16997", "16997", 0, 0);//SpawnLassomod.addRecipe("1157", 3, 3, 0, "16997", "16997", 0, "280", "16997", "16997", 0, 0);//saddlemod.addRecipe("329", 3, 3, "17010", "17010", "17010", "17010", 0, "17010", "16293", 0, "16293");//harnessmod.addRecipe("1165", 3, 3, "17010", 0, "17010", "16293", "17010", "16293", "17010", 0, "17010");//Arabian shoesmod.addRecipe("1159", 3, 2, 0, "16293", 0, "16293", 0, "16293");//clydesdale Yoke (recipe change 4 planks and 3 ingots)mod.addRecipe("1160", 3, 3, "16972:0", "16293", "16972:0", "16972:0", 0, "16972:0", "16293", 0, "16293");mod.addRecipe("1160", 3, 3, "16972:1", "16293", "16972:1", "16972:1", 0, "16972:1", "16293", 0, "16293");mod.addRecipe("1160", 3, 3, "16972:2", "16293", "16972:2", "16972:2", 0, "16972:2", "16293", 0, "16293");mod.addRecipe("1160", 3, 3, "16972:3", "16293", "16972:3", "16972:3", 0, "16972:3", "16293", 0, "16293");mod.addRecipe("1160", 3, 3, "16972:4", "16293", "16972:4", "16972:4", 0, "16972:4", "16293", 0, "16293");mod.addRecipe("1160", 3, 3, "16972:5", "16293", "16972:5", "16972:5", 0, "16972:5", "16293", 0, "16293");mod.addRecipe("1160", 3, 3, "16972:6", "16293", "16972:6", "16972:6", 0, "16972:6", "16293", 0, "16293");mod.addRecipe("1160", 3, 3, "16972:7", "16293", "16972:7", "16972:7", 0, "16972:7", "16293", 0, "16293");mod.addRecipe("1160", 3, 3, "16972:8", "16293", "16972:8", "16972:8", 0, "16972:8", "16293", 0, "16293");mod.addRecipe("1160", 3, 3, "16972:9", "16293", "16972:9", "16972:9", 0, "16972:9", "16293", 0, "16293");mod.addRecipe("1160", 3, 3, "16972:10", "16293", "16972:10", "16972:10", 0, "16972:10", "16293", 0, "16293");mod.addRecipe("1160", 3, 3, "16972:11", "16293", "16972:11", "16972:11", 0, "16972:11", "16293", 0, "16293");mod.addRecipe("1160", 3, 3, "16972:12", "16293", "16972:12", "16972:12", 0, "16972:12", "16293", 0, "16293");mod.addRecipe("1160", 3, 3, "16972:13", "16293", "16972:13", "16972:13", 0, "16972:13", "16293", 0, "16293");mod.addRecipe("1160", 3, 3, "16972:14", "16293", "16972:14", "16972:14", 0, "16972:14", "16293", 0, "16293");mod.addRecipe("1160", 3, 3, "16972:15", "16293", "16972:15", "16972:15", 0, "16972:15", "16293", 0, "16293");//Mustag bridlemod.addRecipe("1158", 3, 3, "17010", "17010", "17010", "17010", 0, "17010", "16293", "16293", "16293");//Wheel: must be created with one type of plank. necessary have terrabow installed ( for the glue)mod.addRecipe("6000", 3, 3, "11134:32767", "16972:0", "11134:32767", "16972:0", 280, "16972:0", "11134:32767", "16972:0", "11134:32767");mod.addRecipe("6000", 3, 3, "11134:32767", "16972:1", "11134:32767", "16972:1", 280, "16972:1", "11134:32767", "16972:1", "11134:32767");mod.addRecipe("6000", 3, 3, "11134:32767", "16972:2", "11134:32767", "16972:2", 280, "16972:2", "11134:32767", "16972:2", "11134:32767");mod.addRecipe("6000", 3, 3, "11134:32767", "16972:3", "11134:32767", "16972:3", 280, "16972:3", "11134:32767", "16972:3", "11134:32767");mod.addRecipe("6000", 3, 3, "11134:32767", "16972:4", "11134:32767", "16972:4", 280, "16972:4", "11134:32767", "16972:4", "11134:32767");mod.addRecipe("6000", 3, 3, "11134:32767", "16972:5", "11134:32767", "16972:5", 280, "16972:5", "11134:32767", "16972:5", "11134:32767");mod.addRecipe("6000", 3, 3, "11134:32767", "16972:6", "11134:32767", "16972:6", 280, "16972:6", "11134:32767", "16972:6", "11134:32767");mod.addRecipe("6000", 3, 3, "11134:32767", "16972:7", "11134:32767", "16972:7", 280, "16972:7", "11134:32767", "16972:7", "11134:32767");mod.addRecipe("6000", 3, 3, "11134:32767", "16972:8", "11134:32767", "16972:8", 280, "16972:8", "11134:32767", "16972:8", "11134:32767");mod.addRecipe("6000", 3, 3, "11134:32767", "16972:9", "11134:32767", "16972:9", 280, "16972:9", "11134:32767", "16972:9", "11134:32767");mod.addRecipe("6000", 3, 3, "11134:32767", "16972:10", "11134:32767", "16972:10", 280, "16972:10", "11134:32767", "16972:10", "11134:32767");mod.addRecipe("6000", 3, 3, "11134:32767", "16972:11", "11134:32767", "16972:12", 280, "16972:11", "11134:32767", "16972:11", "11134:32767");mod.addRecipe("6000", 3, 3, "11134:32767", "16972:12", "11134:32767", "16972:12", 280, "16972:12", "11134:32767", "16972:12", "11134:32767");mod.addRecipe("6000", 3, 3, "11134:32767", "16972:13", "11134:32767", "16972:13", 280, "16972:13", "11134:32767", "16972:13", "11134:32767");mod.addRecipe("6000", 3, 3, "11134:32767", "16972:14", "11134:32767", "16972:14", 280, "16972:14", "11134:32767", "16972:14", "11134:32767");mod.addRecipe("6000", 3, 3, "11134:32767", "16972:15", "11134:32767", "16972:15", 280, "16972:15", "11134:32767", "16972:15", "11134:32767");//cart recipe change terrabow neededmod.addRecipe("1162", 3, 3, "11057", "54:32767", "11057", "11057", "333", "11057", "6000", "16554:0", "6000");mod.addRecipe("1162", 3, 3, "11057", "54:32767", "11057", "11057", "333", "11057", "6000", "16554:1", "6000");mod.addRecipe("1162", 3, 3, "11057", "54:32767", "11057", "11057", "333", "11057", "6000", "16554:2", "6000");mod.addRecipe("1162", 3, 3, "11057", "54:32767", "11057", "11057", "333", "11057", "6000", "16554:3", "6000");mod.addRecipe("1162", 3, 3, "11057", "54:32767", "11057", "11057", "333", "11057", "6000", "16554:4", "6000");mod.addRecipe("1162", 3, 3, "11057", "54:32767", "11057", "11057", "333", "11057", "6000", "16554:5", "6000");mod.addRecipe("1162", 3, 3, "11057", "54:32767", "11057", "11057", "333", "11057", "6000", "16554:6", "6000");mod.addRecipe("1162", 3, 3, "11057", "54:32767", "11057", "11057", "333", "11057", "6000", "16554:7", "6000");mod.addRecipe("1162", 3, 3, "11057", "54:32767", "11057", "11057", "333", "11057", "6000", "16554:8", "6000");mod.addRecipe("1162", 3, 3, "11057", "54:32767", "11057", "11057", "333", "11057", "6000", "16554:9", "6000");mod.addRecipe("1162", 3, 3, "11057", "54:32767", "11057", "11057", "333", "11057", "6000", "16554:10", "6000");mod.addRecipe("1162", 3, 3, "11057", "54:32767", "11057", "11057", "333", "11057", "6000", "16554:11", "6000");mod.addRecipe("1162", 3, 3, "11057", "54:32767", "11057", "11057", "333", "11057", "6000", "16554:12", "6000");mod.addRecipe("1162", 3, 3, "11057", "54:32767", "11057", "11057", "333", "11057", "6000", "16554:13", "6000");mod.addRecipe("1162", 3, 3, "11057", "54:32767", "11057", "11057", "333", "11057", "6000", "16554:14", "6000");mod.addRecipe("1162", 3, 3, "11057", "54:32767", "11057", "11057", "333", "11057", "6000", "16554:15", "6000");//wagonmod.addRecipe("1163", 3, 2, "19263", "1162", "19263", "6000", "16554:0", "6000");mod.addRecipe("1163", 3, 2, "19263", "1162", "19263", "6000", "16554:1", "6000");mod.addRecipe("1163", 3, 2, "19263", "1162", "19263", "6000", "16554:2", "6000");mod.addRecipe("1163", 3, 2, "19263", "1162", "19263", "6000", "16554:3", "6000");mod.addRecipe("1163", 3, 2, "19263", "1162", "19263", "6000", "16554:4", "6000");mod.addRecipe("1163", 3, 2, "19263", "1162", "19263", "6000", "16554:5", "6000");mod.addRecipe("1163", 3, 2, "19263", "1162", "19263", "6000", "16554:6", "6000");mod.addRecipe("1163", 3, 2, "19263", "1162", "19263", "6000", "16554:7", "6000");mod.addRecipe("1163", 3, 2, "19263", "1162", "19263", "6000", "16554:8", "6000");mod.addRecipe("1163", 3, 2, "19263", "1162", "19263", "6000", "16554:9", "6000");mod.addRecipe("1163", 3, 2, "19263", "1162", "19263", "6000", "16554:10", "6000");mod.addRecipe("1163", 3, 2, "19263", "1162", "19263", "6000", "16554:11", "6000");mod.addRecipe("1163", 3, 2, "19263", "1162", "19263", "6000", "16554:12", "6000");mod.addRecipe("1163", 3, 2, "19263", "1162", "19263", "6000", "16554:13", "6000");mod.addRecipe("1163", 3, 2, "19263", "1162", "19263", "6000", "16554:14", "6000");mod.addRecipe("1163", 3, 2, "19263", "1162", "19263", "6000", "16554:15", "6000");//Vardomod.addRecipe("1164", 3, 3, "16999 2", "16999 2", "16999 2", "16999 2", "355 1", "16999 2", "19263", "1163 1", "19263"); Play the gameRemember you can spawn horses in early game but will able tame it in legit way only when you got to iron age =) The recipes: Obs: The second Clydesdale Yoke recipe is the correct one I hope it's useful for someone =)
  6. What other mods do you use with TFC?

    I just added the recipes i mention. I'm sharing the text because it's very useful. //Recipe: plank blocks to planks 9 (2 for 8) because there's a vanilla recipe for button that costs 1 plank block//oakmod.addRecipe("16972:0 8", 1, 2, "5:0", "5:0");//aspenmod.addRecipe("16972:1 8", 1, 2, "5:1", "5:1");//birchmod.addRecipe("16972:2 8", 1, 2, "5:2", "5:2");//chestnutmod.addRecipe("16972:3 8", 1, 2, "5:3", "5:3");//douglas firmod.addRecipe("16972:4 8", 1, 2, "5:4", "5:4");//hickorymod.addRecipe("16972:5 8", 1, 2, "5:5", "5:5");//maplemod.addRecipe("16972:6 8", 1, 2, "5:6", "5:6");//ashmod.addRecipe("16972:7 8", 1, 2, "5:7", "5:7");//pinemod.addRecipe("16972:8 8", 1, 2, "5:8", "5:8");//sequoiamod.addRecipe("16972:9 8", 1, 2, "5:9", "5:9");//sprucemod.addRecipe("16972:10 8", 1, 2, "5:10", "5:10");//sycamoremod.addRecipe("16972:11 8", 1, 2, "5:11", "5:11");//white cedarmod.addRecipe("16972:12 8", 1, 2, "5:12", "5:12");//white elmmod.addRecipe("16972:13 8", 1, 2, "5:13", "5:13");//willowmod.addRecipe("16972:14 8", 1, 2, "5:14", "5:14");//kapokmod.addRecipe("16972:15 8", 1, 2, "5:15", "5:15");
  7. What other mods do you use with TFC?

    Hello everyone. Sorry to kinda necropost this as for my first post in the forum. With TFC I have : Rei's minimap ( don't know if i should feel a cheater)simply horsesLeather water sacterrabowwoodworkingChest transporterCustom stuff I'm a bit confused with Custom stuff because i want to a dd a recipe to revert plank blocks into normal planks again. Anyone did that already and could help me pointing at the right direction? I'm also planning add most of the wood itens as possible fuel (planks and sticks) into the firepit (with reduced burning time of couse). I'm glad to join the TFC community (altough i'm playing it since MC1.2.5) and hope learn more, discuss things and have fun !! Thanks