generated from NTCat/mcpacktemp
12 lines
448 B
TOML
12 lines
448 B
TOML
|
#How fast the emerald should spin (multiplier of the default speed)
|
||
|
#Range: 0.0 ~ 1.7976931348623157E308
|
||
|
spinSpeed = 1.0
|
||
|
#How fast the emerald should bob up and down (multiplier of the default speed)
|
||
|
#Range: 0.0 ~ 1.7976931348623157E308
|
||
|
bobSpeed = 1.0
|
||
|
#Whether info about the saved levels should be shown above the XP Block
|
||
|
renderXPInfo = true
|
||
|
#Whether the block's custom name should be shown above the XP Block
|
||
|
renderCustomName = true
|
||
|
|