Done Twilight trees

Dieses Thema im Forum "The Ferret Business" wurde erstellt von julio1237878, 9. September 2015.

  1. julio1237878

    julio1237878 Game enthusiastic

    Beiträge:
    1.024
    Zustimmungen:
    144
    Ortszeit:
    21:33
    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
     
    Zuletzt bearbeitet: 10. September 2015
  2. CheshireLill

    CheshireLill Well-Known Member

    Beiträge:
    218
    Zustimmungen:
    112
    Ortszeit:
    23:33
    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 gefällt das.
  3. julio1237878

    julio1237878 Game enthusiastic

    Beiträge:
    1.024
    Zustimmungen:
    144
    Ortszeit:
    21:33
    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
     
    Zuletzt bearbeitet: 10. September 2015
  4. chaosblad3

    chaosblad3 Very Well-Known Member

    Beiträge:
    1.701
    Zustimmungen:
    649
    Ortszeit:
    05:33
    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

    Beiträge:
    1.024
    Zustimmungen:
    144
    Ortszeit:
    21:33
    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>]]);
    
     
    Zuletzt bearbeitet: 11. September 2015
  6. tyler489

    tyler489 Well-Known Member

    Beiträge:
    1.873
    Zustimmungen:
    202
    Ortszeit:
    23:33
    remove the .noReturn() and it should work
     
    julio1237878 gefällt das.
  7. Bennyboy1695

    Bennyboy1695 Well-Known Member

    Beiträge:
    1.888
    Zustimmungen:
    498
    Ortszeit:
    05:33
    Or you can just do f3+h t show the item names ;)
     
    chugga_fan gefällt das.
  8. chaosblad3

    chaosblad3 Very Well-Known Member

    Beiträge:
    1.701
    Zustimmungen:
    649
    Ortszeit:
    05:33
    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

    Beiträge:
    359
    Zustimmungen:
    15
    Ortszeit:
    06:33
    And when i dump it where it ends ?
     
  10. Slind

    Slind Founder

    Beiträge:
    8.332
    Zustimmungen:
    3.018
    Ortszeit:
    06:33
    You can copy them from the client console, too :p /mt hand
     

Diese Seite empfehlen