Skip to content

Commit

Permalink
Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
SixSins committed May 3, 2017
0 parents commit 25e177e
Show file tree
Hide file tree
Showing 14 changed files with 62,805 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
node_modules
dist
.vscode
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# [3x3](https://sixsins.github.io/3x3/)

Kill your Wither quickly and easily. https://sixsins.github.io/3x3/

## How it works

If you’re looking for a quick and easy Wither kill, you can summon the Wither in the bedrock of the Nether ceiling, suffocating him and preventing him from hurting you. You can hit him all you want and stay completely safe.

Sounds too easy to be true, right? Well, there’s one catch: you can only spawn him at certain locations in the nether bedrock to kill him this way—special places that have a 3x3 square of bedrock at them. This prevents him from being able to see you, damage you, or try to escape.

The thing is, all the bedrock spawning in all Minecraft worlds is the exact same! So, we can calculate all the places in the Nether where the bedrock forms a 3x3 square pretty easily.

This app works by taking your current coordinates and comparing them with a big list of known 3x3 kill spots within a few thousand blocks of the Nether’s (0,0) using simple high school algebra—the distance forumla! It doesn’t actually run the seed calculations; that would take way too long. If you’re interested in finding a 3x3 that's more than about 5k blocks from the Nether’s (0,0), take a look at the video below.

## Credit

Credit goes to Panda4994 for the idea and for his list of 3x3 coordinates. If you want to know how exactly to kill the Wither quickly like this, [watch his video](https://youtu.be/hx4I2zz_6do).

I made this app for a few reasons. I've had a script sitting on my desktop for the past few months that does the exact same thing, but it was ugly and I couldn't share it. I wanted to make a browser version partly because I wanted some more experience with JavaScript tech. But the thing that finally pushed me to do it was [watching Iskall88 fail hardcore at killing the Wither](https://youtu.be/ReH2vR___Dg?t=13m21s).
Loading

0 comments on commit 25e177e

Please sign in to comment.