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

Diamond World Border

Throw diamonds (or other items) at the border to expand it.

Загрузки
2K
Подписчики
7
Обновлён
6 декабря 2025 г.
Лицензия
GPL-3.0-only

Опубликован 17 июля 2024 г.

About

Server-side mod that lets you throw diamonds at the world border to increase its size over time. Designed for singleplayer and small servers.

  • Border Width per diamond - 1 block
  • Time to expand - 10 seconds

Throwing a stack of diamonds consumes it entirely, but the border cannot consume diamonds if it's currently growing.

Configuration

Default configuration at config/diamond_worldborder.json:

{
  "entries": [
    {
      "diamondId": "minecraft:diamond",
      "widthPerDiamond": 1.0,
      "timePerDiamondSeconds": 10.0
    }
  ]
}
  • Adding extra entries makes you able to use item1 or item2 etc, each with different width/speed values.
  • Numbers are of type double, so decimal point numbers like "widthPerDiamond": 0.3 are accepted.
  • widthPerDiamond can be set negative to make the border shrink instead.

Requirements

Ченджлог

0.3.0+1.20.1Релиз1.20.1 · 6 декабря 2025 г.

Backport from 0.3.0+1.21

0.3.0+1.21Релиз1.21.1, 1.21.2, 1.21.3 · 6 декабря 2025 г.
  • Removed embedded MidnightLib dependency for configuration
  • Made config accept a list of entries instead of a single entry
0.2.1+1.21Релиз1.21.1, 1.21.2, 1.21.3 · 15 ноября 2024 г.
  • Added config option to change "diamond" item
0.2.0+1.21Релиз1.21 · 29 июля 2024 г.

Port to 1.21

0.2.0Релиз1.20.1 · 20 июля 2024 г.

Configuration added

  • Width per diamond configurable
  • Growth time per diamond configurable
0.1.3Релиз1.20.1 · 17 июля 2024 г.
  • Fixed world border not growing when diamonds thrown in nether or end, despite consuming the item
0.1.2Релиз1.20.1 · 17 июля 2024 г.

Initial Release

Комментарии

Загружаем…