This category is for Realms and dedicated server feedback. Please send support issues to help.mojang.com, as support posts, bugs, and individual server issues will be removed. Remember that when it comes to "adding more servers" or realm restrictions we are constrained by the rules of the various platforms Minecraft is available on. Thanks!

1

Add magnet's

2 Comments

Please sign in to leave a comment.

Sorted by oldest
  • 0
    Registered User commented
    Comment actions Permalink

    For cool redstone builds 😏

  • 0
    Registered User commented
    Comment actions Permalink

    already possible with commands
    put this in repeating command block (you can replace netherite ingot with whatever
    execute @e [type=item,name=“Netherite Ingot”] ~~~ to @e[type=item,name=!”Netherite Ingot] ~~~
    Don’t forget you can get command block by chatting /give @s command_block
    and you should type
    /gamerule commandblockoutput false
    just so you don’t get spammed
    and depending on world settings you may need to put in command block
    execute as @e[type=item,name=“Netherite Ingot”] at @s run tp @e[type=item,name=!”Netherite Ingot”] ~~~
    Handheld magnets are also possible but i’m not gonna type it it’s too complex
    hope this helped!