moving around
This commit is contained in:
38
web/pack/config/visuality/particle_emitters/entity_hit.json
Normal file
38
web/pack/config/visuality/particle_emitters/entity_hit.json
Normal 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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user