Skip to content

Commit

Permalink
Made delay longer
Browse files Browse the repository at this point in the history
  • Loading branch information
froyo4u committed Feb 25, 2021
1 parent c25d70c commit ec30af3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/tk/meowmc/portalgun/items/PortalGunItem.java
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ public static void makeRoundPortal(Portal portal) {

public TypedActionResult<ItemStack> use(World world, PlayerEntity user, Hand hand) {
ItemStack itemStack = user.getStackInHand(hand);
user.getItemCooldownManager().set(this, 4);
user.getItemCooldownManager().set(this, 6);
Entity entity = this.client.getCameraEntity();
this.hit = entity.raycast(50.0D, 0.0F, false);

Expand Down

0 comments on commit ec30af3

Please sign in to comment.