<!DOCTYPE html><script>var __pbpa = true;</script><script>var translated_warning_string = 'Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?';</script><script type="text/javascript" language="javascript" src="https://assets.tumblr.com/assets/scripts/pre_tumblelog.js?_v=b9f848c06fcba7eaf305d4a7cb7a1b98"></script><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<!--
                                         
        .                                 .o8       oooo               
      .o8                                "888       `888               
    .o888oo oooo  oooo  ooo. .oo.  .oo.   888oooo.   888  oooo d8b     
      888   `888  `888  `888P"Y88bP"Y88b  d88' `88b  888  `888""8P     
      888    888   888   888   888   888  888   888  888   888        
      888 .  888   888   888   888   888  888   888  888   888    .o. 
      "888"  `V88V"V8P' o888o o888o o888o `Y8bod8P' o888o d888b   Y8P

-->
<!--
Egg Zero is the website / label that encompasses the portfolio of creative endeavors that AndrewFM is pursuing and has made over time. This includes many things within the realm of game development, modding, music, and digital art.
-->
<html xmlns="https://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#">
    <!-- DEFAULT VARIABLES -->
    <meta name="color:Background" content="#3b627e" />
    
    <meta name="font:Title" content="Arial" />
    <meta name="font:Body" content="Arial" />
    <meta name="font:Accent" content="Lucida Sans" />
    
    <meta name="if:Show People I Follow" content="1" />
    <meta name="if:Show Tags" content="1" />
    <meta name="if:Show Album Art on Audio Posts" content="1" />
    <meta name="if:Enable Jump Pagination" content="0" />
    
    <meta name="text:Disqus Shortname" content="" />
    
    <meta name="image:Header" content="" />
    <meta name="image:Background" content="" />
    
    <meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
    
    <meta name="google-site-verification" content="IdzVWKBC9_PyZK9Z-po2LesUAW9n3KZVKmJslf8TAFM" />
    
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Egg Zero</title>
    <meta name="description" content="[2017-2022] More Slugcats Expansion A large scale expansion to Rain World that adds five new campaigns and two new game modes. (Currently in development) [2019] VOEZ Editor A chart creation tool to..." />
    <style>figure{margin:0}.tmblr-iframe{position:absolute}.tmblr-iframe.hide{display:none}.tmblr-iframe--amp-cta-button{visibility:hidden;position:fixed;bottom:10px;left:50%;transform:translateX(-50%);z-index:100}.tmblr-iframe--amp-cta-button.tmblr-iframe--loaded{visibility:visible;animation:iframe-app-cta-transition .2s ease-out}</style><link rel="stylesheet" media="screen" href="https://assets.tumblr.com/client/prod/standalone/blog-network-npf/index.build.css?_v=b84ed2eb31f8e1bbdb3e7a53afa67dd4"><link rel="shortcut icon" href="https://64.media.tumblr.com/avatar_784bd372584b_128.pnj" />
    <link rel="apple-touch-icon" href="https://64.media.tumblr.com/avatar_784bd372584b_128.pnj"/>
    <link rel="alternate" type="application/rss+xml" href="https://eggzero.tumblr.com/rss" />
    <link rel="stylesheet" id="maree-edge-google-fonts-css" href="https://fonts.googleapis.com/css?family=Muli%3A300%2C400%2C400i%2C700%2C700i%7CPlayfair+Display%3A300%2C400%2C400i%2C700%2C700i&amp;subset=latin-ext&amp;ver=1.0.0" type="text/css" media="all">
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
    <script type="text/javascript">
        $(document).ready(function() {
        // Tooltip only Text
        $('.masterTooltip').hover(function(){
                // Hover over code
                var title = $(this).attr('title');
                $(this).data('tipText', title).removeAttr('title');
                $('<p class="tooltip"></p>')
                .text(title)
                .appendTo('body')
                .fadeIn(300);
        }, function() {
                // Hover out code
                $(this).attr('title', $(this).data('tipText'));
                $('.tooltip').remove();
        }).mousemove(function(e) {
                var mousex = e.pageX + 20; //Get X coordinates
                var mousey = e.pageY - 15; //Get Y coordinates
                $('.tooltip')
                .css({ top: mousey, left: mousex })
        });
        });
    </script>
    <link href="https://eggzero.serv.pink/tumblr/lightbox/lightbox.css" rel="stylesheet">
    <style type="text/css">
        body {
            background: #3b627e url('https://64.media.tumblr.com/c3e10e8d0711d05a8692f166bcc52be0/429fb8336f0ddc2b-53/s2048x3072/14ac6e09f5a028c415e7236cf2db8ce2e0327a4b.jpg') top left fixed repeat;
            margin: 0;
            padding: 0;
            font-family: Verdana, Geneva, Tahoma, sans-serif;
        }
        
        /* Preload images */
        body:after {
          content: url(https://eggzero.serv.pink/tumblr/img/bio_h2.png) url(https://eggzero.serv.pink/tumblr/img/music_h2.png) url(https://eggzero.serv.pink/tumblr/img/art_h.png) url(https://eggzero.serv.pink/tumblr/img/games_h2.png);
          display: none;
        }
        
        .clear {
            clear: both;
            height: 0px;
            overflow: hidden;
        }
        
        .break {
            visibility: hidden;
        }
        
        .center {
            text-align: center;
            width: 100%;
        }
        
        a img {
            border: none;
        }
        
        #wrapper {
            margin-top: 24px;
            margin-bottom: 25px;
            margin-left: auto;
            margin-right: auto;
        }
        
            #wrapper #title {
                margin: 30px 0;
                color: #fff;
                font-size: 50px;
                font-weight: bold;
                font-family: 'Lucida Sans', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif;
                text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
                letter-spacing: -1px;
            }
            
                #wrapper #title a {
                    color: #fff;
                    text-decoration: none;
                }
            
            #wrapper #content {
                min-width: 520px;
                margin: 0px auto;
            }
            
                #wrapper #content #mcont-wrapper .post {
                    box-shadow: 0 5px 0 #0e0e0e;
                    color: #d9d9d9;
                    border-color: transparent;
                    background-color: #2a2a2a;
                    border-radius: 5px;
                    border: 1px solid transparent;
                    font-size: 1em;
                    padding: 28px 28px;
                    word-wrap: break-word;
                    font-family: Muli,sans-serif;
                    font-size: 16px;
                    font-weight: 300;
                    line-height: 22px;
                    -webkit-font-smoothing: antialiased;
                    text-align: justify;
                }
                
                #wrapper #content #mcont-wrapper .post h2 {
                    color: #fff;
                    font-size: 24px;
                    font-weight:400;
                    font-style:normal;
                    margin-top: 0px;
                }
                    
                    #wrapper #content #mcont-wrapper .post .media {
                        text-align: center;
                        margin-bottom: 10px;
                    }
                    
                    #wrapper #content #mcont-wrapper .post .quotebg {
                        font-family: georgia, serif;
                        font-size: 150px;
                        color: #3b627e;
                        opacity: 0.2;
                        filter: alpha(opacity=20);
                        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
                        position: absolute;
                        top: 70px;
                        left: 10px;
                    }
                    
                    #gamebox {
                        margin-left: auto;
                        margin-right: auto;
                        text-align:center;
                    }
                    
                    .esgallery {
                        display: grid;
                        grid-template-columns: repeat(auto-fit, minmax(90px, 1fr));
                        gap: 5px;
                    }
                    
                    .artgallery {
                        display: grid;
                        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
                        gap: 5px;
                    }

                    .biggallery {
                        display: grid;
                        grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
                        gap: 5px;
                    }
                    
                    .artbox {
                        margin-left: auto;
                        margin-right: auto;
                        text-align:center;
                    }
                    
                    .homegallery {
                        display: grid;
                        grid-template-columns: 20% 20% 20% 20% 20%;
                        gap: 10px;
                        margin-top: -16px;
                        margin-bottom: 50px;
                        max-width: 2350px;
                        margin-left: auto;
                        margin-right: auto;
                    }
                    
                    .twocol-left {
                        grid-column: 1 / 3;
                    }
                    
                    .twocol-right {
                        grid-column: 4 / 6;
                    }
                    
                    #wrapper #content #mcont-wrapper .post .quote {
                        color: #3b627e;
                        font-weight: bold;
                        padding: 20px 20px 5px 20px;
                    }
                    
                    #wrapper #content #mcont-wrapper .post .quote.short {
                        font-size: 33px;
                        line-height: 35px;
                    }
                    
                    #wrapper #content #mcont-wrapper .post .quote.medium {
                        font-size: 25px;
                        line-height: 28px;
                    }
                    
                    #wrapper #content #mcont-wrapper .post .quote.long {
                        font-size: 18px;
                        line-height: 22px;
                    }
                                        
                        #wrapper #content #mcont-wrapper .post .quote_source *:first-child {
                            margin-top: 0px;
                        }
                        
                        #wrapper #content #mcont-wrapper .post .quote_source *:last-child {
                            margin-bottom: 0px;
                        }
                        
                        #wrapper #content #mcont-wrapper .post .quote *:first-child {
                            margin-top: 0px;
                        }
                        
                        #wrapper #content #mcont-wrapper .post .quote *:last-child {
                            margin-bottom: 0px;
                        }
                        
                    #wrapper #content #mcont-wrapper .post .copy {
                        padding: 10px;
                    }
                        
                        #wrapper #content #mcont-wrapper .post .copy a {
                            color: #fff;
                            transition: color 100ms ease-out;
                            text-decoration: underline;
                        }
                        
                        #wrapper #content #mcont-wrapper .post .copy a:hover {
                            color: #ed4747;
                        }
                        
                        #wrapper #content #mcont-wrapper .post .copy p {
                            margin: 10px 0 0 0;
                            padding: 0;
                        }
                        
                        #wrapper #content #mcont-wrapper .post .copy pre {
                            margin: 10px 0px 10px 0px;
                            padding: 10px;
                            background-color: #e6e6e6;
                            font: normal 11px Courier, monospace;
                            overflow: auto;
                        }
                        
                        #wrapper #content #mcont-wrapper .post .copy > p:first-child {
                            margin-top: 0;
                        }
                        
                        #wrapper #content #mcont-wrapper .post .copy img {
                            max-width: 100%;
                        }
                    
                    #wrapper #content #mcont-wrapper .post .audio {
                        background: #202020;
                        float: left;
                        padding: 7px;
                        margin-bottom: 10px;
                        -moz-border-radius: 4px;
                        -webkit-border-radius: 4px;
                        border-radius: 4px;
                    }
                                                        
                        #wrapper #content #mcont-wrapper .post .audio .player {
                            float: left;
                        }
                        
                            #wrapper #content #mcont-wrapper .post .audio .player .audio_player embed {
                                border: 1px solid #c8c8c8;
                            }
                        
                        #wrapper #content #mcont-wrapper .post .audio .meta {
                            padding: 8px 13px;
                            height: 13px;
                            float: left;
                            color: #666;
                            font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
                            font-size: 11px;
                            text-transform: lowercase;
                        }
                        
                            #wrapper #content #mcont-wrapper .post .audio .meta a {
                                color: #666;
                                text-decoration: none;
                            }
                    
                    #wrapper #content #mcont-wrapper .post .album_art {
                        text-align: center;
                    }
                    
                    #wrapper #content #mcont-wrapper .post .question {
                        color: #ed4747;
                        font-size: 16px;
                        font-weight: bold;
                        background: #f1f1f1;
                        -moz-border-radius: 8px;
                        -webkit-border-radius: 8px;
                        border-radius: 8px;
                        margin: 0 0 15px 0;
                        padding: 15px 20px;
                        position: relative;
                    }
                    
                        #wrapper #content #mcont-wrapper .post .question .nipple {
                            width: 13px;
                            height: 7px;
                            background: #f1f1f1 url('https://assets.tumblr.com/themes/redux/ask-mask.png');
                            position: absolute;
                            bottom: -7px;
                            left: 30px;
                        }
                        
                    #wrapper #content #mcont-wrapper .post .asker_container {
                        margin: 0 0 20px 24px;
                    }
                    
                        #wrapper #content #mcont-wrapper .post .asker_container img {
                            margin: 0 12px -7px 0;
                        }
                        
                        #wrapper #content #mcont-wrapper .post .asker_container a.asker {
                            color: ;
                        }
                    
                    #wrapper #content #mcont-wrapper .post .title {
                        color: #ed4747;
                        font-size: 16px;
                        font-weight: bold;
                        padding: 10px 10px 0 10px;
                    }
                    
                    #wrapper #content #mcont-wrapper .post img {
                      max-width: 500px;
                    }
                                        
                    #wrapper #content #mcont-wrapper .post .chat {
                        background-color: #2a2a2a;
                        color: #d9d9d9;
                        border-left: 5px solid #dedddd;
                        margin: 10px 10px 0 10px;
                        font-size: 14px;
                    }
                                        
                        #wrapper #content #mcont-wrapper .post .chat .lines {
                            margin-left: 1px;
                        }
                        
                            #wrapper #content #mcont-wrapper .post .chat .lines .line {
                                background-color: #202020;
                                color: #ed4747;
                                margin-bottom: 1px;
                                padding: 3px 5px;
                            }
                            
                            #wrapper #content #mcont-wrapper .post .chat .lines .line.even {
                                background-color: #dedddd;
                            }
                        
                        #wrapper #content #mcont-wrapper .post .link {
                            margin: 4px 0 2px 0;
                            font-size: 16px;
                            line-height: 25px;
                        }
                            
                            #wrapper #content #mcont-wrapper .post .link a {
                                background-color: #3b627e;
                                color: #fff;
                                padding: 5px 7px;
                                -moz-border-radius: 4px;
                                -webkit-border-radius: 4px;
                                border-radius: 4px;
                            }
                            
                            #wrapper #content #mcont-wrapper .post .link a:hover {
                                opacity: 0.9;
                                filter: alpha(opacity=90);
                                -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
                            }
                    
                    #wrapper #content #mcont-wrapper .post .footer {
                        background: #202020;
                        -moz-border-radius: 4px;
                        -webkit-border-radius: 4px;
                        border-radius: 4px;
                        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
                        font-size: 11px;
                        color: #666;
                        padding: 5px 10px;
                        margin-top: 10px;
                    }
                        
                        #wrapper #content #mcont-wrapper .post .footer.for_permalink:hover {
                            opacity: 0.9;
                            filter: alpha(opacity=90);
                            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
                        }
                        
                        #wrapper #content #mcont-wrapper .post .footer .date {
                            width: 67%;
                            float: left;
                            color: #666;
                        }
                        
                        #wrapper #content #mcont-wrapper .post .footer .notes {
                            width: 33%;
                            float: right;
                            text-align: right;
                            color: #666;
                        }
                            
                            #wrapper #content #mcont-wrapper .post .footer .notes a {
                                color: #666;
                            }
                            
                            #wrapper #content #mcont-wrapper .post .footer .tags a {
                                color: #4a4a51;
                                text-decoration: underline;
                            }
                            
                                #wrapper #content #mcont-wrapper .post .footer .tags .tag-commas:last-child {
                                    display: none;
                                }
                            
                            #wrapper #content #mcont-wrapper .post .footer.with_source_url .tags {
                                max-width: 330px;
                                float: left;
                            }
                            
                            #wrapper #content #mcont-wrapper .post .footer.with_source_url .source_url {
                                float: right;
                                max-width: 160px;
                                overflow: hidden;
                                white-space: nowrap;
                                
                            }
                            
                                #wrapper #content #mcont-wrapper .post .footer.with_source_url .source_url img {
                                    vertical-align: top;
                                    -moz-opacity: 0.5;
                                    opacity: 0.5;
                                }
                                
                                #wrapper #content #mcont-wrapper .post .footer.with_source_url .source_url:hover img {
                                    -moz-opacity: 0.7;
                                    opacity: 0.7;
                                }
                        
                        #wrapper #content #mcont-wrapper .post a {
                            color: #fff;
                            text-decoration: none;
                            transition: color 100ms ease-out;
                        }
                        
                        #wrapper #content #mcont-wrapper .post a:hover {
                            color: #ed4747;
                        }
                        
                            #wrapper #content #mcont-wrapper .post .copy blockquote {
                                margin: 10px 0px 10px 10px;
                                padding-left: 15px;
                                border-left: solid 4px #dcdcdc;
                            }
                            
                                #wrapper #content #mcont-wrapper .post .copy blockquote blockquote {
                                    border-left: solid 4px #cccccc;
                                }
                                
                                    #wrapper #content #mcont-wrapper .post .copy blockquote blockquote blockquote {
                                        border-left: solid 4px #bcbcbc;
                                    }
                                    
                                        #wrapper #content #mcont-wrapper .post .copy blockquote blockquote blockquote blockquote {
                                            border-left: solid 4px #acacac;
                                        }
                                        
                                            #wrapper #content #mcont-wrapper .post .copy blockquote blockquote blockquote blockquote blockquote {
                                                border-left: solid 4px #9c9c9c;
                                            }
                                            
                                                #wrapper #content #mcont-wrapper .post .copy blockquote blockquote blockquote blockquote blockquote blockquote {
                                                    border-left: solid 4px #8c8c8c;
                                                }
                        
                        #wrapper #content #mcont-wrapper .bottom {
                            background: url('https://assets.tumblr.com/themes/redux/shadow-post.png') top center no-repeat transparent;
                            width: 513px;
                            height: 40px;
                            margin: 0 auto;
                        }
                        
                        #wrapper #content #mcont-wrapper #navigation {
                            text-align: right;
                            padding-bottom: 35px;
                            text-transform: lowercase;
                        }
                        
                            #wrapper #content #mcont-wrapper #navigation a {
                                background-color: #2a2a2a;
                                color: #d9d9d9;
                                padding: 5px 10px;
                                text-decoration: none;
                                margin-left: 25px;
                            }
                            
                            #wrapper #content #mcont-wrapper #navigation a:hover {
                                opacity: 0.9;
                                filter: alpha(opacity=90);
                                -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
                            }
                            
                        #wrapper #content #mcont-wrapper #navigation.jump_pagination {}
                            
                            #wrapper #content #mcont-wrapper #navigation.jump_pagination a {
                                margin: 0 0 0 4px;
                            }
                            
                            #wrapper #content #mcont-wrapper #navigation.jump_pagination .current_page {
                                color: #fff;
                                background-color: rgba(255,255,255, 0.1);
                                border: 2px solid #fff;
                                padding: 3px 8px;
                                margin: 0 0 0 4px;
                                cursor: default;
                            }
                            
                            #wrapper #content #mcont-wrapper #navigation.jump_pagination .jump_page {}
                            
                            #wrapper #content #mcont-wrapper .post .notecontainer {
                                background: #202020;
                                -moz-border-radius: 4px;
                                -webkit-border-radius: 4px;
                                border-radius: 4px;
                                font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
                                font-size: 11px;
                                color: #666;
                                margin-top: 10px;
                                margin-bottom: -10px;
                            }
                            
                                    #wrapper #content #mcont-wrapper .post .notecontainer a {
                                        color: #666;
                                        text-decoration: underline;
                                    }
                                    
                                    #wrapper #content #mcont-wrapper .post .notecontainer ol.notes {
                                        padding: 0px 0 10px 0;
                                        list-style-type: none;
                                        font-size: 11px;
                                    }
                                    
                                        #wrapper #content #mcont-wrapper .post .notecontainer ol.notes li.note {
                                            padding: 10px 10px 0 10px;
                                        }
                                        
                                            #wrapper #content #mcont-wrapper .post .notecontainer ol.notes li.note img.avatar {
                                                vertical-align: -4px;
                                                margin-right: 10px;
                                                width: 16px;
                                                height: 16px;
                                            }
                                            
                                            #wrapper #content #mcont-wrapper .post .notecontainer ol.notes li.note span.action {
                                                font-weight: normal;
                                            }
                                            
                                            #wrapper #content #mcont-wrapper .post .notecontainer ol.notes li.note .answer_content {
                                                font-weight: normal;
                                            }
                                            
                                            #wrapper #content #mcont-wrapper .post .notecontainer ol.notes li.note blockquote {
                                                border-left: 2px solid #666;
                                                padding: 4px 10px;
                                                margin: 10px 0px 0px 25px;
                                            }
                                            
                                                #wrapper #content #mcont-wrapper .post .notecontainer ol.notes li.note blockquote a {
                                                    text-decoration: none;
                                                }
                
                #wrapper #content #mcont-wrapper #searchresults {
                    color: #fff;
                    margin: 0 0 15px 0;
                    text-shadow: 1px 3px 5px rgba(0,0,0, 0.5);
                    font-family: Verdana, Geneva, Tahoma, sans-serif;
                    font-size: 20px;
                }
                
                    #wrapper #content #mcont-wrapper #searchresults .search_query {
                        font-weight: bold;
                    }
                    
                    #wrapper #content #mcont-wrapper #searchresults .search_query:before {
                        content:'“';
                    }
                    
                    #wrapper #content #mcont-wrapper #searchresults .search_query:after {
                        content:'”';
                    }
            
            #description {
                margin-right:auto;
                margin-left:auto;
            }
            
            #sociallinks {
                height: 0px;
            }
            
            #wrapper #sidebar {
                position: absolute;
                left: calc(7.5% + 12px);
                width: calc(85% - 64px);
                margin-right:auto;
                margin-left:auto;
                color: #3b627e;
                font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
            }
            
                #wrapper #sidebar a {
                    color: #3b627e;
                }
                
                #wrapper #sidebar #top {
                    color: #d9d9d9;
                    width: 100%;
                    
                    -webkit-border-top-left-radius: 10px;
                    -webkit-border-top-right-radius: 10px;
                    -moz-border-radius-topleft: 10px;
                    -moz-border-radius-topright: 10px;
                    border-top-left-radius: 10px;
                    border-top-right-radius: 10px;
                }
                
                    #wrapper #sidebar #top #avatar {
                        width: 146px;
                        height: 146px;
                        padding: 8px 0 0 9px;
                        background: url('https://assets.tumblr.com/themes/redux/avatar-bg.png') top left no-repeat transparent;
                        position: relative;
                        top: -24px;
                        left: -5px;
                    }
                    
                    #wrapper #sidebar #top #pages {
                        margin-bottom: 15px;
                        font-size: 12px;
                    }
                    
                        #wrapper #sidebar #top #pages.ask_and_submit {
                            display: none;
                            
                            
                        }
                    
                        #wrapper #sidebar #top #pages a.page {
                            display: block;
                            float: left;
                            background-color: #3b627e;
                            color: #fff;
                            padding: 4px 5px;
                            margin: 0 5px 5px 0;
                            -webkit-border-radius: 3px;
                            -moz-border-radius: 3px;
                            border-radius: 3px;
                        }
                        
                        #wrapper #sidebar #top #pages a.page:last-child {
                            margin-right: 0;
                        }
                        
                        #wrapper #sidebar #top #pages a.page:hover {
                            opacity: 0.9;
                            filter: alpha(opacity=90);
                            -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
                        }
                        
                    #wrapper #sidebar #top #description {
                        font-size: 11px;
                        position: relative;
                        top: 12px;
                    }
                    
                        #wrapper #sidebar #top #description a {
                            color: #3b627e;
                        }
                    
                    #wrapper #sidebar #top #search {
                        background-color: #2a2a2a;
                        color: #d9d9d9;
                        border: 1px solid #3b627e;
                        
                        -moz-border-radius: 4px;
                        -webkit-border-radius: 4px;
                        border-radius: 4px;
                    }
                    
                    #wrapper #sidebar #top #search-scope {
                        padding-top: 5px;
                        font-size: 11px;
                        text-align: center;
                    }
                    
                        #wrapper #sidebar #top #search-scope input,
                        #wrapper #sidebar #top #search-scope label {
                            cursor: pointer;
                        }
                        
                        #wrapper #sidebar #top #search form {
                            margin: 0;
                        }
                            
                            #wrapper #sidebar #top #search form .query {
                                padding: 5px;
                                border: none;
                                background: transparent;
                                outline: none;
                                width: 125px;
                                float: left;
                                color: #3b627e;
                            }
                            
                            #wrapper #sidebar #top #search form .submit {
                                background: #3b627e;
                                color: #fff;
                                border: none;
                                padding: 5px 7px;
                                margin: 3px 3px 2px 0;
                                float: right;
                                -moz-border-radius: 3px;
                                -webkit-border-radius: 3px;
                                border-radius: 3px;
                                cursor: pointer;
                            }
                            
                            #wrapper #sidebar #top #search form .submit:hover {
                                opacity: 0.9;
                                filter: alpha(opacity=90);
                                -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
                            }
                    
                    #wrapper #sidebar #top .heading {
                        color: #fff;
                        font-family: helvetica, arial, sans-serif;
                        font-size: 17px;
                        margin-top: 20px;
                        padding: 10px;
                        width:520px;
                        background-color: #3b627e;
                        -webkit-border-top-left-radius: 4px;
                        -webkit-border-top-right-radius: 4px;
                        -moz-border-radius-topleft: 4px;
                        -moz-border-radius-topright: 4px;
                        border-top-left-radius: 4px;
                        border-top-right-radius: 4px;
                    }
                    
                    #wrapper #sidebar #top a .heading {
                        color: #fff;
                    }
                    
        ul#follow {
            padding: 0;
            list-style-type: none;
        }
        #follow li {
            width: 40px;
            min-height: 40px;
            display: -moz-inline-stack;
            display: inline-block;
            vertical-align: top;
            margin: 2px;
        }
                    
                    #wrapper #sidebar #top .heading#followontumblr {
                        background: url('https://assets.tumblr.com/themes/redux/sidebar-follow-on-en_US.png') center left no-repeat #3b627e;
                        text-indent: -9999px;
                        -moz-border-radius: 4px;
                        -webkit-border-radius: 4px;
                        border-radius: 4px;
                        
                        
                        
                        
                        
                        
                        
                        
                    }
                    
                    #wrapper #sidebar #top .heading#followontumblr:hover,
                    #wrapper #sidebar #top .heading#twitter:hover {
                        opacity: 0.9;
                        filter: alpha(opacity=90);
                        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
                    }
                    
                    #wrapper #sidebar #top .heading#twitter {
                        background: url('https://assets.tumblr.com/themes/redux/sidebar-twitter.png') right center no-repeat #3b627e;
                    }
                    
                    #wrapper #sidebar #top .heading#following {
                        background: url('https://assets.tumblr.com/themes/redux/sidebar-following.png') right center no-repeat #3b627e;
                    }
                    
                    #wrapper #sidebar #top .content {
                        margin-top: 2px;
                        padding: 7px 10px;
                        background: #202020;
                        color: #666;
                        font-size: 11px;
                        width:520px;
                        margin-right:auto;
                        margin-left:auto;
                        overflow: hidden;
                    }
                    
                        #wrapper #sidebar #top a {
                            
                        }
                    
                        #wrapper #sidebar #top #following-avatars.content {
                            padding: 4px;
                        }
                    
                                #wrapper #sidebar #top #following-avatars.content a img {
                                    margin: 5px;
                                }
                                
                        #wrapper #sidebar #top #buttons {
                            padding: 20px 0 0 0;
                        }
                        
                            #wrapper #sidebar #top #buttons .button {
                                width: 35%;
                                height: 21px;
                                float: left;
                                background: left center no-repeat transparent;
                                padding: 2px 0 0 30px;
                                font-size: 14px;
                            }
                            
                                #wrapper #sidebar #top #buttons a {
                                    color: #3b627e;
                                    text-decoration: none;
                                }
                            
                                #wrapper #sidebar #top #buttons div {
                                    padding-bottom: 10px;
                                }
                            
                            #wrapper #sidebar #top #buttons .button#button-rss {
                                background-image: url('https://assets.tumblr.com/themes/redux/button-rss.png?2');
                                text-transform: capitalize;
                            }
                            
                            #wrapper #sidebar #top #buttons .button#button-random {
                                background-image: url('https://assets.tumblr.com/themes/redux/button-random.png?2');
                            }
                            
                            #wrapper #sidebar #top #buttons .button#button-archive {
                                background-image: url('https://assets.tumblr.com/themes/redux/button-archive.png?2');
                            }
                            
                            #wrapper #sidebar #top #buttons .button#button-mobile {
                                background-image: url('https://assets.tumblr.com/themes/redux/button-mobile.png?2');
                            }
                
                    #wrapper #sidebar #bottom {
                        display: none;
                        color: #d9d9d9;
                        border-bottom-left-radius:10px;
                        border-bottom-right-radius:10px;
                        padding: 0 20px;
                        width: 520px;
                        height: 25px;
                        margin-left:auto;
                        margin-right:auto;
                    }
                    
                    #wrappertable {
                        width: 100%;
                        margin-left:auto;
                        margin-right:auto;
                        position:relative;
                    }
                    
                    #wrapper #sidebar #copyright {
                        text-align: center;
                        color: #fff;
                        font-size: 12px;
                        margin-bottom: 10px;
                    }
                    
                        #wrapper #sidebar #copyright a {
                            color: #fff;
                            margin-left: 15px;
                        }
                        
                        #wrapper #sidebar {
                            margin-left:auto;
                            margin-right:auto;
                            display:none;
                            
                            display:block;
                            
                            
                        }
                        
                        #headerbackground {
                            display: block;
                            position:absolute;
                            width:100%;
                            background: url('https://eggzero.serv.pink/tumblr/img/header.png') top center no-repeat transparent;
                            height:300px;
                            top:0;
                            left:0;
                            z-index:-1;
                        }
                        #headerbackground.collapsed {
                            display: none;
                        }
                        #headerbackgroundbackground {
                            display: block;
                            position:absolute;
                            width:100%;
                            background: url('https://eggzero.serv.pink/tumblr/img/bg_red.png');
                            height:234px;
                            top:0;
                            left:0;
                            z-index:-2;
                            -webkit-mask-image: -webkit-gradient(linear, 0 151, 0 234, 
    from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
                        }
                        #headerbackgroundbackground.collapsed {
                            display: none;
                        }
                        #logo {
                            display: block;
                            width:100%;
                            text-align:center;
                            margin: 10px -15px;
                        }
                        #logo.collapsed {
                            display: none;
                        }
                        #logoimg {
                            height: auto;
                        }
                        #leftbar {
                            background: url('https://eggzero.serv.pink/tumblr/img/black_hor.png') repeat-x transparent;
                            width: calc(50% - 273px);
                            float:left;
                            height:86px;
                        }
                        #rightbar {
                            background: url('https://eggzero.serv.pink/tumblr/img/black_hor.png') repeat-x transparent;
                            width: calc(50% - 273px);
                            float:right;
                            height:86px;
                        }
                        #centerlinks {
                            width: 546px;
                            float:left;
                        }
                        #langlink {
                            position:absolute;
                            top:3px;
                            left:3px;
                        }
                        #widthwrapper {
                            
                        }
                        #wrapper #content #mcont-wrapper .post .media {
                            margin: auto;
                            margin-bottom: -24px;
                        }
                        .aboutButtonLink {
                            display:block;
                            float:left;
                            width: 89px;
                            height: 86px;
                            background: url('https://eggzero.serv.pink/tumblr/img/bio_uh.png') bottom;
                            text-indent: -99999px;
                        }
                        .aboutButtonLink:hover {
                            background: url('https://eggzero.serv.pink/tumblr/img/bio_h2.png') bottom;
                        }
                        .gamesButtonLink {
                            display:block;
                            float:left;
                            width: 89px;
                            height: 86px;
                            background: url('https://eggzero.serv.pink/tumblr/img/games_uh.png') bottom;
                            text-indent: -99999px;
                        }
                        .gamesButtonLink:hover {
                            background: url('https://eggzero.serv.pink/tumblr/img/games_h2.png') bottom;                    }
                        .modsButtonLink {
                            display:block;
                            float:left;
                            width: 89px;
                            height: 86px;
                            background: url('https://eggzero.serv.pink/tumblr/img/mods_uh.png') bottom;
                            text-indent: -99999px;
                        }
                        .modsButtonLink:hover {
                            background: url('https://eggzero.serv.pink/tumblr/img/mods_h.png') bottom;                    }
                        .musicButtonLink {
                            display:block;
                            float:left;
                            width: 89px;
                            height: 86px;
                            background: url('https://eggzero.serv.pink/tumblr/img/music_uh.png') bottom;
                            text-indent: -99999px;
                        }
                        .musicButtonLink:hover {
                            background: url('https://eggzero.serv.pink/tumblr/img/music_h2.png') bottom;                    }
                        .artButtonLink {
                            display:block;
                            float:left;
                            width: 90px;
                            height: 86px;
                            background: url('https://eggzero.serv.pink/tumblr/img/art_uh.png') bottom;
                            text-indent: -99999px;
                        }
                        .artButtonLink:hover {
                            background: url('https://eggzero.serv.pink/tumblr/img/art_h.png') bottom;                    }
                        .tooltip {
                            display:none;
                            position:absolute;
                            border:1px solid #333;
                            background-color:#161616;
                            border-radius:5px;
                            padding:10px;
                            color:#fff;
                            font-size:12px;
                            max-width:420px;
                        }

