Перейти к содержимому
Mineforgian

MoveSharp

Minecraft is a 3D game. Movement should be too.

Загрузки
1K
Подписчики
7
Обновлён
22 июля 2026 г.
Лицензия
MIT

Опубликован 28 июля 2025 г.

Demo

About the Mod

MoveSharp enhances the standard movement mechanics in Minecraft by introducing new interactions with vertical surfaces. When I was playing on version 1.5.2, I discovered the mod SmartMoving. I fell in love with this idea of movement. But over time, I moved to newer versions of Minecraft and looked for mods that gave me a similar experience, eventually encountering Move Plus. But nothing lasts forever. I switched to Forge 1.20.1 and couldn't find anything that provided the same feeling. As a complete beginner, I decided to port Move Plus to version Forge 1.20.1 for my own use. When I started rewriting some of the code myself, adding and deepening the mechanics in parts, I realized that I was actually capable of writing a mod from scratch.

Inspired by C++ and C# languages, I decided to name my mod MoveSharp, showing that the development process started with Move Plus, but for the love of climbing, an enormous thank you goes to SmartMoving.

Mod Mechanics

  • Climbing: By holding the sprint key (Ctrl by default) and jumping onto a wall, you can climb it if there is enough space for the player within 4 blocks. Initially, the character climbs to the highest point. However, if there is empty space one block away along the way, you can pass into it by pressing the crouch button (Shift by default) before that spot. Also, if there isn't enough room for the player to stand fully upright during the climb, the character automatically transitions into crawling mode (details below).

  • Crawling: By holding the sprint key (Ctrl by default) and pressing the crouch key once (Shift by default), your character will enter a crawling mode while on the ground. This allows you to fit into spaces only one block high. Technically, it's 0.6 blocks high, since the player is 0.6 blocks wide in vanilla Minecraft. By the way, you don't necessarily have to hold the sprint key if there isn't enough space for you to stand up. But if you want to maintain the prone position when exiting a tunnel, just re-hold the sprint key, and you can keep going!

  • Sliding: If you are falling along a wall, you can press the crouch key (Shift by default) to grab onto the wall and reduce your fall speed. The longer you slide down the wall, the less damage you will take. If you dare and calculate the timing correctly, even falling from 30 blocks won't hurt you. But be warned: if you are already falling more than 10 blocks without initiating a slide, nothing can help anymore.

  • Using Standard Keys: The mod does not create new key combinations. You do not need to go into the settings and change the buttons for the mod mechanics. It uses the crouch and sprint keys that you have already set in your Minecraft settings for crouching and sprinting respectively.If you wonder why sprinting is responsible for climbing, the answer is very simple: "You are running and jumping onto a wall, what else can you do? Turn into an Autobot?". And the reason for crouching when sliding down a wall: "You crouch to avoid slipping off a block edge. What else can crouching do when you're falling along a wall?"

  • Re-entry: To be able to start climbing or sliding again, you must touch the ground with your feet. Though you can also face it, I don't forbid it.

Minecraft Version Support

Forge Fabric NeoForge
1.20.1 Yes Yes
1.21.1 Yes Yes

Porting to newer versions is planned.

Future Plans

  • Bug Fixing and Improvements: Currently, I am the only person who has tested this mod. Therefore, if you encounter a bug, please make sure to report it on GitHub Issues or on the Discord server. It is possible that the mod is incompatible with other mods, which I haven't had time to test yet.
  • Compatibility Improvement: In the Create mod, items are not blocks but entities, which means my mechanics simply don't see these blocks. The same applies to physical structures from the Valkyrien Skies and Sable mods. I promise nothing, but I want to try teaching my mod to see blocks within these structures. To do this, I will have to delve into other people's code, even though I only just started understanding Minecraft fundamentals (actually, I don't understand anything).

Ченджлог

2.0.0-neoforgeРелиз1.21.1 · 22 июля 2026 г.

Almost nothing remains from version 1.3.1. The system for detecting walls and identifying free climbing spaces has been completely reworked. The entire code has been completely rewritten to support Forge 1.20.1, as well as Fabric and NeoForge 1.21.1.

2.0.0-fabricРелиз1.21.1 · 22 июля 2026 г.

Almost nothing remains from version 1.3.1. The system for detecting walls and identifying free climbing spaces has been completely reworked. The entire code has been completely rewritten to support Forge 1.20.1, as well as Fabric and NeoForge 1.21.1.

2.0.0-forgeРелиз1.20.1 · 22 июля 2026 г.

Almost nothing remains from version 1.3.1. The system for detecting walls and identifying free climbing spaces has been completely reworked. The entire code has been completely rewritten to support Forge 1.20.1, as well as Fabric and NeoForge 1.21.1.

2.0.0-fabricРелиз1.20.1 · 22 июля 2026 г.

Almost nothing remains from version 1.3.1. The system for detecting walls and identifying free climbing spaces has been completely reworked. The entire code has been completely rewritten to support Forge 1.20.1, as well as Fabric and NeoForge 1.21.1.

1.3.1Релиз1.20.1 · 13 августа 2025 г.

Fixed a bug in the multiplayer game where all players started crawling because of one player.

The method of determining the climbing block. In theory, this improved compatibility with other mods that added decorative blocks (flowers, plants, etc.). Now, if a block does not have a collision, it will not be considered a block that can be climbed.

1.3Релиз1.20.1 · 4 августа 2025 г.

Bug fixes, refinement of mechanics.

Do not use in the multiplayer game.

1.2Бета1.20.1 · 3 августа 2025 г.

Some bugs related to the automatic crawling mode have been fixed. Some blocks got in the way or started climbing (for example, half-blocks, hatches, flowers, etc.) Torches and pressure plates are still causing this bug.

And also, during the fix, new mechanics were added. Automatically, your character will climb to the maximum point he can reach, but starting to sneaking, you can climb into the nearest hole in the wall one block high.

Fall Height limitation increased to 10 blocks.

1.1Бета1.20.1 · 1 августа 2025 г.

Add autmatic crawl mode. When a player climbs a wall where there is no space underneath their character (1 block high instead of two), the character will automatically switch to crawl mode to climb through a narrow opening in the wall.

Комментарии

Загружаем…