

Collision Entity
This mod introduces into Minecraft a completely invisible entity with collision properties. You can fully customize the dimensions of this object in space, creating barriers that are impossible to see! This opens up numerous possibilities for creative builds and maps.
How is this entity better than shulkers and boats?
Although Minecraft already has entities like shulkers, it's impossible to make them completely unnoticeable. Even when made invulnerable, they still produce attack sounds. This mod completely solves this problem.
Practical usage of the mod
The primary way to summon the entity is through commands. For example:
/summon collision-entity:collision ~ ~ ~ {size:[1,2,3]}
This command will create a collision object where you're standing, with width of 1 block, height of 2 blocks, and length of 3 blocks.
Important technical details:
- For fractional values, you must add
.0
to every number - Correct:
size:[1.0,2.0,3.4]
- Incorrect:
size:[1,2,3.4]
To see the entity boundaries, press F3+B. You can still destroy and place regular blocks through the created barrier.
Additional capabilities:
- To block interactions, you can place an interaction entity (
minecraft:interaction
) at the exact same coordinates - To restrict block placement inside, replace the desired game blocks with
minecraft:piston_head
(block 36)
The mod is mainly designed for creative mode and command work, perfectly suited for creating complex constructions and maps.