Wow! How You can ADD NEW SOUNDS to Minecraft 1.21!

Поделиться
HTML-код
  • Опубликовано: 26 окт 2024

Комментарии • 48

  • @Real_luigipizzeria2
    @Real_luigipizzeria2 3 месяца назад

    This seems so helpful. Im gonna save this for later and use it in a MAP im making. THANKS!

  • @FlootSaysHowdy
    @FlootSaysHowdy 3 месяца назад +1

    Keep up the great and helpful content George!

    • @HTGGeorge
      @HTGGeorge  3 месяца назад +1

      Thanks, will do!

  • @kate_isawesome1207
    @kate_isawesome1207 3 месяца назад +1

    It would be nice if we can also add new blocks too. Since I wanted to add more colors for frog lights.

    • @HTGGeorge
      @HTGGeorge  3 месяца назад +1

      That's a whole lot harder, which is why I am starting a new series on mod programming.

    • @kate_isawesome1207
      @kate_isawesome1207 3 месяца назад

      @@HTGGeorge Ok.

  • @r3patoh900
    @r3patoh900 3 месяца назад +1

    Thanks, by the way, do you know how or can you try to create custom credits in Minecraft Bedrock? Is that possible with custom music and text, it would help me so much and sure so much people too. Thank you so much!

    • @HTGGeorge
      @HTGGeorge  3 месяца назад +1

      No way I know of changing the credits, not too surprising since there will be legal contracts and obligations involved in those credits and Minecraft won't want them changed. You can change the music, it is sounds/music/game/end/credits. Here is how to change music ruclips.net/video/GPVqAnLggqM/видео.html

    • @r3patoh900
      @r3patoh900 3 месяца назад

      ohh, okay I didnt know about that thank you so much

  • @user-zr3rs3cu3t
    @user-zr3rs3cu3t 3 месяца назад

    I know you said it will released soon, but i REALLY need the updated custom background music tutorial

    • @HTGGeorge
      @HTGGeorge  3 месяца назад

      Working on it, there are some issues I need to figure out for 1.21 background music.

    • @user-zr3rs3cu3t
      @user-zr3rs3cu3t 3 месяца назад

      @@HTGGeorge are you on the bedrock add-ons community discord? They're pretty helpful in answering specific questions/fixes

    • @HTGGeorge
      @HTGGeorge  2 месяца назад

      @@user-zr3rs3cu3t Thanks, didn't know thre was one.

  • @WILLBEATSONYT
    @WILLBEATSONYT 2 месяца назад +1

    Could you maybe make a tutorial on how to replace Minecraft sounds in version 1.21? I can't for the life of me figure it out. I've tried everything lmaoo

    • @HTGGeorge
      @HTGGeorge  2 месяца назад

      Here is how its done ruclips.net/video/ygNdvhuPlgQ/видео.html

  • @minedbydaylight749
    @minedbydaylight749 Месяц назад

    What’s the category I should select to have directional audio?

    • @HTGGeorge
      @HTGGeorge  Месяц назад +1

      Make sure your sound file is Mono and not Stereo.

  • @Teamvelazquez
    @Teamvelazquez 16 дней назад +1

    Is There a 1.21.31 sample for bedrock?

    • @HTGGeorge
      @HTGGeorge  11 дней назад +1

      I will be doing that video soon.

  • @odE227
    @odE227 5 дней назад

    Does it work on a horn? Like a custom sound horn?

    • @HTGGeorge
      @HTGGeorge  3 дня назад

      There is a different technique to change existing sounds in Minecraft, check out this video ruclips.net/video/KfH7OmugwPE/видео.html

  • @superultimatexlrfire462
    @superultimatexlrfire462 3 месяца назад

    If I do rename the sound file, do I need to make sure I have it as a .ogg file first in case I do wanna give the sound a custom name?

    • @HTGGeorge
      @HTGGeorge  3 месяца назад +1

      Those are two separate things. The sound file has to be .ogg and it can be renamed. The order you do that in doesn't matter.

    • @superultimatexlrfire462
      @superultimatexlrfire462 3 месяца назад

      @@HTGGeorge Okay was just makin sure lol

  • @darealmax337gaming
    @darealmax337gaming 2 месяца назад

    How would you add multiple sounds. Because I've just copied and pasted the code but renamed each sound and have separated them by commas, but I only get the first sound in the .json file to work.

    • @HTGGeorge
      @HTGGeorge  2 месяца назад

      Here is how to add 2 sounds, notice the outside { and }, and where the comma is. No comma after the final sound.
      {
      "custom.siren": { "category": "player", "sounds": [ "custom/siren" ] },
      "custom.levelup": { "category": "master", "sounds": [ "custom/levelup" ] }
      }

  • @drderp04
    @drderp04 7 дней назад

    When I try to do the playsound command I get the error "Expected whitespace to end one argument, but found trailing data"
    Do you have any solution for this?
    EDIT:
    Apparently changing the file name for the song to not include capital letters fixed this issue?

    • @HTGGeorge
      @HTGGeorge  5 дней назад +1

      That's correct, all file and folder names in Minecraft have to be lower case only.

    • @drderp04
      @drderp04 5 дней назад

      @@HTGGeorge good to know :)

  • @Togld
    @Togld 2 месяца назад +1

    how do i do this for music discs?

    • @HTGGeorge
      @HTGGeorge  2 месяца назад

      You can't add new records without creating a mod, but you can change the music on a record ruclips.net/video/3zzpAUguWCI/видео.html

  • @wolfrbcraftofficial
    @wolfrbcraftofficial 3 месяца назад

    can you show how to change minecraft java edition game menu music i want a custom menu music not in servers or worlds but background menu when u launch minecraft

    • @HTGGeorge
      @HTGGeorge  3 месяца назад

      There is no longer any good way to change the background music for the menu since Minecraft now uses a bunch of background music tracks from elsewhere in the game for the menu.

    • @wolfrbcraftofficial
      @wolfrbcraftofficial 3 месяца назад

      @@HTGGeorge ok

  • @Magik_X
    @Magik_X 10 дней назад

    Bro is this a troll? or can you not use it on a normal 1.21 texture pack because I followed exactly like it said I even downloaded audacity put it on mono I even used the same sound, I check my settings I checked the .json but nothing is different for me. is it maybe because my texture pack is being used on a server?

    • @HTGGeorge
      @HTGGeorge  9 дней назад

      Not a troll. This can be done on a server, but you have to be the server admin and it has to be installed as a server pack and not a regular pack. There are so many different servers and so many different ways it could be handled that I don't go into server files on this channel.

    • @Magik_X
      @Magik_X 9 дней назад

      @@HTGGeorge ok ill so some digging thanks for the information 👍

  • @adiaphorous1733
    @adiaphorous1733 29 дней назад

    does the adding custom music thing still work in 1.21?

    • @HTGGeorge
      @HTGGeorge  28 дней назад

      Yes, this video is in 1.21

    • @adiaphorous1733
      @adiaphorous1733 28 дней назад

      @@HTGGeorge does the music one work the same way than sound?

    • @adiaphorous1733
      @adiaphorous1733 28 дней назад

      Alright it worked for me, thank you a lot!

    • @adiaphorous1733
      @adiaphorous1733 28 дней назад

      Is it possible to add a music event that is triggerable without commands? or does it require mods

    • @adiaphorous1733
      @adiaphorous1733 27 дней назад

      @@HTGGeorge Is it possible to make sound events like lets say "music.overworld.snow"

  • @sdmrocker_0724
    @sdmrocker_0724 27 дней назад

    the links doesn't work to me it says that i'm blocked

    • @HTGGeorge
      @HTGGeorge  27 дней назад

      Should work if you are in the US. If you are using a VPN that can sometimes cause problems.

  • @christianschmiedt8088
    @christianschmiedt8088 2 дня назад

    habs ausprobiert klappt nicht

    • @HTGGeorge
      @HTGGeorge  2 дня назад

      Double check everything. If you get the code wrong, even a little bit, it won't work. Also the pack.mcmeta file now needs to be updated to pack format 42 for 1.21.2.