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