Bay 12 Games Forum

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 809 810 [811] 812 813 ... 1380

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

dragonshardz

  • Bay Watcher
  • [ETHIC:PONY:ACCEPTABLE]
    • View Profile
    • Steam Profile
Re: Minecraft - It has blocks.
« Reply #12150 on: September 25, 2011, 11:18:45 pm »

What version of Minecraft are you running?

Djohaal

  • Bay Watcher
  • [PREFSTRING:Utter Insanitiy]
    • View Profile
    • My deviantart
Re: Minecraft - It has blocks.
« Reply #12151 on: September 25, 2011, 11:30:28 pm »

What version of Minecraft are you running?

At the moment none since the server is offline  :P
I'm running 1.8.1 when I do run it .
Given the new server picker shows which servers are online it helps. However I'll need to set a redirection URL to my computer, otherwise the empty IPs will pile up quickly.
Logged
I really want that one as a "when". I want "grubs", and "virgin woman" to turn into a dragon. and monkey children to suddenly sprout wings. And I want the Dwarven Mutant Academy to only gain their powers upon reaching puberty. I also have a whole host of odd creatures that only make sense if I divide them into children and adults.

Also, tadpoles.

timferius

  • Bay Watcher
    • View Profile
Re: Minecraft - It has blocks.
« Reply #12152 on: September 26, 2011, 08:49:16 am »

So... has anyone built a bridge accross an entire ocean yet?
Logged

Andir

  • Bay Watcher
    • View Profile
Re: Minecraft - It has blocks.
« Reply #12153 on: September 26, 2011, 08:53:25 am »

Depends... does a one wide cobblestone path with rail on it count as a bridge?  If so, yes.  It was very boring in design and the ride.  That world was deprecated in favor of a 1.9 world though.
Logged
"Having faith" that the bridge will not fall, implies that the bridge itself isn't that trustworthy. It's not that different from "I pray that the bridge will hold my weight."

PTTG??

  • Bay Watcher
  • Kringrus! Babak crulurg tingra!
    • View Profile
    • http://www.nowherepublishing.com
Re: Minecraft - It has blocks.
« Reply #12154 on: September 26, 2011, 10:37:36 am »

Question for someone who's found a village in 1.9...
If you kill the villagers, do they respawn? If so, do they still if you dismantle their house?

Important questions! I for one intend to build villagers greatly improved fortified towns. It'd be neat if the population varied the complexity of the structure.
Logged
A thousand million pool balls made from precious metals, covered in beef stock.

Micro102

  • Bay Watcher
    • View Profile
Re: Minecraft - It has blocks.
« Reply #12155 on: September 26, 2011, 10:40:03 am »

I made a trap that forces you into the nether (dam I just realized how I could of made it better). It is needlessly large and with complicated redstone circuitry, but it was fun.

Also, anyone have a good idea on how to sustain the duration of a redstone signal from a button? All I can think of is to make increasingly larger lines of repeaters.
Logged

forsaken1111

  • Bay Watcher
    • View Profile
    • TTB Twitch
Re: Minecraft - It has blocks.
« Reply #12156 on: September 26, 2011, 10:47:52 am »

I made a trap that forces you into the nether (dam I just realized how I could of made it better). It is needlessly large and with complicated redstone circuitry, but it was fun.

Also, anyone have a good idea on how to sustain the duration of a redstone signal from a button? All I can think of is to make increasingly larger lines of repeaters.
Does the trap also disengage/destroy the nether portal causing them to come out somewhere else if they step back through?
Logged

Andir

  • Bay Watcher
    • View Profile
Re: Minecraft - It has blocks.
« Reply #12157 on: September 26, 2011, 11:18:15 am »

