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

Speedy Path

The player is able to move faster on the designated path

Загрузки
2K
Подписчики
8
Обновлён
3 декабря 2024 г.
Лицензия
MIT

Опубликован 12 октября 2024 г.

Speedy Path

This mod adds a speed effect to paths and can be customized via a config file.

By default, the mod introduces the following blocks and items:

  • Stone Path: A path block made of stone that grants a speed boost.
  • Brick Path: A path block made of bricks that also provides a speed boost.
  • Wrench for Path: An item used to convert paths into items.

You can configure the mod to disable the addition of these blocks and items, making it work server-side only. (if additional_elements is false)
The configuration file is located at config/speedypath.json.

Default Configuration (config/speedypath.json):

{
  "additional_elements": true,
  "speedypath": {
    "minecraft:dirt_path": {
      "speed": 1
    },
    "speedypath:stone_path": {
      "speed": 2
    },
    "speedypath:brick_path": {
      "speed": 3
    }
  }
}

In fact, it’s possible to add effects other than speed as well!

Commands:

  • /speedypath : Show this help message
  • /speedypath reload : Reload the config file
  • /speedypath add [block_id] ([effect_id]="speed") [amplifier] : Add a Speedy Path to the config file
  • /speedypath remove [block_id] : Remove a Speedy Path from the config file

Ченджлог

1.0.3-fabricРелиз1.21.1, 1.21.2, 1.21.3 · 3 декабря 2024 г.

Update to 1.21.3 MCPitanLib version: 3.1.2

1.0.3-forgeРелиз1.20, 1.20.1, 1.20.4 · 3 декабря 2024 г.

Update to 1.21.3 MCPitanLib version: 3.1.2

1.0.3-neoforgeРелиз1.21.1, 1.21.2, 1.21.3 · 3 декабря 2024 г.

Update to 1.21.3 MCPitanLib version: 3.1.2

1.0.2-forgeРелиз1.20, 1.20.1, 1.20.4 · 12 октября 2024 г.

fix MCPitanLib version: 2.4.3

1.0.2-neoforgeРелиз1.20.4, 1.21, 1.21.1 · 12 октября 2024 г.

fix MCPitanLib version: 2.4.3

1.0.2-fabricРелиз1.20.4, 1.21, 1.21.1 · 12 октября 2024 г.

fix MCPitanLib version: 2.4.3

Комментарии

Загружаем…