Pack: Rotation Wrench - teakivy/teaks-tweaks GitHub Wiki
Rotation Wrench adds a craftable Wrench that allows players to rotate Redstone components, and Glazed Terracotta by right-clicking.
![]() |
World Specific Resources (Wrench Only) |
---|
The config for this pack can be found in the config.yml
file for the plugin.
# Rotation Wrench (Redstone/Glazed Terracotta)
# Adds a custom wrench in-game that allows you to rotate redstone components, & glazed terracotta when right-clicking.
#
# Permissions:
# teakstweaks.rotation-wrench.redstone
# teakstweaks.rotation-wrench.terracotta
rotation-wrench:
enabled: false
# Whether or not to rotate redstone components
rotate-redstone: true
# Whether or not to rotate glazed terracotta
rotate-terracotta: true
# Whether or not to suggest the Rotation Wrench Resource pack (shows the wrench as a wrench item instead of carrot on a stick)
suggest-pack: false
- Type -
boolean
- Default -
false
- Description - Controls whether the pack is enabled.
- Type -
boolean
- Default -
true
- Description - Controls whether the Wrench can rotate Redstone components
- Type -
boolean
- Default -
true
- Description - Controls whether the Wrench can rotate Glazed Terracotta
- Type -
boolean
- Default -
false
- Description - Sets whether the server will suggest a resource pack to set the Wrench's texture.
teakstweaks.rotation-wrench.redstone
- Default -
true
- Description - Controls whether the player can use the Wrench to rotate Redstone components.
teakstweaks.rotation-wrench.terracotta
- Default -
true
- Description - Controls whether the player can use the Wrench to rotate Glazed Terracotta.
"rotation_wrench.name": "Rotation Wrench",
"rotation_wrench.description": "Adds a custom wrench in-game that allows you to rotate redstone components, & glazed terracotta when right-clicking.",
"rotation_wrench.item_name": "<gold>Wrench",
rotation_wrench.name
- Default -
Rotation Wrench
rotation_wrench.description
- Default -
Adds a custom wrench in-game that allows you to rotate redstone components, & glazed terracotta when right-clicking.
rotation_wrench.item_name
- Default -
<gold>Wrench