Files
Epoch-Runner-Server/overrides/config/itemstages.cfg
Jacob Vinding 44b79588a3 Initial
2025-12-26 23:36:50 +01:00

24 lines
814 B
INI

# Configuration file
general {
# Should players be allowed to equip items that are restricted to them. [default: false]
B:allowEquipRestricted=false
# Should players be allowed to hold items that are restricted to them. [default: false]
B:allowHoldingRestricted=false
# Should players be allowed to hold items that have an enchantment they is restricted to them. [default: true]
B:allowHoldingRestrictedEnchant=true
# Should players be allowed to interact (left/right click) with items that are restricted to them. [default: false]
B:allowInteractRestricted=false
# Should restricted items have their tooltips changed? [default: true]
B:changeRestrictionTooltip=true
# Should restricted items be hidden in JEI? [default: true]
B:hideRestrictionsInJEI=true
}