For those playing Minecraft Bedrock, one of the best tools you can have is a strong weapon to slay mobs with. To that end, the best way to get a strong weapon in Minecraft is with strong weapon enchantments. By far, the strongest weapon enchantment is Sharpness 1,000, but there is no way to get this enchantment through normal means. However, using Command Blocks, you can create a Sharpness 1,000 weapon through abnormal means.
Creating a Sharpness 1000 weapon in Minecraft Bedrock
Spawning Command Blocks in Minecraft Bedrock
The first step in creating a Sharpness 1,000 weapon is to spawn in a Command Block. To give yourself a Command Block:
- Bring up the chat box and then type /give @p command_block.
- This will spawn a Command Block in your inventory.
- You'll want to place two Command Blocks on the ground next to each other.
- Specifically, you need to place the first block down
- Hold the Shift key on your computer while facing the placed Command Block and then place the second one.
- This will connect the two blocks, which is important for future steps.
Related: Minecraft Bedrock ‘Unable to Connect to World’ Error – Fixes
Programming Command Blocks in Minecraft Bedrock
The rest of the steps for creating a Sharpness 1,000 weapon can get a bit complex, so buckle up for some directions:
- Add any sword or axe to your inventory. The material does not affect the outcome, so you can pick any sword or axe you prefer.
- Head back to the chat box and type /tag @p add sharp1000. This creates a tag that can be used in your Command Blocks.
- Right-click the first Command Block you placed. You will see a menu of options. Each of these options need to be changed:
- For Block Type, set it to Repeat.
- Leave Condition as Unconditional.
- Set Redstone to Always Active.
- For the Command Input, type enchant @a[tag=sharp1000] sharpness 1.
- Right-click the second Command Block:
- For Block Type, set it to Chain.
- Set Condition as Conditional.
- Set Redstone to Always Active.
- For the Command Input, type effect @a[tag=sharpness1000] strength 1 30 true.
Now, the sword you had in your inventory should be able to one-shot anything that has the misfortune of crossing your path, even if that enemy is the End Dragon. If your chat bar is filling up with text after these commands are created, go to the chat box and type /gamerule commandblockoutput false.
Want more information on Minecraft? Check out Best Minecraft 1.19 Mangrove Swamp Seeds for Bedrock and Java (January 2023) and Minecraft 1.19 Diamond Seeds – Best diamond seeds for Java and Bedrock! (January 2023) from Pro Game Guides!
Published: Jan 6, 2023 09:17 am