feat: initial commit

This commit is contained in:
lucasdpt
2026-06-14 01:24:29 +02:00
commit 0d40f88ab2
5815 changed files with 703860 additions and 0 deletions
+17
View File
@@ -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
}
}
}