Also, anyone have a good idea on how to sustain the duration of a redstone signal from a button? All I can think of is to make increasingly larger lines of repeaters.
The way that I've done it is:
Code: [Select]
I---+>--------+---O (edit: oops, without this repeater, it's a trigger "always on" circuit.)
    +>>>>>>>>>|
    +>>>>>>>>++
    +>>>>>>>++
    +>>>>>>++
    +>>>>>++
    +>>>>++
    +>>>++
    +>>-+
Where I is input, O is output, > is repeater set on max delay.

I'm sure there's probably a more elegant way to do it, but that seems to work.

E:  Apparently: http://www.minecraftwiki.net/wiki/Redstone_circuits#Pulse_Sustainor
« Last Edit: September 26, 2011, 11:45:58 am by Andir »
Logged
"Having faith" that the bridge will not fall, implies that the bridge itself isn't that trustworthy. It's not that different from "I pray that the bridge will hold my weight."

Micro102

  • Bay Watcher
    • View Profile
Re: Minecraft - It has blocks.
« Reply #12158 on: September 26, 2011, 11:59:20 am »

Also, anyone have a good idea on how to sustain the duration of a redstone signal from a button? All I can think of is to make increasingly larger lines of repeaters.
The way that I've done it is:
Code: [Select]
I---+>--------+---O (edit: oops, without this repeater, it's a trigger "always on" circuit.)
    +>>>>>>>>>|
    +>>>>>>>>++
    +>>>>>>>++
    +>>>>>>++
    +>>>>>++
    +>>>>++
    +>>>++
    +>>-+
Where I is input, O is output, > is repeater set on max delay.

I'm sure there's probably a more elegant way to do it, but that seems to work.

E:  Apparently: http://www.minecraftwiki.net/wiki/Redstone_circuits#Pulse_Sustainor

That is what I built and that link answers my question, thx :)

I made a trap that forces you into the nether (dam I just realized how I could of made it better). It is needlessly large and with complicated redstone circuitry, but it was fun.

Also, anyone have a good idea on how to sustain the duration of a redstone signal from a button? All I can think of is to make increasingly larger lines of repeaters.

Does the trap also disengage/destroy the nether portal causing them to come out somewhere else if they step back through?

No, I wanted it to be able to be repeatedly used.
Logged

dragonshardz

  • Bay Watcher
  • [ETHIC:PONY:ACCEPTABLE]
    • View Profile
    • Steam Profile
Re: Minecraft - It has blocks.
« Reply #12159 on: September 26, 2011, 01:59:43 pm »

I made a trap that forces you into the nether (dam I just realized how I could of made it better). It is needlessly large and with complicated redstone circuitry, but it was fun.

Also, anyone have a good idea on how to sustain the duration of a redstone signal from a button? All I can think of is to make increasingly larger lines of repeaters.

Could also use a RS/NOR latch.

Micro102

  • Bay Watcher
    • View Profile
Re: Minecraft - It has blocks.
« Reply #12160 on: September 26, 2011, 02:21:34 pm »

I made a trap that forces you into the nether (dam I just realized how I could of made it better). It is needlessly large and with complicated redstone circuitry, but it was fun.

Also, anyone have a good idea on how to sustain the duration of a redstone signal from a button? All I can think of is to make increasingly larger lines of repeaters.

Could also use a RS/NOR latch.

No, I had to time when pistons would start and stop, both to push the person off ledges before they could react, and to keep them in the portal until they teleported.
Logged

Tilla

  • Bay Watcher
  • Slam with the best or jam with the rest
    • View Profile
Re: Minecraft - It has blocks.
« Reply #12161 on: September 26, 2011, 11:58:29 pm »

YogsCast have successfully kicked the hornets nest of Lulz that are the minecraft community, by demonstrating in a video an unofficially compiled modpack that hasn't secured permissions for the mod (mostly because it was never meant to be a big thing, just a way for a few goons to play with a bunch of mods without wrestling files for 2 hours).

The resulting drama is pretty hilarious, but I won't link here. Just let it be known that Simon and Lewis are masterful trolls :P
Logged

Akhier the Dragon hearted

  • Bay Watcher
  • I'm a Dragon, Roar
    • View Profile
    • My YouTube Channel
Re: Minecraft - It has blocks.
« Reply #12162 on: September 27, 2011, 12:24:30 am »

I just found something neat
Spoiler (click to show/hide)
Logged
Quote
Join us. The crazy is at a perfect temperature today.
So it seems I accidentally put my canteen in my wheelbarrow and didn't notice... and then I got really thirsty... so right before going to sleep I go to take a swig from my canteen and... end up snorting a line of low-grade meth.

Scaraban

  • Bay Watcher
  • One Crazy Ass Giant
    • View Profile
Re: Minecraft - It has blocks.
« Reply #12163 on: September 27, 2011, 12:31:27 am »

Logged
It's a long way to the top if you want dank memes.

SP2

  • Bay Watcher
    • View Profile
Re: Minecraft - It has blocks.
« Reply #12164 on: September 27, 2011, 02:57:31 am »

Yet somewhat amazing.
Logged
Pages: 1 ... 809 810 [811] 812 813 ... 1380