-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathRedstone.html
More file actions
161 lines (161 loc) · 11.3 KB
/
Redstone.html
File metadata and controls
161 lines (161 loc) · 11.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-TDKDZ7F');</script>
<!-- End Google Tag Manager -->
<title>Minecraft Redstone Guide</title>
<meta charset="UTF-8">
<link rel="stylesheet" href="main.css">
<link rel="icon" href="images/Minecraft_logo.png">
</head>
<body>
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TDKDZ7F"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
<header class="topnav header" id="Header">
<a href="index.html" id="icon"><img src="images/Minecraft_logo.png" class="logo" alt="homepage logo"></a>
<a class="link" href="index.html">Home</a>
<a href="Building.html" class="link">Building</a>
<a href="Crafting.html" class="link">Crafting</a>
<a href="Combat.html" class="link">Combat</a>
<a href="Commands.html" class="link">Commands</a>
<a href="#" class="link active">Redstone</a>
<a href="Credits.html" class="link" id="no-line">Credits</a>
</header>
<div class="contents">
<div class="banner-container banner-image-1">
<div class="banner-text">
<h1>REDSTONE</h1>
<p class="whitetext"> Redstone is a logic system which is used as a way to automate the game and control what is happening in it, as well as an educational tool to learn about electronics in a fun, engaging way. Redstone models electricity in the real world to power appliances and tools to make life easier for us. There are various blocks used in redstone explained below.</p>
</div>
</div>
<div class="flex-container">
<div class="center">
<img src="images/redstone wire.png" class="redstone-block-pic">
<h3 class="card-text">Redstone Dust</h3>
<p class="card-text"> Redstone dust acts as a wire, transmitting redstone power through it. Unlike the real world, there is infinite power that lasts forever once a power source is placed, although as it travels through the wire it gets duller and duller until 15 blocks later the signal disappears. </p>
</div>
<div class="center">
<img src="images/repeater.png" class="redstone-block-pic">
<h3 class="card-text">Redstone Repeater</h3>
<p class="card-text"> Redstone repeaters are used to transmit power. They strengthen redstone dust signals that have been weakened by distance. They are also used to delay a signal and/or redirect a signal. </p>
</div>
<div class="center">
<img src="images/Comparator.png" class="redstone-block-pic">
<h3 class="card-text">Redstone Comparator</h3>
<p class="card-text">Redstone comparators are used to compare or subtract two signals. They can also be used to measure how full a container (for example a chest or hopper) is.</p>
</div>
</div>
</div>
<div class="flex-container">
<div class="center">
<img src="images/Lamp.png" class="redstone-block-pic">
<h3 class="card-text">Redstone Lamp</h3>
<p class="card-text"> Redstone Lamp is a simple redstone component that emits light when activated. These are often used as an indicator in large redstone contraptions. </p>
</div>
<div class="center">
<img src="images/Piston.png" class="redstone-block-pic">
<h3 class="card-text">Piston & Sticky Piston</h3>
<p class="card-text">Pistons are used to push blocks. Sticky pistons can push and pull blocks. There are some blocks, however, that cannot be pushed or pulled, for example obsidian.</p>
</div>
<div class="center">
<img src="images/Dispenser.png" class="redstone-block-pic">
<h3 class="card-text">Dispenser & Dropper</h3>
<p class="card-text">Both dispensers and droppers drop out any one of the items inside of them when powered. Dispensers can also shoot out projectiles, such as arrows, and empty buckets of water or lava.</p>
</div>
</div>
<div class="flex-container">
<div class="center">
<img src="images/Block of Redstone.png" class="redstone-block-pic">
<h3 class="card-text">Redstone Block</h3>
<p class="card-text"> Redstone Block is a simple redstone component that acts as a power source. They power all redstone components on all 6 sides. </p>
</div>
<div class="center">
<img src="images/Hopper.png" class="redstone-block-pic">
<h3 class="card-text">Hopper</h3>
<p class="card-text">Hoppers can take items out of containers, such as chests and other hoppers, and then feed the items into other containers. </p>
</div>
<div class="center">
<img src="images/Observer.png" class="redstone-block-pic">
<h3 class="card-text">Observer</h3>
<p class="card-text">One side of the observer (the side with the face on it) checks for block updates (i.e. a block being broken or placed), and when one is detected the side opposite it will output redstone power for a brief period of time.</p>
</div>
</div>
<div class="flex-container">
<div class="center">
<img src="images/Lever.png" class="redstone-block-pic">
<h3 class="card-text">Lever</h3>
<p class="card-text"> Levers, when turned on, power all redstone components connected to them until it is turned off. </p>
</div>
<div class="center">
<img src="images/Button.png" class="redstone-block-pic">
<h3 class="card-text">Button</h3>
<p class="card-text">Buttons power all redstone components connected to then for a brief period of time. </p>
</div>
<div class="center">
<img src="images/Redstone Torch.png" class="redstone-block-pic">
<h3 class="card-text">Redstone Torch</h3>
<p class="card-text">Redstone torches act as a power source. They are also used to invert redstone signals.</p>
</div>
</div>
<div class="flex-container">
<div class="center">
<img src="images/Pressure Plate.png" class="redstone-block-pic">
<h3 class="card-text">Pressure Plate</h3>
<p class="card-text"> A pressure plate is a block that can be used to detect players, mobs, items, etc. that steps over it. It has four variants, wooden, stone, light weighted and heavy weighted. </p>
</div>
<div class="center">
<img src="images/Daylight Detector.png" class="redstone-block-pic">
<h3 class="card-text">Daylight Sensor</h3>
<p class="card-text">A daylight detector is a block that outputs a redstone signal based on sunlight. It can be inverted to detect lack of sunlight. </p>
</div>
<div class="center">
<img src="images/Target.png" class="redstone-block-pic">
<h3 class="card-text">Target Block</h3>
<p class="card-text">A target is a block that provides a temporary redstone charge when hit by a projectile. The strength of the signal depends on how close the projectile hit to the middle.</p>
</div>
</div>
<div class="green-box flex-container below">
<div class="left">
<img src="images/Gates.png" style="max-width: 110%;" class="center" alt="and, or and not gates made with redstone">
</div>
<div class="right">
<h2 class="whitetext">Logic gates</h2>
<p class="whitetext">These components can be combined to create logic gates, such as the <i>or</i>, <i>and</i>, and <i>not</i> gate. These fundamental gates are the same as devices in the real world use, meaning that you can create an entire CPU in Minecraft. You could also make a circuit that adds binary numbers without using too many components. While redstone being able to form logic gates has many theoretical implications including Turing-Completeness and being able to perform any computation a computer can do, it has additional practical purposes for farms. For example, you could kill mobs in a killing chamber every 10 minutes (as determined by daylight sensor) <i>OR</i> when the player hits a button.
</p>
</div>
</div>
<div class="grey-box flex-container">
<div class="left">
<h2 class="whitetext">What now</h2>
<p class="whitetext">While redstone is complicated, amazing things can be done with it. From farms to contraptions to minigames redstone can completely change the way you play minecraft. You can choose to specialise in it and make amazing <i>Jeb Doors</i> through complicated piston arrangements as shown, or just use redstone to make farms. Most players are bad at redstone, so don't fret if its nature eludes you! There is a fun video on the right explaining how to improve at redstone. His channel contains lots of redstone tutorials and builds if this webpage has left you yearning for more. The <a href="https://www.amazon.com.au/Minecraft-Redstone-Handbook-Scholastic/dp/054568515X" class="whitetext">Official Minecraft Redstone Handbook</a> contains many step-by-step tutorials and explanations of components and is a valuable resource for aspiring redstone designers. </p>
</div>
<div class="right">
<div class="videoWrapper">
<iframe src="https://www.youtube.com/embed/EDe_Bp2UWOU" title="YouTube video player" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</div>
</div>
<footer class="below" style="min-height:330px">
<div style="background-color: #212121; float: left; padding-left: 65px;">
<h4 class="whitetext">Resources</h4>
<p class="whitetext footer-text"><a href="http://minecraft.net/" class="whitetext">Official Minecraft Website</a> | <a href="https://minecraft.fandom.com/wiki/Minecraft_Wiki" class="whitetext">Minecraft Wiki</a> | <a href="https://www.amazon.com.au/Minecraft-Complete-Handbook-Collection-Scholastic/dp/0545685192" class="whitetext">Minecraft Handbooks</a> | <a href="https://minecraft.fandom.com/wiki/Tutorials " class="whitetext">Minecraft Wiki Tutorials</a></p>
</div>
<div style="background-color: #212121; float: right; padding-bottom: 10px; padding-right: 65px; text-align: right;">
<h4 class="whitetext">YouTubers</h4>
<p class="whitetext footer-text"><a href="https://www.youtube.com/channel/UChFur_NwVSbUozOcF_F2kMg/" class="whitetext">Mumbo Jumbo (Redstone)</a> | <a href="https://www.youtube.com/user/Xelqua" class="whitetext">Grian (Building)</a> | <a href="https://www.youtube.com/channel/UCTkXRDQl0luXxVQrRQvWS6w" class="whitetext">Dream (Speedrunning)</a> | <a href="https://www.youtube.com/channel/UCJZam2u1G0syq3kyqrCXrNw" class="whitetext">PrestonPlayz (Minigames)</a></p>
</div>
<div class="below" style="padding-left: 65px;">
<p class="whitetext">The project is not endorsed by Microsoft, but is a fan project for educational purposes.</p>
<p class="whitetext">Created by <a href="https://github.com/Blockmaster2118" class="whitetext">Blockmaster2118</a> & <a href="https://github.com/stampzfanz" class="whitetext">Stampzfanz</a></p>
<p class="whitetext">All rights reserved © 2021</p>
</div>
</footer>
<script src="scripts.js"></script>
</body>