Complete rewrite
Prep for addition of optional additional tools Removed config (for now) Added loads of blocks
This commit is contained in:
@@ -3,27 +3,15 @@
|
||||
The Wrench's mode can be changed by right clicking while the Wrench is held in the player's off hand.
|
||||
Various modes can make this wrench easier/quicker to use.
|
||||
|
||||
Rotatable blocks are divided into 5 categories:
|
||||
* *Terracotta*: All 16 colors of glazed terracotta
|
||||
* *Rails*: All 4 types of rails
|
||||
* *Redstone*: dispensers, droppers, pistons, sticky pistons, observers, hoppers, repeaters, and comparators
|
||||
* *Pillars*: All logs, stripped logs, bark, stripped bark, quartz pillars, purpur pillars, hay bales, and bone blocks
|
||||
* *Slabs*: All Slabs including waterlogged
|
||||
* *Stairs*: All Stairs including waterlogged
|
||||
* *Rods*: End rods
|
||||
|
||||
## Default
|
||||
* Works on all rotatable blocks
|
||||
* End rods can only be flipped.
|
||||
* Cycles through all rotations.
|
||||
|
||||
## Flip
|
||||
* Works on *Redstone*, *Rods*, *Slabs* and *Stairs*.
|
||||
* Flips the block to the opposite rotation.
|
||||
* Moves slabs between the top and bottom slab position.
|
||||
|
||||
## Face player
|
||||
* Works on *Rails*, *Redstone*, *Pillars* and *Stairs*.
|
||||
* Rotates the block based on player's rotation.
|
||||
* similar to default placement of most *Redstone*.
|
||||
* e.g. if player is facing "east" a piston will face "west".
|
||||
@@ -31,7 +19,6 @@ Rotatable blocks are divided into 5 categories:
|
||||
* If block already facing the player, Wrench will flip it instead if possible.
|
||||
|
||||
## Face click
|
||||
* Works on *Rails*, *Redstone*, *Pillars* and *Stairs*.
|
||||
* Rotates the block to face the side of the block aimed at.
|
||||
* similar to default placement of *Pillars*.
|
||||
* e.g. if player clicks the top surface of a piston, the piston will face "up".
|
||||
@@ -40,8 +27,7 @@ Rotatable blocks are divided into 5 categories:
|
||||
* Due to a quirk, clicking on the edges where faces of a block meet (see image) can rotate the block to face one of its sides.
|
||||

|
||||
* Special cases:
|
||||
* In general, if "Face click" cannot be used, the Wrench will default to "Face Player".
|
||||
* Hoppers will only use "Face player" if the top full-width section is clicked. Otherwise it will default to "Face Player" mode.
|
||||
* In general, if "Face click" cannot be used, the Wrench will default to "Flip".
|
||||
* Repeaters and comparators will default to "Face Player" mode if the top side is clicked.
|
||||
* *Rails* behave the same as if in "Face Player" mode.
|
||||
|
||||
@@ -59,4 +45,4 @@ Rotatable blocks are divided into 5 categories:
|
||||
* e.g. clicking edges of a block with "Face Click".
|
||||
* The Wrench will go with whatever rotation succeeds first.
|
||||
|
||||
Version 1.0
|
||||
Version 2.0
|
Reference in New Issue
Block a user