Skip to content

Latest commit

 

History

History
87 lines (54 loc) · 3.46 KB

File metadata and controls

87 lines (54 loc) · 3.46 KB

Alternate Create Of Fiery Items

[EN] About the mod

About the mod

Alternate Create Of Fiery Items (ACOFI) is an addon for Twilight Forest that changes the way of obtaining fiery equipment, making it similar to netherite after the 1.20 update.

Fiery upgrade template

The template is used to upgrade iron gear into fiery gear. It spawns in chests within the Ur-ghast's Dark Tower.

Configuration

(For mod versions 1.2.0 and above)

Configuration file – /config/acofi-common.toml

In the config, you can adjust the spawn chance of the template and which loot tables it will generate in. That means you can make the template drop from a specific mob, boss, or in any other structure besides the Dark Tower.

Example config:

["ACOFI Config"]
  #Upgrade template spawn chance. (0.2 = 20%)
  #Default: 0.2
  #Range: 0.0 ~ 1.0
  upgrade_template_spawn_chance = 0.65
  #List of loot table IDs where the upgrade template will spawn.
  #Default: ["twilightforest:chests/darktower_cache", "twilightforest:chests/darktower_key"]
  target_tables = ["minecraft:chests/end_city_treasure", "minecraft:entities/warden"]
[RU] Про мод

О моде

Alternate Create Of Fiery Items (ACOFI) - это аддон для Twilight forest меняющий способ создания огненного снаряжения, на подобный незеритовому после обновления 1.20.

Шаблон огненного улучшения

Шаблон используется для улучшения железных вещей в огненные. Спавнится в сундуках тёмной башни Ур-Гаста.

Конфигурация

(Для версии мода начиная с 1.2.0 и выше)

Файл конфигурации - /config/acofi-common.toml

В конфиге можно настроить шанс спавна шаблона и в каких таблицах лута он будет генерироваться. То есть, можно сделать чтобы шаблон дропался с какого-то моба, босса или в любой другой структуре помимо тёмной башни.

Пример конфига:

["ACOFI Config"]
  #Upgrade template spawn chance. (0.2 = 20%)
  #Default: 0.2
  #Range: 0.0 ~ 1.0
  upgrade_template_spawn_chance = 0.65
  #List of loot table IDs where the upgrade template will spawn.
  #Default: ["twilightforest:chests/darktower_cache", "twilightforest:chests/darktower_key"]
  target_tables = ["minecraft:chests/end_city_treasure", "minecraft:entities/warden"]