Skip to content

Commit

Permalink
Fix fizzle condition for place
Browse files Browse the repository at this point in the history
  • Loading branch information
ssblur committed Oct 24, 2024
1 parent 1cc9a72 commit 86f84c4
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ public void apply(Targetable caster, Targetable targetable, Descriptor[] descrip
new BlockHitResult(targetable.getTargetPos(), targetable.getFacing(), targetable.getTargetBlockPos(), false)
)
);
if(status.consumesAction())
itemFocus.shrink(1);
else
if(!status.consumesAction())
ParticleNetwork.fizzle(level, targetable.getTargetBlockPos());
} else {
ColorableBlockRegistry.DYE_COLORABLE_BLOCKS.MAGIC_BLOCK.setColor(color, level, pos);
Expand Down

0 comments on commit 86f84c4

Please sign in to comment.