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

Coordinated Command Blocks

Adds a button to convert between Relative and Absolute coordinates in Command Blocks!

2K загрузок10 подписчиковLGPL-3.0-onlyfabric

Обновлён 6 июля 2026 г. · опубликован 18 декабря 2023 г.

Coordinated Command Blocks

Adds a button to convert between Relative and Absolute coordinates in Command Blocks

for instance a command block at 10, 10, 10 with setblock ~1 ~2 ~3 stone would convert into setblock 11 12 13 stone, then clicking it again would turn the coords back into ~1 ~2 ~3

coordinate conversions are always relative to the position of the command block, so it may have unintended consequences when doing execute positioned or execute at, likewise parameters for the particle command might be interpreted as coordinates (as well as anything else "coordinatey" like text in nbt data might be)

Gif showing the mod in action

Центр версий

4 версий
  • Релиз10 КБ
  • Релиз10 КБ
  • Релиз11 КБ
  • Релиз11 КБ

Ченджлог

1.0.1+26.1Релиз26.1.1, 26.1.2, 26.2 · 6 июля 2026 г.
  • updated to 26.1/26.2
  • changed regex (a|b|c) to [abc]. doesnt effect functionality, but will be slightly more efficient (the ide suggested it lol)
  • removed fabric api dependency from fabric.mod.json, since it isnt needed
1.0.0+1.21.11Релиз1.21.11 · 23 декабря 2025 г.

updated to 1.21.11 the actual issue may have started earlier, unsure

1.0.0+1.21.1Релиз1.21.6, 1.21.7, 1.21.8 · 28 сентября 2024 г.

updated to 1.21.1

Комментарии

Загружаем…