Removing Oxygen From Space - Talon's Oasis - Ep 127

Sdílet
Vložit
  • čas přidán 22. 06. 2024
  • Today we'll be creating an oxygen mechanic! Currently, our space dimension has way too much oxygen (in the form of air blocks) and we want to remove that. We go through the process of adjusting the dimension to accommodate the mechanic and then add ways for the player to see and react with the O2 mechanic. We add in some tradeoffs and use some items from vanilla Minecraft to interact with how fast or slow the oxygen goes down.
    Extra Stuff:
    - The random air blocks in midair was weird. I tried adjusting a bunch of settings to fix it, but I wasn't able to use the debug settings in the carvers to remove the air and turn it into void air. However, while doing all that experimentation I discovered how to add a bedrock ceiling and roof while still having the sculk sit on top of it, and I also managed to delete the excess end stone on the ceiling that was making the roof flat. Now it's all sculk and looks way better!
    - I didn't go into the multiplayer aspects of the bossbar, but there's a downside. The bossbar is global (not per-player). So if I wanted to make the Space Dimension multiplayer friendly, which I do, then I would have to use macros to create an individual bossbar for each player in the world. It's totally possible to do that, but I figured I'd leave it for another day.
    - I didn't fiddle too much with the mob AI on the warden. I did some small experiments and was able to get it to fire it's sonic beam, but not move around. I may have to make custom movement for it so it can float around in space, but I decided to leave that for another day.
    Command Block Survival is a gamemode where every command has a self-imposed price. It allows crafting of certain creative mode items (the recipe is part of the price) and adds an entirely new dimension of creativity!
    How to Start a Command Block Survival World: • The Command Block Surv...
    Talon's Oasis Season 3: • Talon's Oasis - Season 3
    Original (Old) Talon's Oasis: • Talon's Oasis - Season 1
    Not an official Minecraft product. Not approved by or associated with Mojang.
    Chapters:
    00:00 No Oxygen in Space
    01:29 What Controls Air in Minecraft?
    03:56 Plan Number 255
    06:23 Harnessing the Power of Void Air
    08:14 How to Track and Display the Oxygen
    13:32 Oxygen Tradeoffs!
    15:43 How Long Should O2 Last?
    19:06 Respiration III
    21:49 What Happens When the Player Runs Out of O2?
    25:28 Final Test
    #CommandBlockSurvival #MinecraftLetsPlay #Talon2863
  • Hry

Komentáře • 16

  • @HellTater
    @HellTater Před 3 měsíci +3

    the title had me crackin up for some reason🤣 also I know its early but pls make it teleport you to space when you go above a certain y level and add like a rocket or some funny thing with slime blocks to get you up

    • @Talon2863
      @Talon2863  Před 3 měsíci +3

      Hahaha, that's the point. That's an interesting thought for a entrance. I definitely should give that some thought.

  • @Talon2863
    @Talon2863  Před 3 měsíci +1

    Did you know there's behind the scenes info in the description on all my videos? 👀

  • @rotgruengelb
    @rotgruengelb Před 3 měsíci +2

    As far as I know, you can make a custom damage type using datapacks to which you can add a custom translation (death message)
    Look for a video with the title:
    "How to Add Custom Death Messages - Minecraft 1.20.4"

    • @Talon2863
      @Talon2863  Před 3 měsíci +1

      Oh interesting! I'll have to check that out!

    • @rotgruengelb
      @rotgruengelb Před 3 měsíci

      @@Talon2863nice!

  • @seccuenta50ydos
    @seccuenta50ydos Před 3 měsíci

    I have an idea of a fix for the breathable air in the custom dimension. If you give the structure void air instead and only remove air if you are in normal air it would probably get fixed. Basically invert air and void_air. Maybe you could add some block or entity in the future that can provide breathable air around it to allow you to make your own buildings in there

    • @Talon2863
      @Talon2863  Před 3 měsíci

      I actually wanted to avoid teleporting an entity around me since it takes extra command block logic per tick, and it might also get in the way of the player. As far as the issues with air and void air, I think I just need to change how the dimension gets generated (which was gonna happen eventually anyway).

  • @DracoTheNinja
    @DracoTheNinja Před 3 měsíci

    I cant watch the video right now but I will watch it tommorow morning first things first! But I do have a question tho. I have this datapack that I am making and I want to implement that if you place a wooden button on the ground and power it, it will break itself and run a command line (or function)

    • @Talon2863
      @Talon2863  Před 3 měsíci

      No worries! I would go with an advancement: minecraft.wiki/w/Advancement/JSON_format
      If you're in 1.20.4 you can try item_used_on_block and see if that works (you can check for a powered wooden button).
      If you're in 1.20.5 you can use the new default_block_use, which is intended for exactly what you need.

  • @ZuperZ
    @ZuperZ Před 3 měsíci +1

    God Vid😁

  • @Williwillwixxen
    @Williwillwixxen Před 3 měsíci

    I know its a silly idea and I am only half way through the vid. Maybe you could Drink oxygen bottles?

    • @Talon2863
      @Talon2863  Před 3 měsíci

      I actually added a way for water breathing to work (presuming if it helps you hold your breath underwater, it would work in space too?). And it stops your oxygen from going down, so it's kinda similar.

  • @ZuperZ
    @ZuperZ Před 3 měsíci

    make a Space village😄

    • @Talon2863
      @Talon2863  Před 3 měsíci

      Yeah, I intend to. Probably in the form of a big spacestation.