Loading...
Beta Modpages Unclaimed

AtomicStryker's Magic Yarn

see other player's yarn!

0 Likes
81000 Downloads
Created by atomicstrykergrumpy

Description

 

Introduces a new Item to Minecraft, the Ball of Magic Yarn.
It is crafted by surrounding a Compass with Wool (any kind).

NOTE:
In Multiplayer, you can't craft this Item. You use a button instead, by default "J". Button can be customized in auto-created file under mods/MagicYarn.txt


The Item serves as pathfinding Tool and to keep track of your movements. In other words, you should never again get lost exploring the Nether or some complex cave system, and without leaving a ridiculous amount of Torches to mark your trail.


Usage once crafted [button instead mouse in multiplayer]:

[Nothing set]
Rightclick: Specifies your current location as point of origin.

[Origin set, no path]
Rightclick: Sets your current location as waypoint. Computes the shortest (Manhattan) walkable path to the origin and displays it.

[Path visible]
Rightclick: Makes the path disappear. If you stand in a path while right clicking, any path after the point you stand in will be cut off and deleted (for circling around).

You can only see the Path at all times while holding the Magic Yarn.

[Path invisible]
Rightclick, short: Sets your current location as waypoint. Computes the shortest (Manhattan) walkable path to the LAST WAYPOINT and displays it.
Rightclick, >0.5s: Sets your current location as waypoint. Computes the shortest (Manhattan) walkable path to the ORIGIN and displays it. If that fails, it falls back to the LAST WAYPOINT.

[At any point]
Rightclick, >2.5s: Resets the Magic Yarn to the [Nothing set] status.




Technical Information for the interested:

Features implementation of A* pathing Algorithm.
A* is heuristic (that means its very efficient in open spaces) and my implementation has a binary heap sorting method aswell, which apparently is the best method for this task.

Pathfinding is done in a seperate java Thread, so this uses Multicore CPUs and should never lock up your Minecraft.

 


AD Become Premium to remove Ads!

What means Verified?

  • Compatibility: The mod should be compatible with the latest version of Minecraft and be clearly labeled with its supported versions.
  • Functionality: The mod should work as advertised and not cause any game-breaking bugs or crashes.
  • Security: The mod should not contain any malicious code or attempts to steal personal information.
  • Performance: The mod should not cause a significant decrease in the game's performance, such as by causing lag or reducing frame rates.
  • Originality: The mod should be original and not a copy of someone else's work.
  • Up-to-date: The mod should be regularly updated to fix bugs, improve performance, and maintain compatibility with the latest version of Minecraft.
  • Support: The mod should have an active developer who provides support and troubleshooting assistance to users.
  • License: The mod should be released under a clear and open source license that allows others to use, modify, and redistribute the code.
  • Documentation: The mod should come with clear and detailed documentation on how to install and use it.

AD Become Premium to remove Ads!

How to Install

1

Download Forge & Java

Download Forge from the offical Site or here. If you dont have Java installed then install it now from here. After Downloading Forge you can run the file with Java.

2

Prepare

Lounch Minecraft and select your Forge istallation as Version this will create a Folder called Mods.

3

Add Mods

Type Win+R and type %appdata% and open the .minecraft Folder. There will you find your Folder called Mods. Place all Mods you want to play in this Folder

4

Enjoy

You are now Ready. Re-start your Game and start Playing.

More Mods like this

Hwyla

Hwyla (Here's What You're Looking At) is a UI improvement mod aimed at providing block information directly in-game. It is also a fork of Waila.

Guide-API

Simple library mod for in-game guide creation

Akashic Tome

The Book of Books. Store every documentation book in one.

Jade 🔍

Shows information about what you are looking at. (Hwyla/WAILA fork for Minecraft 1.16+)

Inventory HUD+

Adds your main inventory, potion effects and your equipments to your HUD. And few other features.

MPUtils

ModPack Utilities making Developer lives simpler by making player experience better