5 Things about Minecraft I never knew existed!

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 ธ.ค. 2024

ความคิดเห็น • 11

  • @IsaiahGamble
    @IsaiahGamble 7 วันที่ผ่านมา +3

    For the spawner minecarts, the NBT you are looking for is SpawnPotentials and SpawnData
    SpawnData: Will spawn instantly, then chooses what spawns from SpawnPotentials (unless not set, then SpawnData will spawn only)
    Example: /summon spawner_minecart ~ ~ ~ {SpawnData:{entity:{id:"minecraft:bamboo_chest_raft"}}}
    This will summon a spawner minecart that will instantly spawn some bamboo_chest_rafts and then continue to spawn them.
    SpawnPotentials: This is the thing(s) that will spawn from the spawner minecart after the SpawnData (if no SpawnPotentials, it will default to the SpawnData). You can have multiple mobs that spawn from this.
    Example: /summon spawner_minecart ~ ~ ~ {SpawnPotentials:[{data:{entity:{id:"minecraft:llama"}},weight:1},{data:{entity:{id:"minecraft:zombified_piglin"}},weight:1}]}
    This should summon both llamas and zombified piglins (I switched between day and night to get them both to spawn)
    Also, if you want to get into commands, nearly everyone recommends mcstacker.net/
    There are a few other websites for specifics that I think have better UI, but for commands generally, mcstacker is highly recommended

    • @ZizixKypher
      @ZizixKypher  7 วันที่ผ่านมา

      I was looking at mcstacker for some of the other things in this video, but honestly just hadn't got to the minecart spawner.

  • @TheeSlickShady_Dave_K
    @TheeSlickShady_Dave_K 15 ชั่วโมงที่ผ่านมา +1

    Liked and subscribed! 🏆

    • @ZizixKypher
      @ZizixKypher  13 ชั่วโมงที่ผ่านมา +1

      Thank you!

  • @Twitterjax
    @Twitterjax 7 วันที่ผ่านมา +1

    Avatar paintings!

    • @ZizixKypher
      @ZizixKypher  7 วันที่ผ่านมา

      Yes! I wish they were in survival!

  • @Kristynscrazycritters
    @Kristynscrazycritters 7 วันที่ผ่านมา +1

    I did not know about the paintings.

    • @ZizixKypher
      @ZizixKypher  4 วันที่ผ่านมา

      Only reason I knew about them is that I have done some looking in creative and they are there.

  • @TheeSlickShady_Dave_K
    @TheeSlickShady_Dave_K 15 ชั่วโมงที่ผ่านมา +1

    I did not know about those commands
    Thank you Good Sir 🎩

    • @ZizixKypher
      @ZizixKypher  13 ชั่วโมงที่ผ่านมา +1

      People don’t talk about this kind of stuff, so if you aren’t a map maker, most people don’t know they exist.

    • @TheeSlickShady_Dave_K
      @TheeSlickShady_Dave_K 13 ชั่วโมงที่ผ่านมา

      @@ZizixKypher
      Exactly
      I’m just starting to learn commands and data pack and resource pack stuff
      - the wonderful modding community will save my favorite game!