Auto 1e-7 Stepping

Quick rating

Auto 1e-7 Stepping

No reviews yet

Little mod that helps using 1e-7 stepping mechanics!

Mod Loaders
Fabric
Minecraft
26.2

Community voices

Reviews

Versions
Loading versions…
Match includes

Click once to include, again to exclude, again to clear

Rating Any
Any 0.5 1.0 1.5 2.0 2.5 3.0 3.5 4.0 4.5 5.0
Min
Max
Play Status
Reviews
Time Played
hrs+
Verified developers only
Has developer response
List view
Grid view
Compact view
Sort by
Date
Rating
Helpful
Unhelpful
Edited
Sort ascending
Delete this review?

This removes your review from the project. You can write a new review after.

Review submitted for moderation

Your review has been sent to moderators, who will check that it meets our guidelines before it appears publicly.

No reviews yet. Be the first to review this project!

Get it on

Available Platforms

Compatibility

Supported Environments

Dev Environment
Client Required
Server Unsupported

About

Project Details

Type
Mod
License
MIT License
Latest Version
1.1.0+26.2-fabric
Authors

For authors

Embed Badge

If you're the author of this project, you can embed a live badge anywhere that supports HTML or Markdown. It updates automatically whenever ratings change.

Custom banner text
ModDex rating badge preview

Use HTML for any page that supports it, or Markdown for README files and Markdown-based descriptions.

Identifiers

Platform IDs

Modrinth ID

Resources

External Links

Source Issues Wiki Discord

About

Description

Auto 1e-7 Stepping

Little utility mod to make 1e-7 stepping mechanics easier to use

If you don't know what 1e-7 stepping is, here's quick (and not the most accurate) explanation to understand the basic principals of this mechanic:

If you move along any axis less than the hardcoded value of 1e-7 (or 0.0000001) — the movement gets canceled. This brings us to the collision checks. When you're about to collide with a block — Minecraft doesn't let you do it and sets your position next to the edge of a block so the distance to it is about 1e-8. Then the game squares the movement vector and if the result is less than 1e-7 — movement gets canceled.
But if you're about to step (for example, from the slab, or to the slab, or otherwise move up half a block or less), the checks will run like that:
First check — sees your movement is greater than 1e-7 -> sees you're about to collide with the block -> sees that you need to make a step -> sets your position to 1e-8 from the block and makes a step (moves you half a block higher).
Second check — sees that your movement vector squared is greater than 1e-7 (since you're also moving upwards) and doesn't do anything.
Then the game checks the collision with the top block. If there's nothing — the game lets you move further. If there's a block, it again sets your position next to the edge, but still thinks that you're standing on the block that gives you a little time gap to make a jump.

Here you can find more detailed explanation of how this mechanics works (*click*).

minecraft movement explanation picture 1 minecraft movement explanation picture 2

ATTENTION

This mod requires Fabric API and Yet Another Config Lib to work correctly!

HOW TO USE

To position yourself you have to hit a wall first.

hit the wall demonstration

Then press positioning key

By default keybind is set to "O"

Or run the command

/auto1e7 positioning
First positioning mode demonstration Second positioning mode demonstration
First positioning mode Second positioning mode

You have two positioning modes:

- Packet (sends packet on server with exact position you need to be moved)
- Script (performs series of actions that player can perform manually, but does it a bit faster)

You can switch between positioning modes by opening the config screen in modmenu tab or by using the command

/auto1e7 config
Config UI opening command demonstration

Languages supported

- English
- Russian (may be not 100% accurate)
- Simplified Chinese (may be not 100% accurate)

If you want to help with mod translation — you can contact me on discord scany_alt


If you found a bug — please report it on GitHub's Issues page


Screenshots

Gallery

  • PACKET positioning mode
    PACKET positioning mode
  • SCRIPT positioning mode
    SCRIPT positioning mode
  • Config UI opening with the command
    Config UI opening with the command

Versions

Files

Relations

Project Relations

More like this

Similar Mods

Suggestions use data such as tags, dependencies, dependents, descriptions, titles, and more to rank how much they overlap with this mod.

On ModDex

Community snapshot

0
Ratings
0
Followers
0
In stacks

By the numbers

Statistics

<1,000
Downloads
Last Updated
CurseForge
Modrinth
Created
Last synced
When ModDex last fetched this project from CurseForge or Modrinth. Every project is re-checked on a schedule, and any project that ships a new file is synced automatically within hours of the release.
New file updates sync automatically
How syncing works