Download Wrenchable: Fabric — Minecraft Mods — MetaMods

Wrenchable: Fabric

Active

Downloads

0

Last update

5 years ago
Client
Libraries
Technological

Wrenchable: Fabric

[Wrenchable Logo]

Important Note: This library is currently under active development. Critical changes may occur in future versions, with gradual addition of new features such as support for wrenches with multiple operating modes.

Wrenchable is a lightweight library designed to simplify the process of ensuring wrench compatibility between different modifications. Please note: this modification should only be installed by modification developers, not regular players.

Frequently Asked Questions

Are there standards for performing specific actions?

Yes, established standards exist. Block rotation is performed clockwise with right-click and counter-clockwise with Shift + right-click combination. The alt modifier from Fermion Modkeys is used for rotating towards the face of the block that was clicked. The control modifier from Fermion Modkeys (and its combinations with other modifiers) is applied for additional functions such as sign editing or clearing end portal frames. Following these standards is not mandatory but highly recommended. Starting from version Wrenchable 0.0.4, you can also use default behavior for FACING, HORIZONTAL_FACING, and ROTATION properties through corresponding methods in WrenchableUtilities.

My modification contains blocks that use only Properties.FACING or Properties.HORIZONTAL_FACING. Do I need to add Wrenchable to support changing these properties?

No, but for proper functionality you need to implement the rotate method in your block class. It's recommended to study the implementation of this method in PistonBlock and HorizontalFacingBlock classes.

My modification contains blocks that use only Properties.ROTATION. Do I need to add Wrenchable to support changing this property?

No, this is not required.

My modification contains blocks that depend on other unsupported standard properties. Do I need to add Wrenchable to support them?

Yes, but if you contact the developer, support for your required property may be added.

My modification contains blocks with custom properties or non-standard logic. Do I need to add Wrenchable to support them?

Yes. Without providing custom support, your block will not respond to wrench actions.

Project members
JemmaZZ

JemmaZZ

MariaTheBinkus

MariaTheBinkus

Created: 26 Jul 2020

ID: 36886