5 Things about Minecraft I never knew existed!

Поділитися
Вставка
  • Опубліковано 19 гру 2024

КОМЕНТАРІ • 11

  • @IsaiahGamble
    @IsaiahGamble 11 днів тому +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  11 днів тому

      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 4 дні тому +1

    Liked and subscribed! 🏆

  • @Twitterjax
    @Twitterjax 11 днів тому +1

    Avatar paintings!

    • @ZizixKypher
      @ZizixKypher  11 днів тому

      Yes! I wish they were in survival!

  • @Kristynscrazycritters
    @Kristynscrazycritters 10 днів тому +1

    I did not know about the paintings.

    • @ZizixKypher
      @ZizixKypher  8 днів тому

      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 4 дні тому +1

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

    • @ZizixKypher
      @ZizixKypher  4 дні тому +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 4 дні тому

      @@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!