mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 03:53:12 +01:00
Steady hands
- Linked controller animates smoothly when you activate it
This commit is contained in:
parent
de339819d5
commit
da5aefe588
1 changed files with 0 additions and 1 deletions
|
@ -93,7 +93,6 @@ public class LinkedControllerItem extends Item implements INamedContainerProvide
|
|||
DistExecutor.unsafeRunWhenOn(Dist.CLIENT, () -> this::toggleActive);
|
||||
player.getCooldownTracker()
|
||||
.setCooldown(this, 2);
|
||||
return ActionResult.success(heldItem);
|
||||
}
|
||||
|
||||
return ActionResult.pass(heldItem);
|
||||
|
|
Loading…
Reference in a new issue