1
0
Fork 0

Inital commit

This commit is contained in:
abtmtr 2025-08-27 20:49:18 -05:00
commit b5089257c5
1005 changed files with 23476 additions and 0 deletions

View file

@ -0,0 +1,15 @@
{
"version": 1,
"data": {
"experiencePoints": 0,
"score": 0,
"foodLevel": 20,
"saturationLevel": 5.0,
"exhaustion": 0.0,
"health": 20.0,
"statusEffects": [
"{\n data: [],\n palette: [],\n duration: 100,\n id: \"minecraft:strength\",\n show_icon: 0b,\n show_particles: 0b\n}",
"{\n data: [],\n palette: [],\n amplifier: 1b,\n duration: 100,\n id: \"minecraft:haste\",\n show_icon: 0b,\n show_particles: 0b\n}"
]
}
}