Table of Contents

<html> <style type=“text/css”> #dokuwikicontent p {text-align:justify;} #dokuwikicontent a {} #dokuwikicontent a:hover {} #dokuwikicontent a:active {}

#dokuwikicontent .wikilink1 { font-weight: bold; color: green; transition:1.5s; } #dokuwikicontent .wikilink1:hover { text-decoration:none; color:brown; transition:1.5s; }

h1 {margin-bottom:1px;} h2 {margin-bottom:1px;} h3 {margin-top:5px;margin-bottom:1px;} h4 {margin-bottom:1px;}

.toc {border:0px #666666 solid;} .toc ul {border:0px #666666 solid;} .toc li {border:0px #666666 solid;}

#dokuwiki__content hr {margin-bottom:2px;margin-top:2px;}

.user {}

.elite {

color:gray;

}

.officer {

color:blue;

} .officer .bracket {

color:darkblue;
font-weight:bold;

} .officer a {

font-weight: bold;
color: blue;

}

.mod {

color:green;

} .mod .bracket {

color:darkgreen;
font-weight:bold;

}

.admin {

color:red;

} .admin .bracket {

color:darkred;
font-weight:bold;

}

.owner {

color:gold;

} .owner .bracket {

color:orange;
font-weight:bold;

}

.toc a {color:darkgreen;} .toc a:hover {color:green;transistion:1.5s;} .toc a:active {color:lime;transistion:1.5s;}

.prompt {

padding:5px;
border-radius:10px;
text-align:justify;

} .prompt-blue {

border:darkblue 1px solid;
background-color:lightblue;

} .prompt-green {

border:darkgreen 1px solid;
background-color:lightgreen;

} .prompt-red {

border:darkred 1px solid;
background-color:pink;

}

.prompt-ugly {

border:gray 1px solid;
background-color:lightgray;

}

</style> </html>

SkyWorld

Cobblestone Generator

You're not playing any version of Skyblock without the use of the classic Cobblestone Generator; and of course, you have access to one of these right away… you just have to build it.

The generators here though are a little cursed, so you may not always get what you'd expect (cobblestone). There's a 50% chance of generating a few different things other than cobblestone. We're adding this list soon.

Setup

<html><div class=“prompt prompt-blue”> If you're new to Skyblock and not sure how to make a cobblestone generator, don't worry about that - we've got you covered. Not only do we have a little detailed example at /spawn, but there will also be one on this wiki shortly. </div></html>

Simple

Setting up a simple generator is probably the best way for a beginner to start. The setting up of this is very simple and doesn't take much time at all.

To start off, simply dig a 4×1 hole in the ground.

<html> <table width=“85%”> <tr> <td width=“25%”><br />&nbsp;<br /></td> <td width=“25%”>&nbsp;</td> <td width=“25%”>&nbsp;</td> <td width=“25%”>&nbsp;</td> </tr> </table> </html>

Decide which side you want to put the water, because this is a very important step; messing this up may cause your lava to turn to obsidian if the water touches it. Have fun removing that when you're just starting!

Once you've decided where you're placing your water, you have to dig one more block downward on the block beside it.

As an example, we'll use the chart below. Sorry it's not the greatest diagram! Let's say we're placing the water on the left hand side of the tabl–I mean, our generator. We need to look one more block to the right, and dig that 1 block deeper.

<html> <table width=“85%”> <tr> <td colspan=“1”>water</td> <td colspan=“3”>dig</td> </tr> <tr> <td width=“25%”><br />&nbsp;<br /></td> <td width=“25%” style=“background:#ececec;”>&nbsp;</td> <td width=“25%”>&nbsp;</td> <td width=“25%”>&nbsp;</td> </tr> </table> </html>

Do not place your water/ice there yet!

Chances

These are still being configured.

block
cobblestone 50%
stone 4%
dirt 10%
sandstone 2%
coal 7%
iron 6%
gold 5%
redstone 6%
diamond 2%
clay 8%

<html> <style type=“text/css”> .blockFoot { background: transparent; border: 0px; padding-bottom: 0px; }

.blockFootMain { display: inline; border: 1px solid #c0c0c0; border-right: 0px solid #c0c0c0; border-bottom: 0px; background: lightgreen; padding: inherit; padding-bottom: 2px; font-weight: bold; } .blockFootMain:hover { }

.blockFootHere { display: inline; border: 1px solid #c0c0c0; border-right: 1px solid #c0c0c0; border-bottom: 0px; background: #ffffff; padding: inherit; padding-bottom: 2px; }

.blockFootEco { display: inline; border: 1px solid #c0c0c0; border-right: 0px solid #c0c0c0; border-bottom: 0px; background: yellow; padding: inherit; padding-bottom: 2px; }

.blockFootGames { display: inline; border: 1px solid #c0c0c0; border-right: 0px solid #c0c0c0; border-bottom: 0px; background: lightgray; padding: inherit; padding-bottom: 2px; } .blockFootGames:hover { }

.blockFootSkyWorld { display: inline; border: 1px solid #c0c0c0; border-right: 0px solid #c0c0c0; border-bottom: 0px; background: aqua; padding: inherit; padding-bottom: 2px; } .blockFootGames:hover { }

.blockFootMain a { color: darkgreen; font-weight: bold; } .blockFootGames a { font-weight: bold; color: gray; } .blockFootSkyWorld a { font-weight: bold; color: teal; }

</style> </html>

<html>

<div class="blockFoot">
  <span class="blockFootMain"><a href="./servers:blocksurvival">Block Survival</a></span><span class="blockFootGames"><a href="./servers:blocksurvival:games">Minigames</a></span><span class="blockFootSkyWorld"><a href="./servers:blocksurvival:games:skyworld">SkyWorld</a></span><span class="blockFootHere">Cobblestone Generator</span>
</div>

</html>