Clean slate

This commit is contained in:
bytegrip
2025-11-08 17:53:47 +02:00
commit a919c8717e
944 changed files with 134472 additions and 0 deletions

View File

@@ -0,0 +1,50 @@
[
{
"killRequirement": 0,
"checkPlayer": true,
"checkLight": false,
"checkRedstone": false,
"spawnAmount": 0,
"cooldown": 0
},
{
"killRequirement": 64,
"checkPlayer": true,
"checkLight": true,
"checkRedstone": false,
"spawnAmount": 2,
"cooldown": 400
},
{
"killRequirement": 128,
"checkPlayer": true,
"checkLight": true,
"checkRedstone": false,
"spawnAmount": 4,
"cooldown": 200
},
{
"killRequirement": 256,
"checkPlayer": false,
"checkLight": true,
"checkRedstone": false,
"spawnAmount": 4,
"cooldown": 100
},
{
"killRequirement": 512,
"checkPlayer": false,
"checkLight": false,
"checkRedstone": false,
"spawnAmount": 4,
"cooldown": 100
},
{
"killRequirement": 1024,
"checkPlayer": false,
"checkLight": false,
"checkRedstone": true,
"spawnAmount": 6,
"cooldown": 40
}
]