Block Control - Push, Pull, and Rotate blocks.
The Block Control modification provides three unique functions for managing blocks in Minecraft without the need to break them. Each operation is activated through special hotkeys.
Main Features
Pushing blocks away (default key B) allows moving blocks horizontally away from you. Pulling blocks toward you (default key G) works similarly but in the opposite direction. Both actions require free space for movement and cannot shift multiple blocks simultaneously, unlike pistons.
Rotation and transformation (default key V) changes block metadata, affecting its texture and orientation. This function works only with vanilla blocks and allows you to:
- Rotate logs to their side
- Transform sandstone into different variants
- Rotate pumpkins around their axis
- Change stair positions to different sides and flip them upside down
- Move slabs between the top and bottom parts of the block
The function does not change wood types for wooden planks, does not convert cobblestone to smooth stone, and does not work with multi-block structures such as doors.
Exception Configuration
The modification includes a block ignore system through the configuration file. You can add any vanilla or modded blocks to the blacklist so they are not affected by the three main functions.
Example configuration file:
# Configuration file
samscontrolblocks {
# Ignore list for push and pull keys. [default: minecraft:cactus,minecraft:chest]
S:push_pull_ignore=minecraft:cactus,minecraft:chest
}
Compatibility
Requires Minecraft Forge version 1.8-11.14.3.1446 or higher.