Skip to content

Commit

Permalink
Finished Adding HMX Dynamite
Browse files Browse the repository at this point in the history
  • Loading branch information
Avalon2106 committed Sep 22, 2024
1 parent 1c68472 commit 18f4a39
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ public class EntityHMXDynamitePrimed extends Entity

public EntityHMXDynamitePrimed(World worldIn) {
super(worldIn);
this.fuse = 80; // Match TNT fuse time (80 ticks or 4 seconds)
this.fuse = 0; // Match TNT fuse time (80 ticks or 4 seconds)
this.preventEntitySpawning = true;
this.setSize(0.98F, 0.98F);
}
Expand Down

0 comments on commit 18f4a39

Please sign in to comment.