Minecraft Wrenchable: Fabric mod 2024 download
logo
minecraft mod Wrenchable: Fabric

Wrenchable: Fabric

Game Version: 1.16.1
Total Downloads: 14,832
Updated: Jul 26, 2020
Created: Sep 3, 2019
Download Wrenchable: FabricDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
1.0.0+1.16.1 release 67.50 KB Jul 26, 2020 1.16.1 921 download Wrenchable: Fabric 1.0.0+1.16.1 releaseDownload
[20w19a] Wrenchable 0.3.1 release 177.20 KB May 7, 2020 1.16-Snapshot 150 download Wrenchable: Fabric [20w19a] Wrenchable 0.3.1 releaseDownload
[1.16 Snapshot] Wrenchable 0.3.0 release 166.69 KB Feb 6, 2020 1.16-Snapshot 124 download Wrenchable: Fabric [1.16 Snapshot] Wrenchable 0.3.0 releaseDownload
[1.15.2] Wrenchable 0.2.2 release 166.70 KB Jan 24, 2020 1.15.2 12,948 download Wrenchable: Fabric [1.15.2] Wrenchable 0.2.2 releaseDownload
[1.15-pre4] Wrenchable 0.2.1 release 155.41 KB Dec 4, 2019 1.15-Snapshot 357 download Wrenchable: Fabric [1.15-pre4] Wrenchable 0.2.1 releaseDownload
[1.15-pre2] Wrenchable 0.2.0 release 142.30 KB Nov 25, 2019 1.15-Snapshot 18 download Wrenchable: Fabric [1.15-pre2] Wrenchable 0.2.0 releaseDownload
[Fabric 1.14.4] Wrenchable 0.1.3 release 137.55 KB Sep 6, 2019 1.14.4 217 download Wrenchable: Fabric [Fabric 1.14.4] Wrenchable 0.1.3 releaseDownload
[Fabric 1.14.4] Wrenchable 0.1.2 beta 135.75 KB Sep 5, 2019 1.14.4 57 download Wrenchable: Fabric [Fabric 1.14.4] Wrenchable 0.1.2 betaDownload
[Fabric 1.14.4] Wrenchable 0.1.1 beta 135.88 KB Sep 5, 2019 1.14.4 18 download Wrenchable: Fabric [Fabric 1.14.4] Wrenchable 0.1.1 betaDownload
[Fabric 1.14.4] Wrenchable 0.1.0 beta 135.85 KB Sep 5, 2019 1.14.4 15 download Wrenchable: Fabric [Fabric 1.14.4] Wrenchable 0.1.0 betaDownload

Description

Share this:

 

This library is still WIP. Breaking changes may happen, and features (such as support for wrenches with multiple modes) will be added over time.

 

Wrenchable is a lightweight library designed to let mods easily make their wrenches compatible with other mods. Do not download this mod unless you are a mod author.

 

FAQ

Q: Is there any standard for when certain actions should be performed?

A: Yes. Rotation is done clockwise when right-clicking and counter-clockwise when shift right-clicking. The alt modifier from Fermion Modkeys is used for rotating towards the side of the block you right-clicked. The control modifier from Fermion Modkeys (and it's combination with other modifiers) is used for any additional function you would like to have (i.e. Sign Editing, Emptying End Portal Frames). It is not required to follow these standards, but I heavily recommend you do. As of Wrenchable 0.0.4 you can also use default behavior for the Properties FACING, HORIZONTAL_FACING, and ROTATION by using their respective methods in WrenchableUtilities.

 

Q: My mod has blocks that only use Properties.FACING or Properties.HORIZONTAL_FACING, or I only need to modify these properties. Do I need to add Wrenchable into my mod for Wrenchable to support changing them?

A: No, but you do need to implement the rotate method in your block class for things to work properly. (Hint: You can look at how PistonBlock and HorizontalFacingBlock use this method.)

 

Q: My mod has blocks that only use Properties.ROTATION, or I only need to modify this property. Do I need to add Wrenchable into my mod for Wrenchable to support changing them?

A: No, you do not.

 

Q: My mod has blocks that rely on other unsupported vanilla Properties. Do I need to add Wrenchable into my mod for Wrenchable to support changing them?

A: Yes, but if you contact me I may add support of my own for the property you are trying to change.

 

Q: My mod has blocks that rely on custom Properties or custom non-property related logic. Do I need to add Wrenchable into my mod for Wrenchable to support changing them?

A: Yes. Without providing custom support, nothing will be done to your block.

Comments

Add a comment