Skip to content

Releases: marcbeat/simple-positions

v1.20.6-1.1.1

Choose a tag to compare

@marcbeat marcbeat released this 11 Jun 09:44

Initial release for MC Version 1.20.6

v1.20.4-1.1.1

Choose a tag to compare

@marcbeat marcbeat released this 11 Jun 09:24

Patch

  • Update help texts

Misc

  • Add correct licence
  • Change to ParchmentMC

Full Changelog: v1.20.4-1.1.0...v1.20.4-1.1.1

v1.20.4-1.1.0

Choose a tag to compare

@marcbeat marcbeat released this 30 May 00:22

New Release

  • Added new action /pos near [<radius>].
  • Automatic increments.

New action "near"

With this you can look for the nearest position to you (without specifying a radius) or positions within a given radius in a sphere around you.
Note, that the distance is calculated using the euclidian distance, but for better approximation, the manhattan distance is shown in chat.

Example nearest position:

/pos near

Example with radius:

/pos near 20

Automatic increments

Adding a % at the end of a name when setting or updating positions will now look for the next number that is available counting up following the name pattern. When using this pattern make sure that you enclose your position name with quotes.
Examples (empty list of positions):

/pos set "world.default.tree-%"

will add world.default.tree-0.

Repeating this command will then add world.default.tree-1, [...].tree-2, and so on.
This auto increment wildcard can only be used as the last character of a name.

Full Changelog: v1.20.4-1.0.1...v1.20.4-1.1.0

v1.20.4-1.0.1

Choose a tag to compare

@marcbeat marcbeat released this 27 May 23:17

Hotfix

  • Fixed a bug where the dimension was not recognized correctly.

Full Changelog: v1.20.4-1.0.0...v1.20.4-1.0.1

v1.20.4-1.0.0

Choose a tag to compare

@marcbeat marcbeat released this 26 May 21:36

Initial release for Minecraft Forge 1.20.4 49.0.49

Changelog

  • Added basic functionality of the mod

Full Changelog: https://github.com/marcbeat/simple-positions/commits/v1.20.4-1.0.0