Mod-Library that used by my mods with some additional features.
Commands
/shiftedlib
reloadConfig - Reloads all configs.
"filename.conf" - Reloads specified file.
/shiftedlib_client
reloadConfig - Reloads all client configs.
"filename.conf" - Reloads specified file.
color <"string"> <count> - Randomly rolls colors for specified string with specified count. Color value can be seen when hovering at the result and copied when clicked.
takePanorama - Takes panorama and saves to screenshots folder.
Item Components
shiftedlib:item_name_style={<style>} or shiftedlib:item_name_style="#RRGGBB" for just color.
Sets item name style similar to rarity.
Config Values
shiftedlib.conf
[general]
# List of obtainables to stop being registered.
# Default: []
obtainables_to_ignore=[]
# Log debug information.
# Default: false
debug=false
shiftedlib_client.conf
[general]
# Show item and block tags inside the tooltips when advanced tooltips are enabled.
# Default: true
tags_tooltips=true
[loading_screen]
# Override loading screen
# Default: false
override_loading_screen=false
# Default: #00FF00
background_color="#00FF00"
# Default: #FFFFFF
bar_color="#FFFFFF"
[window_title]
# Override window title
# Default: false
override_window_title=false
# Variables - game_version, mods_loaded
# Default: Minecraft %game_version%
window_title="Minecraft %game_version%"
Obtainables
Example of the obtainable from the Witherproofed mod.

Obtainables is very versatile way of obtaining items. There are two obtainable types: On Use and On Damage. Those determine how to trigger obtainable, but there is more requirements that can be set. Obtainable of the On Damage type requires damage type to be set to start to perform, while On Use type triggers whatever player holds specified items and uses them. Special Condition is a condition that can check for almost anything that available in the world or player related. Additionally there an experience level requirement can be set.

