Minecraft Helpful Hitboxes mod 2026 download
logo
minecraft mod Helpful Hitboxes

Helpful Hitboxes

Game Version: 1.19.1
Total Downloads: 3,767
Updated: Jul 19, 2022
Created: Jan 26, 2021
Download Helpful HitboxesDownload Earlier Versions

Earlier Versions

Name Size Uploaded Game Version Downloads
Helpful Hitboxes 2.0.0 (Fabric) release 21.84 KB Jul 19, 2022 1.19.1 2 download Helpful Hitboxes Helpful Hitboxes 2.0.0 (Fabric) releaseDownload
Helpful Hitboxes 2.0.0 (Forge) release 19.87 KB Jul 19, 2022 1.19.1 2 download Helpful Hitboxes Helpful Hitboxes 2.0.0 (Forge) releaseDownload
Helpful Hitboxes 1.0.2 release 5.54 KB Mar 4, 2021 1.16.5 3,465 download Helpful Hitboxes Helpful Hitboxes 1.0.2 releaseDownload
Helpful Hitboxes 1.0.1 release 5.35 KB Jan 28, 2021 1.16.5 185 download Helpful Hitboxes Helpful Hitboxes 1.0.1 releaseDownload
Helpful Hitboxes 1.0.0 release 5.73 KB Jan 26, 2021 1.16.5 55 download Helpful Hitboxes Helpful Hitboxes 1.0.0 releaseDownload

Description

Share this:

What is this?

 

Helpful Hitboxes is a clientside mod which makes certain small blocks easier to place by using the behaviour from scaffolding where its hitbox changes to a full cube when you’re looking at it with another scaffolding block:


The mod gives this behavior to fences, panes (including iron bars) and separately, chain blocks and end rods. This makes them much nicer to place on top of each other, because you don’t have to position your mouse as precisely. It also works if the block is held in the offhand, allowing you to destroy them with tools more easily as well, and MC-143005 is fixed along with this.


Configuration

 
If you think that different blocks should use this behaviour, or if you want to make blocks from another mod compatible with it (e.g. those that add new bars or chains) you can do this in the config file.

Inside the config folder, there will be a file called ‘helpfulhitboxes.json’ that looks like this by default.

The JSON Array ‘compatible_blocks’ defines the blocks that work in the mod. Block names that are placed directly inside it, such as ‘minecraft:chain’ will work individually. What this means is that they will only exhibit the full cube hitbox behaviour when the player is holding that specific block; by default, chains only work with chains and end rods only work with end rods. (Scaffolding is added only to make it work with the offhand). However, if you define another JSON array called ‘group’ inside of it, all of the block names within will be ‘grouped’ and work with each other. For example, by default any fence will use the full cube when the player is holding any other fence, and all pane-like blocks (glass panes and iron bars) will use the full cube when holding any other of them.

It is possible to specfify block tags in either the grouped main array or one of the groups, as can be seen in the default file. It does not matter if redundant block IDs are declared, as can be seen with the use of both the names for each vanilla glass pane and the ‘c’ and ‘forge’ tags which support new panes from fabric and forge respectively, but also include the vanilla ones. This is also an example of how it is not necessary for a block or tag ID to correspond to an actual value – the mod will ignore any that don’t exist in the game. However, the config file must use correct JSON syntax. If you forget to put a comma after one of the IDs or groups that isn’t the last one in its array, or if you open a bracket without closing it, the file will be not be read and the mod will revert to the default list of compatible blocks. If you are having trouble with the syntax, try putting the config file into an online JSON validator, which will highlight the errors for you.

 

For versions 1.19 and higher, the Fabric version of this mod requires Fabric API.

Comments

Add a comment