Table of Contents

AirPlace

Hack Summary
NameAirPlace
Screenshot
Categoryblocks
In-game description

“Allows you to place blocks in mid-air.”

Default keybindnone
Source codehttps://github.com/Wurst-Imperium/Wurst7/blob/master/src/main/java/net/wurstclient/hacks/AirPlaceHack.java

The AirPlace hack allows players to place blocks in mid-air in Minecraft. It can be used by simply having AirPlace enabled and placing a block as one normally would. The block will be placed wherever the user's crosshair is pointing, even if there is no other block adjacent to it.

Settings

Range

Range
TypeSlider
In-game description(none)
Default value5.0
Minimum1.0
Maximum6.0
Increment0.05

The “Range” setting allows players to adjust the maximum distance at which blocks can be placed in mid-air. The default value of 5 allows for placing blocks up to 5 blocks away.

Changes

    • Added AirPlace.
    • AirPlace and AutoFish now disable each other.
    • AirPlace no longer causes issues when fishing and is now compatible with AutoFish.
    • Fixed a lot of weird issues that used to happen when AirPlace is enabled.