Clean slate

This commit is contained in:
bytegrip
2025-11-08 15:21:14 +02:00
commit 73bfc2019d
890 changed files with 112578 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
}
]