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

Make (your) custom Items in TFC!

30 posts in this topic

I'm curious if anyone has tested to see if this makes it possible to add more Tech mods alongside TFCraft.

It's kind of exciting to think about. You could make a recipe where some of the currently useless minerals could be crafted into Nikolite...opening up quite a bit of Redpower. You could make a recipe for rubber and uranium, thus making IC2 feasible.

From what I understand, the main obstacle to compatibility between TFCraft and those tech mods is world gen. Being able to add recipes that give you a way around this while maintaining the need to explore for these resources could be a game changer.

And before anyone screams "But that's not the point of TFCraft!" It may not be the way you want to play but it's the way some of us dream of playing. An ultimate build where you get all the fun of the TFCraft early game but eventually, through a crapload of hard work, are able build amazing machines that make you feel like the master of your world.

0

Share this post


Link to post
Share on other sites

If it's only the new items you need for other "tech" mods, i guess you could make a mod that use TFC items to create the needed/missing items for these mods.

Though it wouldn't be that believable from the TFC point of view, but it would give items that other mods need.

0

Share this post


Link to post
Share on other sites

Hello, i'ts me necroposting again :D

 

This time  I'm here to correct the  wildfirefly12 attempt ( he almost succeed) to make Simply Horses 100% compatible with TFC using the Custom stuff mod. Beside this mod is also needed  the aeroc '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  ( :o 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  Dijayus instructions in this post : http://terrafirmacraft.com/f/topic/2460-what-other-mods-do-you-use-with-tfc/page-4#entry56984
  • After that download this texture for the Wheel and install in in .minecraft/config/CustomStuff/Mods/(whateverfoldernameyoumade)/textures/items folder:

    Posted Image

  • 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:

 

 
//wheel
config.addItemIdProperty("WheelId", 6000);
mod.addItem("Wheel.js", "normal");
 
 
//Recipes Simplyhorses;
//lasso
mod.addRecipe("1156", 3, 3, 0, "16997", "16997", 0, "16293", "16997", "16997", 0, 0);
 
//SpawnLasso
mod.addRecipe("1157", 3, 3, 0, "16997", "16997", 0, "280", "16997", "16997", 0, 0);
 
//saddle
mod.addRecipe("329", 3, 3, "17010", "17010", "17010", "17010", 0, "17010", "16293", 0, "16293");
 
//harness
mod.addRecipe("1165", 3, 3, "17010", 0, "17010", "16293", "17010", "16293", "17010", 0, "17010");
 
//Arabian shoes
mod.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 bridle
mod.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 needed
mod.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");
 
 
//wagon
mod.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");
 
//Vardo
mod.addRecipe("1164", 3, 3, "16999 2", "16999 2", "16999 2", "16999 2", "355 1", "16999 2", "19263", "1163 1", "19263");

  • Play the game

Remember you can spawn horses in early game but will able tame it in legit way  only when you got to iron age =)

 

The recipes:

Posted Image

Obs: The second Clydesdale Yoke recipe is the correct one

 

I hope it's useful for someone =)

0

Share this post


Link to post
Share on other sites

wouldn't customnpc also make it so you can make your own recipes... granted you need to be in creative in game to make them but it is possible

0

Share this post


Link to post
Share on other sites

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

0

Share this post


Link to post
Share on other sites