Jump to content

Recommended Posts

Posted

IP: 65.189.50.170:25567

We are looking for skilled people that we can build a factory in survival with. Going to keep this simple:

Looking for:

Bluetricity Experts(x2)

Red Power Expert (Bestboi322)

Industrial Craft Experts (x2) (mrvideogaming1 and johnshone)

Computer Craft Expert (Need somebody very skilled)

Factorization Experts (x2)

Thermal Expansion Experts (x2)

Steve's Carts Expert (j0e376)

Build Craft Experts (x2)

Good Builders (Any number)

Whitelist Application

IGN:

Age:

Mod of expertise:

Prove that you are an expert of the above mod:

Have you ever been banned? If so, why?:

Any other things I should know:

Rules:

1. Don't be an idiot

2. Don't lie to me. If you suck at Industrial Craft, don't sign up for the Industrial Craft spot

3. Don't insult other people on the server. They're here for the same reason as you.

4. This isn't so much as a rule as a recommendation: Please use grammar. Please.

Uptime:

Add me on Skype @ Jimdude2435. I'll alert you whenever the server is up.

Additional Info:

After the factory is built, we'll build an office complex (in Creative if we're all worn out from building the factory) and form a "company". People who participated in the build will be opped and get automatic positions in higher up places. Afterwards, we'll open the server to public to give tours to people.

Posted

Hello I'm Dragon7374 I consider myself quite good at mining and setup of most of tekkit I can do computer craft ok but my best is industrial craft I'm a great builder of things to do with tekkit and would love to join your server.

I'm 11 I've never been banned or griefed anything even a random unlocked chest full of diamond stuff.

I'd love to join and help tekkit is awsome I try to play regularly. Hope I can join. :-)

Posted

By good I mean I can use computers and monitors well, setup buildcraft and industrialcraft easy if I have the things and mine quite well I'm good at all parts of tekkit but I suck at pvp but that shouldn't matter

Posted

IGN: j0e376

Age: 17

Mod of expertise: Jack of all traits. I can write a limited amount of computer craft code. Very skilled with IC2, Buildcraft, StevesCarts, and redpower/blue electricity.

Prove that you are an expert of the above mod: I've made a zeplin with 10000+ frames

and a working base inside with an elevator.

Have you ever been banned? If so, why?: I don't believe so.

Any other things I should know: im good with redstone

Posted

IGN: daydream567

AGE: 17

Mod of expertise:

Buildcraft and ic are easy for me. i know much about cc and rp

Prove: i build an automatic nuclear power station

Have you ever been banned? i never got banned at any minecraft server

Posted

IGN: mrvideogaming1

Age: 13

Mod of expertise: Buildcraft and Building redpower, computercarft (im extremely skilled at programming mining turtles)

Prove that you are an expert of the above mod:

shell.run("clear")

print("Welcome to Branching V1.0")

print("Place turtle in front of first branch.")

print("He can only dig new branches to the")

print("right, so make sure he's on the left")

print("side of the tunnel :)")

print("---------------------------------------")

print("How many branches would you like?")

rows = io.read()

print("How deep should they be? (Blocks)")

depth = io.read()

print("Place torches? (Slot 2) (Y/N)")

torches = io.read()

shell.run("clear")

print("Settings:")

print("---------------------------------------")

print("Branches : ", rows)

print("Depth : ", depth)

print("Torches: ", torches)

print("---------------------------------------")

print("Branching jetzt starten? (Y/N)")

start = io.read()

-- Functions

function refuelAll()

fuelLeft = turtle.getFuelLevel()

if fuelLeft < (depth * 2 + 20) then

for i = 1, 16 do

turtle.select(i)

turtle.refuel()

end

if turtle.getFuelLevel() < (depth * 2 + 20) then

print("Not enough fuel left! Abort!")

return false

else

return true

end

else

return true

end

end

function returnToMainPath(finalDepth)

turtle.turnLeft()

turtle.turnLeft()

while finalDepth > 0 do

repeat

turtle.dig()

until turtle.forward()

finalDepth = finalDepth - 1

end

end

function moveToNextBranch()

turtle.turnLeft()

turtle.forward()

turtle.forward()

turtle.forward()

turtle.turnLeft()

end

function placeTorch()

turtle.back()

turtle.select(2)

turtle.placeUp()

turtle.forward()

end

function digBranch()

--Config

x=1

--Start the program

for currentDepth = 1, depth do

-- Dig

turtle.dig()

repeat

turtle.dig()

until turtle.forward()

turtle.digUp()

-- Place torches every 8 blocks

if torches == 'Y' or torches == 'y' then

modulo = x % 8

if modulo == 0 then

placeTorch()

end

end

x=x+1

finalDepth = currentDepth

end

return finalDepth

end

function dropItems()

end

function returnItems()

end

function run()

for currentBranch = 1, rows do

-- Check for fuel, if low refuel with everything you have

if refuelAll() then

-- Dig branch and return depth

finalDepth = digBranch()

-- Back to the main tunnel

returnToMainPath(finalDepth)

--TODO return items

--returnItems()

-- Move to next branch

