
Resetting - Automatic Item Configuration System
Data-driven item parameter manager
Control default item characteristics through JSON configuration files. All components are configured using files located in the components
subfolder of the appropriate namespace.
Configuration Structure:
All configuration options are declared in JSON format with the following parameters:
— The replace
parameter (boolean type) determines whether original item components will be ignored:
• true value - completely ignores standard components
• false value (default) - preserves existing settings
• optional parameter
— The defaults
parameter (boolean type) manages basic item characteristics:
• true value - includes standard attributes (stack size, description, enchantments, repair cost, attribute modifiers, and rarity)
• false value - excludes default options
• ignored when replace
is set to false
• optional parameter with default activation
— The components
object performs precise characteristic adjustments:
• defines parameter type identifiers
• sets component values in the appropriate JSON format
• allows flexible configuration of each item characteristic