anvilcraft4/overrides/config/Flight Rings.json5
LordMZTE b3791ea05f
Some checks failed
continuous-integration/drone/push Build is failing
feat: add kubejs script (WIP)
2022-06-29 22:14:03 +02:00

38 lines
1.1 KiB
Plaintext

{
"basicRingOptions": {
"enabled": true,
"durability": true,
// Durability of basic ring
"durabilityValue": 180,
// Recipe uses an ender eye instead of quartz. §c§lDeletes existing basic rings
"eye": false,
"exhaustion": 0.15000000596046448,
// Basic ring gives slow falling after breaking
"protects": false
},
"pureRingOptions": {
"durability": true,
// Durability of pure ring
"durabilityValue": 9000,
"exhaustion": 0.029999999329447746,
// Pure ring uses XP instead of durability
"xpEnabled": false,
// How much percentage of the XP bar is used per second
"xpCost": 1.0,
// Pure ring gives you slow falling when out of durability
"protects": true
},
"misc": {
// Percentage chance per tick (20/s) for a ring to lose durability
"damageChance": 10.0,
// Recipes disabled. §c§lDeletes all existing rings
"treasure": true,
// Enables rings to spawn in chest loot
"chestLoot": false,
// Adds Trinkets support. §c§lDeletes all existing rings
"trinkets": true,
// Rings force flight when equipping or loading world midair
"autofly": true
}
}