Discuss Scratch

DanTheScratchCrafter
Scratcher
100+ posts

Share your Minecraft redstone builds

bloxcity is an upcoming Minecraft server I will make, it will have many things. how does this have to do with redstone? well I'll tell ya: I want to use your redstone smarts to build the best city ever! here is an example “boiler” that connects to a fuel room and apartment. here is the format of a floor from the apartment:

_______________________
| | |
| rent room | boiler |
| | |

so, here's the boiler!
(s = stone)
(h = hopper)
(l = lever)
(f = furnace)
(c = chest)
(a = air)
(- = floor)
layer one:
    sss
sss
sssss
sssss
sssss
sssss
--sssss--

layer two:
    shs
shs
ssfss
sshss
sscss
sshss
--sshss---
layer three:
    sss
sss
ssass
sssss
ssass
sssss
--sssss--
layer four:
   




l
-----------
how it works:
the stone only shows the furnace and chest, so someone can send coal for their boiler to the fuel room which will send it to their boiler, it makes a note block sound (not shown) which alerts people, if the person who wants it is waiting he/she can grab it. otherwise the lever is used to forward it to storage

share your redstone designs for practical Minecraft apartments


Last edited by DanTheScratchCrafter (Aug. 16, 2018 19:28:59)


DesuNyaa
Scratcher
100+ posts

Share your Minecraft redstone builds

your*

SoftAndWet
Scratcher
1000+ posts

Share your Minecraft redstone builds

But I'm not a minecraft redstone build…

pls add


DanTheScratchCrafter
Scratcher
100+ posts

Share your Minecraft redstone builds

DesuNyaa wrote:

your*
thx

Hex4Nova
Scratcher
1000+ posts

Share your Minecraft redstone builds

DanTheScratchCrafter wrote:

_______________________
| | |
| rent room | boiler |
| | |

so, here's the boiler!
(s = stone)
(h = hopper)
(l = lever)
(f = furnace)
(c = chest)
(a = air)
(- = floor)
layer one:

sss
sss
sssss
sssss
sssss
sssss
–sssss–


layer two:

shs
shs
ssfss
sshss
sscss
sshss
–sshss—

layer three:

sss
sss
ssass
sssss
ssass
sssss
–sssss–

layer four:






l
———–
jesus man, just use monospace font


* BIGになりたい そこのアnタ!
250th post | 500th post | 750th post | 1000th post
hexakon.net
DanTheScratchCrafter
Scratcher
100+ posts

Share your Minecraft redstone builds

Hex4Nova wrote:

DanTheScratchCrafter wrote:

_______________________
| | |
| rent room | boiler |
| | |

so, here's the boiler!
(s = stone)
(h = hopper)
(l = lever)
(f = furnace)
(c = chest)
(a = air)
(- = floor)
layer one:

sss
sss
sssss
sssss
sssss
sssss
–sssss–


layer two:

shs
shs
ssfss
sshss
sscss
sshss
–sshss—

layer three:

sss
sss
ssass
sssss
ssass
sssss
–sssss–

layer four:






l
———–
jesus man, just use monospace font
whats that?

Hex4Nova
Scratcher
1000+ posts

Share your Minecraft redstone builds

DanTheScratchCrafter wrote:

Hex4Nova wrote:

DanTheScratchCrafter wrote:

- l o n g t e x t -
jesus man, just use monospace font
whats that?
this is monospace font, all characters have the same width so you can make tables and charts

x x x
x x
xxxxx x
x x x
x x x


* BIGになりたい そこのアnタ!
250th post | 500th post | 750th post | 1000th post
hexakon.net
DanTheScratchCrafter
Scratcher
100+ posts

Share your Minecraft redstone builds

-SNIP-

Hex4Nova wrote:

this is monospace font, all characters have the same width so you can make tables and charts[/quote]
x x x
x x
xxxxx x
x x x
x x x
done.

DanTheScratchCrafter
Scratcher
100+ posts

Share your Minecraft redstone builds

bump

DanTheScratchCrafter
Scratcher
100+ posts

Share your Minecraft redstone builds

bumper car

102039134
Scratcher
500+ posts

Share your Minecraft redstone builds

I actually make a lot of redstone/command block monstrosities before but I don't know how to describe them… They're… Complex for one text box.
DanTheScratchCrafter
Scratcher
100+ posts

Share your Minecraft redstone builds

102039134 wrote:

I actually make a lot of redstone/command block monstrosities before but I don't know how to describe them… They're… Complex for one text box.
haha

102039134
Scratcher
500+ posts

Share your Minecraft redstone builds

DanTheScratchCrafter wrote:

102039134 wrote:

I actually make a lot of redstone/command block monstrosities before but I don't know how to describe them… They're… Complex for one text box.
haha

The only redstone contraption I think I made there that I can remember is a calculator that uses an item frame as input, and it pretty detects it by the comparator. It depends on the state of the block for that to have an input and its gotta be complex for me to say what are all the possible ways to do input something in the comparator but Redstone Comparators is gonna be my favorite thing to make fun in Minecraft because you can do item detectors in chests, etc.

Another is the Rock-Paper-Scissors, I can't remember if its 1P or 2P but probably 1P because I remembered using a dropper-hopper RNG there (Pretty much like Random binary because it also uses a comparator). I used a lot of AND gates (Search “logic gates” for more info) and it came out pretty well

On to Command Blocks, the most latest one is something I inspired from Sethbling (YEP!), its that Mob Music Generator, so I made my OWN way, I used Scoreboards, invisible armor stands with numbers as name (because it will detect the name based on the scoreboard) and every time the score board increment, a particular line of armor stands detect any entity (items, enemies, etc.) and if they do, the note block plays. Sorry I can't post it because my laptop broke, deleting Minecraft and Terraria in it.

I did a lot of stuff in command block than redstone actually. Like items that trigger stuff, the dress illusion (blue or gold? Actually there was a tag used to detect the pitch and yaw of an entity), many more. But my favorite is making an Iphone, yeah! I also did that. Using the item trigger stuff, an external tool to make the JSON text part easy, and a lot of command blocks. I made an Iphone, but it has the weird stuff in it like a Coin-toss game just to make it simple and my trial on doing some /tellraw magic.
DanTheScratchCrafter
Scratcher
100+ posts

Share your Minecraft redstone builds

102039134 wrote:

DanTheScratchCrafter wrote:

102039134 wrote:

I actually make a lot of redstone/command block monstrosities before but I don't know how to describe them… They're… Complex for one text box.
haha
large snip
neat, I had this idea for command blocks:
a command block chain that does this:
it summons an elder guardian riding on a size 1 slime riding on a size 2 slime riding on a size 3 slime riding on a size 4 slime riding on a size 5 slime riding on a shulker (to keep it immobile until the shulker is killed or a slime is) and if possible adds a raid type bossbar named “Elder Slime Tower”.

Mr_PenguinAlex
Scratcher
1000+ posts

Share your Minecraft redstone builds

I am making a boss fight with a giant teddy bear named Cuddles the Annihilator.

DanTheScratchCrafter
Scratcher
100+ posts

Share your Minecraft redstone builds

Mr_PenguinAlex wrote:

I am making a boss fight with a giant teddy bear named Cuddles the Annihilator.
Intresting, it has an invisible zombie-player detector to make the eyes watch you, I assume?

Powered by DjangoBB