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,
"min_amount": 1,
"max_amount": 20,
"entries": [
{
"entity": [
"minecraft:skeleton",
"minecraft:skeleton_horse",
"minecraft:stray"
],
"particle": {
"type": "visuality:bone"
}
},
{
"entity": "minecraft:wither_skeleton",
"particle": {
"type": "visuality:wither_bone"
}
},
{
"entity": "minecraft:chicken",
"particle": {
"type": "visuality:feather"
}
},
{
"entity": [
"minecraft:villager",
"minecraft:wandering_trader"
],
"particle": {
"type": "visuality:emerald"
}
}
]
}