feat: initial commit
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"misc": {},
|
||||
"soulFruit": {
|
||||
"ALLOW_SOUL_FRUIT_BLINDNESS": {
|
||||
"comment": "Allow Soul Fruit to give the player blindness",
|
||||
"value": true
|
||||
},
|
||||
"SOUL_FRUIT_BLINDNESS": {
|
||||
"comment": "The duration of the blindness effect from Soul Fruit in Seconds, Value must be \u003e 0",
|
||||
"value": 60
|
||||
},
|
||||
"SOUL_FRUIT_BLINDNESS_RANGE": {
|
||||
"comment": "The range of the blindness effect from Soul Fruit in Blocks, Value must be \u003e 0",
|
||||
"value": 25
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user