Jump to content

Fiestaguy

Members
  • Posts

    19
  • Joined

  • Last visited

Posts posted by Fiestaguy

  1. That's not too hard. You need to make it check every second or so whether there it has a red stone signal.

    While true do

    Sleep(1)

    If(redstone.getInput("left") == true) then

    * shtuff to happen when redstone is detected

    End

    End

    thanx! now i can try making a locker system with loads of computers and redstone inputs!

    like those lockers you see at local swinming pools! :P

  2. You can also use obsidian instead of an iron/brick block to make a coal chunk.

    that would be unlogic as heck :facepalm:

    this guy needs a diamond becuz he cant find one

    you can only get obsidian with a DIAMOND pick or higher

    its pretty unlogic wont u think?

  3. i only know basic things of CC so far

    i know how to make a Password protected door first asking your ID then your password

    i know how to use disk drives/floppy disks

    and i know about the worst program: the "hello world" program

    BTW what i also wanna know:

    is there a way that a computer runs a program or something when it recieves a redstone pulse?

  4. there is a file where all the mods for tekkit are listed in .jar files

    delete: netherores.jar

    and then restart the server, now it should work

    the IP:

    its recommended to download and install

    logmeinhamachi

    then make ur own hamachi group and people can use the IP listed on ur hamachi window

    also you can use start.command too instead of launch.command ._. just saying

    hope it helps :P

  5. its included in the essentials plugin

    http://dev.bukkit.org/server-mods/essentials/

    plus

    you of course have to make a new text file and write in:

    #!/bin/bash

    cd "$(dirname "$0")"

    exec java -Xmx1G -Xms1G -jar tekkit.jar

    then select: convert to plain text

    then save it as: start.command

    then open terminal and type in: chmod a+x

    then use spacebar after the a+x and drag the start.command file into the terminal window,press enter and run start.command

    have fun :P

  6. these are the goals you can work on:

    make a sorting system with 50 cateorogies (redpower)

    mass-produce 75 different items

    make 5 giant factories

    make a 64X64 quarry dig to bedrock

    get 10 full MFSU's

    make 20 HV solar arrays

    make a conveyor belt with frame motors and chests

    get all EE2 rings/amulets

    get a gem armor+quantum armor

    go to the end and kill the ender dragon (too classic)

    make a giant dept store

    recreate the industrial revolution

    inhabit a stronghold and stuff it up with machines

    good luck

    :P

  7. these are the goals you can work on:

    make a sorting system with 50 cateorogies (redpower)

    mass-produce 75 different items

    make 5 giant factories that go to the building limit

    make a 64X64 quarry dig to bedrock

    get 10 full MFSU's

    make 20 HV solar arrays

    make a conveyor belt with frame motors and chests

    get all EE2 rings/amulets

    get a gem armor+quantum armor

    go to the end and kill the ender dragon (too classic)

    make a giant railcraft rollercoaster going trough your 5 giant factories

    make an MFSU cart,loads of energy unloaders and 1 loader and make the cart go unload power at all ur 5 factories

    make a department store with trade-o-mats and personal safes connected to ur factories so the factories give the items to sell to the dept store

    inhabit a stronghold and stuff it up with millions of machines

    recreate the industrial revolution

    thats all i could think of for now

    good luck

  8. ok i started playing CC and i wanted to have all kinds of monitors in my factory displaying messages like: intruder alert or something but the monitors only work for me with the "hello world" program. i used the commands at the CC wiki and youtube tutorials but it just doesnt work

    maybe ive done something wrong?

    help me

    UPDATE!

    ive typed in this:

    while true do

    sleep(1)

    if (redstone.getInput("right")) then

    monitor, back, print("*my message*")

    end

    end

    and when i reboot the PC it says:

    bios :206: [string "startup"] :5: syntax error

    HELP!

    NOTE:

    my double posting happens becuz of slow internet ._.

  9. this is how to make a diamond

    make a coal ball wich is 8 coal dust surrounding 1 flint

    then compress it to get a compressed coal ball

    surround an brick block/iron block with 8 compressed coal balls, this wll make a coal chunk

    then compress the coal chunk to get a diamond

    (this is tested and it works)

    did none of you ever heard of this way? 0.0

    this is how i make diamond factorys the fun way but its just a good way of getting your diamonds

    Full article at:

    http://thetekkit.wikia.com/wiki/Industrial_Diamond

×
×
  • Create New...