Done Twilight trees

Discussion in 'The Ferret Business' started by julio1237878, Sep 9, 2015.

  1. julio1237878

    julio1237878 Game enthusiastic

    Messages:
    1,024
    Likes Received:
    144
    Local Time:
    10:36 AM
    So since the twilight forest its disable i was thinking if it would be possible to add the following tree to the market or if there can be a crafting recipe for them

    This are the Sapling plus a block


    Canopy Tree Sapling ID: 1230:1
    Twilight Mangrove Sapling ID: 1230:2
    Darkwood Sapling 1230:3
    Robust Twilight Oak Sapling ID 1230:4
    Smoking Block ID: 1228



    Hope it is possible since they really look nice for decoration

    Below are some crafting recipe for what i have now

    [​IMG] 2 Oak Saplings and 2 Birch Saplings

    [​IMG] 2 Spruce Sapling and 2 Birch Saplings

    [​IMG] 2 Ink Sank and 2 Spruce Saplings

    [​IMG] 4 Buckets of lava , 4 Stone and 1 Flint and Steel

    [​IMG] 2 Jungle Saplings and 2 Jungle Wood Blocks
     
    Last edited: Sep 10, 2015
  2. CheshireLill

    CheshireLill Well-Known Member

    Messages:
    218
    Likes Received:
    112
    Local Time:
    12:36 PM
    You forgot flaming block, the fireflies, the special saplings:tree of time, tree of transformation, miner's tree, sorting tree ( I think that's all). A sickly twilight oak is the same as a regular oak sapling. No sense in adding that to the market. But the rest I would like to see either craftable or buyable.
     
    julio1237878 likes this.
  3. julio1237878

    julio1237878 Game enthusiastic

    Messages:
    1,024
    Likes Received:
    144
    Local Time:
    10:36 AM
    Cheshirelill if you an add the ID of those items and blocks i can add it to the list

    Btw Cheshirelill if by flaming block you mean the one that spits fire i already have it on the list
     
    Last edited: Sep 10, 2015
  4. chaosblad3

    chaosblad3 Very Well-Known Member

    Messages:
    1,701
    Likes Received:
    649
    Local Time:
    6:36 PM
    FYI for custom recipes it is the unlocalised item names we would need not IDs, if you go to NEI options you can dump a list of all item names for the modpack to a .csv file

    This is the list for Crundee for example

    So the darkwood sapling that you listed instead of being ID "1230:3" it would be "TwilightForest:tile.TFSapling:3"

    Also here's a guide for how to write a custom recipe for minetweaker so you can prepare the custom recipes yourself if you like and then if your request for custom recipes is accepted then and admin can just copy your code over straight away ;)
    Tutorial:Basic Recipes - MineTweaker 3
     
  5. julio1237878

    julio1237878 Game enthusiastic

    Messages:
    1,024
    Likes Received:
    144
    Local Time:
    10:36 AM
    Hope i am doing it right


    Code:
    //#MARKER ADD SHAPED
    recipes.addShaped(<TwilightForest:tile.TFFireJet>, [[<ore:stone>, <minecraft:lava_bucket>, <ore:stone>], [<minecraft:lava_bucket>.giveBack(<minecraft:bucket>), <minecraft:flint_and_steel>, <minecraft:lava_bucket>.giveBack(<minecraft:bucket>)], [<ore:stone>, <minecraft:lava_bucket>.giveBack(<minecraft:bucket>), <ore:stone>]]);
    
    Code:
    //#MARKER ADD SHAPED
    recipes.addShaped(<TwilightForest:tile.TFSapling:1>, [[<ore:ferretCheapPlants>, <ore:ferretCheapPlants>], [<ore:ferretCheapPlants>, <ore:ferretCheapPlants>]]);
    
    Code:
    //#MARKER ADD SHAPED
    recipes.addShaped(<TwilightForest:tile.TFSapling:3>, [[<ore:dyeBlack>, <ore:ferretCheapPlants>], [<ore:ferretCheapPlants>, <ore:dyeBlack>]]);
    
    Code:
    //#MARKER ADD SHAPED
    recipes.addShaped(<TwilightForest:tile.TFSapling:2>, [[<ore:ferretCheapPlants>, <ore:ferretCheapPlants>], [<ore:ferretCheapPlants>, <ore:ferretCheapPlants>]]);
    
    Code:
    //#MARKER ADD SHAPED
    recipes.addShaped(<TwilightForest:tile.TFSapling:4>, [[<ore:logWood>, <ore:ferretCheapPlants>], [<ore:ferretCheapPlants>, <ore:logWood>]]);
    
     
    Last edited: Sep 11, 2015
  6. tyler489

    tyler489 Well-Known Member

    Messages:
    1,873
    Likes Received:
    202
    Local Time:
    12:36 PM
    remove the .noReturn() and it should work
     
    julio1237878 likes this.
  7. Bennyboy1695

    Bennyboy1695 Well-Known Member

    Messages:
    1,888
    Likes Received:
    498
    Local Time:
    6:36 PM
    Or you can just do f3+h t show the item names ;)
     
    chugga_fan likes this.
  8. chaosblad3

    chaosblad3 Very Well-Known Member

    Messages:
    1,701
    Likes Received:
    649
    Local Time:
    6:36 PM
    I'm aware of that but I find dumping it easier cause then I can copy and paste the item names instead of having to type them out :p
     
  9. Fousicek

    Fousicek Well-Known Member

    Messages:
    359
    Likes Received:
    15
    Local Time:
    7:36 PM
    And when i dump it where it ends ?
     
  10. Slind

    Slind Founder

    Messages:
    8,332
    Likes Received:
    3,018
    Local Time:
    7:36 PM
    You can copy them from the client console, too :p /mt hand
     

Share This Page