Member
Level 6
Apprentice Crafter
5

Personalized Site Feed

  • SlimyCat
    Public • August 7, 2026, 12:23 am
    Been trying to figure out my communication skills. Some advice I got is to try communicating lower level and lower labor/effort and use simple signals. I think signals is the hardest. Can anyone give me examples or explain communication signal stuff?
  • SlimyCat
    Public • July 28, 2026, 3:26 pm
    I should make a SlimyCat Hoodie skin so I can wear other skins under it lol
  • SlimyCat
    Public • June 16, 2026, 12:23 am
    https://modrinth.com/mod/titleworlds basicly appears to have functionality similar to the panorama mod I'm trying to make, but I haven't actuLly tested this mod yet. Just thought it was interesting.
  • PMC
    Public • May 29, 2026, 9:20 am
    Update : Poll Embeds on Wall Posts!
    You can now share forum polls directly to your wall! Head to any forum poll thread or create your own and click Share Poll to Wall. Your post will be pre-filled with a live poll embed showing the current results, voting status, and a link back to the full thread.

    A clean way to surface interesting forum discussions without leaving the conversation behind.

    psst... pro-tip: you can also paste the poll bbcode into other useful locations like your content descriptions or profile custom widgets.

    poll Poll : What's your go-to first night strategy?
    history Voting closed Jun 1, 2026
    • emoji_eventsDig into a hillside39%· 88 votes
    • Build a dirt box10%· 22 votes
    • Find a village15%· 34 votes
    • Just... wing it36%· 82 votes
    226 votes total
    Voting closed Jun 1, 2026.
    forum Discuss Results
    chiseledcash3602026-08-27 22:49:03
    I remember basically digging a hole also with kinda with a way in and out, as time and went by, it became a home this was in my very first world ever, haven't been back there in months, I kinda miss my world, and my first pet which I named... Love. It was my very first wolf I have ever tamed
    raychan88882026-08-16 04:09:59
    I dig 3 block down and place 1 dirt on my head, and put a torch until day time
    Kachow959580152026-06-07 15:12:26
    I just dig into a hillside and that’s my house lol
    TheOrionSong2026-06-07 05:57:24
    Mostly dirt hut but sometimes I dig into a hill or if I don’t manage to get a bed, I go stripmining instead.
    SwankAunt1134032026-06-07 04:41:29
    Yeah,I still remember the first night in Minecraft.
    Didn’t finish my bed by dark, so I just dug a hole and squeezed in.
    watire2026-06-07 04:30:03
    good
    Zerohen2026-06-05 20:40:23
    Awesome!
    _hexxcraft2026-06-05 14:25:28
    I'd say build a WOOD hut...
    View more comments
  • SlimyCat
    Public • May 26, 2026, 8:40 am

    Planet Minecraft and Sandbox Galaxy custom css


    //*SlimyCat's Planet Minecraft & SBG CSS additions V1.0.3*/

    @import url(https://fonts.googleapis.com/css2?family=Droid+Serif:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);


    /* RANK Gif | Rank Image
    *the brightness is inverted due to the 2 filters for the gif.
    * If you want a regular gif replace the url with another file url and remove the filters
    * Also remember to change the color & text shadow
    */

    span.member-rank-class{
    color:aquamarine;
    text-shadow:0 0.25em rgba(255,255,255,0.5);
    background-image:url("https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExMm5ha2YzeWthMmVzeHZ3dWo1MmVxYXNrbmttMThidDJtMjNwanBnaSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/S5hSa6DBZoDwca4O0g/giphy.gif");
    filter:invert(1) saturate(200%) hue-rotate(180deg);
    /*view position*/
    background-position-y:calc(20/30);
    /*display type*/
    background-repeat:no-repeat;
    background-size:cover;
    /*sizing*/
    padding:0.75em;margin:0.1em;border-radius:1rem;
    }


    /*Main Gradient*/
    div.widget_content, .c-wrap, div.column {
    /*Font Use*/font-family: Droid Serif;
    background:linear-gradient(180deg,
    rgba(var(--top-color),0.85) 0%,
    rgba(var(--bottom-color),0.57) 76%,
    var(--shine-end) 99%
    );
    }

    div.spoiler_content {
    background:linear-gradient(180deg,
    rgba(var(--bottom-color),0.85) 0%,
    rgba(var(--bottom-color),0.27) 76%,
    rgba(var(--top-color),0.5) 99%);
    }

    /*fade effect colors*/:root .fade-out {
    background-image:linear-gradient(to bottom,rgba(219,219,219,0),var(--shine-end))
    }div.widget_footer{background-color:var(--shine-end)}

    [data-theme=dark] {
    //--top-color:42,123,155;
    //--bottom-color:46,186,139;
    --stat-color:goldenrod;
    --border-color:#0F0;
    --menu-bg:rgba(var(--top-color),0.85);
    --menu-color:var(--shine-highlight);
    --menu-selected-bg:rgba(var(--bottom-color),0.75);
    --widget-wrap-bg:rgba(var(--top-color),0.5);
    --a-color:orange;
    --light-bg:rgba(var(--bottom-color),0.4);
    --medium-bg:rgba(var(--bottom-color),0.6);
    --widget-bg:rgb(var(--top-color));
    --bg-navbar:url('https://minecraft.wiki/images/Invicon_Lime_Stained_Glass_Pane.png') repeat-x;
    }
    :root { /*vars can be removed to leave at default*/
    --top-color:42,123,155;
    --bottom-color:46,186,139;
    //--border-color:#0F0;
    --stat-color:goldenrod;
    --menu-bg:rgba(var(--top-color),0.85);
    --menu-color:var(--shine-highlight);
    --menu-selected-bg:rgba(var(--bottom-color),0.75);
    /* --menu-selected-color:#111111;*/
    /* --menu-disabled-color:#CCCCCC;*/
    --shine-start:#333;
    --shine-end:#555;
    /* --shine-highlight:#222;*/
    --widget-wrap-bg:rgba(var(--top-color),0.5);
    --bg-navbar:url('https://minecraft.wiki/images/Invicon_Cyan_Stained_Glass_Pane.png') repeat-x;
    --a-color:orange;
    --light-bg:rgba(var(--bottom-color),0.4);
    --medium-bg:rgba(var(--bottom-color),0.6);
    --widget-bg:rgb(var(--top-color));
    --eigengaru:#16161D;
    /* You probably don't want to edit vars below here*/
    --menu-selected-color:aliceblue;
    --content-bg:aliceblue;
    }

    div.responsive728-wrap,#prefooter{min-height:0px;margin-top:0px;margin-bottom:0px;padding-top:0px;padding-bottom:0px;}

    div p b{color:var(--shine-start);}
    div a h1 {color:var(--a-color);}
    div.tox-toolbar__group {background-color:rgb(var(--top-color));}
    /*bar text color fix*/ div.bar-item {color:var(--menu-selected-color);}

    div.share-notice.notice_box {color:var(--eigengaru);}
    SlimyCat2026-08-22 02:50:51
    Currently Broken
    SlimyCat2026-05-26 09:08:39
    Nobody said it was? Do you not know what CSS is?

    CSS Cascading Style Sheets for HTML and XML. The internet in web browsers runs on HTML version 5 currently



    If you have a CSS extension for custom themes, you can use this as a style or edit it and whatever.
    arandomcat042026-05-26 09:08:02
    it is if you squint hard enough
    ohio920dagamer2026-05-26 08:55:56
    this dont look like counter strike source to me twin
    SlimyCat2026-05-26 08:48:49
    CSS. Didn't you read the top?
    ohio920dagamer2026-05-26 08:43:13
    what
  • SlimyCat
    Public • May 6, 2026, 7:37 pm
    Actually right now to any time past this music is basically like how 80's music was at the time. Oh well, time to keep going forward




    Okay I didn't realize RWBY was older than Lucid Dream by Owl City





  • SlimyCat
    Public • May 6, 2026, 7:25 pm
    Okay, but why do emojis look different on different operating systems? I just want the same emoji font. Actually I should learn how to make a Minecraft emoji font.
  • SlimyCat
    Public • May 6, 2026, 7:02 pm
    Wait, you can remove people from the side bar now? Just did it.
  • SlimyCat
    Public • March 13, 2026, 10:03 pm
  • SlimyCat
    Public • February 6, 2026, 12:17 pm



    Life
    Goes
    On
    Time just PassEs By
    There's No One
    FuTure To Become The PreSent.
    Theres No Box
    To Think InSide Of.
    Just Stay. Hope you are
    Well.
    I Can't Say
    The Things I'd Love...
    To Live, To Die, To Feel Them All
    I Can Just Feel The DesPair
    From Life[???]
    [???]
    [???]

    But Theres Hope.I Just Feel So
    Strange And Hopeless Untill
    Dawn's Light

    I Can Feel The World BeFore Me
    There's A Small sign of Hope

    Oh[???]
    [???]Fall And Rise BeFore Me
    [???]

    [???]

    [???]
    [​flute ???]
    [???]
    [​take a break from lyrics as notes expand]

    [??? drums]
    There's More Hope
    There's A New Start
    There's Still Now
    I Can Try Just One Last Time BeFore
    the
    I Have One More Chance To Try

    Ohhh I Will Not Waste It
    • • Thre may be nothing past this • •
    This Time Can Not End Sad
    • • Things won't be perfect • •
    [???]
    [???]
    [???]

    Gift Of Life
    Do Not Waste It
    Love Is Chosen When It There
    • • Good is a choice • •
    Not Our Nature

    [​drawn back to a different layer]
    But Why _-_-_-_-_?
    That's Not _---_
    I don't understand
    • There's something I missed •
    It's NeVer -_-_--_
    • Why is it this way •
    Take
    • Responsibility •
    There's always
    • always another way •

    for better or worse
    •for better or worse•
    for better or Worse
    •for better or Worse•
    for better or worse•for better or worse•for better or Worse•for better or Worse•
    AlWays Do The Right Thing
    [???]
    [???] The Answer
    [???] Is The Answer
    [???] Is The Thing That-

    Can I Say The Answer?
    Can I Share The Only Thing
    That I Know, To Help Everyone?
    [???]

    [​space for notes to paly for a few lines]
    [​vocalizing] I don't know
    • Try To Do The Thing •
    •Like Before•
    [???]
    [???]
    •???•
    ∆???∆






    Anyway just some thoughts and lyrics that I have for the song. I often change lyrics to songs in my head. This song has none. I think it should stay that way.
  • SlimyCat
    Public • February 6, 2026, 10:54 am
    Technoblade Don't cry you nerd. I don't want to see you sad.
  • miau the cat
    Public • February 3, 2026, 12:44 pm
    Hey guys!

    I'm currently updating all my packs to meet a few new formatting standards I have set for myself.

    This also includes migrating all Bedrock packs to CurseForge, which means you will now need to follow a link to download them. Don't worry though, the packs themselves are still the same.
  • SlimyCat
    Public • January 6, 2026, 2:18 pm

    Enable Subtitles 😉
    SlimyCat2026-01-06 21:35:25
    youtube has many advanced subtitle features, they are rarely used though.
    Nemo_XLII2026-01-06 15:16:26
    HOW DID THEY DO THAT?!
  • SlimyCat
    Public • December 31, 2025, 2:29 pm
    Been downloading and listening to C418's free music. It's not released everywhere, instead only from him. Scroll down because it near the bottom part of the website https://c418.org/#free
  • Shire12
    Public • December 25, 2025, 2:23 pm
    Merry Christmas and happy holidays 😁😁😁
  • SlimyCat
    Public • December 5, 2025, 12:51 pm
    There are 3 main pixel art styles. CRT, Trilinear etc upscaling, and blur. Blur is basically extremely uncommon I know nothing of it. CRT I have not messed with. Now I want a CRT XD.
  • SlimyCat
    Public • November 12, 2025, 11:56 am
    I think that my mc skin will eventually get dressed in a full outfit and will no longer be recognized. Oh well.
  • SlimyCat
    Public • October 11, 2025, 7:39 pm
    I made a Mojang and Minecraft Logo, now I need to learn how to convert form the 1.16 ish format to the next format.
  • midnightcherry_
    Public • October 10, 2025, 6:52 am
    oh yah...

    A 7.6 magnitude earthquake struck my area eight-ish hours ago. Didn't post bcuz power went out for six fricking hours
    ComfySteve123452025-11-03 06:56:51
    oh yah i remember this
    there were tsunami alerts in northern indonesia
    Nemo_XLII2025-10-10 10:14:04
    Okay. I honestly thought more.
    morningapple2025-10-10 08:25:59
    yh only two confirmed deaths according to google
    Nemo_XLII2025-10-10 08:12:42
    Are you and your friends who live in thet area okay?
    JohnMCNuggets2025-10-10 07:00:15
    Praying for the whole Mindanao, this shit is immense
    ATPlayz2025-10-10 06:54:41
    ohh
  • SlimyCat
    Public • October 9, 2025, 7:32 pm
    What if Minecraft had infinite customization? Multiplayer would be a little chaotic, but it could be solved by letting players inspect the optimizations before actually spawning in. Perhaps a mod is needed to disable any feature with a toggle. For any version and every feature. Including adding older features. Meaning that Minecraft would no longer be version dependent, but dependent on what you have enabled (and installed). Though as this would be a whole engine re-write and cloning features from other versions it would be easier for it to read other installed versions and use that to compile the special modloaded game. Also mod compatability would be either infinite or a nightmare, but I did see a mod that allows any version and any (popular) modloader type e.g. Fabric, Forge, NeoForge, Quilt etc.

    TL;DR

    A mod to turn Minecraft into a single "version" where everything is a toggelable option.
  • View more

Welcome