SimpleStory

This commit is contained in:
UltraLionFr
2025-07-18 20:46:07 +02:00
commit f12e1cf179
614 changed files with 33899 additions and 0 deletions
@@ -0,0 +1,38 @@
{
"enabled": true,
"interval": 20,
"entries": [
{
"armor": [
"minecraft:golden_helmet",
"minecraft:golden_chestplate",
"minecraft:golden_leggings",
"minecraft:golden_boots"
],
"particle": {
"color": [
0.99607843,
1.0,
0.7411765
],
"type": "visuality:sparkle"
}
},
{
"armor": [
"minecraft:diamond_helmet",
"minecraft:diamond_chestplate",
"minecraft:diamond_leggings",
"minecraft:diamond_boots"
],
"particle": {
"color": [
0.7058824,
0.99215686,
0.93333334
],
"type": "visuality:sparkle"
}
}
]
}