#collapseContainer {
    cursor: pointer;
    position: absolute;
    right: 32px;
    top: 26px;
    color: #fff;
    font-family: Muli,sans-serif;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: .25em;
    text-transform: uppercase;
    line-height: 14px;
    transition: color 100ms ease-out;
}
#collapseContainer:hover {
    color: #ed4747;
}

.twocol {
    display: flex;
    align-items: center;
    padding-bottom:  32px;
}

.rightcol {
    flex-grow: 1;
    padding-left: 24px;
}

.leftcol {
    min-width: 90px;
}

.navbg {
    position: relative;
    background-color: rgba(0,0,0,0.5);
    height: 65px;
}
.navbg.collapsed {
    background-color: rgba(0,0,0,1.0);
}

.navouter {
    height: 100%;
    vertical-align: middle;
    width: 550px;
    margin: auto;
}

.navmain {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: auto;
    float: right;
    text-align: right;
    z-index: 2;
}

.navmain>ul
{
    position: relative;
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    height: 100%;
}

.navmain ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    text-align: left;
}

.navmain>ul>li
{
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    height: 100%;
}

.navmain ul li
{
    float: left;
    padding: 0;
    margin: 0;
}

.navmain>ul>li>a {
    position: relative;
    color: #fff;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0 24px;
    box-sizing: border-box;
}

.navmain ul li a {
    font-weight: 400;
    transition: color 100ms ease-out;
}

.navmain>ul>li>a:hover {
    color: #ed4747;
}

.navmain>ul>li>a>span.item_outer {
    position: relative;
    display: block;
}

.navmain ul li a span.item_outer {
    line-height: 1em;
}

.navmain>ul>li>a>span.item_outer .item_text {
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-family: Muli,sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .25em;
    text-transform: uppercase;
    color: unset;
    line-height: 14px;
}

.navmain ul li a span.item_outer span {
    padding: 0 2px;
}

.sochovbut {
    opacity: 1.0;
    transition: opacity 100ms ease-out;
}

.sochovbut:hover {
    opacity: 0.0;
}

.hovertext {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hovertext:hover .hovertextinner {
  opacity: 1;
}

.hovertext .hovertextinner {
  pointer-events: none;
  font-family: Muli;
  font-size: 16px;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  transition: opacity 250ms;
  position: absolute;
  top: 2.5%;
  left: 2.5%;
  width: 95%;
  height: 95%;
  display: table;
}

.valigntext {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 5%;
    vertical-align: middle;
    text-align: center;
}

.hovertext .viewmore {
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    pointer-events: none;
    font-family: Muli,sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: .25em;
    display: table;
    transition: color 100ms ease-out, transform 100ms;
}

.hovertext:hover .viewmore {
  color: #ed4747;
  transform: scale(1.1);
}

.viewmorevalign {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    text-align: center;
}

audio {
    height: 20px;
    width: 100%;
}

#iframegen {
    height: calc(100vh - 220px);
}
#iframegen.collapsed {
    height: calc(100vh - 65px);
}

#youtube_iframe {
    width: 65%;
    height: 22vw;
    max-width: 900px;
    max-height: 530px;
    margin-bottom: 16px;
}

.youtube_iframe {
    width: 65%;
    height: 22vw;
    max-width: 900px;
    max-height: 530px;
    margin-bottom: 16px;
}

#socli-patreon {
    position: fixed;
    top: 8px;
    left: 16px;
    background: url('https://eggzero.serv.pink/tumblr/img/patreon_redtrans.png') bottom;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position-y: 8px;
    z-index: 1;
}

#socli-kofi {
    position: fixed;
    top: 8px;
    left: 50px;
    background: url('https://eggzero.serv.pink/tumblr/img/kofi_redtrans.png') bottom;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position-y: 8px;
    z-index: 1;
}

#socli-twitter {
    position: fixed;
    top: 8px;
    left: 84px;
    background: url('https://eggzero.serv.pink/tumblr/img/twitter_redtrans.png') bottom;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position-y: 8px;
    z-index: 1;
}

#socli-youtube {
    position: fixed;
    top: 8px;
    left: 118px;
    background: url('https://eggzero.serv.pink/tumblr/img/youtube_redtrans.png') bottom;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position-y: 8px;
    z-index: 1;
}

#socli-github {
    position: fixed;
    top: 8px;
    left: 152px;
    background: url('https://eggzero.serv.pink/tumblr/img/github_redtrans.png') bottom;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position-y: 8px;
    z-index: 1;
}

#socli-discord {
    position: fixed;
    top: 8px;
    left: 186px;
    background: url('https://eggzero.serv.pink/tumblr/img/discord_redtrans.png') bottom;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position-y: 8px;
    z-index: 1;
}

#socli-steam {
    position: fixed;
    top: 8px;
    left: 220px;
    background: url('https://eggzero.serv.pink/tumblr/img/steam_redtrans.png') bottom;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position-y: 8px;
    z-index: 1;
}

#mcont-wrapper {
    width: 60%;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
}

.new-content {
    font-family: Muli,sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 22px;
    -webkit-font-smoothing: antialiased;
    text-align: justify;
}

.new-content h2 {
    color: #fff;
    font-size: 24px;
    font-weight:400;
    font-style:normal;
    margin-top: 0px;
}

#headshot {
    width: 234px;
    height: 300px;
    float: left; 
    margin: 10px 30px 30px 0; 
    display: inline; 
    clear: both;
}

#footer-bar {
    display: none;
    background-color: rgba(0,0,0,0.9);
    position: fixed;
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 48px;
    z-index: 0;
}

.titlefont {
    font-size: 22px;
    padding-bottom: 8px !important;
}

@media (max-width: 1300px) {
 .hovertext .hovertextinner {
      font-size: 12px;
    }   
}

@media (max-width: 1100px) {
    #iframegen {
        height: calc(100vh - 15vw - 104px);
    }
    #iframegen.collapsed {
        height: calc(100vh - 84px);
    }

    .new-content {
        font-size: 14px;
        line-height: 20px;
    }

    .hovertext .hovertextinner {
      font-size: 16px;
    }

    .skipone {
        display: none;
    }

    .homegallery {
        display: grid;
        grid-template-columns: 33.3% 33.4% 33.3%;
        gap: 10px;
        margin-bottom: 72px;
    }
    
    .twocol-left {
        grid-column: 1 / 3;
    }
    
    .twocol-right {
        grid-column: 1 / 3;
    }
    
    #mcont-wrapper {
        width: 90%;
    }

    #wrapper #sidebar {
        left: 24px;
        width: calc(100% - 64px);
    }
    
    #wrapper #content #mcont-wrapper .post {
        font-size: 14px;
        line-height: 20px;
        padding: 4px 4px;
    }
    
    #wrapper #content {
        min-width: 0px;
    }
    
    #wrappertable {
        left: 0px;
    }
    
    .navmain>ul>li>a {
        padding: 0 8px;
    }
    
    .navmain>ul>li>a>span.item_outer .item_text {
        font-size: 10px;
    }
    #collapseContainer {
        top: 10px;
        right: 8px;
        font-size: 14px;
    }
    
    .navouter {
        width: 310px;
    }
    
    .navbg {
        background-color: rgba(0,0,0,0.9);
        height: 36px;
    }
    .navbg.collapsed {
        background-color: rgba(0,0,0,0.9);
    }
    
    #logoimg {
        height: 15vw;
    }
    
    #socli-patreon {
        left: calc(50% - 109px);
        top: unset;
        bottom: 8px;
    }

    #socli-kofi {
        left: calc(50% - 75px);
        top: unset;
        bottom: 8px;
    }
    
    #socli-twitter {
        left: calc(50% - 41px);
        top: unset;
        bottom: 8px;
    }
    
    #socli-youtube {
        left: calc(50% - 7px);
        top: unset;
        bottom: 8px;
    }
    
    #socli-github {
        left: calc(50% + 27px);
        top: unset;
        bottom: 8px;
    }

    #socli-discord {
        left: calc(50% + 61px);
        top: unset;
        bottom: 8px;
    }

    #socli-steam {
        left: calc(50% + 95px);
        top: unset;
        bottom: 8px;
    }
    
    #footer-bar {
        display: block;
    }
    
    #youtube_iframe {
        width: 100%;
        height: 45vw;
        margin-bottom: 0px;
    }

    .youtube_iframe {
        width: 100%;
        height: 45vw;
        margin-bottom: 0px;
    }
}

@media (max-width: 850px) {
    .hovertext .hovertextinner {
      font-size: 12px;
    }
}

