Скачать Hookt — Minecraft Моды — ModStock

Установок

2

Последнее обновление

6 лет назад
Клиент
Fabric
Quilt
Forge
Neoforge
Оружие и броня
Еда
Утилиты

CHANGELOG.md

CONFIG.md

SYNTAX.md

EXAMPLE.md

LICENSE

Hookt

Hookt is a fishing drop replacement mod that allows defining complex drop conditions and replacement rules.

Depends on the library mod Athenaeum.

Features

Matches based on:

  • items fished up (meta, meta wildcard, multiple meta values, oredict) (whitelist/blacklist)
  • angler type (player, non-player, any)
  • angler held item (meta, meta wildcard) (whitelist/blacklist)
  • angler game stages (requires gamestages mod)
  • angler player name
  • biome (whitelist/blacklist)
  • dimension (whitelist/blacklist)
  • vertical range

Replacement strategies:

  • add to existing drops
  • replace all drops
  • replace all drops if drop selected
  • replace all matched dropped items (replace items defined in match)
  • replace all matched dropped items if drop selected (replace items defined in match)

Drop strategies:

  • repeat (can select the same drop more than once)
  • unique (can select a drop only once)

Drop selection count based on:

  • fixed value
  • random value in defined range
  • luck modified

Drop selection based on:

  • luck modified weight value
  • minimum luck level

Drop quantity based on:

  • fixed value
  • random value in defined range
  • luck modified

Drops:

  • can define drop list per drop
  • can define drops with meta wildcard
  • can define drops as oredict entry
  • can define xp to drop (luck modified range)
  • can define drops with NBT data

 

Commands

/hookt reload - reload configuration during runtime

/hookt hand - copy the held item's string for quick pasting into the .json file; also assists with lengthy NBT tags

Configuration

Hookt uses .json configuration files placed in the [instance]/config/hookt folder. Filenames are not important so long as they have the .json extension and you can have as many files as you like.

Logging

Any errors in the .json syntax are reported via the Forge log. When reloading in-game, errors will be reported to the chat console.

All errors are also logged to the log file: [instance]/hookt.log.

Additional debug output can be enabled per-rule and will be dumped to the log file.

Участники проекта
codetaylor

codetaylor