How to make custom tools (Minecraft Bedrock)

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

КОМЕНТАРІ •

  • @lightbulbproductions6847
    @lightbulbproductions6847 3 місяці тому +2

    1:03
    There actually is a way to do that and thats by modifying the data value but thats only possible certain items, like items that dont have durability or multiple variants
    After you modify the data value of the item name the item and then save it in a structure block
    To give yourself an item with a different data value use this command
    /give @s "the item you want" 1 2
    The second number is the data value you assign to it
    The hasitem command also has to be modified to include data=the data value you gave the item

  • @oagileBakwena
    @oagileBakwena 3 місяці тому +6

    Just subscribed yeah
    If I get 10 likes I'll start my own yt channel

  • @sae2318
    @sae2318 3 місяці тому +4

    Here a tip to improve your command.
    /execute as @a [hasitem={item=brick, location=slot.weapon.mainhand, data=10} at @s] run tp @e [type=item,r=10] @s
    If you put the "as @a" and later put the "at @s" allow to you use the "@s" instead "@p" in the tp. In this way the command become more multiplayer friendly.
    And the "data=10" make the command just work with "special bricks". So normal bricks not work anymore. And for get a special brick you need make "/give @s brick 1 10.
    Edit: If you want a tutorial for a kind of "custom craft" for this item, you can ask me

    • @causalscientest9380
      @causalscientest9380  3 місяці тому +1

      Thanks

    • @sae2318
      @sae2318 3 місяці тому +1

      @@causalscientest9380 you are welcome, good luck in your journey

    • @natethegreat2064
      @natethegreat2064 3 місяці тому +1

      Bro help me with the clock thing cause I need to add the tags but idk wat tags to do to not make myself freeze

    • @sae2318
      @sae2318 3 місяці тому

      @natethegreat2064 Man this may depend, if you don't want all players to be able to move during the frozen time , you can use this command:
      "/execute if entity @a [hasitem={item=clock, location=slot.weapon.mainhand}] as @e at @s unless entity @s [hasitem={item=clock, location=slot.weapon.mainhand}] run tp @s ~~~"
      In this way, every players that are holding the clock will not freeze.
      I already tested this and are working.

    • @natethegreat2064
      @natethegreat2064 3 місяці тому

      @@sae2318 r u Einstein great grandson?

  • @Emptyness0
    @Emptyness0 3 місяці тому +3

    Tool #3 is basically just limitless from JJK lol

  • @7amzau
    @7amzau 3 місяці тому +2

    Gad damn that good

  • @FirozKhan-wc7yi
    @FirozKhan-wc7yi 3 місяці тому +1

    Can you make a video on how to make mobs drop custom items woth different chances?

  • @MineRaver
    @MineRaver 2 місяці тому +1

    The commands seem to hate items what have more then one word in them