@media (max-width: 600px) {
    .new-content {
        font-size: 10px;
        line-height: 14px;
    }
    
    .new-content h2 {
        font-size: 18px;
    }

    .hovertext .hovertextinner {
      display: none;
    }
    
    #wrapper #content #mcont-wrapper .post {
        font-size: 10px;
        line-height: 14px;
        padding: 4px 4px;
    }
    
    #wrapper #content #mcont-wrapper .post h2 {
        font-size: 18px;
    }
    
    #headshot {
        width: 50%; 
        height: auto;
        margin: 10px 20px 10px 0; 
    }

    .hovertext .viewmore {
        font-size: 10px;
    }
}
    
    </style>
    <!--[if lt IE 7.]>
        <style type="text/css">
            #wrapper #sidebar #bottom {
                background: transparent;
            }
            
            #wrapper #sidebar #top #avatar {
                background: none;
            }
            
            #wrapper #sidebar #top #avatar img {
                border: 5px solid #f1f1f1;
            }
            
            #wrapper #sidebar #top .heading#followontumblr {
                background-image: none;
                text-indent: 0;
            }
        
            #wrapper #sidebar #top .heading#twitter {
                background-image: none;
            }
        
            #wrapper #sidebar #top .heading#following {
                background-image: none;
            }

            #wrapper #content #mcont-wrapper .post .audio .player {
                float: none;
            }
            
            #wrapper #content #mcont-wrapper .post .audio .meta {
                display: none;
                float: none;
            }
        </style>
    <![endif]-->
    
    <!--[if lt IE 8.]>
        <style type="text/css">
            #wrapper #content #mcont-wrapper .bottom {
                background: transparent;
            }
            
            #wrapper #content #mcont-wrapper .post .footer {
                background: transparent;
                color: #000;
            }
            
            #wrapper #content #mcont-wrapper .post .audio {
                float: none;
                background: transparent;
            }
            
            #wrapper #content #mcont-wrapper .post .notecontainer .notes {
                padding: 0;
                margin: 0;
            }
        </style>
    <![endif]-->
    <style type="text/css">.jump_pagination {
display:none;
}
#pages a {
text-decoration:none;
}
.masterTooltip {
 border: 1px black solid;
}</style>
<link rel="alternate" href="android-app://com.tumblr/tumblr/x-callback-url/blog?blogName=eggzero%26postID=132716121100" /><link rel="alternate" href="ios-app://305343404/tumblr/x-callback-url/blog?blogName=eggzero&postID=132716121100" /><link rel="alternate" type="application/json+oembed" href="https://www.tumblr.com/oembed/1.0?url=https://eggzero.tumblr.com/post/132716121100/sinksadventure-crowtel-is-out-now-for-free" title="sinksadventure:
&ldquo;  Crowtel is out now for free! http://sink.itch.io/crowtel
A cute action platformer about a lazy crow managing a hotel!
&rdquo;"/><script src="https://assets.tumblr.com/assets/scripts/tumblelog_post_message_queue.js?_v=a8fadfa499d8cb7c3f8eefdf0b1adfdd"></script><meta name="keywords" content="minecraft,rain world,rainworld,nithon,more slugcats" /><!-- BEGIN TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- If you'd like to specify your own Open Graph tags, define the og:url and og:title tags in your theme's HTML. --><!-- Read more: http://ogp.me/ --><meta property="fb:app_id" content="48119224995" /><meta property="og:title" content="Egg Zero" /><meta property="og:url" content="https://eggzero.tumblr.com/?og=1" /><meta property="og:description" content="Egg Zero is the website / label that encompasses the portfolio of creative endeavors that AndrewFM..." /><meta property="og:type" content="tumblr-feed:tumblelog" /><meta property="og:image" content="https://64.media.tumblr.com/avatar_784bd372584b_128.pnj" /><meta property="al:ios:url" content="tumblr://x-callback-url/blog?blogName=eggzero" /><meta property="al:ios:app_name" content="Tumblr" /><meta property="al:ios:app_store_id" content="305343404" /><meta property="al:android:url" content="tumblr://x-callback-url/blog?blogName=eggzero" /><meta property="al:android:app_name" content="Tumblr" /><meta property="al:android:package" content="com.tumblr" /><!-- END TUMBLR FACEBOOK OPENGRAPH TAGS --><!-- TWITTER TAGS --><meta charset="utf-8"><meta name="twitter:site" content="tumblr" /><meta name="twitter:card" content="summary" /><meta name="twitter:description" content="eggzero" /><meta name="twitter:title" content="eggzero" /><meta name="twitter:creator" content="Egg_Zero" /><meta name="twitter:app:name:iphone" content="Tumblr" /><meta name="twitter:app:name:ipad" content="Tumblr" /><meta name="twitter:app:name:googleplay" content="Tumblr" /><meta name="twitter:app:id:iphone" content="305343404" /><meta name="twitter:app:id:ipad" content="305343404" /><meta name="twitter:app:id:googleplay" content="com.tumblr" /><meta name="twitter:app:url:iphone" content="tumblr://x-callback-url/blog?blogName=eggzero&amp;referrer=twitter-cards" /><meta name="twitter:app:url:ipad" content="tumblr://x-callback-url/blog?blogName=eggzero&amp;referrer=twitter-cards" /><meta name="twitter:app:url:googleplay" content="tumblr://x-callback-url/blog?blogName=eggzero&amp;referrer=twitter-cards" /><!-- GOOGLE CAROUSEL --><script type="application/ld+json">
	{"@type":"ItemList","url":"https:\/\/eggzero.tumblr.com","itemListElement":[{"@type":"ListItem","position":1,"url":"https:\/\/eggzero.tumblr.com\/post\/165603319045\/download-source-a-quick-and-dirty-level"},{"@type":"ListItem","position":2,"url":"https:\/\/eggzero.tumblr.com\/post\/165571245670\/download-on-raindb-a-two-week-modding"},{"@type":"ListItem","position":3,"url":"https:\/\/eggzero.tumblr.com\/post\/165462751635\/more-slugcats-mod"},{"@type":"ListItem","position":4,"url":"https:\/\/eggzero.tumblr.com\/post\/150084780060\/contained-is-a-minecraft-mod-that-introduces-new"},{"@type":"ListItem","position":5,"url":"https:\/\/eggzero.tumblr.com\/post\/150084597750\/exploration-server-4-esiv-main-home-page"},{"@type":"ListItem","position":6,"url":"https:\/\/eggzero.tumblr.com\/post\/150084321495\/exploration-server-3-this-is-the-smallest-of"},{"@type":"ListItem","position":7,"url":"https:\/\/eggzero.tumblr.com\/post\/150084294455\/creeper-spleef-survive-for-as-long-as-you-can"},{"@type":"ListItem","position":8,"url":"https:\/\/eggzero.tumblr.com\/post\/150084270480\/tower-of-ordeals-an-ode-to-zeldas-cave-of"},{"@type":"ListItem","position":9,"url":"https:\/\/eggzero.tumblr.com\/post\/150084239295\/cookie-mod-mkii-a-1710-minecraft-mod-that-is"},{"@type":"ListItem","position":10,"url":"https:\/\/eggzero.tumblr.com\/post\/150084180180\/exploration-server-1-click-to-enlarge-view"},{"@type":"ListItem","position":11,"url":"https:\/\/eggzero.tumblr.com\/post\/149820214300\/manipulate-ancient-machines-to-alter-the"},{"@type":"ListItem","position":12,"url":"https:\/\/eggzero.tumblr.com\/post\/149819327635\/work-with-a-friend-to-perform-rituals-and-dispel-a"},{"@type":"ListItem","position":13,"url":"https:\/\/eggzero.tumblr.com\/post\/149818234355\/a-competitive-multiplayer-mini-game-where-attacks"},{"@type":"ListItem","position":14,"url":"https:\/\/eggzero.tumblr.com\/post\/149775751380"},{"@type":"ListItem","position":15,"url":"https:\/\/eggzero.tumblr.com\/post\/132716121100\/sinksadventure-crowtel-is-out-now-for-free"}],"@context":"http:\/\/schema.org"}</script><link rel="canonical" href="https://eggzero.tumblr.com" /></head>
<body>
        <div id="headerbackground"></div>
        <div id="headerbackgroundbackground"></div>
        <div id="logo">
            <a href="https://eggzero.tumblr.com">
                <img id="logoimg" src="https://eggzero.serv.pink/tumblr/img/logo.png"/>
            </a>
        </div>
<div class="navbg">
<div class="navouter">                                              
    <nav class="navmain">
        <ul>
            <li><a href="https://eggzero.tumblr.com"><span class="item_outer"><span class="item_text ">Home</span></span></a></li>
            <li><a href="https://eggzero.tumblr.com/mods"><span class="item_outer"><span class="item_text ">Mods</span></span></a></li>
            <li><a href="https://eggzero.tumblr.com/music"><span class="item_outer"><span class="item_text ">Music</span></span></a></li>
            <li><a href="https://eggzero.tumblr.com/art"><span class="item_outer"><span class="item_text ">Art</span></span></a></li>
            <li><a href="https://eggzero.tumblr.com/bio"><span class="item_outer"><span class="item_text ">About</span></span></a></li>
        </ul>   
    </nav>

</div>
<div id="collapseContainer">
    <a id="collapsetoggle" title="Collapse">⇈</a>
</div>
</div>
<div id="sociallinks">
    <div id="socli-patreon"><a href="https://www.patreon.com/eggzero" target="_blank"><img class="sochovbut" src="https://eggzero.serv.pink/tumblr/img/patreon_whitetrans.png" width=24 height=24 style="padding-top:8px" /></a></div>
    <br>
    <div id="socli-kofi"><a href="https://www.ko-fi.com/andrewfm" target="_blank"><img class="sochovbut" src="https://eggzero.serv.pink/tumblr/img/kofi_whitetrans.png" width=24 height=24 style="padding-top:8px" /></a></div>
    <br>
    <div id="socli-twitter"><a href="https://www.twitter.com/AndrewFM" target="_blank"><img class="sochovbut" src="https://eggzero.serv.pink/tumblr/img/twitter_whitetrans.png" width=24 height=24 style="padding-top:8px" /></a></div>
    <br>
    <div id="socli-youtube"><a href="https://www.youtube.com/c/AndrewFMs" target="_blank"><img class="sochovbut" src="https://eggzero.serv.pink/tumblr/img/youtube_whitetrans.png" width=24 height=24 style="padding-top:8px" /></a></div>
    <br>
    <div id="socli-github"><a href="https://github.com/AndrewFM" target="_blank"><img class="sochovbut" src="https://eggzero.serv.pink/tumblr/img/github_whitetrans.png" width=24 height=24 style="padding-top:8px" /></a></div>
    <br>
    <div id="socli-discord"><a href="https://discord.gg/SHFh8rRv2q" target="_blank"><img class="sochovbut" src="https://eggzero.serv.pink/tumblr/img/discord_whitetrans.png" width=24 height=24 style="padding-top:8px" /></a></div>
    <br>
    <div id="socli-steam"><a href="https://steamcommunity.com/id/AndrewFM" target="_blank"><img class="sochovbut" src="https://eggzero.serv.pink/tumblr/img/steam_whitetrans.png" width=24 height=24 style="padding-top:8px" /></a></div>
</div>
    <div id="wrapper">
    <table id="wrappertable"><tr><td>
        <div id="content">
            
            
            
            
            <div style="display:none;">
            
            
            <section id="mcont-wrapper">
                <div class="post">
                
                    
                    
                    
                        <div class="media"><iframe width="500" height="281"  id="youtube_iframe" src="https://www.youtube.com/embed/puRAL5swsng?feature=oembed&amp;enablejsapi=1&amp;origin=https://safe.txmblr.com&amp;wmode=opaque" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
                        <div class="copy"><div id="widthwrapper"><p></p><p style="text-align: center;"><a href="https://href.li/?https://drive.google.com/uc?export=download&amp;id=0Bx3vgXPyiJG6WGJ0bVNzYVNRR0U" target="_blank"><strong>&gt; Download &lt;</strong></a></p><p style="text-align: center;"><a href="https://href.li/?https://github.com/AndrewFM/RainWorldLevelEditor" target="_blank"><strong>&gt; Source &lt;</strong></a></p><p class="break">.</p>
A quick and dirty level editor for Rain World made over a weekend. It allows you to open existing maps from the game to view and edit their contents with a convenient graphical interface. Rain World&rsquo;s map data is separate from the graphics for the map, which are just single pre-rendered image files. This level editor only supports editng the data, not the images.
<p class="break">.</p>
While this level editor is redundant and useless in the present day due to an official level editor being released for the game, the creation of this program predates that editor. So in the early days of the Rain World modding scene, this editor served as a very important step in the quest to be able to edit the game&rsquo;s maps at all, which had not been achieved by anyone at that time.</div></div>
                    
                    
                    
                    
                    
                        
                    
                    
                    
                    
                    
                    
                    
                    
                    
                        <a href="https://eggzero.tumblr.com/post/165603319045/download-source-a-quick-and-dirty-level">
                            <div class="footer for_permalink">
                                <div class="date">
                                    
                                    
                                    
                                        Posted 4 years ago
                                    
                                </div>
                                <div class="notes">14 notes </div>
                                <div class="clear"></div>
                            </div>
                        </a>
                    
                    
                    <div class="footer " style="
                        display:none;
                        
                        
                    ">
                        
                        
                        
                        
                        <div class="clear"></div>
                    </div>
                    
                    
                    
                    
                    
                </div>
                </section>
                <div class="bottom"></div>
            
            <section id="mcont-wrapper">
                <div class="post">
                
                    
                    
                    
                        <div class="media"><iframe width="500" height="281"  id="youtube_iframe" src="https://www.youtube.com/embed/iibKGKT5OBg?feature=oembed&amp;enablejsapi=1&amp;origin=https://safe.txmblr.com&amp;wmode=opaque" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
                        <div class="copy"><div><p></p><p style="text-align: center;"><a href="https://href.li/?http://www.raindb.net" target="_blank"><strong>&gt; Download on RainDB &lt;</strong></a></p><p class="break">.</p>
A two week modding project that adds an entirely new region to Rain World that is an amalgamation of many of the map files that went unused in the final game. This mod stitches all of these discrete maps together in as coherent of a way as possible, and brings them back to life by populating them with creatures, objects, ambient sfx, etc. There&rsquo;s even some secret hidden objects to find containing some custom lore. This mod attempts to be as complete of a region as possible, even containing its own background art for the title screen and an entry in the region select menu. It also features <a href="https://t.umblr.com/redirect?z=https%3A%2F%2Fsoundcloud.com%2F12lbs%2F12lbs-threat-side-house%3Fin%3D12lbs%2Fsets%2Frandom-ramblings&amp;t=YmRmMGRmZjAwMTJmNjc2OWIwYTdiYzNjMmFkYjlmYmE1ZTFkNjM2MyxpYTVmMU9YNw%3D%3D&amp;b=t%3Aiq3pfPEpVyp2nr1ggJOkTQ&amp;p=https%3A%2F%2Feggzero.tumblr.com%2Fpost%2F165571245670%2Fdownload-on-raindb-a-two-week-modding&amp;m=1&amp;ts=1648451318" target="_blank">custom procedural threat music composed by Mikronaut</a>. 
<p class="break">.</p>
This region was created only two months after the initial release of Rain World, and was the first of its kind, providing a lot of new knowledge for the Rain World modding community. Among the knowledge gained was:
<ul><li>First time room interconnections or creature spawns were modded in the game.</li><li>First time new gate rooms or shelter rooms were modded.</li><li>First time a new region was modded into the game.</li><li>First time a custom map display was rendered.</li><li>Reverse-engineering Rain World&rsquo;s text encryption, being the first time text or dialog was added or modded in the game.</li><li>First time a new threat music track was added to the game.</li><li>First instance of new objects being modded into dev tools. (Data pearls and vulture masks)</li><li>First instance of custom region screen art modded into fast travel.</li></ul></div></div>
                    
                    
                    
                    
                    
                        
                    
                    
                    
                    
                    
                    
                    
                    
                    
                        <a href="https://eggzero.tumblr.com/post/165571245670/download-on-raindb-a-two-week-modding">
                            <div class="footer for_permalink">
                                <div class="date">
                                    
                                    
                                    
                                        Posted 4 years ago
                                    
                                </div>
                                <div class="notes">3 notes </div>
                                <div class="clear"></div>
                            </div>
                        </a>
                    
                    
                    <div class="footer " style="
                        display:none;
                        
                        
                    ">
                        
                        
                        
                        
                        <div class="clear"></div>
                    </div>
                    
                    
                    
                    
                    
                </div>
                </section>
                <div class="bottom"></div>
            
            <section id="mcont-wrapper">
                <div class="post">
                
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        <div class="title">More Slugcats Mod</div>
                        <div class="copy"><div><p><iframe width="480" height="270" src="https://www.youtube.com/embed/pXaxqMb_R4A" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p><p style="text-align: center;"><a href="https://href.li/?https://imgur.com/a/FaLay" target="_blank"><strong>&gt; Fan Art Gallery &lt;</strong></a></p><p class="break">.</p>
A two week modding project that introduces the following five new playable characters into Rain World, each with their own unique playstyles, abilities, pros and cons:

<ul><li><b>The Spearmaster</b></li><ul><li>You can carry up to three spears at once (one in each hand, one in your mouth).</li><li>You can reclaim spears that get lodged in walls.</li><li>Eating food does not fill your hibernation progress bar.</li><li>Stabbing living creatures is the only thing that will gain you progress.</li></ul><li><b>The Rivulet</b></li><ul><li>You can breathe underwater forever.</li><li>You are much more agile and athletic. Your motions are faster and your jumps cover significantly more distance.</li><li>All cycles are half their usual durations.</li></ul><li><b>The Gourmand</b></li><ul><li>If nothing is stored in your stomach, you can still pull infinite objects from your stomach void.</li><li>You require significantly more food to hibernate.</li><li>You are susceptible to fall damage and can die from falls much more easily.</li><li>You get tired and out of breath easily.</li></ul><li><b>The Artificer</b></li><ul><li>You can explosively transmogrify certain objects in your stomach at the cost of one unit of food.</li><li>Explosions deal significantly less damage and knockback to you, and you won&rsquo;t get stunned for as long.</li><li>You can propel yourself while airborne with a bang. However, overusing this technique is dangerous for the body.</li><li>Scavengers are your long time arch rivals and will attack you on sight.</li><li>Your body is dangerously reactive with water.</li></ul><li><b>The Saint</b></li><ul><li>You cannot eat meat of any kind.</li><li>You cannot carry or use weapons in any way.</li><li>You are very fragile. A number of creatures previously harmless are now deadly.</li><li>You will lose all karma on death.</li><li>You have a long, versatile tongue you can use to stick to objects.</li><li>This slugcat is the perfect vessel for karmic enlightenment.</li></ul></ul></div></div>
                    
                    
                    
                    
                    
                    
                    
                    
                    
                        <a href="https://eggzero.tumblr.com/post/165462751635/more-slugcats-mod">
                            <div class="footer for_permalink">
                                <div class="date">
                                    
                                    
                                    
                                        Posted 4 years ago
                                    
                                </div>
                                <div class="notes">26 notes </div>
                                <div class="clear"></div>
                            </div>
                        </a>
                    
                    
                    <div class="footer " style="
                        display:none;
                        
                        
                    ">
                        
                        
                        
                        
                        <div class="clear"></div>
                    </div>
                    
                    
                    
                    
                    
                </div>
                </section>
                <div class="bottom"></div>
            
            <section id="mcont-wrapper">
                <div class="post">
                
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        
                        <div class="copy"><div><p><iframe width="480" height="270" src="https://www.youtube.com/embed/7q1GuvtSi1o" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p><p style="text-align:center;"><b>Contained is a Minecraft mod that introduces new mechanics that encourage, facilitate, and allow the studying of group dynamics.</b></p><p style="text-align:center;"><a href="https://href.li/?https://dl.dropboxusercontent.com/u/1820269/linkedin/Contained%20-%20Using%20Multiplayer%20Online%20Games%20to%20Quantify%20Success%20of%20Collaborative%20Group%20Behavior.pdf" target="_blank"><b>&gt; Research Paper &lt;</b></a></p><p style="color:#fff">.</p>

Credits:
<ul><li>Created by me, Damian Debkowski, Li Yin, Nicole Yson, and Yichen Yue, under the supervision of <a href="https://href.li/?http://www.cs.rutgers.edu/~mk1353/" target="_blank">Mubbasir Kapadia</a>.</li><li>Development Time: 5 months</li></ul><h3>Development Progress Videos</h3><ul><li><a href="https://href.li/?https://www.youtube.com/watch?v=2ahtZo61aNw" target="_blank">Data Logging and Visualization</a></li><li><a href="https://href.li/?https://www.youtube.com/watch?v=ZkTRMTsF8IA" target="_blank">Finite Worlds, Wasteland, Ore Clustering</a></li><li><a href="https://href.li/?https://www.youtube.com/watch?v=8EdNBFlvxzs" target="_blank">Finite Biomes</a></li><li><a href="https://href.li/?https://www.youtube.com/watch?v=rAwQGlPfFPY" target="_blank">Region Protection</a></li><li><a href="https://href.li/?https://www.youtube.com/watch?v=st2nXSMHwdo" target="_blank">Territory Acquisition &amp; Visualization</a></li><li><a href="https://href.li/?https://www.youtube.com/watch?v=YDkzsAffGKc" target="_blank">Team Management</a></li><li><a href="https://href.li/?https://www.youtube.com/watch?v=MyjkgP-roLk" target="_blank">Territory Machines &amp; Town Hall Purchases</a></li><li><a href="https://href.li/?https://www.youtube.com/watch?v=qS9njbWHWwI" target="_blank">Mini-Games</a></li><li><a href="https://href.li/?https://www.youtube.com/watch?v=U9Utw9jw3Dw" target="_blank">Admin Console</a></li><li><a href="https://href.li/?https://www.youtube.com/watch?v=Cwk1QHtpLbM" target="_blank">Extended Mini-Game Mechanics</a></li></ul></div></div>
                    
                    
                    
                    
                    
                    
                    
                    
                    
                        <a href="https://eggzero.tumblr.com/post/150084780060/contained-is-a-minecraft-mod-that-introduces-new">
                            <div class="footer for_permalink">
                                <div class="date">
                                    
                                    
                                    
                                        Posted 5 years ago
                                    
                                </div>
                                <div class="notes"> </div>
                                <div class="clear"></div>
                            </div>
                        </a>
                    
                    
                    <div class="footer " style="
                        display:none;
                        
                        
                    ">
                        
                        
                        
                        
                        <div class="clear"></div>
                    </div>
                    
                    
                    
                    
                    
                </div>
                </section>
                <div class="bottom"></div>
            
            <section id="mcont-wrapper">
                <div class="post">
                
                    
                    
                    
                        <div class="media"><iframe width="500" height="281"  id="youtube_iframe" src="https://www.youtube.com/embed/C1ovtBe-obk?feature=oembed&amp;enablejsapi=1&amp;origin=https://safe.txmblr.com&amp;wmode=opaque" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
                        <div class="copy"><h2>Exploration Server 4</h2><div><p style="text-align:center"><a href="https://href.li/?https://eggzero.serv.pink/minecraft/esivInstructions.html" target="_blank"><b>&gt; ESIV Main Home Page &lt;</b></a></p><p class="break">.</p><p>Exploration Server IV is the final and most ambitious of the Exploration Server projects. It takes the dungeon crawling and gameplay progression concepts from Exploration Server III, and combines it with the massive-scale passive exploration of the original two Exploration Servers. There&rsquo;s 15+ massive sized primary dungeons, each containing a boss battle at their end, as well as 50+ smaller dungeons, villages, and other points of interest. This is also the first Exploration Server to heavily integrate mods. The custom items, monsters, blocks, etc from those mods have been meticuously integrated all throughout the map. Both monsters and the players follow a custom-coded leveling system, making the map reminiscent of a MMORPG experience.</p><p class="break">.</p><p><strong>Credits</strong>:</p><ul><li>This was a solo project.</li><li>Development Time: 6 months.</li><li>Map Credits:</li><ul><li><a href="https://href.li/?http://www.planetminecraft.com/project/apterra---huge-custom-survival-map/" target="_blank">Apterra</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/exotopia---epic-30-billion-block-custom-map/" target="_blank">Exotopia</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/calastore-capital-city-of-ithero/" target="_blank">Calastore</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/sewer-dungeon-for-anyone/" target="_blank">Sewer Dungeon</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/kingdom-of-beret/" target="_blank">Kingdom of Beret</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/blockworks-inc/" target="_blank">Blockworks Inc.</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/eva02---evangelion/" target="_blank">Eva 02</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/metal-gear-3395516/" target="_blank">Metal Gear Bunker</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/the-spires-of-lyceum---angelblock-app/" target="_blank">Spires of Lyceum</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/the-winters-sanctuary/" target="_blank">The Winter&rsquo;s Sanctuary</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/borobudur/" target="_blank">Borobudur</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/galos-citadel-3138514/" target="_blank">Galos Citadel</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/witchy-potion-shop-hut/" target="_blank">Witchy Potion Hut</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/lethe-lordguntaz/" target="_blank">Lethe</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/serenity---underwater-wonderland-contest-submission/" target="_blank">Underwater Wonderland</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/antarias---sky-limit-project/" target="_blank">Antarias</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/the-palace-of-dabahr-boiyait-from-the-lets-build-series/" target="_blank">Dabahr Boiyait</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/thontodur/" target="_blank">Thontodur</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/golestandts-den/" target="_blank">Golestandts Den</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/valraack/" target="_blank">Valraack</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/en-the-lost-temple-adventure-map/" target="_blank">The Lost Temple</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/hide-and-go-seek-map-mineshaft/" target="_blank">Hide and Go Seek Mineshaft</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/bird-sanctuary-download/" target="_blank">Bird Sanctuary</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/newrise-la-cit-ferique/" target="_blank">La Cit Ferique</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/gargoyla---evil-yet-heavenly-caved-in-entry/" target="_blank">Evil Yet Heavenly</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/obscurity-arena-theartemosky/" target="_blank">Obscurity Arena</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/minecraft-spawn-custom-built-terraformed-unique/" target="_blank">Terrinthiad Arena</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/fantasy-islands/" target="_blank">Fantasy Islands</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/alice-madness-returns-wonderland-alice-is-back/" target="_blank">Alice Madness Wonderland</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/alice-madness-returns-far-east/" target="_blank">Alice Madness Far East</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/alice-madness-returns-dollhouse/" target="_blank">Alice Madness Dollhouse</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/alice-madness-returns-adventure/" target="_blank">Alice Madness Adventure</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/fountain-city-floating-islands-in-the-void/" target="_blank">Fountain City Floating Islands</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/steampunk-owl/" target="_blank">Steampunk Owl</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/natural-inferno-portal/" target="_blank">Natural Inferno Portal</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/infernotower/" target="_blank">Inferno Tower</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/burning-inferno-parkour/" target="_blank">Burning Inferno Parkour</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/sky-temple-2922160/" target="_blank">Sky Temple</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/fire-castle/" target="_blank">Fire Castle</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/the-wings-of-a-balrog-50-subscribers-special/" target="_blank">Windw of Balrog</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/dragon-bone-passage/" target="_blank">Dragon Bone Passage</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/mob-arena-2181868/" target="_blank">Mob Arena</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/egyptian-temple-of-abu-simbel/" target="_blank">Abu Simbel</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/desert-temple-1944654/" target="_blank">Desert Temple</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/ankor-ereseth-the-black-temple-of-ereseth/" target="_blank">Ereseth</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/kagrenzal-dwemer-ruin/" target="_blank">Kagrenzal Ruin</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/raldbfar-dwemer-ruin-3391626/" target="_blank">Raldbfar Ruin</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/abandoned-arena/" target="_blank">Abandoned Arena</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/iduna/" target="_blank">Iduna</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/the-eye-parkour-map/" target="_blank">The Eye</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/the-kingdom-of-cipher-download-included/" target="_blank">The Kingdom of Cipher</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/death-sentence-arena/" target="_blank">Death Sentence Arena</a></li><li><a href="https://href.li/?http://www.minecraft-schematics.com/schematic/6119/" target="_blank">Angel Statue</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/aeternium---the-symphony-of-dreams/" target="_blank">Aeternium</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/anduria---terraformed-adventure-islands/" target="_blank">Anduria</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/epic-pyramid-64w-x-64l-base/" target="_blank">Pyramid</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/nether-palace/" target="_blank">Nether Palace</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/fantasy-fairy-mansion---craftlancer-team/" target="_blank">Fairy Mansion</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/swordhavens-castle-server-spawn-1389624/" target="_blank">Swordhaven</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/mushroom-valley/" target="_blank">Mushroom Valley</a></li><li><a href="https://href.li/?http://www.minecraft-schematics.com/schematic/713/" target="_blank">Nether Fortress</a></li><li><a href="https://href.li/?http://www.minecraft-schematics.com/schematic/3379/" target="_blank">Japanese Pagoda</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/the-eternal-fortress-of-nar-2303567/" target="_blank">Fortress of Nar</a></li><li><a href="https://href.li/?http://www.minecraft-schematics.com/schematic/4059/" target="_blank">Three Towers</a></li><li><a href="https://href.li/?http://www.minecraft-schematics.com/schematic/6234/" target="_blank">Boxing Ring</a></li><li><a href="https://href.li/?http://www.minecraft-schematics.com/schematic/6386/" target="_blank">Garden of the Hallowed</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/witches-tower-3035740/" target="_blank">Witches Tower</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/dragnoz-competition-entry-ancient-catacombs/" target="_blank">Ancient Catacombs</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/erebor-inspired-build/" target="_blank">Erebor</a></li></ul><li>Mod Credits:</li><ul><li>Exploration Server IV (custom)</li><li>Ars Magica 2 (modified from source)</li><li>Botania (modified from source)</li><li>Touhou Mod (converted to multiplayer, modified from source)</li><li>Applied Energistics 2</li><li>Mine Factory Reloaded</li><li>Thermal Dynamics</li><li>Thermal Expansion</li><li>Thermal Foundation</li><li>Tinkers Construct</li><li>Thaumcraft</li><li>Bagginses</li><li>Better Records</li><li>Bibliocraft</li><li>Big Reactors</li><li>Craft Heraldry</li><li>Dark Menagerie</li><li>Extra Cells</li><li>Extra TiC</li><li>Extra Utilities</li><li>FastCraft</li><li>Fast Leaf Decay</li><li>Forbidden Magic</li><li>Grimoire of Gaia 3</li><li>Head Crumbs</li><li>HQM</li><li>Hunger Overhaul</li><li>Iguana Tinker Tweaks</li><li>Iron Chests</li><li>JABBA</li><li>Jukebox Reloaded</li><li>Lycanites Mobs</li><li>Mob Properties</li><li>MineTweaker</li><li>ModTweaker</li><li>MrCrayfish Furniture Mod</li><li>Mutant Creatures</li><li>Natura</li><li>ObsidiPlates</li><li>Pam&rsquo;s Harvestcraft</li><li>Special AI</li><li>Storage Drawers</li><li>Super Crafting Frame</li><li>Thaumcraft NEI Plugin</li><li>Thaumic Tinkerer</li><li>Twilight Forest</li><li>Witchery</li><li>WorldEdit</li><li>Custom Main Menu</li><li>It&rsquo;s The Little Things</li><li>Journeymap</li><li>Not Enough Items</li><li>NEI Integration</li><li>NEI Add-ons</li><li>TiC Tooltips</li><li>Waila</li><li>Waila Harvestability</li><li>Baubles</li><li>ttCore</li><li>Perfect Spawn</li><li>Help Fixer</li><li>Mantle</li><li>CoFHCore</li><li>CodeChickenCore</li><li>CodeChickenLib</li><li>CazzarCoreLib</li><li>Animation API</li><li>AppleCore</li></ul></ul></div></div>
                    
                    
                    
                    
                    
                        
                    
                    
                    
                    
                    
                    
                    
                    
                    
                        <a href="https://eggzero.tumblr.com/post/150084597750/exploration-server-4-esiv-main-home-page">
                            <div class="footer for_permalink">
                                <div class="date">
                                    
                                    
                                    
                                        Posted 5 years ago
                                    
                                </div>
                                <div class="notes">4 notes </div>
                                <div class="clear"></div>
                            </div>
                        </a>
                    
                    
                    <div class="footer " style="
                        display:none;
                        
                        
                    ">
                        
                        
                        
                        
                        <div class="clear"></div>
                    </div>
                    
                    
                    
                    
                    
                </div>
                </section>
                <div class="bottom"></div>
            
            <section id="mcont-wrapper">
                <div class="post">
                
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        
                        <div class="copy"><h2>Exploration Server 3</h2><p></p><div><div class="center"><figure class="tmblr-full" data-orig-height="1847" data-orig-width="2802" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/esiii.png"><img src="https://64.media.tumblr.com/3c35fcd8dbf37e6d610fe8b4e92d6315/c88f0020b769d164-dc/s500x750/f85d9b38d43069f2cc8b21e2eadc7a30620ce198.png" alt="image" data-orig-height="1847" data-orig-width="2802" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/esiii.png" width="500" height="330" /></figure></div><p class="break">.</p><p>This is the smallest of the Exploration Servers, but it marks a significant deviation in style from the previous two. The previous consisted of very passive exploration with no real goal, and builds were largely imported as is, with little modification other than terraformation. This Exploration Server used command blocks to convert the builds into dungeons, populating them with custom mob spawners, treasure chests, NPCs, and other features, putting an emphasis on dungeon crawling and combat in addition to exploration. Unlike the other Exploration Servers, this map did have an end goal, with a difficulty curve, and a structured gameplay progression across the different builds. This went more in the direction of what you would find in a CTM adventure map.</p><p class="break">.</p><p><b>Gallery:</b><br /><em>(Click to Enlarge)</em></p><br /><div id="gamebox" class="esgallery"><a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2013-11-09_19.24.14.png" data-lightbox="esiii"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-11-09_19.24.14.png"><img src="https://64.media.tumblr.com/90fa3ad74a2fdeb70ff132706363c385/c88f0020b769d164-62/s100x200/c7aefdfc5e81dcce4c61bb21f3530cec565e17cb.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-11-09_19.24.14.png" width="90" height="90" /></figure></a>   
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2013-11-10_16.43.45.png" data-lightbox="esiii"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-11-10_16.43.45.png"><img src="https://64.media.tumblr.com/e780e461eb84c4b51d838584f585dc92/c88f0020b769d164-1f/s100x200/4f24076d6a71fa3c0a5e89d05ecc14f687c6df31.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-11-10_16.43.45.png" width="90" height="90" /></figure></a> 
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2013-12-16_18.05.06.png" data-lightbox="esiii"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-16_18.05.06.png"><img src="https://64.media.tumblr.com/d4455180d763d7a03c86f7b6478ff60c/c88f0020b769d164-c7/s100x200/2b1575ff5a07b1fba42569731a6bebb88c38ca9b.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-16_18.05.06.png" width="90" height="90" /></figure></a> 
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2013-12-16_18.30.20.png" data-lightbox="esiii"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-16_18.30.20.png"><img src="https://64.media.tumblr.com/2246fdc4dfb20aea460f4dfc6067090a/c88f0020b769d164-90/s100x200/229d2837b8a15801ce8f1de301b98339e6c5a3a9.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-16_18.30.20.png" width="90" height="90" /></figure></a> 
    
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2013-12-17_14.30.52.png" data-lightbox="esiii"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-17_14.30.52.png"><img src="https://64.media.tumblr.com/da198f3f16509e1dba090b22c21073f2/c88f0020b769d164-ba/s100x200/0995706a62aa3ef476ad19488780b7b8f3dff040.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-17_14.30.52.png" width="90" height="90" /></figure></a>  
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2013-12-17_15.14.35.png" data-lightbox="esiii"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-17_15.14.35.png"><img src="https://64.media.tumblr.com/87669cf3009c4721a81a29871be8db29/c88f0020b769d164-76/s100x200/4093647e5a901415dfe13fae48bf32adfef958c2.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-17_15.14.35.png" width="90" height="90" /></figure></a> 
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2013-12-17_15.17.31.png" data-lightbox="esiii"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-17_15.17.31.png"><img src="https://64.media.tumblr.com/aa9538b03fc9d4d2b54b7aee5244e244/c88f0020b769d164-9f/s100x200/bdad6a4a719872a9a378318b3f0ad192a9930c6e.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-17_15.17.31.png" width="90" height="90" /></figure></a> 
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2013-12-18_15.02.10.png" data-lightbox="esiii"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-18_15.02.10.png"><img src="https://64.media.tumblr.com/942c8a5d0e1a9497440e964460f83a96/c88f0020b769d164-f5/s100x200/06d5023f80163cdf4961215ba107ce883bdcb245.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-18_15.02.10.png" width="90" height="90" /></figure></a> 
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2013-12-18_15.43.12.png" data-lightbox="esiii"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-18_15.43.12.png"><img src="https://64.media.tumblr.com/465584687d633977babb28c33161ce4c/c88f0020b769d164-b7/s100x200/94bddca2a5ceaeb78c98f53084ed100ba7978f14.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-18_15.43.12.png" width="90" height="90" /></figure></a> 
    
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2013-12-18_16.04.38.png" data-lightbox="esiii"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-18_16.04.38.png"><img src="https://64.media.tumblr.com/abb8844d297d99e7270f81f31be4fbea/c88f0020b769d164-3d/s100x200/0c14bb169835b7a02527ca5b8fd28995b97565c9.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-18_16.04.38.png" width="90" height="90" /></figure></a>  
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2013-12-18_16.05.54.png" data-lightbox="esiii"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-18_16.05.54.png"><img src="https://64.media.tumblr.com/62996c287bdab8934e128e847261adc3/c88f0020b769d164-60/s100x200/491d717ec429fb455abde034e036e73960927c52.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-18_16.05.54.png" width="90" height="90" /></figure></a> 
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2013-12-18_16.49.44.png" data-lightbox="esiii"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-18_16.49.44.png"><img src="https://64.media.tumblr.com/bd0e76924a46ee85585af55c1f0874d6/c88f0020b769d164-60/s100x200/a4377b3d5a4e8333035ba1130a509d30249b2bac.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-18_16.49.44.png" width="90" height="90" /></figure></a> 
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2013-12-18_19.21.58.png" data-lightbox="esiii"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-18_19.21.58.png"><img src="https://64.media.tumblr.com/3863a44e1e9bffa00d78161f186246c9/c88f0020b769d164-e0/s100x200/e2d13200ba67da4dbdca1e7ecd55acd84c645625.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-18_19.21.58.png" width="90" height="90" /></figure></a> 
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2013-12-19_16.08.24.png" data-lightbox="esiii"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-19_16.08.24.png"><img src="https://64.media.tumblr.com/3cdde4f20eff267f1da0996be13d7321/c88f0020b769d164-cf/s100x200/501a340d8ba104c3b3ce2bd28915672e3b6b4c56.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-19_16.08.24.png" width="90" height="90" /></figure></a> 
    
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2013-12-19_16.11.59.png" data-lightbox="esiii"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-19_16.11.59.png"><img src="https://64.media.tumblr.com/e470a18b78feec6bd1d55f1e30d2b8bb/c88f0020b769d164-0b/s100x200/105c542c00130fa009c2d927f9da8780cf033770.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-19_16.11.59.png" width="90" height="90" /></figure></a>  
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2013-12-20_15.23.04.png" data-lightbox="esiii"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-20_15.23.04.png"><img src="https://64.media.tumblr.com/025d59042ba61d7dd606f41fd1ec88df/c88f0020b769d164-6c/s100x200/08d204e88b04e893dd4a1d154ffc193ef8bce178.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-20_15.23.04.png" width="90" height="90" /></figure></a> 
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2013-12-20_15.42.36.png" data-lightbox="esiii"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-20_15.42.36.png"><img src="https://64.media.tumblr.com/c7efab52bab444e979b681b8ad8031ce/c88f0020b769d164-85/s100x200/37052db2744abd4047879b55d84a5dbaf63af7a1.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-20_15.42.36.png" width="90" height="90" /></figure></a> 
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2013-12-20_15.42.37.png" data-lightbox="esiii"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-20_15.42.37.png"><img src="https://64.media.tumblr.com/3cc0672e02df3542b4f1c04dc4214f88/c88f0020b769d164-ee/s100x200/a405295195874be04fcd551ec78c2bd402ecf2c0.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-20_15.42.37.png" width="90" height="90" /></figure></a> 
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2013-12-20_16.13.05.png" data-lightbox="esiii"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-20_16.13.05.png"><img src="https://64.media.tumblr.com/608169aece9fec1e8f53a047ed61052c/c88f0020b769d164-74/s100x200/e46447b44d2a42a8d23b20e2d509be527c8df814.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2013-12-20_16.13.05.png" width="90" height="90" /></figure></a> 
</div><p class="break">.</p><p><b>Credits:</b></p><ul><li>This was a solo project.</li><li>Development Time: 6 weeks.</li><li>Map Credits:</li><ul><li><a href="https://href.li/?http://www.planetminecraft.com/project/eltrean-the-island-of-the-humans---custom-terrain/" target="_blank">Eltrean</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/bridge-pack-518507/" target="_blank">Bridges</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/little-bridge/" target="_blank">Little Bridge</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/nice-island/" target="_blank">Nice Island</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/dunmor--dragon-amp-phoenix-fight-i-flaoting-islands/" target="_blank">Flaming Mushroom &amp; Black Tree</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/special2013-halloween-day/" target="_blank">Dead Drink Milk Pub</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/kralendijk-island---custom-terrain/" target="_blank">Kralendijk Island</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/plug-and-play-mesa-island/" target="_blank">Desert Mesa</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/hafsah-the-desert-village---by-0nearcher/" target="_blank">Hafsah Desert Village</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/the-incevric-hallows-2279682/" target="_blank">Incevric Hallow</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/kolded-custom-terrain/" target="_blank">Kolded Snow Terrain</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/winter-garden/" target="_blank">Winter Garden</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/almarin/" target="_blank">Almarin</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/medieval-wizards-tower/" target="_blank">Wizard&rsquo;s Tower</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/siofra-the-elven-village/" target="_blank">Siofra Elven Village</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/aandovale-grove/" target="_blank">Aandovale Grove</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/haunted-vampire-mansion-castle/" target="_blank">Haunted Mansion</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/dellirium/" target="_blank">Dellirium</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/isenholm/" target="_blank">Isenholm</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/seahorse-tower/" target="_blank">Seahorse Tower</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/palace-of-awesomeness/" target="_blank">Lumina Resort Hotel</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/almor-castle/" target="_blank">Almor</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/grim-thorim---the-ancient-dwarven-ruins---adventure-map/" target="_blank">Grim Thorim</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/angantr-nether-empire-contest/" target="_blank">Angantyr</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/obduralith--castle/" target="_blank">Obduralith</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/rift/" target="_blank">Rift</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/cloud-citadel/" target="_blank">Cloud Citadel</a></li></ul></ul></div></div>
                    
                    
                    
                    
                    
                    
                    
                    
                    
                        <a href="https://eggzero.tumblr.com/post/150084321495/exploration-server-3-this-is-the-smallest-of">
                            <div class="footer for_permalink">
                                <div class="date">
                                    
                                    
                                    
                                        Posted 5 years ago
                                    
                                </div>
                                <div class="notes">1 note </div>
                                <div class="clear"></div>
                            </div>
                        </a>
                    
                    
                    <div class="footer " style="
                        display:none;
                        
                        
                    ">
                        
                        
                        
                        
                        <div class="clear"></div>
                    </div>
                    
                    
                    
                    
                    
                </div>
                </section>
                <div class="bottom"></div>
            
            <section id="mcont-wrapper">
                <div class="post">
                
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        
                        <div class="copy"><h2>Creeper Spleef</h2><div style="widthwrapper"><p></p><div class="center"><iframe id="youtube_iframe" src="https://www.youtube.com/embed/2lMrAke834c" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div><p style="text-align: center;"><strong>Survive for as long as you can atop a fragile arena constantly deteriorating from a bombardment of various explosives.</strong></p><p style="text-align: center;"><a href="https://href.li/?https://mega.nz/#!PJYT0AYT!poUy8CSIf7EmCJUc80wWNPw1CT159-8tzSblnUo6aAM" target="_blank"><strong>&gt; Download &lt;</strong></a></p><p class="break">.</p><ul><li>In later versions of AdventureCraft, this was packaged as one of the program&rsquo;s featured maps.</li><li>Created by me, and then later improved by <a href="https://href.li/?https://www.youtube.com/user/LahLeon" target="_blank">LahLeon</a>. The Challenge mode variant was also created by LahLeon.</li><li>Development Time: 1 day.</li><li>Music is <a href="https://href.li/?https://modarchive.org/index.php?request=view_by_moduleid&amp;query=99587" target="_blank">insecure by Magic Duke of Cult</a>.</li></ul></div></div>
                    
                    
                    
                    
                    
                    
                    
                    
                    
                        <a href="https://eggzero.tumblr.com/post/150084294455/creeper-spleef-survive-for-as-long-as-you-can">
                            <div class="footer for_permalink">
                                <div class="date">
                                    
                                    
                                    
                                        Posted 5 years ago
                                    
                                </div>
                                <div class="notes">1 note </div>
                                <div class="clear"></div>
                            </div>
                        </a>
                    
                    
                    <div class="footer " style="
                        display:none;
                        
                        
                    ">
                        
                        
                        
                        
                        <div class="clear"></div>
                    </div>
                    
                    
                    
                    
                    
                </div>
                </section>
                <div class="bottom"></div>
            
            <section id="mcont-wrapper">
                <div class="post">
                
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        
                        <div class="copy"><h2>Tower of Ordeals</h2><div><p class="center"><iframe src="https://www.youtube.com/embed/_mU4d6TsoeY?start=25" frameborder="0" allowfullscreen="allowfullscreen"></iframe></p><p style="text-align: center;"><strong>An ode to Zelda&rsquo;s Cave of Ordeals. Conquer a long series of floors which pit you against waves of monsters and obstacles.</strong></p><p style="text-align: center;"><a href="https://href.li/?https://ln3.sync.com/dl/c18444c50/3mtstyic-xb7aa5xc-iddukkju-ytvzwfau" target="_blank"><strong>&gt; Download &lt;</strong></a></p><p class="break">.</p><p><b>Credits:</b></p><ul><li>This was a solo project, my first AdventureCraft map.</li><li>Development Time: 1 week.</li><li>Music Credits:</li><ul><li>1st Zone: <a href="https://href.li/?https://modarchive.org/index.php?request=view_by_moduleid&amp;query=146428" target="_blank">One Ordinal Day, by Darth &lsquo;Snake&rsquo; Nefelim</a></li><li>2nd Zone: <a href="https://href.li/?https://modarchive.org/index.php?request=view_by_moduleid&amp;query=39519" target="_blank">Crazy Mind, by warhawk/chipztream</a></li><li>3rd Zone: <a href="https://href.li/?https://modarchive.org/index.php?request=view_by_moduleid&amp;query=33637" target="_blank">Anna Mulle Griitsit, by beathawk</a></li><li>4th Zone: <a href="https://href.li/?https://modarchive.org/index.php?request=view_by_moduleid&amp;query=169073" target="_blank">Dark Descent, by Feryl</a></li><li>5th Zone: <a href="https://href.li/?https://modarchive.org/index.php?request=view_by_moduleid&amp;query=76215" target="_blank">Back Again, by #4mat</a></li><li>Rest Zones: <a href="https://href.li/?https://modarchive.org/index.php?request=view_by_moduleid&amp;query=144897" target="_blank">A Perfect World, by malmen</a></li><li>Victory: <a href="https://href.li/?https://modarchive.org/index.php?request=view_by_moduleid&amp;query=40675" target="_blank">Eargasm, by maktone</a></li></ul></ul></div></div>
                    
                    
                    
                    
                    
                    
                    
                    
                    
                        <a href="https://eggzero.tumblr.com/post/150084270480/tower-of-ordeals-an-ode-to-zeldas-cave-of">
                            <div class="footer for_permalink">
                                <div class="date">
                                    
                                    
                                    
                                        Posted 5 years ago
                                    
                                </div>
                                <div class="notes">1 note </div>
                                <div class="clear"></div>
                            </div>
                        </a>
                    
                    
                    <div class="footer " style="
                        display:none;
                        
                        
                    ">
                        
                        
                        
                        
                        <div class="clear"></div>
                    </div>
                    
                    
                    
                    
                    
                </div>
                </section>
                <div class="bottom"></div>
            
            <section id="mcont-wrapper">
                <div class="post">
                
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        
                        <div class="copy"><h2>Cookie Mod Mk.II</h2><div><p></p><div class="center"><figure class="tmblr-full" data-orig-height="480" data-orig-width="854" data-orig-src="http://imgur.com/NHiBEti.png"><img src="https://64.media.tumblr.com/9ced88d4cc84c54ce46dcc9694bad172/06881db0c7d526d1-18/s500x750/c4d2b90186557914c5723f09034a7975ca99fc26.png" alt="image" data-orig-height="480" data-orig-width="854" data-orig-src="http://imgur.com/NHiBEti.png" width="500" height="281" /></figure></div><p style="text-align:center; width:70%; margin:auto;"><b>A 1.7.10 Minecraft mod that is all about cookies. My first mod made mostly as a silly experiment to get practice with different aspects of modding Minecraft.</b></p><p style="text-align:center;"><a href="https://href.li/?https://ln3.sync.com/dl/4dfda8500/9q9v95f4-kjdztf3d-wxjcwaqd-aq44ehp9" target="_blank"><b>&gt; Download &lt;</b></a></p><p><b>Credits</b>:
