.
This commit is contained in:
commit
22b43cb9b2
115 changed files with 1377 additions and 0 deletions
13
config/shulkercharm.json5
Normal file
13
config/shulkercharm.json5
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
/* The modifier for the maximum distance from a beacon to keep charging.
|
||||
Formula is <beacon level> * <modifier> + 10.
|
||||
Vanilla range modifier is 10; set to -1 to disable charge requirement.
|
||||
*/
|
||||
"rangeModifier": 10,
|
||||
/* The maximum amount of power a shulker charm can store.
|
||||
Charm gains 20 energy per second when in beacon range,
|
||||
and loses 20 energy per second when out of it.
|
||||
Default value 1200 (60 seconds).
|
||||
*/
|
||||
"maxPower": 1200
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue