home.social

#minecraftbedrock — Public Fediverse posts

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

  1. Tải Minecraft 26.13 APK Tiếng Việt Miễn Phí Cho Android

    Bạn cần một phiên bản Minecraft ổn định, đẹp và mượt? Minecraft 26.13 hội tụ đầy đủ mọi yếu tố từ sửa lỗi văng game đến tối ưu hóa mạng và hiệu suất đồ họa. Khám phá ngay sự khác biệt!

    Nội dung update:
    ✅ Khắc phục sự cố văng game (Anti-Crash).
    ✅ Cải thiện hệ thống Marketplace & Realms.
    ✅ Tối ưu hóa kết nối mạng & Hiệu suất đồ họa.
    Link tải: modpure.cx/minecraft-26-13/

    #minecraft_26_13 #modpure #minecraftPE #MinecraftBedrock #MinecraftUpdate

  2. Inspired by @phoenix616, I now published my own free and open-source Anti-X-Ray Resource Pack, for the Minecraft Bedrock Edition!

    Source code is available at Codeberg: codeberg.org/legendary_creeper

    Downloads can be found at:
    - Codeberg releases: codeberg.org/legendary_creeper
    - CurseForge: curseforge.com/minecraft-bedro

    I originally developed it for my own SMPs; I hope somebody will find it useful :)

    #minecraft #mcbe #minecraftbedrock #antixray #codeberg #foss #floss #curseforge

  3. Tải Minecraft 26.12 APK có Tiếng Việt: Sửa Lỗi Realms Stories & Gameplay

    Bản 26.12 đảm bảo mọi bức ảnh và câu chuyện của bạn luôn được hiển thị lung linh và ổn định nhất!

    Nội dung update:
    🖼️ Realms Stories Fixes: Sửa lỗi hiển thị ảnh và nhật ký thế giới.

    ⚡ Tối ưu hóa hình ảnh giúp việc xây dựng mượt mà hơn.

    🛡️ Giảm thiểu tình trạng tụt FPS khi làm việc với nhiều khối block.

    Link tải: modpure.cx/minecraft-26-12/

    Hashtag: #minecraft_26_12 #modpure #minecraftPE #MinecraftBedrock #MinecraftUpdate

  4. Tải Bản Minecraft 26.11 Có Tiếng Việt Miễn Phí Cho Mobile/PC

    Loại bỏ lỗi nhạy chuột khó chịu, bản Mod tại MODPURE giúp bạn tập trung tối đa vào việc sáng tạo và sinh tồn.

    Nội dung update:
    ✅ Sửa lỗi camera cao bất thường gây mất kiểm soát.
    ⚙️ Cho phép tùy chỉnh độ nhạy chuột khớp 100% với mong muốn.
    🛡️ Vận hành trơn tru trên mọi cấu hình Windows.

    Link tải: 👉 Tải ngay tại đây: modpure.cx/minecraft-26-11/

    #Minecraft2611 #MODPURE #MinecraftPE #MinecraftBedrock #MinecraftUpdate #MinecraftHotfix

  5. I'm now officially on CurseForge!

    My profile: curseforge.com/members/legenda

    To anyone who is concerned about CF; I'm just as unhappy with it. it is terrible, but in my opinion its the least worst option currently available and significantly better than the alternatives.

    I will maybe quit ModBay too as result.

    Let's hope that us Minecraft Bedrock Edition creators will soon be welcome to @modrinth. Just 1-2 more decades of waiting and then, maybe!

    #minecraft #minecraftbedrock #mcbe #minecraftdev

  6. ⛏️ MINECRAFT COMMUNITY CHALLENGE: 4.25 BILLION STONE BLOCKS

    🌍 Mine together through Jan 12 to unlock Victor's Coat! PLUS: Stranger Things DLC, new baby mob sounds, craftable name tags & year-based version 26.1.

    Building > Competing.

    For more news stay tune with www.baskingamer.com

    #Minecraft #CommunityChallenge #MinecraftUpdates #GamingCommunity #StrangerThings #SandboxGaming #MinecraftJava #MinecraftBedrock #Baskingamer

  7. ⛏️ MINECRAFT COMMUNITY CHALLENGE: 4.25 BILLION STONE BLOCKS

    🌍 Mine together through Jan 12 to unlock Victor's Coat! PLUS: Stranger Things DLC, new baby mob sounds, craftable name tags & year-based version 26.1.

    Building > Competing.

    For more news stay tune with www.baskingamer.com

    #Minecraft #CommunityChallenge #MinecraftUpdates #GamingCommunity #StrangerThings #SandboxGaming #MinecraftJava #MinecraftBedrock #Baskingamer

  8. Based on public reporting, and my testing, the Mojang Bug Tracker (also known as Mojira) returns an error when accessing any bug report.
    This is caused by bugs.mojang.com/api/jql-search returning 504 Gateway Time-out.

    Instead of returning the JSON data, the URL returns HTML, or more specifically, a complete HTML document without any substance (that is, a document with a title, stylesheets, and other stuff in the head, but nothing but any empty div in the body). Obviously, HTML isn't valid JSON, so JSON.parse fails. The reason for this is unknown.

    bugs.mojang.com/api/jql-search appears to be getting data about the post (the request contains the post ID, in this case MCPE-230231). If I hijack the response and replace it with an empty (but valid) JSON object, I get an error saying no such post exists.

    In their video on the subject, Phoenix SC got a different error message than I got (youtube.com/watch?v=65H6BZ2VWgU) though the root cause seems the same. Their error message (visible at 3:31) actually displays part of the invalid JSON data, while mine does not. Their video was posted a little over an hour ago, and it was filmed sometime today.

    According to MDN, a 504 Gateway Timeout "indicates that the server, while acting as a gateway or proxy, did not get a response in time from the upstream server in order to complete the request". I can not speculate about the cause, as I don't know much about this area of web development. I know frontend much better than I know backend.

    Interestingly, only issues for Bedrock Edition are impacted. The Java Edition section of the bug tracker remains accessible, though I have not tested if users can post issue reports and comments.

    #Minecraft #Mojira #MinecraftBedrock

  9. Based on public reporting, and my testing, the Mojang Bug Tracker (also known as Mojira) returns an error when accessing any bug report.
    This is caused by bugs.mojang.com/api/jql-search returning 504 Gateway Time-out.

    Instead of returning the JSON data, the URL returns HTML, or more specifically, a complete HTML document without any substance (that is, a document with a title, stylesheets, and other stuff in the head, but nothing but any empty div in the body). Obviously, HTML isn't valid JSON, so JSON.parse fails. The reason for this is unknown.

    bugs.mojang.com/api/jql-search appears to be getting data about the post (the request contains the post ID, in this case MCPE-230231). If I hijack the response and replace it with an empty (but valid) JSON object, I get an error saying no such post exists.

    In their video on the subject, Phoenix SC got a different error message than I got (youtube.com/watch?v=65H6BZ2VWgU) though the root cause seems the same. Their error message (visible at 3:31) actually displays part of the invalid JSON data, while mine does not. Their video was posted a little over an hour ago, and it was filmed sometime today.

    According to MDN, a 504 Gateway Timeout "indicates that the server, while acting as a gateway or proxy, did not get a response in time from the upstream server in order to complete the request". I can not speculate about the cause, as I don't know much about this area of web development. I know frontend much better than I know backend.

    Interestingly, only issues for Bedrock Edition are impacted. The Java Edition section of the bug tracker remains accessible, though I have not tested if users can post issue reports and comments.

    #Minecraft #Mojira #MinecraftBedrock

  10. Based on public reporting, and my testing, the Mojang Bug Tracker (also known as Mojira) returns an error when accessing any bug report.
    This is caused by bugs.mojang.com/api/jql-search returning 504 Gateway Time-out.

    Instead of returning the JSON data, the URL returns HTML, or more specifically, a complete HTML document without any substance (that is, a document with a title, stylesheets, and other stuff in the head, but nothing but any empty div in the body). Obviously, HTML isn't valid JSON, so JSON.parse fails. The reason for this is unknown.

    bugs.mojang.com/api/jql-search appears to be getting data about the post (the request contains the post ID, in this case MCPE-230231). If I hijack the response and replace it with an empty (but valid) JSON object, I get an error saying no such post exists.

    In their video on the subject, Phoenix SC got a different error message than I got (youtube.com/watch?v=65H6BZ2VWgU) though the root cause seems the same. Their error message (visible at 3:31) actually displays part of the invalid JSON data, while mine does not. Their video was posted a little over an hour ago, and it was filmed sometime today.

    According to MDN, a 504 Gateway Timeout "indicates that the server, while acting as a gateway or proxy, did not get a response in time from the upstream server in order to complete the request". I can not speculate about the cause, as I don't know much about this area of web development. I know frontend much better than I know backend.

    Interestingly, only issues for Bedrock Edition are impacted. The Java Edition section of the bug tracker remains accessible, though I have not tested if users can post issue reports and comments.

    #Minecraft #Mojira #MinecraftBedrock

  11. Based on public reporting, and my testing, the Mojang Bug Tracker (also known as Mojira) returns an error when accessing any bug report.
    This is caused by bugs.mojang.com/api/jql-search returning 504 Gateway Time-out.

    Instead of returning the JSON data, the URL returns HTML, or more specifically, a complete HTML document without any substance (that is, a document with a title, stylesheets, and other stuff in the head, but nothing but any empty div in the body). Obviously, HTML isn't valid JSON, so JSON.parse fails. The reason for this is unknown.

    bugs.mojang.com/api/jql-search appears to be getting data about the post (the request contains the post ID, in this case MCPE-230231). If I hijack the response and replace it with an empty (but valid) JSON object, I get an error saying no such post exists.

    In their video on the subject, Phoenix SC got a different error message than I got (youtube.com/watch?v=65H6BZ2VWgU) though the root cause seems the same. Their error message (visible at 3:31) actually displays part of the invalid JSON data, while mine does not. Their video was posted a little over an hour ago, and it was filmed sometime today.

    According to MDN, a 504 Gateway Timeout "indicates that the server, while acting as a gateway or proxy, did not get a response in time from the upstream server in order to complete the request". I can not speculate about the cause, as I don't know much about this area of web development. I know frontend much better than I know backend.

    Interestingly, only issues for Bedrock Edition are impacted. The Java Edition section of the bug tracker remains accessible, though I have not tested if users can post issue reports and comments.

    #Minecraft #Mojira #MinecraftBedrock

  12. Based on public reporting, and my testing, the Mojang Bug Tracker (also known as Mojira) returns an error when accessing any bug report.
    This is caused by bugs.mojang.com/api/jql-search returning 504 Gateway Time-out.

    Instead of returning the JSON data, the URL returns HTML, or more specifically, a complete HTML document without any substance (that is, a document with a title, stylesheets, and other stuff in the head, but nothing but any empty div in the body). Obviously, HTML isn't valid JSON, so JSON.parse fails. The reason for this is unknown.

    bugs.mojang.com/api/jql-search appears to be getting data about the post (the request contains the post ID, in this case MCPE-230231). If I hijack the response and replace it with an empty (but valid) JSON object, I get an error saying no such post exists.

    In their video on the subject, Phoenix SC got a different error message than I got (youtube.com/watch?v=65H6BZ2VWgU) though the root cause seems the same. Their error message (visible at 3:31) actually displays part of the invalid JSON data, while mine does not. Their video was posted a little over an hour ago, and it was filmed sometime today.

    According to MDN, a 504 Gateway Timeout "indicates that the server, while acting as a gateway or proxy, did not get a response in time from the upstream server in order to complete the request". I can not speculate about the cause, as I don't know much about this area of web development. I know frontend much better than I know backend.

    Interestingly, only issues for Bedrock Edition are impacted. The Java Edition section of the bug tracker remains accessible, though I have not tested if users can post issue reports and comments.

    #Minecraft #Mojira #MinecraftBedrock

  13. Looking to watch more #MinecraftBedrock streamers this year. Today I am watching sno_beans from the Bedrock Farlands SMP.
    twitch.tv/sno_beans

  14. :vlpn_scream_aaaa: :spike_shocked: Neuer Streamplan!

    Diese Woche wieder mit ganz viel @[email protected], aber auch "#SuperAnimalRoyale", "The Legend of #Zelda: Tears of the Kingdom" und natürlich am Samstag wieder mit "#Jackbox" und Sonntag beim Scary Sunday mit #Inscryption.

    Ich freue mich schon auf euch im Stream!

    Hier kannst du Live zusehen:
    🟣 spikey.biz/twitch
    📷 spikey.biz/tiktok
    🔴 spikey.biz/youtube
    :birdsite: 𝕏 spikey.biz/twitter

    Den immer aktuellen #Streamplan findest du auf #Twitch oder hier: spikey.biz/schedule

    @zelda @jackbox @twitch @inscryption @horror @superanimalroyale @[email protected] @minecraft @minecraftbedrock

    #furcraft #furcraft2 #Minecraft #furry #twitch #tloz #totk #tloztotk #MinecraftBedrock #ScarySunday #jackboxpartypack

  15. :vlpn_scream_aaaa: :spike_shocked: Neuer Streamplan!

    Diese Woche wieder mit ganz viel @[email protected], aber auch "#SuperAnimalRoyale", "The Legend of #Zelda: Tears of the Kingdom" und natürlich am Samstag wieder mit "#Jackbox" und Sonntag beim Scary Sunday mit #Inscryption.

    Ich freue mich schon auf euch im Stream!

    Hier kannst du Live zusehen:
    🟣 spikey.biz/twitch
    📷 spikey.biz/tiktok
    🔴 spikey.biz/youtube
    :birdsite: 𝕏 spikey.biz/twitter

    Den immer aktuellen #Streamplan findest du auf #Twitch oder hier: spikey.biz/schedule

    @zelda @jackbox @twitch @inscryption @horror @superanimalroyale @[email protected] @minecraft @minecraftbedrock

    #furcraft #furcraft2 #Minecraft #furry #twitch #tloz #totk #tloztotk #MinecraftBedrock #ScarySunday #jackboxpartypack

  16. :vlpn_scream_aaaa: :spike_shocked: Neuer Streamplan!

    Diese Woche wieder mit ganz viel @[email protected], aber auch "#SuperAnimalRoyale", "The Legend of #Zelda: Tears of the Kingdom" und natürlich am Samstag wieder mit "#Jackbox" und Sonntag beim Scary Sunday mit #Inscryption.

    Ich freue mich schon auf euch im Stream!

    Hier kannst du Live zusehen:
    🟣 spikey.biz/twitch
    📷 spikey.biz/tiktok
    🔴 spikey.biz/youtube
    :birdsite: 𝕏 spikey.biz/twitter

    Den immer aktuellen #Streamplan findest du auf #Twitch oder hier: spikey.biz/schedule

    @zelda @jackbox @twitch @inscryption @horror @superanimalroyale @[email protected] @minecraft @minecraftbedrock

    #furcraft #furcraft2 #Minecraft #furry #twitch #tloz #totk #tloztotk #MinecraftBedrock #ScarySunday #jackboxpartypack

  17. :vlpn_scream_aaaa: :spike_shocked: Neuer Streamplan!

    Diese Woche wieder mit ganz viel @[email protected], aber auch "#SuperAnimalRoyale", "The Legend of #Zelda: Tears of the Kingdom" und natürlich am Samstag wieder mit "#Jackbox" und Sonntag beim Scary Sunday mit #Inscryption.

    Ich freue mich schon auf euch im Stream!

    Hier kannst du Live zusehen:
    🟣 spikey.biz/twitch
    📷 spikey.biz/tiktok
    🔴 spikey.biz/youtube
    :birdsite: 𝕏 spikey.biz/twitter

    Den immer aktuellen #Streamplan findest du auf #Twitch oder hier: spikey.biz/schedule

    @zelda @jackbox @twitch @inscryption @horror @superanimalroyale @[email protected] @minecraft @minecraftbedrock

    #furcraft #furcraft2 #Minecraft #furry #twitch #tloz #totk #tloztotk #MinecraftBedrock #ScarySunday #jackboxpartypack

  18. :vlpn_scream_aaaa: :spike_shocked: Neuer Streamplan!

    Diese Woche wieder mit ganz viel @[email protected], aber auch "#SuperAnimalRoyale", "The Legend of #Zelda: Tears of the Kingdom" und natürlich am Samstag wieder mit "#Jackbox" und Sonntag beim Scary Sunday mit #Inscryption.

    Ich freue mich schon auf euch im Stream!

    Hier kannst du Live zusehen:
    🟣 spikey.biz/twitch
    📷 spikey.biz/tiktok
    🔴 spikey.biz/youtube
    :birdsite: 𝕏 spikey.biz/twitter

    Den immer aktuellen #Streamplan findest du auf #Twitch oder hier: spikey.biz/schedule

    @zelda @jackbox @twitch @inscryption @horror @superanimalroyale @[email protected] @minecraft @minecraftbedrock

    #furcraft #furcraft2 #Minecraft #furry #twitch #tloz #totk #tloztotk #MinecraftBedrock #ScarySunday #jackboxpartypack

  19. I love the Feed The Beast "Feed The Bees" add-on for #MinecraftBedrock but it's missing some recipes and/or the beepedia & starting book are incorrect.

  20. Minecraft Bedrock has released a free map with an interactive James Webb Telescope build!

    I will be streaming the map on thursday so make sure to keep an eye on my go live notification :3

    minecraft.net/en-us/marketplac

    #Minecraft #MinecraftBedrock #JamesWebbTelescope #JWT