Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 1003 1004 [1005] 1006 1007 ... 1380

Author Topic: Minecraft - It has blocks.  (Read 2422073 times)

The Scout

  • Bay Watcher
  • ?????
    • View Profile
Re: Minecraft - It has blocks.
« Reply #15060 on: December 30, 2011, 03:33:57 pm »

password = "hello"
print "TangentLockLite Ver. 1"
write "Password: "
input = read()
if input = password then
redstone.setOutput ("back", true)
sleep (5)
os.shutdown()
else
print "Incorrect Password"
sleep (2)
os.shutdown()
end

And get the error [String "startup"]:5: 'then' expected.
Logged
Whatever you do, don't agree to stop looking at pornography or getting help from Jesus.
"mind if I sig this"
 - Person who isn't actually going to put that in their sig

forsaken1111

  • Bay Watcher
    • View Profile
    • TTB Twitch
Re: Minecraft - It has blocks.
« Reply #15061 on: December 30, 2011, 04:09:15 pm »

are older saves still compatible? or should i start from scratch again?
(you know. oil well, village nearby. magma in a bucket...)
Thinking about this, the other thing I changed is I set redpower copper/tin not to spawn so you shouldn't see any more duplicate copper/tin ores. Obviously in areas you have already explored they will be there but in any new areas generated under the new pack you will have only one type of copper/tin and that type is usable for any recipe. If you toss all of your copper/tin into a macerator it will make it all into dust and then smelt into a single type of ingot.
Logged

The Scout

  • Bay Watcher
  • ?????
    • View Profile
Re: Minecraft - It has blocks.
« Reply #15062 on: December 30, 2011, 04:45:38 pm »

I'm... i'm... let down. It just won't recognize the damned then. I've done everything to fix it. Halp?
Logged
Whatever you do, don't agree to stop looking at pornography or getting help from Jesus.
"mind if I sig this"
 - Person who isn't actually going to put that in their sig

forsaken1111

  • Bay Watcher
    • View Profile
    • TTB Twitch
Re: Minecraft - It has blocks.
« Reply #15063 on: December 30, 2011, 04:48:45 pm »

I really have no idea. That's not a mod I have looked into yet. I will probably look at it eventually. Have you tried asking in their thread?
Logged

Rhodan

  • Bay Watcher
    • View Profile
Re: Minecraft - It has blocks.
« Reply #15064 on: December 30, 2011, 05:31:47 pm »

password = "hello"
print "TangentLockLite Ver. 1"
write "Password: "
input = read()
if input == password then
redstone.setOutput ("back", true)
sleep (5)
os.shutdown()
else
print "Incorrect Password"
sleep (2)
os.shutdown()
end

And get the error [String "startup"]:5: 'then' expected.

I *think* this is your error. A single "=" sign is used to assign a value to a variable, a double "=" is to check if two values are equal.
Logged

Niveras

  • Bay Watcher
    • View Profile
Re: Minecraft - It has blocks.
« Reply #15065 on: December 30, 2011, 06:48:02 pm »

Anyone know which mod adds Concrete in the technic pack? It uses bronze, but so do most of the railcraft recipes, so I can't be sure which mod it is from.

Trying to figure out how strong it is compared to Obsidian/reinforced stone/other building materials. I imagine reinforced stone is stronger since there is more going into it.
« Last Edit: December 30, 2011, 06:54:03 pm by Niveras »
Logged

buckets

  • Bay Watcher
    • View Profile
Re: Minecraft - It has blocks.
« Reply #15066 on: December 30, 2011, 07:22:00 pm »

password = "hello"
print "TangentLockLite Ver. 1"
write "Password: "
input = read()
if input == password then
redstone.setOutput ("back", true)
sleep (5)
os.shutdown()
else
print "Incorrect Password"
sleep (2)
os.shutdown()
end

And get the error [String "startup"]:5: 'then' expected.

I *think* this is your error. A single "=" sign is used to assign a value to a variable, a double "=" is to check if two values are equal.
This is how it is in everything I write with, so I agree.
Logged

Sergius

  • Bay Watcher
    • View Profile
Re: Minecraft - It has blocks.
« Reply #15067 on: December 30, 2011, 08:09:04 pm »

CRAP first time playing 1.0 for any real amount of time and the sound of my tool breaking ALMOST GAVE ME A HEART ATTACK.
Logged

Neyvn

  • Bay Watcher
    • View Profile
Re: Minecraft - It has blocks.
« Reply #15068 on: December 30, 2011, 08:17:02 pm »

Ok can I ask for a bit of redstone help...

