moving around

This commit is contained in:
2025-07-26 15:09:57 +02:00
parent c036755c2e
commit 3266144373
843 changed files with 0 additions and 0 deletions

View File

@@ -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"
}
}
]
}