
Scavenge-Prestige
Активный0.0
Установок
1
Последнее обновление
7 лет назад
Клиент
Библиотеки
Аддоны
This mod is a Scavenge Addon that makes a compat between Scavenge & Prestige.
Scavenge can be found here: https://minecraft.curseforge.com/projects/scavenge
Prestigecan be found here: https://minecraft.curseforge.com/projects/prestige
The Block Properties that this mod adds for the Prestige compat:
- require_prestige:
Description: Allows to check for the Prestige level that the player has
Parameters:
either
- "amount": (how much prestige should be required or not) LongNumber,
- "bigger": (If the Value is required or if it should be below that, default bigger), Boolean
or
- "operations": (MathOperation registry Entry) RegistryElement,
- "jeiDesc": (The Description for the Condition visble for the player), String
"disableJEI": (Decides if the Condition is visible in JEI, Default: false) Boolean,
Incompatible With: None
Type: Condition - add_prestige:
Description: Allows to add Prestige to the Player
Parameters:
"disableJEI": (Decides if the Condition is visible in JEI, Default: false) Boolean,
"remove": (If the Prestige should be added/removed, Default: false) Boolean,
"amount": (How much Prestige should be added) LongNumber,
Incompatible With: None
Type: Effect