moveToNextBranch()

end

end

print("Finished digging!")

end

--Starten

if start == 'Y' or start == 'y' then

shell.run("clear")

print("Started...")

run()

else

shell.run("clear")

print("Abort!")

shell.run("exit")

end

this is a program i made that makes a turtle only mine out diamond and important ores

Have you ever been banned? If so, why?: i was banned once because i was on a youtube vid griefing with a friend from Machinima Realm

Any other things I should know: my FB page were i post old builds. i now use Planet Minecraft

https://www.facebook.com/Mrvideogaming1

Posted

IGN: johnshone (getting new account soon)

Age: 15

Mod of expertise: IC BC and Im an okish builder

Prove that you are an expert of the above mod: Using IC i can create a very good mass fabricator system and IN BC im good at the quarrying plus im an okish builer when it comes to certain buildings

Have you ever been banned? If so, why?: Nope

Any other things I should know: Im from the uk

Posted

IGN: Bestboi322

Age: 14

Mod of expertise: I'm a great builder and also i am very good with IC2 and redpower

Prove that you are an expert of the above mod: I have made an automatic quarry sorting system that generates EMC and macerates and puts the appropriate items in the right chests

Have you ever been banned? If so, why?: Nope, never

Any other things I should know: I used to have my own server

Posted

IGN: Bestboi322

Age: 14

Mod of expertise: I'm a great builder and also i am very good with IC2 and redpower

Prove that you are an expert of the above mod: I have made an automatic quarry sorting system that generates EMC and macerates and puts the appropriate items in the right chests

Have you ever been banned? If so, why?: Nope, never

Any other things I should know: I used to have my own server

Alright, you're in! Skaip?

Posted

IGN: scipio305663

Age: 16

Mod of expertise: IC2, and skilled in BuildCraft

Prove that you are an expert of the above mod: I can make a quarry sorter/dump-chest setup

Have you ever been banned? If so, why?: Never banned

Any other things I should know: From USA, usually working/doing homework after 7 and I've been playing Minecraft since 1.7 Beta

Posted

IGN:Dragon7374

Age:11

Mod of expertise:industrialcraft/buildcraft

Prove that you are an expert of the above mod:I know how to craft most items and setup with all pipes/cables efficiently.

Have you ever been banned? If so, why?:never banned

Any other things I should know:I've never griefed

Posted

rIGN:1726379897

Age:14

Mod of expertise: Bluetricity, and also im very good with Ic2 and bc, i also know 99.99% of things about thermal expansion :) Mate :)

Prove that you are an expert of the above mod:Bluetricity: i built a 9x9 frame tbm head that got me so many resources, my world literally wouldnt let me in anymore, it went corrupt.

Have you ever been banned? If so, why?: once yes, from a silly little server for griefing, a long time ago. I'm going to not lie, i griefed in Alpha, once, got banned, realized i shouldnt do it, but they put the ban on MCBouncer/ or MCbans, something like that :P

Any other things I should know: I like trains : If you want to skype w/ me PM me :P

Posted

IGN:johiah (no caps)

Age:11

Mod of expertise:buildcraft and equivalent exchange

Prove that you are an expert of the above mod:In buildcraft I once set up an automatic bone/emc machine that macerated the bones to five dust (One bone is worth three bone meal) and the two extra go to a condenser making diamonds.In E.Q I built a power flower system that got me one dark matter every 30 secs.

Have you ever been banned? If so, why?: I have never been banned.

Any other things I should know:I'm only allowed on the computer an hour every day and sometimes my minecraft crashes, but not usually.

Posted

Whitelist Application

IGN:christinator3

Age:12

Mod of expertise:I Haven't Been Banned EVER And i am a GOOD BUILDER Pretty Much The Best Builder you can find

.

Posted

IGN:ironalex2404

Age:13

Mod of expertise:im an expert in power and building on a high and small scale.

Prove that you are an expert of the above mod: ii don't what to prove cuz you might as well think it's fake and then i did it all for nothing. sorry.

Have you ever been banned? If so, why?:yes. 1 time i used fly hack at a survival server and 1 time i asked to get banned to show a friend what happens if you get banned and a few times for griefing long ago. farder on i don't know. i did check on McBans and it sayd i had 0 appeals. but if you see more you can note it or tell me.

Any other things I should know:i longer online in the weekend and schooldays im also online but less long. and i can work good on my self.

thank you.

Posted

IGN:johiah (no caps)

Age:11

Mod of expertise:buildcraft and equivalent exchange

Prove that you are an expert of the above mod:In buildcraft I once set up an automatic bone/emc machine that macerated the bones to five dust (One bone is worth three bone meal) and the two extra go to a condenser making diamonds.In E.Q I built a power flower system that got me one dark matter every 30 secs.

Have you ever been banned? If so, why?: I have never been banned.

Any other things I should know:I'm only allowed on the computer an hour every day and sometimes my minecraft crashes, but not usually.

I would have accepted you, but Tekkit Lite doesn't use Equivalent Exchange, so sorry :(

Guest
This topic is now closed to further replies.
×
×
  • Create New...