https://github.com/kessokuteatime/edgerunner
[Minecraft Mod] Bring the block-edge features back! (MC-1133)
https://github.com/kessokuteatime/edgerunner
fabricmc feature-toggle minecraft minecraft-fabric
Last synced: about 1 year ago
JSON representation
[Minecraft Mod] Bring the block-edge features back! (MC-1133)
- Host: GitHub
- URL: https://github.com/kessokuteatime/edgerunner
- Owner: KessokuTeaTime
- License: gpl-3.0
- Created: 2023-05-06T09:14:29.000Z (about 3 years ago)
- Default Branch: fabric/23w18a
- Last Pushed: 2024-07-17T23:23:27.000Z (almost 2 years ago)
- Last Synced: 2025-04-12T09:13:35.431Z (about 1 year ago)
- Topics: fabricmc, feature-toggle, minecraft, minecraft-fabric
- Language: Java
- Homepage: https://modrinth.com/mod/edgerunner-feature-fix
- Size: 643 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
###
[`→` Modrinth](https://modrinth.com/mod/edgerunner-feature-fix)
# Edgerunner
**Edgerunner** brings back the feature of
*receiving effects according to the block right below the player's feet instead of the actual block the player is standing on,*
which was reported in [`MC-1133`](https://bugs.mojang.com/browse/MC-1133)
and fixed in [`23w18a`](https://feedback.minecraft.net/hc/en-us/articles/15447880761997-Minecraft-Java-Edition-23w18a).
Basically, in `23w18a` and above,
you can't eliminate the effects provided by *soul sand, magma blocks, slime blocks,
honey blocks, ice, etc.* by standing on the edge of the blocks anymore.
It was indeed a bug which has lasted *for over 10 years,*
but it was also a feature interesting enough that many players don't want it to be fixed nor removed.
**So, here it is again.**
## Usage
**Edgerunner** has implemented the feature as a gamerule,
which can be configured easily by in-game commands.
To **enable** the feature, run:
```
/gamerule edgerunner true
```
And to **disable** it, run:
```
/gamerule edgerunner false
```
## License
**Edgerunner** is licensed under the **[GNU General Public License v3.](LICENSE)**