Search results

  • The FTB Forum is now read-only, and is here as an archive. To participate in our community discussions, please join our Discord! https://ftb.team/discord
  1. Niels Henriksen

    What is the best method to craft unstable ingots at the moment ???

    And yesterday for me in DW1.0.14
  2. Niels Henriksen

    TF Mining Tree in the Deep Dark

    There is alot of ore in Deep Dark. Im playing DW20 1.0.14 and I have 3 qurrays in Deep Dark. But I have never tried the Mining Tree :D
  3. Niels Henriksen

    Easy-To-Use ComputerCraft Support?

    Yes I was reading it. You are only allowed to use Integers, Doubles, Floats, Strings, Booleans and null and these will be converted (not by you but by CC) to their corresponding Lua type. It means that you cant use a custom class or hashmap, but I don't know if you can use an array (maybe not)...
  4. Niels Henriksen

    Easy-To-Use ComputerCraft Support?

    You just said that the javadoc says "An array of objects, representing values you wish to return to the lua program." number, booleans and strings ARE objects. Combine them in an array.
  5. Niels Henriksen

    Easy-To-Use ComputerCraft Support?

    Im not so experinced in Java yet and are only now learning to make MC mods but there is what I will do (psodu code and I will expect it to be like this) a = new array() b = new class_of_object() b.itemID = 30761 b.metadata = 42 b.stackSize = 64 b.displayName = "Yeast" a.append(b) Then you...
  6. Niels Henriksen

    Easy-To-Use ComputerCraft Support?

    Then you need to make one more property in your object that tells what this is (like Name or something like that). An API is not supposed to be user-friendly becuase its only data.
  7. Niels Henriksen

    Easy-To-Use ComputerCraft Support?

    Is it your mod that need to return data to CC so the user can read it? Then you just make an array and in each field in the array you put the object. Your object can contain all datatypes that CC accepts. You dont need to use Lua in your mod.
  8. Niels Henriksen

    The Thaumcraft 4.1 Experience

    Im using the ichor wand - with 1000 vis
  9. Niels Henriksen

    How long until you get bored on a new world?

    When Im on a level where I dont need to think about resources Im trying to improve or test new setup.
  10. Niels Henriksen

    How to create my own mod

    If you want to start to make your own mod then I think it will be a good idea to look at 1.7 instead 1.6.4 becuse there are big changes in 1.7. What you can do also is to look at mods on Github and read their code and try to implement the code in your own testmod. Then you can make changes in...
  11. Niels Henriksen

    Interesting Structure In Twilight Forest

    DW is an old man and he decide when to update the mods in his pack :D But you (or your admin) can download it and drop it in the mods folder.
  12. Niels Henriksen

    Interesting Structure In Twilight Forest

    In DireWolf20 there is only 1.20.2 installed
  13. Niels Henriksen

    Hey Guys

    It is spam. There is a group for that here http://forum.feed-the-beast.com/forum/youtube-advertising.16/
  14. Niels Henriksen

    Suggestion - sacred rubber sapling.

    I planted one just outside of my door... until I saw this thread :D
  15. Niels Henriksen

    Difference Between Direwolf20 and Monster

    DamageIndicators can Be added to DW20 becausr ITS clientonly.
  16. Niels Henriksen

    Wither boss trap

    I did that in the current DW20 and I dont have flat bedrock. A friend on same server however told me that she had flat bedrock in nether.
  17. Niels Henriksen

    Wither boss trap

    Use the vanilla trap. Find a place in nether where you are close to bedrock in celing. Place a piston and a lever. Make the boss on the piston and before he is ready you activte the piston. He will be trapped in bedrock and you can just hit him as you want.
  18. Niels Henriksen

    ME - What Storage Amount? (1k - 64k)

    You can use Storage Bus from AE on DSU and still use the DSU as storage.
  19. Niels Henriksen

    ME - What Storage Amount? (1k - 64k)

    Plan your setup right. Send the items to a buffer and continue to dis-enchanter to remove the enchants. The items of same type and be sent to auto-anvil to repair. Then everything is same damagetype and will stack
  20. Niels Henriksen

    DW20 ModPack v1.0.14 can't find Blizzes :(

    Is it for making blizz powder? I think you can make that by mixing snowball and liquid redstone.