</p><ul><li>Made as a solo project.</li><li>Development Time: 2 weeks.</li><li>A spiritual successor to my friend&rsquo;s first practice mod, which also was entirely cookie themed.</li></ul><p class="break">.</p><hr /><p class="break">.</p><h3>Primary Cookie Hierarchy</h3><div style="width:90%; margin:auto;"><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="16" data-orig-width="16" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookieore.png"><img src="https://64.media.tumblr.com/9eca96448ab8634d5a7952fdf37c356e/06881db0c7d526d1-92/s75x75_c1/cd4c4364b9e94c4cdeda8a1c31cfaefcc6ecf522.png" width="32" alt="image" data-orig-height="16" data-orig-width="16" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookieore.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Ore:</b> Harvestable with an iron pickaxe or better. Drops 3-6 cookies per ore. A good early-game source of cookies.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/compressedcookie.png"><img src="https://64.media.tumblr.com/37747e37c8b3c3c35c59d89ec147a503/06881db0c7d526d1-f3/s250x400/5fe3d189cf4aa3fd59444c1aa01681d17f91c133.png" width="150" alt="image" data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/compressedcookie.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Compressed Cookie:</b> Right-clicking with one of these in hand destroys it, producing two normal cookies. Effectively allows you to utilize fuel to continuously double your cookie supply through smelting.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookieblock.jpg"><img src="https://64.media.tumblr.com/a176dc6b0faf4fc3578d5599431a71fa/06881db0c7d526d1-87/s250x400/bbff04b5a17443a634c549c5df94b7e4bee786df.jpg" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookieblock.jpg" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Block:</b> Harvestable with any shovel. Drops 4 cookies when harvested, rather than the block itself.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/bakedcookieblock.png"><img src="https://64.media.tumblr.com/bafbfb9d60caff15e983ea9386cad3d7/06881db0c7d526d1-dc/s250x400/218f3d4d5e5d52b7b1252d37cbe92045b2f4a2fc.png" width="150" alt="image" data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/bakedcookieblock.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Baked Cookie Block:</b> Harvestable with an iron shovel or better. Drops 3 compressed cookies when harvested, rather than the block itself.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiecluster.jpg"><img src="https://64.media.tumblr.com/eda87cff4501da72813a69bea2c145f6/06881db0c7d526d1-8c/s250x400/35dc3567a45cae728ba2407ebb56d4c08dbc157b.jpg" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiecluster.jpg" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Cluster:</b> The primary material for making cookie tools and armors.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiecore.png"><img src="https://64.media.tumblr.com/33c6c417f00739d8b19410fbc40bb7c2/06881db0c7d526d1-fb/s250x400/cf17da0ae1c78b4109dee3b3e2725a8394a45e08.png" width="150" alt="image" data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiecore.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Core:</b> A more resource heavy version of the Cookie Cluster for more advanced recipes.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiegem.png"><img src="https://64.media.tumblr.com/0754a8958f2ef07056e4a234ea749a8a/06881db0c7d526d1-35/s250x400/41f141b15705a6ce8bbb1d1d74c04ededef37bea.png" width="150" alt="image" data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiegem.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Gem:</b> Another material used in making cookie tools and armors.</td></tr></table></div><p class="break">.</p><h3>Tools and Armors</h3><div style="width:90%; margin:auto;"><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/obsidianstick.png"><img src="https://64.media.tumblr.com/ca26bbc157d71ec4af6a61d278acc1b2/06881db0c7d526d1-13/s250x400/18fb1b229bf4f6167028e8980243a7ea9bae2f5a.png" width="150" alt="image" data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/obsidianstick.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Obsidian Stick:</b> Used as the handle for all cookie tools.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookieshovel.png"><img src="https://64.media.tumblr.com/6e351765459db5e5811db14bc55cc8f0/06881db0c7d526d1-1e/s250x400/157b6351e2792005defe412e2f2a1649f832dd34.png" width="150" alt="image" data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookieshovel.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Shovel:</b> A fast and extremely durable shovel. Right clicking on a shovel-harvestable block will destroy a 3x3x3 region, but will not produce drops (with Cookie Blocks and Cookie Dirt being exceptions). This action consumes one compressed cookie per use.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiepaxe.jpg"><img src="https://64.media.tumblr.com/f864034c64c4f3e70a31bb0433dcf3c7/06881db0c7d526d1-59/s250x400/f3e65b11f16b6e01eb4e3bed33a650472da7a984.jpg" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiepaxe.jpg" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Pickaxe:</b> A fast and extremely durable pickaxe. Right clicking a stone block will destroy a 3x3x3 region without drops (costs 1 compressed cookie). You can also right click obsidian blocks to harvest them instantly, consuming one regular cookie.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookieaxe.jpg"><img src="https://64.media.tumblr.com/8a23d8e354b495c9923a68e02aeedc93/06881db0c7d526d1-7f/s250x400/dd53f8b4b1ded2275dadf9d028d0a2eef95a167d.jpg" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookieaxe.jpg" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Axe:</b> A fast and extremely durable axe. You can right click on a tree trunk to devestate any tree. This action consumes one compressed cookie per use.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiesword.jpg"><img src="https://64.media.tumblr.com/a4a822f7578bc51310b4cd220591e9aa/06881db0c7d526d1-5a/s250x400/8942c56473aa80acd40a9716d92e5da66685aa9a.jpg" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiesword.jpg" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Sword:</b> A powerful and extremely durable sword. You can right-click to shoot projectiles, consuming one cookie per use. This effectively replicates the classic &lsquo;machine-gun&rsquo; minecraft bow. Good times. </td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiehelmet.jpg"><img src="https://64.media.tumblr.com/b5b6344b857b7ece209c5cec2e6da84b/06881db0c7d526d1-6c/s250x400/2ed4ee36f268c3b5b207b8753aae55bd396cf7ad.jpg" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiehelmet.jpg" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Helmet:</b> Equivelent in defense to a Diamond Helmet, but also provides the passive effects of night-vision and water-breathing.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiechestplate.jpg"><img src="https://64.media.tumblr.com/aec90dcbc7ae7fc46f7ad15a71d5a99c/06881db0c7d526d1-ba/s250x400/4de1081e7cbee50627b3dc070deec2c2fea21447.jpg" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiechestplate.jpg" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Chestplate:</b> Equivelent in defense to a Diamond Chestplate, but also provides the passive effect of Strength I.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookielegs.jpg"><img src="https://64.media.tumblr.com/8c28376d506a78b96e96913849a81a54/06881db0c7d526d1-b5/s250x400/4d1fcbe76ebcf45bfd47d003ab9a28f96fa56bf9.jpg" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookielegs.jpg" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Leggings:</b> Equivelent in defense to Diamond Leggings, but also provides the passive effects of fire resistance and high jumping.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookieboots.jpg"><img src="https://64.media.tumblr.com/aff54492fa14895d7b70682a1e98721c/06881db0c7d526d1-59/s250x400/5de70deeb32f4b71b0cbcebf59c806ee0c57dfc3.jpg" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookieboots.jpg" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Boots:</b> Equivelent in defense to Diamond Boots, but also provides the passive effects of extra speed.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookievillager.jpg"><img src="https://64.media.tumblr.com/c1df96c90d1540cf6724aff97db5dbde/06881db0c7d526d1-84/s250x400/afbebdc2413a30c50d47386d22d7762f2b7ad348.jpg" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookievillager.jpg" /></figure></td><td valign="top" style="padding-left: 16px"><b>Villager Spawn:</b> A utility recipe for helping you get the Emeralds that you need.</td></tr></table></div><p class="break">.</p><h3>Cookie Metaverse</h3><div style="width:90%; margin:auto;"><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookienegabrick.png"><img src="https://64.media.tumblr.com/be64d4b01358933ddd7aa195d274a02c/06881db0c7d526d1-a7/s250x400/660954305deb372906b0a8c0ae45f04f19c8ed1e.png" width="150" alt="image" data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookienegabrick.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Negabrick:</b> Need to place these in a 4x5 rectangle to form a portal to enter the Cookie Metaverse. The materials around the perimeter of the recipe consist of 4 nether bricks, 2 obsidian blocks, and 2 coal blocks.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiesigil.png"><img src="https://64.media.tumblr.com/8b25dced13d5fe4f9feb784ea485f106/06881db0c7d526d1-a6/s250x400/01a6d5cf2ff5adb587678a5249faa1da691df24e.png" width="150" alt="image" data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiesigil.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Sigil:</b> This activates the aformentioned portal. The Cookie Metaverse is an extremely dangerous and hostile place, so make sure you&rsquo;re very well prepared before entering. Or rather, you should be well prepared before even activating the portal itself&hellip;</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="16" data-orig-width="16" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiedirt.png"><img src="https://64.media.tumblr.com/796a71b77f738d6e3c0b23870b00c9fa/06881db0c7d526d1-db/s75x75_c1/3ba1fadbb74c0bf09752ae957503309c05d60cd9.png" width="32" alt="image" data-orig-height="16" data-orig-width="16" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiedirt.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Dirt:</b> The primary material that the terrain in the Cookie Metaverse is made out of. Can only be harvested with a cookie shovel. Note, however, that Cookiebugs live in the dirt&hellip; so digging it up may disturb them.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="16" data-orig-width="16" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookieessence.png"><img src="https://64.media.tumblr.com/a66c780e5b4d3989f20ef15fe5a8df75/06881db0c7d526d1-b9/s75x75_c1/68f56cc25d69340329e108203d569989cd297a19.png" width="32" alt="image" data-orig-height="16" data-orig-width="16" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookieessence.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Essence:</b> Dropped when you harvest cookie dirt.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="16" data-orig-width="16" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookieaetherbrick.png"><img src="https://64.media.tumblr.com/b68a6e235396a0ec4a7662e0cfd6e1aa/06881db0c7d526d1-66/s75x75_c1/d12b9e5e511156b06388c9f4851da57cc6199aac.png" width="32" alt="image" data-orig-height="16" data-orig-width="16" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookieaetherbrick.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Aetherbrick:</b> Strange structures scattered throughout the Metaverse are made out of this material. Can only be harvested with a cookie pickaxe. Inflicts random negative status effects to the player for every block that is mined.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="16" data-orig-width="16" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiediamondite.png"><img src="https://64.media.tumblr.com/d7f896dcb1c7cb3171e1db795605a90b/06881db0c7d526d1-ce/s75x75_c1/d03165a32869f004f74e8e1c794816a46451fcab.png" width="32" alt="image" data-orig-height="16" data-orig-width="16" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookiediamondite.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Diamondite:</b> The single centerpiece laying atop the strange towers that appear throughout the Metaverse. Can only be harvested with a cookie axe. </td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="16" data-orig-width="16" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/ediblesword.png"><img src="https://64.media.tumblr.com/98bbe815972269ce725bc20ce8156f97/06881db0c7d526d1-f7/s75x75_c1/a33bc97fe4bf2509bfa55f3c0abfc07c95778119.png" width="32" alt="image" data-orig-height="16" data-orig-width="16" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/ediblesword.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Edible Cookiesword:</b> Occasionally dropped by Cookie Bandits in the Metaverse. Provides the effect of Strength II for 30 seconds when consumed. </td></tr></table></div><p class="break">.</p><h3>Advanced Recipes</h3><div style="width:90%; margin:auto;"><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/frostedcookie.png"><img src="https://64.media.tumblr.com/270fd8d2e29f7b3a3011d74e54458068/06881db0c7d526d1-1d/s250x400/b30a8051a958d3891dd38ff057dd284b97c08d00.png" width="150" alt="image" data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/frostedcookie.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Frosted Cookie:</b> Gives the effect of Regeneration II for 20 seconds when consumed. Stack size is 8.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/sugarcookie.png"><img src="https://64.media.tumblr.com/847eb78d124a2e3fedd012550d458328/06881db0c7d526d1-91/s250x400/70d8cec3a03cb62f66e887527190dbba21fa7ae1.png" width="150" alt="image" data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/sugarcookie.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Sugar Cookie:</b> Gives 10 saturation hearts for five minutes once consumed. Stack size is 8.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/mintcookie.png"><img src="https://64.media.tumblr.com/6115e36ecaada278a47b55237989624b/06881db0c7d526d1-bd/s250x400/f5d0e1623bd86b2b7846363088ff7230015b808e.png" width="150" alt="image" data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/mintcookie.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>ChocoMint Cookie:</b> Extends your base health by 10 hearts for five minutes once consumed. Stack size is 8.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/supremeediblesword.png"><img src="https://64.media.tumblr.com/14f1a2caf12951104a77fe9cda4762ba/06881db0c7d526d1-c0/s250x400/8a894dfebff8727ff9166fc9b04239a3eb5e7fd6.png" width="150" alt="image" data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/supremeediblesword.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Supreme Edible Cookiesword:</b> Provides the effect of Strength III for 30 seconds when consumed.</td></tr></table>

