promotional bannermobile promotional banner

Houdini Block

A magical block that doesn't trigger block updates when broken!
Back to Files

[Fabric] 26.2-3.0.0

File namehoudiniblock-fabric-26.2-3.0.0.jar
Uploaded
Jul 28, 2026
Downloads
26
Size
262.9 KB
Mod Loaders
Fabric
File ID
8524606
Type
R
Release
Supported game versions
  • 26.2

Curse Maven Snippet

Fabric

modImplementation "curse.maven:houdini-block-1118361:8524606"

Learn more about Curse Maven

What's new

26.2 - 3.0.0

BREAKING CHANGES

  • This release targets Minecraft 26.2 and requires Java 25. It is not compatible with 26.1.x or 1.21.x.

Changes

  • Updated to Minecraft 26.2, Architectury 21.0.4, Fabric API 0.154.2+26.2 and NeoForge 26.2.0.15-beta.
  • No gameplay changes of its own. Everything listed under the 26.1.2 release below is included — the two are the same mod built for different Minecraft versions.

26.1.2 - 2.0.0

BREAKING CHANGES

  • This release targets Minecraft 26.1.2 and requires Java 25. It is not compatible with 1.21.x.

Bug Fixes

  • Breaking a Houdini Block no longer drops two of them. The block hands itself back manually when broken, but it also carried a loot table — its properties were copied wholesale from stone, which pulled in stone's derived drops — so a player breaking it with the correct tool got the loot-table drop on top of the manual one. The loot table has been removed.
  • Fixed ghost items and ghost blocks on the client. Both the right-click swap and the break path spawned the dropped item and changed the block without checking which side they were running on, so the client spawned its own copy that popped out of existence as soon as the server synced, and swapped the block locally before the server agreed. Particles are still fired on both sides, as vanilla does.

Changes

  • Updated to Minecraft 26.1.2 / Architectury 20.0.7, built against official Mojang mappings.
  • Added HoudiniBlockDropGameTest — 5 GameTests, including a survival-break test that asserts exactly one drop.