Pack start

This commit is contained in:
2025-07-26 14:57:57 +02:00
commit 4a3d935039
843 changed files with 30825 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"
}
}
]
}