Other uses of Cookie Essence (totally not an EE ripoff):
<br /><div class="esgallery"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/coaltoiron.jpg"><img src="https://64.media.tumblr.com/3a8850d113be2f06d07362439c6c291b/06881db0c7d526d1-40/s250x400/140d19127ab16a38cd5793f337552673742d5beb.jpg" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/coaltoiron.jpg" /></figure><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/irontogold.jpg"><img src="https://64.media.tumblr.com/c1c53c1a36cb6736d1196a6959736f8f/06881db0c7d526d1-fd/s250x400/2463baa9ca389fb79ff83e5de04c548988bd5acb.jpg" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/irontogold.jpg" /></figure><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/goldtodiamond.jpg"><img src="https://64.media.tumblr.com/54ae5b7e5bbc4b8aa11c181dffc6accb/06881db0c7d526d1-a5/s250x400/c54ca2bcf7aafcb824b6315e6a0ddf8393e92b67.jpg" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/goldtodiamond.jpg" /></figure><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/goldtoemerald.jpg"><img src="https://64.media.tumblr.com/2cf669efd2c7f90227eda4339e9d05d0/06881db0c7d526d1-de/s250x400/3c9461e35f3a25316e01f993b5cbb5705a555219.jpg" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/goldtoemerald.jpg" /></figure></div><p class="break">.</p><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/aetherspring.png"><img src="https://64.media.tumblr.com/61a55348eb468590c648fdfcb6a5598b/06881db0c7d526d1-1a/s250x400/b590f6f8ff10a3a4d7e211ac32d144569fda0598.png" width="150" alt="image" data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/aetherspring.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Aetherspring:</b> While standing on this block, you are given the ability to jump extremely high. (Equivelant to Jump XV)</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/aetherboost.png"><img src="https://64.media.tumblr.com/3dd9d4018f1d0cb97f90bee345d4bf29/06881db0c7d526d1-56/s250x400/01d788bf53f994d54e911c731f0c968903d67923.png" width="150" alt="image" data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/aetherboost.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Aetherboost:</b> While standing on this block, you are temporarily given the ability to move extremely fast. (Equivelant to Speed X for 10 seconds)</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/aethermedic.png"><img src="https://64.media.tumblr.com/7bb8c4bff9b85c407d2d06642fd2cc23/06881db0c7d526d1-dc/s250x400/d2fb21dc1fe2da337df0c842845723ae2fb5fa35.png" width="150" alt="image" data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/aethermedic.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Aethermedic:</b> While standing on this block, your health regenerates extremely quickly. However, this regeneration requires you to have cookies in your inventory, and it consumes cookies as it heals you.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/aetherosmose.png"><img src="https://64.media.tumblr.com/af4fb53b593f75263997d8162506aba9/06881db0c7d526d1-08/s250x400/a4df7609bd8f1ed785911c3d12edb65c58065584.png" width="150" alt="image" data-orig-height="148" data-orig-width="249" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/aetherosmose.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Aetherosmose:</b> While standing on this block, any cookies in your inventory are rapidly converted into raw EXP.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookieclicker.png"><img src="https://64.media.tumblr.com/1ee8b5620cf08752d466391bc4f043b0/06881db0c7d526d1-7d/s250x400/b2787ca8cbc4cdc19ff742cd155b8535e7428aaf.png" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookieclicker.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Clicker:</b> Right clicking on this block will create a brief spatio-dimensional link to the Cookie Metaverse, just long enough to materialize a cookie from the dimension. This is a cost-free operation, giving you a functionally infinite supply of cookies, only at the expense of your finger muscles. Be on your guard, however, as sometimes monsters from the Cookieverse make it through the link.<br /><br />With this rapid, infinite supply of cookies, you have surely won the game. Or have you?&hellip;</td></tr></table></div><p class="break">.</p><h3>Cookie Clicker Tier</h3><div style="width:90%; margin:auto;"><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="16" data-orig-width="16" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/unusualcookie.png"><img src="https://64.media.tumblr.com/4efa811e64623b8fb23939037af270c8/06881db0c7d526d1-5e/s75x75_c1/608b0b8748fec185a3ef5f77d14714e283d6c42d.png" width="32" alt="image" data-orig-height="16" data-orig-width="16" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/unusualcookie.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Unusual Cookie:</b> A rare, strange cookie that can occur through a mutation due to occasional, uncontrollable unstability in the Metaverse link. Probably doesn&rsquo;t taste good.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/redeemer.png"><img src="https://64.media.tumblr.com/393fcae1216a5c8a4e6de301a29949d2/06881db0c7d526d1-3d/s250x400/44c648a8c577ca923d1484d2b965d3a4010b5fa5.png" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/redeemer.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Cookie Redeemer:</b> Standing on this block will rapidly convert any cookies in your inventory into valuable CookieCash&trade;. More specifically, each cookie is redeemable for exactly 1 CookieCash&trade;. Right-clicking on the redeemer will display your current CookieCash&trade; balance.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/advancedredeemer.png"><img src="https://64.media.tumblr.com/f7ea418629f0674eca131e01fc0c1223/06881db0c7d526d1-69/s250x400/767f1e87f2aef00e6a2f8fb7e004762e2ed2d55f.png" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/advancedredeemer.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Advanced Cookie Redeemer:</b> A higher-tier version of the redeemer that is used to convert the more advanced cookie items into larger quantities of CookieCash&trade;. The conversion rates are as follows:</td></tr></table><table><tr><td style="width:25px"> </td><td><ul><li><b>Cookie Essence</b>: 2 CookieCash&trade;</li><li><b>Compressed Cookie</b>: 3 CookieCash&trade;</li><li><b>Frosted Cookie</b>: 15 CookieCash&trade;</li><li><b>Sugar Cookie</b>: 25 CookieCash&trade;</li><li><b>ChocoMint Cookie</b>: 30 CookieCash&trade;</li><li><b>Unusual Cookie</b>: 50 CookieCash&trade;</li><li><b>Gourmet ChocoCherry Cookie</b>: 100 CookieCash&trade;</li><li><b>Solar Cookie</b>: 100 CookieCash&trade;</li><li><b>Lunar Cookie</b>: 100 CookieCash&trade;</li><li><b>Ender Cookie</b>: 100 CookieCash&trade;</li></ul></td></tr></table>
The following <b>Dispenser Items</b> allow you to right-click them to redeem your CookieCash&trade; for specific cookie items. The number on top of the blocks cooresponds to the CookieCash&trade; cost of the item. It is the same as the values listed under the Advanced Cookie Redeemer above.
<br /><div class="esgallery"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookie_dispenser.png"><img src="https://64.media.tumblr.com/9a9f6caef5ed601341cf11a85d9ea48e/06881db0c7d526d1-e5/s250x400/57724581b974393e26ff6fa9d1dd906cc3967646.png" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/cookie_dispenser.png" /></figure><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/essence_dispenser.png"><img src="https://64.media.tumblr.com/43fd0247fb5c5e18c8eb5bc37a808b86/06881db0c7d526d1-10/s250x400/250c525cc9aecd7c4db29530e9fe62e8c765d1ab.png" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/essence_dispenser.png" /></figure><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/compressed_dispenser.png"><img src="https://64.media.tumblr.com/3e4f757561d72adee3654a8469d43001/06881db0c7d526d1-42/s250x400/bbf0db37cf0243bcad0e2db0669871052e0fdc90.png" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/compressed_dispenser.png" /></figure><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/frosted_dispenser.png"><img src="https://64.media.tumblr.com/e7959fd33e37ac3227dd51d26d1e1604/06881db0c7d526d1-c7/s250x400/f5c4822170a8d85e2c9df63ed7f86f8cd00f9f19.png" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/frosted_dispenser.png" /></figure><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/sugar_dispenser.png"><img src="https://64.media.tumblr.com/a8fba553fae0c064d9715a32cb89680b/06881db0c7d526d1-c3/s250x400/d5c8229178e4e71f84eec7b70a429b11e3c4594b.png" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/sugar_dispenser.png" /></figure><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/mint_dispenser.png"><img src="https://64.media.tumblr.com/44239696521fbc5293482ecc7403d312/06881db0c7d526d1-9a/s250x400/0f1c3ec3869d250e0d1e054fddb1ffa981a249b5.png" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/mint_dispenser.png" /></figure><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/unusual_dispenser.png"><img src="https://64.media.tumblr.com/5734cb0933c8dc5033b6962f83ceac40/06881db0c7d526d1-33/s250x400/04e1f166fd15abf059f08fa9cbfd9e1050475d92.png" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/unusual_dispenser.png" /></figure></div><p class="break">.</p><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/chococherry_dispenser.png"><img src="https://64.media.tumblr.com/c5b9ef1c2bda61900b4947a2faf2d745/06881db0c7d526d1-94/s250x400/0d82a45e5f197e6143897f158c2b2c6a1001bd93.png" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/chococherry_dispenser.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Gourmet ChocoCherry Cookie Dispenser:</b> Allows you to redeem 100 CookieCash&trade; for a Gourmet ChocoCherry Cookie. When eaten, these cookies give you Regeneration VI for 30 seconds, making you nearly invincible, except against one-hit kill attacks.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/solar_dispenser.png"><img src="https://64.media.tumblr.com/ad68a9a23650c128c1de4de7f16c982e/06881db0c7d526d1-4a/s250x400/49f47af1a097465a80320a25d03dd63dc2166fb0.png" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/solar_dispenser.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Solar Cookie Dispenser:</b> Allows you to redeem 100 CookieCash&trade; for a Solar Cookie. When eaten, the world time will instantly be set to daytime.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/lunar_dispenser.png"><img src="https://64.media.tumblr.com/9309858dd9de8a9b483d068d73056e79/06881db0c7d526d1-c9/s250x400/29dd8d7dbb53be921e24ba44afedc884ff7cea53.png" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/lunar_dispenser.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Lunar Cookie Dispenser:</b> Allows you to redeem 100 CookieCash&trade; for a Lunar Cookie. When eaten, the world time will instantly be set to nighttime.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/ender_dispenser.png"><img src="https://64.media.tumblr.com/adc2e4b5c23c2bdd0b74ecfdbe2adb85/06881db0c7d526d1-eb/s250x400/dd5ef0dc460511bd7c8bd671aeaec977303a5396.png" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/ender_dispenser.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Ender Cookie Dispenser:</b> Allows you to redeem 100 CookieCash&trade; for an Ender Cookie. When eaten, you will instantly be teleported to your spawn point, even across dimensions.</td></tr></table><table><tr><td style="width:150px; text-align:center;"><figure data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/pearsauce_dispenser.png"><img src="https://64.media.tumblr.com/728311606752d0d4a2cf94b55ed2bb80/06881db0c7d526d1-21/s250x400/a018b8054b2d81a33421e4ee696f8bfaded6b118.png" width="150" alt="image" data-orig-height="148" data-orig-width="248" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/cmimg/pearsauce_dispenser.png" /></figure></td><td valign="top" style="padding-left: 16px"><b>Pearsauce Cosmetic Cookieshop:</b> Allows you to redeem 500 CookieCash&trade; to purchase a randomly selected item of cosmetic clothing from Pearsauce&rsquo;s shop. All items are functionally equivelant, and equally as strong as the Cookie Armor.</td></tr></table></div></div></div>
                    
                    
                    
                    
                    
                    
                    
                    
                    
                        <a href="https://eggzero.tumblr.com/post/150084239295/cookie-mod-mkii-a-1710-minecraft-mod-that-is">
                            <div class="footer for_permalink">
                                <div class="date">
                                    
                                    
                                    
                                        Posted 5 years ago
                                    
                                </div>
                                <div class="notes">1 note </div>
                                <div class="clear"></div>
                            </div>
                        </a>
                    
                    
                    <div class="footer " style="
                        display:none;
                        
                        
                    ">
                        
                        
                        
                        
                        <div class="clear"></div>
                    </div>
                    
                    
                    
                    
                    
                </div>
                </section>
                <div class="bottom"></div>
            
            <section id="mcont-wrapper">
                <div class="post">
                
                    
                    
                    
                    
                    
                    
                    
                        
                    
                        
                        <div class="copy"><h2>Exploration Server 1</h2><p></p><div><div class="center"><a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/DiscoveryMapSMP.png" target="_blank"><figure class="tmblr-full" data-orig-height="1134" data-orig-width="2129" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/DiscoveryMapSMP.png"><img src="https://64.media.tumblr.com/8574e597a0ce71d10576383c9ec980ca/1bea17c581a0c64b-ce/s500x750/c741bbf3b42b3453605c42f51a4cc67a79280d55.png" alt="image" data-orig-height="1134" data-orig-width="2129" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mc/DiscoveryMapSMP.png" width="500" height="266" /></figure></a></div><p style="text-align:center"><i>(Click to enlarge)</i></p><p style="text-align:center"><a href="https://href.li/?http://andmar259.dreamhosters.com/img/SMPOverworld.png" target="_blank">&gt; View Map Render &lt;</a></p><p class="break">.</p><p>This was the original Exploration Server. It was a very rough concept at this point, and this first server mainly served as a playground for experimenting with the idea. There was no real thought behind the placement of the builds in the map&hellip; just kind of downloaded any builds that looked cool and stitched them in wherever there was room. The builds were placed very close together so not too much exploration was needed to find things. There was also no goal or progression to the map other than passive exploration. 
