home.social

#skyblock — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #skyblock, aggregated by home.social.

fetched live
  1. ​:resonite:​

    #resonite

    Where you can leave your server on overnight and creatures will turn it into a
    #minecraft #skyblock xD

    Credit to Luna for starting the shenanigans
    🥰

  2. ​:resonite:​

    #resonite

    Where you can leave your server on overnight and creatures will turn it into a
    #minecraft #skyblock xD

    Credit to Luna for starting the shenanigans
    🥰

  3. Does anyone have a copies of Minecraft Skyblock 1.0, 1.1, 2.0 and 2.1 by the original creator Noobcrew?

    Microslop has sued them into removing the original downloads from their page and I want to publicly host them to make Skyblock well available again and to 🖕 Microslop.

    #minecraft #skyblock #microslop #takedown #fckusa #fckbigtech

  4. the explanation of how the machine¹ works is so good :neofox_pout:

    :minecraft_name_tag: Can you beat the REAL Skyblock?
    :minecraft_axolotl_bucket: Mud Flaps

    :minecraft_chain: YouTube
    :minecraft_lantern: Invidious

    1. Machine to get to the end, or in other words: a bunch of redstone to trick the game into creating the end portal

    #minecraft #skyblock #minecraftredstone

  5. the explanation of how the machine¹ works is so good :neofox_pout:

    :minecraft_name_tag: Can you beat the REAL Skyblock?
    :minecraft_axolotl_bucket: Mud Flaps

    :minecraft_chain: YouTube
    :minecraft_lantern: Invidious

    1. Machine to get to the end, or in other words: a bunch of redstone to trick the game into creating the end portal

    #minecraft #skyblock #minecraftredstone

  6. The Hypixel SkyBlock Wiki has moved from Fandom, and can be found under subdomain of minecraft.wiki now at

    hypixelskyblock.minecraft.wiki/

    Accounts are shared between Minecraft Wiki and Hypixel SkyBlock wiki.

    Congratulations to this wiki team for the fork!

    #FandomFork #Minecraft #Hypixel #Skyblock #Fork #wiki

  7. The Hypixel SkyBlock Wiki has moved from Fandom, and can be found under subdomain of minecraft.wiki now at

    hypixelskyblock.minecraft.wiki/

    Accounts are shared between Minecraft Wiki and Hypixel SkyBlock wiki.

    Congratulations to this wiki team for the fork!

    #FandomFork #Minecraft #Hypixel #Skyblock #Fork #wiki

  8. Now that my friend who visited me has left again (and gosh I miss her T_T), I guess it's time to go back to the usual, and play some #Minecraft #SkyBlock. Thankfully, @kuerb1 will be there with me to keep me company.

    twitch.tv/copygirl

    #Streaming #VTuber #VTuberEN

  9. Now that my friend who visited me has left again (and gosh I miss her T_T), I guess it's time to go back to the usual, and play some #Minecraft #SkyBlock. Thankfully, @kuerb1 will be there with me to keep me company.

    twitch.tv/copygirl

    #Streaming #VTuber #VTuberEN

  10. Precious friend is visiting today, and I thiiink I've done all the cleaning I needed to? Unfortunately she is being held up by public transit being bad at levels even I have not experienced before.

    In the meantime, (since it'll be a while), shall we do some more #SkyBlock #Minecraft? Maybe I can use the schematicannon today?

    twitch.tv/copygirl

    #Streaming #VTuber #VTuberEN

  11. Precious friend is visiting today, and I thiiink I've done all the cleaning I needed to? Unfortunately she is being held up by public transit being bad at levels even I have not experienced before.

    In the meantime, (since it'll be a while), shall we do some more #SkyBlock #Minecraft? Maybe I can use the schematicannon today?

    twitch.tv/copygirl

    #Streaming #VTuber #VTuberEN

  12. If you ever played #Minecraft you probably know about the famous #Skyblock map.
    What you may not know, however, is that #Microsoft along with 11 other companies is trying to invalidate the trademark owned by the original builder in order to be able to sell unofficial versions of the map for a profit.
    If you're able to, please give Noobcrew some support to help contrast corporations that keep trying to strip #artists of their rights (more details in the fundraiser page):

    gofund.me/d2032a2c

  13. 1/n A view of my #Minecraft #Skyblock map on #Nerdcrafteria, a few seasons ago.

    It's a 'working village', with a few Minecrafty farms. Inset to the top-right is a sketched plan, which I roughly kept to.

    It took more time that I care to admit, and I can't really do that again.

    Attached: 4MB JPG.

    [Further posts repeat the alt-text of the image]

  14. 1/n A view of my #Minecraft #Skyblock map on #Nerdcrafteria, a few seasons ago.

    It's a 'working village', with a few Minecrafty farms. Inset to the top-right is a sketched plan, which I roughly kept to.

    It took more time that I care to admit, and I can't really do that again.

    Attached: 4MB JPG.

    [Further posts repeat the alt-text of the image]

  15. Hey look at that, yet another Minecraft Skyblock stream this week!
    Same time as the others: 10:15 UTC (12:15 Norwegian time)

    youtube.com/live/bGkNsvgnrEA?f

    #minecraft #skyblock #youtube #livestream

  16. Going live on a new Skyblock world today! No water, no apples, all grind!

    Come hang out at 10:15 UTC (12:15 Norwegian time)

    youtube.com/live/P1Q7M2muHGU?f

    #minecraft #skyblock #youtube #livestream

  17. I'm trying to build a #modpack for #Minecraft that's also #SMP compliant, i.e run on a server with an arbitrary number of players.
    What I want to do is have the players be spread like the
    #Botania Garden of Glass mod does, or most other #skyblock mods for that matter. Have each player get their own place to do whatever they want or need to without having to fear interfering with anyone else, thus having them like 500 or even 1000 blocks apart from each other and world spawn.

    The mod I use for controlling world generation or rather creating the players' "islands" unfortunately doesn't (yet) have a feature to give each player their own
    #spawnpoint and unfortunately there doesn't seem to be a mod out there that can do so on its own. I know about the /spreadplayers command, but as far as I can see it will only work on players online at the particular moment the command is issued and cannot record any persistent data in the form of that a later joining player can get spread out based on the same rules relatively of the/a previous batch of players. That's not good enough.

    My current state of thinking is diving into the realms of creating custom
    #datapacks. The only issue with that I'm seeing is that they're apparently stateless so I can't just dump, say, an array of coordinates somewhere and each time a new player joins the server, they just get provided the next set of coords to make themselves at home. Just brute-force checking each set if there's already something/someone there seems very clumsy and not really elegant to me.
    Though it does look like I could (ab)use the scoreboard system to keep track. Can anyone tell if I'm on the right track there, or even better, have an example handy where this or something using the same methods has already been done?

  18. I'm trying to build a #modpack for #Minecraft that's also #SMP compliant, i.e run on a server with an arbitrary number of players.
    What I want to do is have the players be spread like the
    #Botania Garden of Glass mod does, or most other #skyblock mods for that matter. Have each player get their own place to do whatever they want or need to without having to fear interfering with anyone else, thus having them like 500 or even 1000 blocks apart from each other and world spawn.

    The mod I use for controlling world generation or rather creating the players' "islands" unfortunately doesn't (yet) have a feature to give each player their own
    #spawnpoint and unfortunately there doesn't seem to be a mod out there that can do so on its own. I know about the /spreadplayers command, but as far as I can see it will only work on players online at the particular moment the command is issued and cannot record any persistent data in the form of that a later joining player can get spread out based on the same rules relatively of the/a previous batch of players. That's not good enough.

    My current state of thinking is diving into the realms of creating custom
    #datapacks. The only issue with that I'm seeing is that they're apparently stateless so I can't just dump, say, an array of coordinates somewhere and each time a new player joins the server, they just get provided the next set of coords to make themselves at home. Just brute-force checking each set if there's already something/someone there seems very clumsy and not really elegant to me.
    Though it does look like I could (ab)use the scoreboard system to keep track. Can anyone tell if I'm on the right track there, or even better, have an example handy where this or something using the same methods has already been done?

  19. [Minecraft] For the first time, I managed to get somewhere with a Minecraft Skyblock challenge - far enough that I sometimes forget it's Skyblock.

    Soon, it'll all be wiped, so I made a sedate walkabout in that world to remember it by. The (Nerdcrafteria) challenge theme is "Village", but I included other stuff.

    youtu.be/Oh8c5hhaUxs

    Yes, I know my GPU (1050M) is a potato, but it's good enough for normal play.

    #Minecraft #Skyblock #Nerdcrafteria #shaders

  20. Je vous ai dit que je m'étais (encore ) remise à #minecraft
    J'avais jamais joué en #skyblock
    J'en suis à mon 6eme redémarrage là.
    Et j'avais jamais eu de cerisier, alors maintenant j'ai envie de me faire une ferme toute rose. 😅
    J'ai envie de faire une tour a monstre rose et pierre, là, tout de suite. Je passe ma matiné avec en arrière plan dans mon cerveau " je jouerais bien" :blobPikaGlare: Frustrant de pas pouvoir le faire.

  21. Il y a quelques années, j'étais admin d'un petit serveur #Skyblock sur #Minecraft, SkylandStyle, et on avait fait des trucs vachement cool.

    Je me demande si ça vaudrait le coup, pour 2024, de relancer un truc similaire, mais sur #Minetest. Et d'essayer, peut-être, d'en faire le plus gros serveur Skyblock sur ce jeu-là 😁 🤔

  22. J'ai enfin upload et rangé toutes les vidéos #minecraft dans un bocal !

    pour ceux qui veulent aller se regarder cette map aventure en diagonale, et/ou suivre ma chaîne youtube, voilà le lien de la playlist :D !

    youtube.com/playlist?list=PLlV

    sur cette chaîne, pour l'instant les rediffusions twitch, prochainement des shorts avec les clips, et peut être d'autres vidéos si je m'essaie au montage !

    #youtube #playlist #letsplay #aventure #solo #carte #skyblock

  23. J'ai enfin upload et rangé toutes les vidéos #minecraft dans un bocal !

    pour ceux qui veulent aller se regarder cette map aventure en diagonale, et/ou suivre ma chaîne youtube, voilà le lien de la playlist :D !

    youtube.com/playlist?list=PLlV

    sur cette chaîne, pour l'instant les rediffusions twitch, prochainement des shorts avec les clips, et peut être d'autres vidéos si je m'essaie au montage !

    #youtube #playlist #letsplay #aventure #solo #carte #skyblock

  24. Je suis en live sur Minecraft dans un bocal, #24 Plus que 7 éponges, combien ce soir ??

    venez m'encourager <3 🍿

    twitch.tv/krysaliah

    #minecraft #twitch #streamFR #live #solo #aventure #skyblock

  25. Je suis en #stream pour aller finir les bocaux de Nether et trouver toutes les éponges là bas, sur " #minecraft dans un bocal " !

    Venez m'encourager 🍿 ! J'ai déjà 40 éponges, il en manque deux du Nether, et on fera des bocaux overworld aussi !

    twitch.tv/krysaliah
    #StreamFR #twitch #live #aventure #solo #skyblock

  26. Ich wollte mal eine #Minecraft #Skyblock Map mit Bambus anstelle von einem Baum ausprobieren. Und was hat der Mapersteller vergessen? Die Werkbank, und ohne die kann man aus Bambus kein Bambusblock herstellen. :blobcattableflip:

  27. This weekend I tried some Minecraft Vault Hunters 1.18, starting a Sky Vault map cause I really like skyblock maps.

    I'm really digging the concept, but I'm terrible at combat and starting off with zip zap nothing makes that rough! I think it'll smooth out a lot once I can pick up the first level of healing and some initial armor.

    My initial sky island I build is always cluttered crap, no matter how much pre-planning I do :D

    #minecraft #VaultHunter #skyblock