• check_circle Advancements
  • check_circle Functions
  • 227 views, 2 today
  • 10 downloads, 0 today
  • 2
  • 1
  • 2
Penguh
Level 22 : Expert Goblin
5

Pengu's SprintStep

A tiny data pack that lets you run up blocks by doubling your step height while you're sprinting!


Conflicting modifiers?

  • If your `step_height` attribute is set to 1 or above (enough to step up a block) by another `attribute modifier`, it won't be doubled from sprinting as you may already run up blocks.
  • If your `step_height` attribute is set to more than the default 0.6 but less than 1, your `step_height` may increase past 1.2, which is the value this data pack would normally change it to.
  • If your `step_height` attribute is set to anything less than 0.5, you won't be able to sprint up blocks, as it will never be more than 1 when doubled by this data pack.
CompatibilityMinecraft 1.21
Tags

1 Update Logs

Version 1.0.2 for 1.21.2 - 1.21.4 : by Penguh 12/17/2024 1:19:36 pmDec 17th, 2024

What's Changed
v1.0.2
  • Fixed modifier no longer getting applied every tick, causing slow and unresponsive behaviour
v1.0.1
  • The attribute modifier no longer applies if your `step_height` attribute is already 1 or above
  • Updated the README / description with some conflicting modifier cases

Create an account or sign in to comment.

okzerus
12/12/2024 4:12 am
Level 2 : Apprentice Crafter
store the current step height and check if it's already high enough to step up a block. if it is, don't modify anything.

makes it compatible with other packs?
2
Penguh
12/16/2024 2:37 pm
Level 22 : Expert Goblin
Might try that! Thanks for the suggestion :)
1

Welcome