▶️ ЗАБЕРИ СВОИ 8 ПОДАРКОВ 🎁 ПРИ СОЗДАНИИ СВОЕГО МАЙНКРАФТ СЕРВЕРА
Моды/Loot Stages
Loot Stages

Loot Stages

Set limits for loot tables using the Game Stages !

1.3K
2

This mod will allow you to add individual tables or items from the loot tables to stages from the Game Stages mod. Similar mods Recipes Stages, Mob Stages and others

At the moment there is a chest loot table, an Entity Loot Table, a Chest Item Table, Block Loot Table, Fishing Loot Table

If you have any ideas how to complement this mod, then write!

You need Game Stages and CraftTweaker

Examples

import mods.lootstages.LootStages;

 

LootStages.addChestItemStage(String stage, ResourceLocation table, IItemStack itemStack);
LootStages.addChestItemStage("one", <resource:minecraft:chests/village/village_butcher>, <item:minecraft:beef>);

 

LootStages.addChestTableStage(String stage, ResourceLocation table, ResourceLocation replaceTable);
LootStages.addChestTableStage("two", <resource:minecraft:chests/village/village_butcher>, <resource:minecraft:chests/village/village_mason>);

 

LootStages.addEntityTableStage(String stage, ResourceLocation table, ResourceLocation replaceTable);
LootStages.addEntityTableStage("three", <resource:minecraft:entities/pig>, <resource:minecraft:chests/village/village_butcher>);

 

LootStages.addBlockTableStages(String stage, Block block, ResourceLocation replaceTable);

LootStages.addBlockTableStages(String stage, Block block, IItemStack itemStack);

LootStages.addBlockTableStages("test1", <block:minecraft:dirt>, <resource:minecraft:chests/village/village_mason>);

LootStages.addBlockTableStages("test2", <block:minecraft:dirt>, <item:minecraft:beef>);

Совместимость

Minecraft: Java Edition

1.20.x1.19.x1.18.x

Платформы

Поддерживаемые окружения

Клиент и сервер

Создатели

Детали

Лицензия:MIT
Опубликован:2 года назад
Обновлён:1 год назад
Главная