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

Loot Inject

A simple mod that allows injecting a loot table into an existing table

Загрузки
752
Подписчики
8
Обновлён
14 апреля 2025 г.
Лицензия
MIT

Опубликован 1 августа 2024 г.

Loot Inject

A mod that allows injecting a single loot table from a datapack into an existing table.

This was intended to aid in creation of modpacks

Usage

Create a loot_inject folder in your datapack namespace root and create a new json file inside that folder

{
  "inject":["minecraft:blocks/stone"],
  "table":"minecraft:chests/end_city_treasure"
}

table is the table that is injected

inject is the table that is injected into

Plans

  • Allow For Multiple Tables to be injected into a single table at once Compleated
  • Further Inject Options

Ченджлог

1.3Релиз1.21.3, 1.21.4, 1.21.5 · 14 апреля 2025 г.

Update to 1.21.5

1.3Релиз1.21, 1.21.1 · 20 октября 2024 г.

Updated to 1.21.x

1.2Релиз1.21 · 2 августа 2024 г.

Allow For Mass Injection of tables

inject now supports an array of tables

"inject":[
  "minecraft:blocks/stone",
  "minecraft:blocks/dirt"
]
1.1Релиз1.21 · 2 августа 2024 г.

Add support for multiple tables to be injected at once into a single table.

No longer Supports old inject format. Now you should make a loot table inside your datapack and reference it inside the new format

{
  "inject":"minecraft:blocks/stone",
  "table":"minecraft:chests/end_city_treasure"
}

table is the table that is injected

inject is the table that is injected into

1.0Релиз1.21 · 1 августа 2024 г.

Initial Version

Комментарии

Загружаем…