</p><p class="break">.</p>
The map was also an evolving project that expanded as my friends and I explored it. Each night when we were done playing, I&rsquo;d take the server offline and add some new stuff into it. Sometimes things in the world would change around too; like there were a few floating/flying structures which would migrate to different random locations in the map after every server reset. Eventually I added some bukkit plugins, and along with it some minor goals to persue throughout the map. There were a series of hidden towers added that could be accessed through chains of nether portals scattered throughout the different builds, and each tower would unlock permanent special abilities for your player if you managed to reach them. We also had a teleporter plugin which we utilized to set out on a goal to interconnect all the different builds with fast travel points. The fast travel was localized into a dense hub of teleporters that we called The Nexus. <a href="http://eggzero.tumblr.com/esiv">Exploration Server IV</a>&rsquo;s Nexus is a callback to this.
<p class="break">.</p><p><b>Gallery:</b><br /><em>(Click to enlarge)</em></p><br /><div class="esgallery"><a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-04-19_16.46.28.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-19_16.46.28.png"><img src="https://64.media.tumblr.com/0ba4efa5cf6903b1d52534caaad6ec8d/1bea17c581a0c64b-e6/s100x200/a8c90b917f7ec003cc8e5ab5ade86c867a4c1715.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-19_16.46.28.png" width="90" height="90" /></figure></a>  
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-04-22_15.46.07.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-22_15.46.07.png"><img src="https://64.media.tumblr.com/6c2ae56a9d328811adc5e10649972cd1/1bea17c581a0c64b-c6/s100x200/96ae61e2a20db47b29594554ab57e29d91e06b95.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-22_15.46.07.png" width="90" height="90" /></figure></a> 
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-04-22_23.23.18.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-22_23.23.18.png"><img src="https://64.media.tumblr.com/2d95d7df3db5461838bd68e1857cd564/1bea17c581a0c64b-2a/s100x200/dd1f1ce4abf938c70a09278639fb216c8d0ea9ee.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-22_23.23.18.png" width="90" height="90" /></figure></a>  
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-04-23_00.06.58.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-23_00.06.58.png"><img src="https://64.media.tumblr.com/51ecb8652009e69dfe5c7b38e2c4a49f/1bea17c581a0c64b-04/s100x200/f1d9efb020981f278a73fc525185a4a14748c8df.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-23_00.06.58.png" width="90" height="90" /></figure></a>  
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-04-23_12.59.03.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-23_12.59.03.png"><img src="https://64.media.tumblr.com/41c97f518071a2bc7db5535009cbe078/1bea17c581a0c64b-40/s100x200/86b6aa232d943800d28d911d46070ef0325578c7.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-23_12.59.03.png" width="90" height="90" /></figure></a><a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-04-23_13.14.02.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-23_13.14.02.png"><img src="https://64.media.tumblr.com/15909a3e2242fa63b95e62fbf54c393d/1bea17c581a0c64b-6f/s100x200/affe71f23d65e35fe0dca23405f01be775ac3926.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-23_13.14.02.png" width="90" height="90" /></figure></a>  
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-04-23_15.25.30.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-23_15.25.30.png"><img src="https://64.media.tumblr.com/cbb3776d95f395a1fb7b422976346239/1bea17c581a0c64b-04/s100x200/2518a449fc35a4af69d391a3f1545e950f93f5fd.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-23_15.25.30.png" width="90" height="90" /></figure></a> 
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-04-23_15.47.21.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-23_15.47.21.png"><img src="https://64.media.tumblr.com/b61ee6c2eeff80ddf591c726a8f2ffc2/1bea17c581a0c64b-9b/s100x200/07c8aa5bc99a64607d18520c0eab1ce926027419.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-23_15.47.21.png" width="90" height="90" /></figure></a>  
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-04-23_15.50.58.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-23_15.50.58.png"><img src="https://64.media.tumblr.com/af8e7067b0316fa7bbeaee499b65f468/1bea17c581a0c64b-80/s100x200/f6e7ad2d2e69ab7bb4959fa88e8cb2dce56fcef0.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-23_15.50.58.png" width="90" height="90" /></figure></a>  
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-04-23_16.04.17.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-23_16.04.17.png"><img src="https://64.media.tumblr.com/b05fb029e5e095a8a2109774c59ce593/1bea17c581a0c64b-f9/s100x200/08805e623831f90ee1257cc0fa3843e14e01f1ec.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-04-23_16.04.17.png" width="90" height="90" /></figure></a><a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-05-05_23.17.08.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-05-05_23.17.08.png"><img src="https://64.media.tumblr.com/f280de17c3f91fb62f42bf0091f2212a/1bea17c581a0c64b-4e/s100x200/40a35f085f0f7c03b43e49e73e77b7cebe697c23.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-05-05_23.17.08.png" width="90" height="90" /></figure></a>  
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-05-05_23.39.07.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-05-05_23.39.07.png"><img src="https://64.media.tumblr.com/9fe6ee1052685215f924eebc6cce8c59/1bea17c581a0c64b-2b/s100x200/6032a7d586919c9409623f1664b374c65bd0a6da.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-05-05_23.39.07.png" width="90" height="90" /></figure></a> 
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-05-05_23.40.33.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-05-05_23.40.33.png"><img src="https://64.media.tumblr.com/8752123afcc7a3650a677cf92939b1f7/1bea17c581a0c64b-bd/s100x200/8bba7d1a18f7442c5e3096bbf0b4da0a25763ad1.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-05-05_23.40.33.png" width="90" height="90" /></figure></a>  
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-06-01_18.04.40.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-06-01_18.04.40.png"><img src="https://64.media.tumblr.com/49e1d3c0a79d2b03a6498c193783b75a/1bea17c581a0c64b-b9/s100x200/cb7875da6989e83a70f05923983f0cec4468f345.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-06-01_18.04.40.png" width="90" height="90" /></figure></a>  
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-07-05_21.32.29.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-05_21.32.29.png"><img src="https://64.media.tumblr.com/46140779c57e019113fd07e80dba7751/1bea17c581a0c64b-33/s100x200/a309cacc590011887098effa3db872e8b3a9b907.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-05_21.32.29.png" width="90" height="90" /></figure></a><a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-07-05_21.57.21.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-05_21.57.21.png"><img src="https://64.media.tumblr.com/76f58e60aaed42ab53a081cc1b8060c9/1bea17c581a0c64b-c7/s100x200/cf998bd9f1b1d093c81044ae29c29b9c02e80ffa.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-05_21.57.21.png" width="90" height="90" /></figure></a>  
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-07-05_22.19.45.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-05_22.19.45.png"><img src="https://64.media.tumblr.com/e8f20c32f3bb1e3398521bb8e1f76b0e/1bea17c581a0c64b-d3/s100x200/3da77313787afda6181c4988c849ad530efd70ed.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-05_22.19.45.png" width="90" height="90" /></figure></a> 
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-07-05_22.20.58.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-05_22.20.58.png"><img src="https://64.media.tumblr.com/1f8d07fb98b2ed1c2b750f41b63d4a44/1bea17c581a0c64b-f4/s100x200/926053964fd12476ee894425e5ac0f0ea0caac71.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-05_22.20.58.png" width="90" height="90" /></figure></a>  
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-07-05_23.33.17.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-05_23.33.17.png"><img src="https://64.media.tumblr.com/374511d0b45efcc4e948a561c8644e62/1bea17c581a0c64b-39/s100x200/87fee472fa41dbe688c64ffd87528cec0be8a9c5.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-05_23.33.17.png" width="90" height="90" /></figure></a>  
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-07-05_23.43.13.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-05_23.43.13.png"><img src="https://64.media.tumblr.com/ccc1903c813d0572dd2bd0ad8929fcff/1bea17c581a0c64b-58/s100x200/796da8879b810e5026a04c1cd9b7da1495ca3acc.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-05_23.43.13.png" width="90" height="90" /></figure></a><a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-07-06_20.11.38.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-06_20.11.38.png"><img src="https://64.media.tumblr.com/d92fe03bb576a545390512864becf8ba/1bea17c581a0c64b-3c/s100x200/341464aa8ed2a89265f8d60839165c2163083f45.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-06_20.11.38.png" width="90" height="90" /></figure></a>  
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-07-06_20.40.17.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-06_20.40.17.png"><img src="https://64.media.tumblr.com/f111acc3e814e7c3d2ecae04c20865f8/1bea17c581a0c64b-4c/s100x200/fe0421ee5e6b980faf163337ca6d5fcc1d4b6d3d.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-06_20.40.17.png" width="90" height="90" /></figure></a> 
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-07-06_20.55.13.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-06_20.55.13.png"><img src="https://64.media.tumblr.com/c5e729c0243a00f835e65a7130293a37/1bea17c581a0c64b-01/s100x200/e791eff61a7761dc0ff65c9f1624bafbfdb73ff0.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-06_20.55.13.png" width="90" height="90" /></figure></a>  
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-07-06_20.55.31.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-06_20.55.31.png"><img src="https://64.media.tumblr.com/3d7657652650455e9a44dfe3aed973c6/1bea17c581a0c64b-52/s100x200/91f18c98de22ccaab473ca60e9f619dd4c38907a.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-06_20.55.31.png" width="90" height="90" /></figure></a>  
    <a href="https://href.li/?https://eggzero.serv.pink/tumblr/art/thumbs/mc/2011-07-08_00.32.46.png" data-lightbox="esi"><figure data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-08_00.32.46.png"><img src="https://64.media.tumblr.com/c02d3dc1ef2c90115ae1a98db13e8da4/1bea17c581a0c64b-78/s100x200/2a2e4c0744c44795117b37935c360a784b4c7039.png" alt="image" data-orig-height="90" data-orig-width="90" data-orig-src="https://eggzero.serv.pink/tumblr/art/thumbs/mcthumbs/2011-07-08_00.32.46.png" width="90" height="90" /></figure></a></div><p class="break">.</p><p><b>Credits</b>:</p><ul><li>This was a solo project.</li><li>Development Time: 4 months.</li><li>Map Credits:</li><ul><li><a href="https://href.li/?http://www.minecraftforum.net/forums/mapping-and-modding/maps/1456700-creation-a-wizards-tower" target="_blank">Wizard Tower</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/underwater-city-lumina-nocturnale-/" target="_blank">Lumina Nocturnale</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/oriental-castle-62/" target="_blank">Tsuchi Iwa Castle</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/-minecraft-ghibli-world-/" target="_blank">Studio Ghibli Builds</a></li><li><a href="https://href.li/?http://www.minecraftforum.net/forums/mapping-and-modding/maps/1454625-creation-mistral-city-project" target="_blank">Mistral City Recreation</a></li><li><a href="https://href.li/?http://www.minecraftforum.net/forums/mapping-and-modding/maps/1454624-creation-underwater-city-of-rapture" target="_blank">Rapture</a></li><li><a href="https://href.li/?https://minecraftworld.wordpress.com/2011/06/29/land-of-kronos-fantasy-minecraft-adventure-map-download/" target="_blank">Land of Kronos</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/custom-terrain-canyons-and-caves-512x/" target="_blank">Canyon</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/doshtopolis-by-moneybob/" target="_blank">Doshtopolis</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/the-amphibia-luxury-cruiser-building/" target="_blank">Amphibia Luxury Cruiser</a></li><li><a href="https://href.li/?http://www.minecraftforum.net/forums/show-your-creation/screenshots/1586086-the-jade-age-empire-updates" target="_blank">Pagoda</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/moment-of-impact/" target="_blank">Moment of Impact</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/sapphire-citadel/" target="_blank">Sapphire Citadel</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/arabian-sand-fortress/" target="_blank">Scorpion Fortress</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/creeper-temple-3322457/" target="_blank">Creeper Temple</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/large-open-pit-mine" target="_blank">Open Pit Mine</a></li><li><a href="https://href.li/?http://www.minecraftforum.net/forums/minecraft-xbox-360-edition/mcx360-multiplayer/mcx360-looking-for/2054968-the-mines-of-moria-help-please-lots-of-digging" target="_blank">Mines of Moria</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/flying-saucer-ufo-20-wip/" target="_blank">Flying Saucer</a></li><li><a href="https://href.li/?http://www.minecraftforum.net/forums/mapping-and-modding/maps/1454641-creation-minecraft-airport" target="_blank">Airport</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/mount-craftmore/" target="_blank">Mount Craftmore</a></li><li><a href="https://href.li/?http://www.mcschematics.com/index.php?topic=772.0" target="_blank">Dagon &amp; Oblivion Portal</a></li><li><a href="https://href.li/?http://www.planetminecraft.com/project/floting-islands-tutorial/" target="_blank">Floating Islands</a></li><li><i>(There&rsquo;s more, but I wasn&rsquo;t able to track down the original source links for the rest&hellip;)</i></li></ul></ul><p class="break">.</p><div class="center"><iframe width="480" height="270" src="https://www.youtube.com/embed/6GlIQvH6B8c?start=65" frameborder="0" allowfullscreen="allowfullscreen"></iframe></div></div></div>
                    
                    
                    
                    
                    
                    
                    
                    
                    
                        <a href="https://eggzero.tumblr.com/post/150084180180/exploration-server-1-click-to-enlarge-view">
                            <div class="footer for_permalink">
                                <div class="date">
                                    
                                    
                                    
                                        Posted 5 years ago
                                    
                                </div>
                                <div class="notes">1 note </div>
                                <div class="clear"></div>
                            </div>
                        </a>
                    
                    
                    <div class="footer " style="
                        display:none;
                        
                        
                    ">
                        
                        
                        
                        
                        <div class="clear"></div>
                    </div>
                    
                    
                    
                    
                    
                </div>
                </section>
                <div class="bottom"></div>
            
            <section id="mcont-wrapper">
                <div class="post">
                
                    
                    
                    
                        <div class="media"><iframe width="500" height="281"  id="youtube_iframe" src="https://www.youtube.com/embed/yOtD66qjIak?feature=oembed&amp;enablejsapi=1&amp;origin=https://safe.txmblr.com&amp;wmode=opaque" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
                        <div class="copy"><div><p style="text-align:center"><b>Manipulate ancient machines to alter the properties and composition of the game world, in order to reach your final goal.</b></p><p style="text-align:center"><a href="https://href.li/?http://ludumdare.com/compo/ludum-dare-36/?uid=5658" target="_blank"><b>&gt; Download &lt;</b></a></p><p><br /></p><p>Credits:</p><ul><li>A 48-hour jam project by me, <a href="https://href.li/?http://9.github.io/" target="_blank">Shahan Akhter</a>, and Justin Melendez.</li><li>Made with Unity.</li><li>Created for Ludum Dare 36, the theme of which was &ldquo;Ancient Technology&rdquo;.</li></ul></div></div>
                    
                    
                    
                    
                    
                        
                    
                    
                    
                    
                    
                    
                    
                    
                    
                        <a href="https://eggzero.tumblr.com/post/149820214300/manipulate-ancient-machines-to-alter-the">
                            <div class="footer for_permalink">
                                <div class="date">
                                    
                                    
                                    
                                        Posted 5 years ago
                                    
                                </div>
                                <div class="notes"> </div>
                                <div class="clear"></div>
                            </div>
                        </a>
                    
                    
                    <div class="footer " style="
                        display:none;
                        
                        
                    ">
                        
                        
                        
                        
                        <div class="clear"></div>
                    </div>
                    
                    
                    
                    
                    
                </div>
                </section>
                <div class="bottom"></div>
            
            <section id="mcont-wrapper">
                <div class="post">
                
                    
                    
                    
                        <div class="media"><iframe width="500" height="375"  id="youtube_iframe" src="https://www.youtube.com/embed/iY6FNQKl5u4?feature=oembed&amp;enablejsapi=1&amp;origin=https://safe.txmblr.com&amp;wmode=opaque" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
                        <div class="copy"><div><p style="text-align:center"><b>Work with a friend to perform rituals and dispel a raging titan. Heavily inspired by <a href="https://href.li/?http://www.keeptalkinggame.com/" target="_blank">Keep Talking and Nobody Explodes</a>, where one player has a ritual pamphlet and the other operates the game.</b></p><p style="text-align:center"><b><a href="https://href.li/?https://eggzero.serv.pink/etc/SpellBook.pdf" target="_blank">&gt; Grimoire of Rex &lt;</a></b></p><p class="break">.</p><p><b>Credits:</b></p><ul><li>A joint 48-hour jam project by me and <a href="https://href.li/?http://9.github.io/" target="_blank">Shahan Akhter</a>.</li><li>Made with Unity.</li><li>Created for Global Game Jam 2016, the theme of which was &ldquo;Ritual&rdquo;.</li></ul></div></div>
                    
                    
                    
                    
                    
                        
                    
                    
                    
                    
                    
                    
                    
                    
                    
                        <a href="https://eggzero.tumblr.com/post/149819327635/work-with-a-friend-to-perform-rituals-and-dispel-a">
                            <div class="footer for_permalink">
                                <div class="date">
                                    
                                    
                                    
                                        Posted 5 years ago
                                    
                                </div>
                                <div class="notes"> </div>
                                <div class="clear"></div>
                            </div>
                        </a>
                    
                    
                    <div class="footer " style="
                        display:none;
                        
                        
                    ">
                        
                        
                        
                        
                        <div class="clear"></div>
                    </div>
                    
                    
                    
                    
                    
                </div>
                </section>
                <div class="bottom"></div>
            
            <section id="mcont-wrapper">
                <div class="post">
                
                    
                        <div class="media"><a href="https://eggzero.tumblr.com/image/149818234355"><img src="https://64.media.tumblr.com/dc801a439b38bcc6f99539ec7bfd5ef2/tumblr_ocusp07xDN1r0kvzmo1_500.png" alt="A competitive multiplayer mini-game, where attacks manifest only across the directional links that connect the playing fields. This requires offensive and defensive visual multitasking.
&gt; Download" /></a></div>
                        <div class="copy"><div><p style="text-align:center"><b>A competitive multiplayer mini-game, where attacks manifest only across the directional links that connect the playing fields. This requires offensive and defensive visual multitasking.</b></p><p style="text-align:center"><b><a href="https://href.li/?http://ludumdare.com/compo/ludum-dare-30/?uid=5658" target="_blank">&gt; Download &lt;</a></b></p><p><b><br /></b></p><p>Credits:</p><ul><li>This was a solo 48-hour jam project.</li><li>Made with Game Maker.</li><li>Created for Ludum Dare 30, the theme of which was&nbsp;&ldquo;Connected Worlds&rdquo;.</li></ul></div></div>
                    
                    
                    
                    
                    
                    
                    
                        
                    
                    
                    
                    
                    
                    
                    
                    
                    
                        <a href="https://eggzero.tumblr.com/post/149818234355/a-competitive-multiplayer-mini-game-where-attacks">
                            <div class="footer for_permalink">
                                <div class="date">
                                    
                                    
                                    
                                        Posted 5 years ago
                                    
                                </div>
                                <div class="notes">1 note </div>
                                <div class="clear"></div>
                            </div>
                        </a>
                    
                    
                    <div class="footer " style="
                        display:none;
                        
                        
                    ">
                        
                        
                        
                        
                        <div class="clear"></div>
                    </div>
                    
                    
                    
                    
                    
                </div>
                </section>
                <div class="bottom"></div>
            
            <section id="mcont-wrapper">
                <div class="post">
                
                    
                        <div class="media"><a href="https://eggzero.tumblr.com/image/149775751380"><img src="https://64.media.tumblr.com/1fe39aeeb178780899c8d3a164de9180/tumblr_oct1leGoCT1r0kvzmo1_500.png" alt="" /></a></div>
                        
                    
                    
                    
                    
                    
                    
                    
                        
                    
                    
                    
                    
                    
                    
                    
                    
                    
                        <a href="https://eggzero.tumblr.com/post/149775751380">
                            <div class="footer for_permalink">
                                <div class="date">
                                    
                                    
                                    
                                        Posted 5 years ago
                                    
                                </div>
                                <div class="notes"> </div>
                                <div class="clear"></div>
                            </div>
                        </a>
                    
                    
                    <div class="footer " style="
                        display:none;
                        
                        
                    ">
                        
                        
                        
                        
                        <div class="clear"></div>
                    </div>
                    
                    
                    
                    
                    
                </div>
                </section>
                <div class="bottom"></div>
            
            <section id="mcont-wrapper">
                <div class="post">
                
                    
                    
                    
                        <div class="media"><iframe width="500" height="281"  id="youtube_iframe" src="https://www.youtube.com/embed/jLSWJVyWyHw?feature=oembed&amp;enablejsapi=1&amp;origin=https://safe.txmblr.com&amp;wmode=opaque" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
                        <div class="copy"><p><a class="tumblr_blog" href="http://sinksadventure.tumblr.com/post/132354471370">sinksadventure</a>:</p><blockquote><p>

Crowtel is out now for free! <a href="https://href.li/?http://sink.itch.io/crowtel"></a><a href="https://href.li/?http://sink.itch.io/crowtel">http://sink.itch.io/crowtel</a></p><p>A cute action platformer about a lazy crow managing a hotel!

<br /></p></blockquote></div>
                    
                    
                    
                    
                    
                        
                    
                    
                    
                    
                    
                    
                    
                    
                    
                        <a href="https://eggzero.tumblr.com/post/132716121100/sinksadventure-crowtel-is-out-now-for-free">
                            <div class="footer for_permalink">
                                <div class="date">
                                    
                                        Reblogged 6 years ago from huedev (<span style="text-transform:lowercase;">Originally from sinksadventure</span>)
                                    
                                    
                                    
                                </div>
                                <div class="notes">340 notes </div>
                                <div class="clear"></div>
                            </div>
                        </a>
                    
                    
                    <div class="footer " style="
                        display:none;
                        
                        
                    ">
                        
                        
                        
                        
                        <div class="clear"></div>
                    </div>
                    
                    
                    
                    
                    
                </div>
                </section>
                <div class="bottom"></div>
            
            
            </div>
            
            
            
            
                <div id="navigation" class="jump_pagination">
                    
                    
                    
                        
                            
                                <span class="current_page">1</span>
                            
                            
                            
                            
                        
                            
                            
                            
                                <a class="jump_page" href="/page/2">2</a>
                            
                            
                        
                            
                            
                            
                                <a class="jump_page" href="/page/3">3</a>
                            
                            
                        
                    
                    
                    <a href="/page/2">Next page &rarr;</a>
                </div>
            
        </div>    
    <div id="sidebar">
    <div id="top">
                    <div id="description"><div class="homegallery"><!-----
MORE SLUGCATS
------><div class="twocol-left hovertext"><a href="http://eggzero.tumblr.com/msc"><img style="max-width:100%;" src="https://eggzero.serv.pink/tumblr/newhome/MoreSlugcats.jpg" /></a><div class="hovertextinner"><div class="valigntext"><b>[2017-2022] More Slugcats Expansion</b><br><br>A large scale expansion to Rain World that adds five new campaigns and two new game modes.<br><br><i>(Currently in development)</i></div></div></div><!-----
VOEZ EDITOR
------><div class="hovertext"><a href="http://eggzero.tumblr.com/voez"><img style="max-width:100%;" src="https://eggzero.serv.pink/tumblr/newhome/Voez480Dark.jpg" /></a><div class="hovertextinner"><div class="valigntext"><b>[2019] VOEZ Editor</b><br><br>A chart creation tool to make custom modded songs for the rhythm game VOEZ.</div></div></div><!-----
MINECRAFT ES
------><div class="twocol-right hovertext"><a href="http://eggzero.tumblr.com/esiv"><img style="max-width:100%;" src="https://eggzero.serv.pink/tumblr/newhome/Minecraft960.jpg" /></a><div class="hovertextinner"><div class="valigntext"><b>[2011-2016] Exploration Servers</b><br><br>A series of progressively more complex Minecraft servers involving terraforming together large numbers of Minecraft builds to create an exploration-focused experience.</div></div></div><!-----
ALTUS 24
------><div class="hovertext"><a href="http://eggzero.tumblr.com/alt24"><img style="max-width:100%;" src="https://eggzero.serv.pink/tumblr/newhome/Altus480.jpg" /></a><div class="hovertextinner"><div class="valigntext"><b>[2014-2016] Altus 24</b><br><br>A game about strategically building, climbing, and fighting your way up towers.</div></div></div><!-----
PROJECT CROWN
------><div class="hovertext"><a href="https://eggzero.tumblr.com/post/8407225137/a-fighting-game-focusing-on-extremely-fast-paced"><img style="max-width:100%;" src="https://eggzero.serv.pink/tumblr/newhome/ProjectCrown480.jpg" /></a><div class="hovertextinner"><div class="valigntext"><b>[2011-2012] Project Crown</b><br><br>A fighting game with a focus on freedom of movement and fast paced combat.</div></div></div><!-----
TSUKI
------><div class="hovertext"><a href="https://eggzero.tumblr.com/post/79915123067/%E6%9C%88%E3%81%8C%E6%BA%B6%E3%81%91%E3%82%8B-your-browser-does-not-support-the-object"><img style="max-width:100%;" src="https://eggzero.serv.pink/tumblr/newhome/Tsuki480.jpg" /></a><div class="hovertextinner"><div class="valigntext"><b>[2013] 月が溶ける</b><br><br>A Famicase inspired game jam project based on the Tale of the Bamboo Cutter.</div></div></div><!-----
EGGZERO TV
------><div class="hovertext"><a href="http://eggzero.tumblr.com/eztv"><img style="max-width:100%;" src="https://eggzero.serv.pink/tumblr/newhome/EZTV480.jpg" /></a><div class="hovertextinner"><div class="valigntext"><b>[2018] Egg Zero TV</b><br><br>A video player where you build custom playlists as "channels", and simulate the experience of channel surfing TV.</div></div></div><!-----
PIXEL PLAYLIST
------><div class="hovertext"><a href="https://eggzero.tumblr.com/post/64540030295/a-music-player-that-you-configure-to-monitor"><img style="max-width:100%;" src="https://eggzero.serv.pink/tumblr/newhome/PixelPlaylist480.jpg" /></a><div class="hovertextinner"><div class="valigntext"><b>[2013] Pixel Playlist</b><br><br>A program that plays music in response to detecting specific visual cues on your screen that you configure.</div></div></div><!-----
SILENT LOOKOUT
------><div class="skipone"><p class="break">.</p></div><div class="hovertext"><a href="https://eggzero.tumblr.com/post/149820214300/manipulate-ancient-machines-to-alter-the"><img style="max-width:100%;" src="https://eggzero.serv.pink/tumblr/newhome/SilentLookout480.jpg" /></a><div class="hovertextinner"><div class="valigntext"><b>[2016] Silent Lookout</b><br><br>A Ludum Dare jam game where you manipulate ancient machines to alter the very world around you.</div></div></div><!-----
MIRROR MECHANISM
------><div class="hovertext"><a href="https://eggzero.tumblr.com/post/21423286132/a-competitive-arena-shooter-game-where-players-do"><img style="max-width:100%;" src="https://eggzero.serv.pink/tumblr/newhome/MirrorMech480.jpg" /></a><div class="hovertextinner"><div class="valigntext"><b>[2012] Mirror Mechanism</b><br><br>A multiplayer arena game where you take snapshots of bullet patterns and launch them back at your opponent.</div></div></div><!-----
VIEW MORE
------><div class="hovertext"><a href="http://eggzero.tumblr.com/more"><img style="max-width:100%;" src="https://eggzero.serv.pink/tumblr/newhome/ViewMore480.jpg" /></a><div class="viewmore"><div class="viewmorevalign">VIEW MORE</div></div></div></div><!--
<ul id="follow">
    
</ul>
--></div>
                
                <div id="pages" class="ask_and_submit">
                    
                    
                    <div class="clear"></div>
                </div>
                
                
      <div class="clear"></div>
      </div>
    <div id="bottom"></div>
    </div></td></tr></table>
    
    <div id="footer-bar" />
    
    
        <script type="text/javascript" src="/tweets.js"></script>
    
    
    