I have a hidden door. It takes time to reach it from where you activate it. I HAVE ALREADY TAKEN CARE OF THIS PART.
Passing through the door takes up to 10seconds without lag.
How do I increase the OFF TIME of a Piston before it activates and closes the door without you in it...
Logged
Quote from: Ubiq
Broker: Wasn't there an ambush squad here just a second ago?
Merchant: I don't know what you're talking about. Do you want this goblin ankle bone amulet or not?
My LIVESTREAM. I'm Aussie, so not everything is clean. Least it works...

Darvi

  • Bay Watcher
  • <Cript> Darvi is my wifi.
    • View Profile
Re: Minecraft - It has blocks.
« Reply #15069 on: December 30, 2011, 08:18:58 pm »

Repeaters.

And before you ask, it's actually kinda complicated.
Logged

Neyvn

  • Bay Watcher
    • View Profile
Re: Minecraft - It has blocks.
« Reply #15070 on: December 30, 2011, 08:22:57 pm »

Repeaters.

And before you ask, it's actually kinda complicated.
Darvi...
Delays don't work. I have tried that, many times, many ways. I am looking for the complicated cause the obvious isn't working...
Logged
Quote from: Ubiq
Broker: Wasn't there an ambush squad here just a second ago?
Merchant: I don't know what you're talking about. Do you want this goblin ankle bone amulet or not?
My LIVESTREAM. I'm Aussie, so not everything is clean. Least it works...

Darvi

  • Bay Watcher
  • <Cript> Darvi is my wifi.
    • View Profile
Re: Minecraft - It has blocks.
« Reply #15071 on: December 30, 2011, 08:25:35 pm »

I'm not talking regular delays here. I mean having two redstone wires, connected to the same power source, but with differently delaying repeaters in them. That way you'd have two or more signals arriving shortly one after another, which would be about the same as one long signal.

Of course since this is a door we're talking about, I dunno if there's enough place to place a second wire.
Logged

Neyvn

  • Bay Watcher
    • View Profile
Re: Minecraft - It has blocks.
« Reply #15072 on: December 30, 2011, 08:32:50 pm »

I'll make it more clearer...
I have a pit, which you can climb with ladders, at the top is the hidden door with water ontop of it. When the door is opened the Ladders stop the water passing through. At the bottom I have a pressure plate, the plate sends a signel which is delayed to the door at the top so that it opens when you get there, you then have to swim through the water to get out. The problem is this, the door recloses before you can get half way through the block that it exists in.
The Door is constantly active when idle so that the Door remains closed. When the signal reaches the top from the plate at the bottom, an inverter swaps the power singal to a deactivate signal. Opening the door...

Fake Edit:: Forgot about Piston Delays, Hex (Heliman) finished it for me...
Logged
Quote from: Ubiq
Broker: Wasn't there an ambush squad here just a second ago?
Merchant: I don't know what you're talking about. Do you want this goblin ankle bone amulet or not?
My LIVESTREAM. I'm Aussie, so not everything is clean. Least it works...

sonerohi

  • Bay Watcher
    • View Profile
Re: Minecraft - It has blocks.
« Reply #15073 on: December 31, 2011, 02:57:04 pm »

@Forsaken: newbie to working with non-vanilla MC here. Is that pack everything and all things necessary to install itself? And how do I install it? Unzip it inside which directory? Sorry if these are stupidly simple questions but I had a frustrating time with the yogbox that I don't want to repeat.
Logged
I picked up the stone and carved my name into the wind.

forsaken1111

  • Bay Watcher
    • View Profile
    • TTB Twitch
Re: Minecraft - It has blocks.
« Reply #15074 on: December 31, 2011, 03:22:53 pm »

@Forsaken: newbie to working with non-vanilla MC here. Is that pack everything and all things necessary to install itself? And how do I install it? Unzip it inside which directory? Sorry if these are stupidly simple questions but I had a frustrating time with the yogbox that I don't want to repeat.
The pack has everything needed, but you have to install it. There is a readme file inside the zip which has simple steps.

1. Open Minecraft.jar. You can do this using something like 7zip or winzip. I use 7zip personally.
2. Delete the META-INF folder from minecraft.jar.
3. Copy the full contents of the Bin folder from the modpack into Minecraft.jar. Just drop all of the files in, don't put the Bin folder itself in there.
4. Close Minecraft.jar.
5. Copy the Mods, Config, Redpower and Resources folders to the base .minecraft folder. If it asks you if you wish to merge or overwrite, say yes.
6. Copy WorldEdit.jar to the .minecraft\bin folder
7. Play
« Last Edit: December 31, 2011, 03:26:46 pm by forsaken1111 »
Logged
Pages: 1 ... 1003 1004 [1005] 1006 1007 ... 1380