your current location:首页 > news>Loot TWEAKS MINECRAFT

Loot TWEAKS MINECRAFT

2024-12-12 09:31:50|Myriagame |source:minecraft skins

Overview

The LUABLOCK system developed by CondenSed ORES (now used to customize CC and RC synthesis tables, etc.) used by the author used by Lottweaks is to specify the warriper table in the game.

The configuration file is located in / config / loottweakschanges.

Characteristic

It supports the following operations:

Clear the loot table;

Remove items;

Add items;

Change the weight of the item;

Change the probability range of the item (that is, the minimum and maximum probability of each slot);

Change the range of items (the minimum and maximum number of each slot);

Change the item NBT;

Add "hierarchical" (see below);

Batch operation (see below).

In order to simplify large -scale changes, it allows definition of "batch processing changes" to perform multiple changes at one time. The batch treatment can be used as a whole, and multiple changes are applied to a certain loot table.So if you want to make the same 48 changes to the 7 loot tables, you only need to define these 48 changes as a batch of processing changes, and then apply this batch to these 7 tables.

The module also supports the "level" of items, so that you can set the item group according to their rarity, instead of regarding a bunch of items as a category.In short, you can divide them into different levels according to the importance or scarcity of items to manage and configure more flexibly.

It also supports dynamic overload configuration files by using instructions in the game.

The GitHub repository of this module contains some example files:

https://github.com/reikakalseki/loottweaks/tree/master/example scripts

Similar module

Customized war box (1.5.2, 1.7.10);

LOOT ++ (1.7.10 ~ 1.8.9);

Loottabletweaker (1.10.2 ~ 1.12.2);

Additions mod (1.12.2);

Customize Dungeon Loot (above 1.10.2).