<script src="https://eggzero.serv.pink/tumblr/lightbox/lightbox-plus-jquery.js"></script>
<div style="display:none;"><a href="https://plus.google.com/118230589744811867823" rel="publisher">Google+</a></div>

<iframe scrolling="no" width="1" height="1" frameborder="0" style="background-color:transparent; overflow:hidden; position:absolute; top:0; left:0; z-index:9999;" id="ga_target"></iframe><script type="text/javascript">
    (function(){
        var analytics_frame = document.getElementById('ga_target');
        var analytics_iframe_loaded;
        var user_logged_in;
        var blog_is_nsfw = 'No';

        var eventMethod = window.addEventListener ? "addEventListener" : "attachEvent";
        var eventer = window[eventMethod];
        var messageEvent = eventMethod == "attachEvent" ? "onmessage" : "message";
        eventer(messageEvent,function(e) {
            var message = (e.data && e.data.split) ? e.data.split(';') : '';
            switch (message[0]) {
                case 'analytics_iframe_loaded':
                    analytics_iframe_loaded = true;
                    postCSMessage();
                    postGAMessage();
                    break;
                case 'user_logged_in':
                    user_logged_in = message[1];
                    postGAMessage();
                    break;
            }
        }, false);

        analytics_frame.src = "https://assets.tumblr.com/analytics.html?_v=9f5febfd57a8a649c598d888f2d9e062#" +
                              "https://eggzero.tumblr.com";
        function postGAMessage() {
            if (analytics_iframe_loaded && user_logged_in) {
                var is_ajax = false;
                analytics_frame.contentWindow.postMessage(['tick_google_analytics', is_ajax, user_logged_in, blog_is_nsfw, '/?route=%2F'].join(';'), analytics_frame.src.split('/analytics.html')[0]);
            }
        }
        function postCSMessage() {
            COMSCORE = true;
            analytics_frame.contentWindow.postMessage('enable_comscore;' + window.location, analytics_frame.src.split('/analytics.html')[0]);
        }
    })();
</script><script type="text/javascript" nonce="rDyCsok17ygSI9viGW5L71WrwkY">!function(s){s.src='https://px.srvcs.tumblr.com/impixu?T=1648451318&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDovL2VnZ3plcm8udHVtYmxyLmNvbS8iLCJyZXF0eXBlIjowLCJyb3V0ZSI6Ii8ifQ==&U=KOHOIPHHPI&K=72ae5a383e8d856b2dd95edc473a4afb1dfbe7c4fe7b6777ea06fc2ede98d6eb&R='.replace(/&R=[^&$]*/,'').concat('&R='+escape(document.referrer)).slice(0,2000).replace(/%.?.?$/,'');}(new Image());</script><noscript><img style="position:absolute;z-index:-3334;top:0px;left:0px;visibility:hidden;" src="https://px.srvcs.tumblr.com/impixu?T=1648451318&J=eyJ0eXBlIjoidXJsIiwidXJsIjoiaHR0cDovL2VnZ3plcm8udHVtYmxyLmNvbS8iLCJyZXF0eXBlIjowLCJyb3V0ZSI6Ii8iLCJub3NjcmlwdCI6MX0=&U=KOHOIPHHPI&K=17a322aae9ca2c0fbfbcaa9d50aed197a9991af1b403cf530cde64858c92105c&R="></noscript><script type="text/javascript" nonce="rDyCsok17ygSI9viGW5L71WrwkY">!function(s){s.src='https://px.srvcs.tumblr.com/impixu?T=1648451318&J=eyJ0eXBlIjoicG9zdCIsInVybCI6Imh0dHA6Ly9lZ2d6ZXJvLnR1bWJsci5jb20vIiwicmVxdHlwZSI6MCwicm91dGUiOiIvIiwicG9zdHMiOlt7InBvc3RpZCI6IjE2NTYwMzMxOTA0NSIsImJsb2dpZCI6MjQ4NzI2MDMsInNvdXJjZSI6MzN9LHsicG9zdGlkIjoiMTY1NTcxMjQ1NjcwIiwiYmxvZ2lkIjoyNDg3MjYwMywic291cmNlIjozM30seyJwb3N0aWQiOiIxNjU0NjI3NTE2MzUiLCJibG9naWQiOjI0ODcyNjAzLCJzb3VyY2UiOjMzfSx7InBvc3RpZCI6IjE1MDA4NDc4MDA2MCIsImJsb2dpZCI6MjQ4NzI2MDMsInNvdXJjZSI6MzN9LHsicG9zdGlkIjoiMTUwMDg0NTk3NzUwIiwiYmxvZ2lkIjoyNDg3MjYwMywic291cmNlIjozM30seyJwb3N0aWQiOiIxNTAwODQzMjE0OTUiLCJibG9naWQiOjI0ODcyNjAzLCJzb3VyY2UiOjMzfSx7InBvc3RpZCI6IjE1MDA4NDI5NDQ1NSIsImJsb2dpZCI6MjQ4NzI2MDMsInNvdXJjZSI6MzN9LHsicG9zdGlkIjoiMTUwMDg0MjcwNDgwIiwiYmxvZ2lkIjoyNDg3MjYwMywic291cmNlIjozM30seyJwb3N0aWQiOiIxNTAwODQyMzkyOTUiLCJibG9naWQiOjI0ODcyNjAzLCJzb3VyY2UiOjMzfSx7InBvc3RpZCI6IjE1MDA4NDE4MDE4MCIsImJsb2dpZCI6MjQ4NzI2MDMsInNvdXJjZSI6MzN9LHsicG9zdGlkIjoiMTQ5ODIwMjE0MzAwIiwiYmxvZ2lkIjoyNDg3MjYwMywic291cmNlIjozM30seyJwb3N0aWQiOiIxNDk4MTkzMjc2MzUiLCJibG9naWQiOjI0ODcyNjAzLCJzb3VyY2UiOjMzfSx7InBvc3RpZCI6IjE0OTgxODIzNDM1NSIsImJsb2dpZCI6MjQ4NzI2MDMsInNvdXJjZSI6MzN9LHsicG9zdGlkIjoiMTQ5Nzc1NzUxMzgwIiwiYmxvZ2lkIjoyNDg3MjYwMywic291cmNlIjozM30seyJyb290X2Jsb2dpZCI6IjEwMDc2OTIwOSIsInJvb3RfcG9zdGlkIjoiMTMyMzU0NDcxMzcwIiwicG9zdGlkIjoiMTMyNzE2MTIxMTAwIiwiYmxvZ2lkIjoyNDg3MjYwMywic291cmNlIjozM31dfQ==&U=JJJKLOCHNH&K=3d4c99c819fbb80cfcfd83d9d41312da4612a38074d1c1f5f7aa6baea0c02a1d&R='.replace(/&R=[^&$]*/,'').concat('&R='+escape(document.referrer)).slice(0,2000).replace(/%.?.?$/,'');}(new Image());</script><noscript><img style="position:absolute;z-index:-3334;top:0px;left:0px;visibility:hidden;" src="https://px.srvcs.tumblr.com/impixu?T=1648451318&J=eyJ0eXBlIjoicG9zdCIsInVybCI6Imh0dHA6Ly9lZ2d6ZXJvLnR1bWJsci5jb20vIiwicmVxdHlwZSI6MCwicm91dGUiOiIvIiwicG9zdHMiOlt7InBvc3RpZCI6IjE2NTYwMzMxOTA0NSIsImJsb2dpZCI6MjQ4NzI2MDMsInNvdXJjZSI6MzN9LHsicG9zdGlkIjoiMTY1NTcxMjQ1NjcwIiwiYmxvZ2lkIjoyNDg3MjYwMywic291cmNlIjozM30seyJwb3N0aWQiOiIxNjU0NjI3NTE2MzUiLCJibG9naWQiOjI0ODcyNjAzLCJzb3VyY2UiOjMzfSx7InBvc3RpZCI6IjE1MDA4NDc4MDA2MCIsImJsb2dpZCI6MjQ4NzI2MDMsInNvdXJjZSI6MzN9LHsicG9zdGlkIjoiMTUwMDg0NTk3NzUwIiwiYmxvZ2lkIjoyNDg3MjYwMywic291cmNlIjozM30seyJwb3N0aWQiOiIxNTAwODQzMjE0OTUiLCJibG9naWQiOjI0ODcyNjAzLCJzb3VyY2UiOjMzfSx7InBvc3RpZCI6IjE1MDA4NDI5NDQ1NSIsImJsb2dpZCI6MjQ4NzI2MDMsInNvdXJjZSI6MzN9LHsicG9zdGlkIjoiMTUwMDg0MjcwNDgwIiwiYmxvZ2lkIjoyNDg3MjYwMywic291cmNlIjozM30seyJwb3N0aWQiOiIxNTAwODQyMzkyOTUiLCJibG9naWQiOjI0ODcyNjAzLCJzb3VyY2UiOjMzfSx7InBvc3RpZCI6IjE1MDA4NDE4MDE4MCIsImJsb2dpZCI6MjQ4NzI2MDMsInNvdXJjZSI6MzN9LHsicG9zdGlkIjoiMTQ5ODIwMjE0MzAwIiwiYmxvZ2lkIjoyNDg3MjYwMywic291cmNlIjozM30seyJwb3N0aWQiOiIxNDk4MTkzMjc2MzUiLCJibG9naWQiOjI0ODcyNjAzLCJzb3VyY2UiOjMzfSx7InBvc3RpZCI6IjE0OTgxODIzNDM1NSIsImJsb2dpZCI6MjQ4NzI2MDMsInNvdXJjZSI6MzN9LHsicG9zdGlkIjoiMTQ5Nzc1NzUxMzgwIiwiYmxvZ2lkIjoyNDg3MjYwMywic291cmNlIjozM30seyJyb290X2Jsb2dpZCI6IjEwMDc2OTIwOSIsInJvb3RfcG9zdGlkIjoiMTMyMzU0NDcxMzcwIiwicG9zdGlkIjoiMTMyNzE2MTIxMTAwIiwiYmxvZ2lkIjoyNDg3MjYwMywic291cmNlIjozM31dLCJub3NjcmlwdCI6MX0=&U=JJJKLOCHNH&K=cdc0d464b573f49f83a8afff97444bee3507937cf1ff41162fa6c35797a63710&R="></noscript><noscript id="bootloader" data-bootstrap="{&quot;Components&quot;:{&quot;PostActivity&quot;:[],&quot;NotificationPoller&quot;:{&quot;messaging_keys&quot;:[],&quot;token&quot;:&quot;c86f8a500596474a7ef5034081f694bd&quot;,&quot;inbox_unread&quot;:0},&quot;DesktopDashboardLogo&quot;:{&quot;animations&quot;:[[&quot;https:\/\/assets.tumblr.com\/images\/logo\/hover-animations\/1.png?_v=161861acded461bb6e995593a3bae835&quot;,&quot;https:\/\/assets.tumblr.com\/images\/logo\/hover-animations\/1@2x.png?_v=496a774637302a598c851381d00009b0&quot;]]},&quot;TumblelogIframe&quot;:{&quot;unified&quot;:true,&quot;variant&quot;:null,&quot;isCompact&quot;:true,&quot;tumblelogBundleSrc&quot;:&quot;https:\/\/assets.tumblr.com\/client\/prod\/standalone\/tumblelog\/index.build.js?_v=8a2f94ec96fa1ca2487313a243c6e4ed&quot;,&quot;tumblelogName&quot;:&quot;eggzero&quot;,&quot;isLoggedIn&quot;:false,&quot;isFriend&quot;:false,&quot;formKey&quot;:&quot;&quot;,&quot;canSubscribe&quot;:false,&quot;isSubscribed&quot;:false,&quot;tumblelogTitle&quot;:&quot;Egg Zero&quot;,&quot;tumblelogAvatar&quot;:&quot;https:\/\/64.media.tumblr.com\/avatar_784bd372584b_64.pnj&quot;,&quot;tumblelogAvatar128&quot;:&quot;https:\/\/64.media.tumblr.com\/avatar_784bd372584b_128.pnj&quot;,&quot;tumblelogHost&quot;:&quot;https:\/\/eggzero.tumblr.com&quot;,&quot;isOptica&quot;:false,&quot;isCustomTheme&quot;:true,&quot;themeHeaderImage&quot;:&quot;https:\/\/64.media.tumblr.com\/3a28ccdf062e25beef2d1a3656c14c24\/429fb8336f0ddc2b-ea\/s2048x3072\/57f0d232a8e1ee21833dd35dacd6e9ac8b917728.png&quot;,&quot;themeBackgroundColor&quot;:&quot;#F6F6F6&quot;,&quot;themeTitleColor&quot;:&quot;#444444&quot;,&quot;themeAccentColor&quot;:&quot;#529ECC&quot;,&quot;brag&quot;:false,&quot;adsEnabled&quot;:false,&quot;canShowAd&quot;:true,&quot;isPremium&quot;:false,&quot;showLrecAds&quot;:false,&quot;showStickyLrecBackfill&quot;:false,&quot;showGeminiAds&quot;:false,&quot;geminiSectionCodeDesktop&quot;:&quot;a10bca9c-0c5d-4a02-ab13-14ab8513d81d&quot;,&quot;geminiSectionCodeMobile&quot;:&quot;ced63809-b609-4aca-96a0-abc099acba6b&quot;,&quot;currentPageType&quot;:&quot;blog&quot;,&quot;currentPage&quot;:1,&quot;searchQuery&quot;:&quot;&quot;,&quot;tag&quot;:&quot;&quot;,&quot;query&quot;:&quot;&quot;,&quot;chrono&quot;:false,&quot;postId&quot;:&quot;&quot;,&quot;src&quot;:&quot;https:\/\/eggzero.tumblr.com\/&quot;,&quot;postUrl&quot;:&quot;&quot;,&quot;isBlocked&quot;:null,&quot;isAdmin&quot;:false,&quot;lookupButtonUrl&quot;:&quot;&quot;,&quot;showSpamButton&quot;:false,&quot;showRootPostButton&quot;:false,&quot;rootPostUrl&quot;:&quot;&quot;,&quot;showRadarPostButton&quot;:false,&quot;radarKeys&quot;:&quot;&quot;,&quot;isUniblocked&quot;:false,&quot;isNsfw&quot;:false,&quot;isAdult&quot;:false,&quot;isSpam&quot;:false,&quot;isPrimaryBlog&quot;:false,&quot;canEdit&quot;:false,&quot;canReblogSelf&quot;:false,&quot;showLikeButton&quot;:false,&quot;showReblogButton&quot;:false,&quot;reblogUrl&quot;:&quot;&quot;,&quot;showMessagingButton&quot;:false,&quot;loginCheckIframeSrc&quot;:&quot;https:\/\/assets.tumblr.com\/assets\/html\/iframe\/login_check.html?_v=3de94a184d600617102ddd5b48fb36e9&quot;,&quot;appInstallUrls&quot;:{&quot;android&quot;:&quot;https:\/\/play.google.com\/store\/apps\/details?id=com.tumblr\u0026referrer=utm_source%3Dtumblr%26utm_medium%3Diframe%26utm_campaign%3Dbn_continue_or_install_cta&quot;,&quot;ios&quot;:&quot;https:\/\/apps.apple.com\/app\/apple-store\/id305343404?pt=212308\u0026ct=bn_continue_or_install_cta\u0026mt=8&quot;},&quot;appOpenReferrer&quot;:&quot;bn_header_open_btn&quot;,&quot;isShowSearch&quot;:true,&quot;supplyLogging&quot;:[],&quot;secondsSinceLastActivity&quot;:-1,&quot;installUrlOpenFailed&quot;:{&quot;android&quot;:&quot;https:\/\/play.google.com\/store\/apps\/details?id=com.tumblr\u0026referrer=utm_source%3Dtumblr%26utm_medium%3Diframe%26utm_campaign%3Dbn_header_app_open_failed&quot;,&quot;ios&quot;:&quot;https:\/\/apps.apple.com\/app\/apple-store\/id305343404?pt=212308\u0026ct=bn_header_app_open_failed\u0026mt=8&quot;},&quot;loginWallVariant&quot;:&quot;small_center&quot;}},&quot;Flags&quot;:{&quot;features&quot;:&quot;eyJmaWx0ZXJfbnNmdyI6dHJ1ZSwibW9iaWxlX3dlYl9nYXRlIjp0cnVlLCJzYWZlX21vZGUiOnRydWUsInNhZmVfbW9kZV9lbmFibGVkIjp0cnVlLCJrZXljb21tYW5kX2F1dG9fcGFnaW5hdGUiOnRydWUsImxvZ2dlZF9vdXRfc2VhcmNoIjp0cnVlLCJrcmFrZW5fd2ViX2xvZ2dpbmdfbGlicmFyeSI6dHJ1ZSwibGl2ZXBob3Rvc193ZWIiOnRydWUsInVzZXJfdGFnX2ZpbHRlcmluZyI6dHJ1ZSwic2FmZV9tb2RlX293bl9wb3N0Ijp0cnVlLCJwcm9qZWN0X3hfYXBwZWFsIjp0cnVlLCJtb2JpbGVfd2ViX3Bob3Rvc2V0cyI6dHJ1ZSwiaGlkZV9kZWZhdWx0X2hlYWRlcnNfYmxvZ19jYXJkcyI6dHJ1ZSwibm90aWZpY2F0aW9uX3JlcGx5X2xpbmtfdG9fbm90ZXMiOnRydWUsInR5cGluZ19pbmRpY2F0b3Jfd3JpdGUiOnRydWUsInR1bWJscl92aWRlb19zcG9uc29yZWRfZGF5Ijp0cnVlLCJjYXB0Y2hhOnVzZV9yZWNhcHRjaGEyIjp0cnVlLCJsaXR0bGVfc2lzdGVyIjp0cnVlLCJsb2dfbGFkeSI6dHJ1ZSwicmVkcG9wX3Bvc3RfZm9ybV9tb2JpbGVfY3JlYXRlIjp0cnVlLCJsZWdhY3lfcG9zdF9mb3JtX2J1dHRvbnNfbGlua190b19yZWRwb3AiOnRydWUsInNob3dfdHNwX2NsaWNrX3Rocm91Z2hfdG9nZ2xlIjp0cnVlLCJkYXJsYV9hZF9mZWVkYmFjayI6dHJ1ZSwic3RhdHVzX2luZGljYXRvciI6dHJ1ZSwiY29udmVyc2F0aW9uYWxfbm90aWZpY2F0aW9ucyI6dHJ1ZSwiZGlzYWJsZV95YWhvb19iX2Nvb2tpZSI6dHJ1ZSwibGl2ZXBob3RvcyI6dHJ1ZX0=&quot;},&quot;Context&quot;:{&quot;name&quot;:&quot;default&quot;,&quot;time&quot;:1648451318000,&quot;userinfo&quot;:{&quot;primary&quot;:&quot;&quot;,&quot;name&quot;:&quot;&quot;,&quot;channels&quot;:[]},&quot;hosts&quot;:{&quot;assets_host&quot;:&quot;https:\/\/assets.tumblr.com&quot;,&quot;secure_assets_host&quot;:&quot;https:\/\/assets.tumblr.com&quot;,&quot;www_host&quot;:&quot;https:\/\/www.tumblr.com&quot;,&quot;secure_www_host&quot;:&quot;https:\/\/www.tumblr.com&quot;,&quot;embed_host&quot;:&quot;https:\/\/embed.tumblr.com&quot;,&quot;safe_host&quot;:&quot;https:\/\/safe.txmblr.com&quot;,&quot;platform_host&quot;:&quot;https:\/\/platform.tumblr.com&quot;},&quot;language&quot;:&quot;en_US&quot;,&quot;language_simple&quot;:&quot;en&quot;,&quot;assets&quot;:&quot;https:\/\/assets.tumblr.com\/client\/prod\/&quot;},&quot;Translations&quot;:{&quot;%1$sReport %2$s&#039;s post?%3$sIf it violates our community guidelines, we&#039;ll remove it.%4$s&quot;:&quot;%1$sReport %2$s&#039;s reblog?%3$sIf it violates our community guidelines, we&#039;ll remove it.%4$s&quot;,&quot;%1$sReport %2$s&#039;s reply?%3$sIf it violates our community guidelines, we&#039;ll remove it.%4$s&quot;:&quot;%1$sReport %2$s&#039;s reblog?%3$sIf it violates our community guidelines, we&#039;ll remove it.%4$s&quot;,&quot;%1$sDelete your tip??%2$s&quot;:&quot;%1$sDelete your tip?%2$s&quot;,&quot;Deleting your tip&quot;:&quot;Deleting your tip will only remove it from the replies tab and notes. %1$sYou won&#039;t receive a refund of your tip.%2$s For further help contact %3$sTumblr Support%4$s.&quot;}}"></noscript><script src="https://assets.tumblr.com/client/prod/standalone/tumblelog/index.build.js?_v=8a2f94ec96fa1ca2487313a243c6e4ed"></script></body>
</html>