remove rich + poor ores

This commit is contained in:
Dmitry 2023-12-15 18:46:00 +07:00
parent 0afc3cafb3
commit 31e1447463
5 changed files with 8 additions and 194 deletions

View file

@ -79,11 +79,4 @@ ServerEvents.recipes(event => {
registerExposureRecipes(event)
})
/**
* Событие модификации лута.
*/
LootJS.modifiers((event) => {
modifyLootGT(event)
});