moving around
This commit is contained in:
17
web/pack/config/visuality/config.toml
Normal file
17
web/pack/config/visuality/config.toml
Normal file
@@ -0,0 +1,17 @@
|
||||
[slime]
|
||||
#Slime Blobs Enabled
|
||||
enabled = true
|
||||
|
||||
[charge]
|
||||
#Charge Particle Enabled
|
||||
enabled = true
|
||||
|
||||
[waterCircle]
|
||||
#Water Circles Enabled
|
||||
enabled = true
|
||||
#Water Circles Colored
|
||||
colored = true
|
||||
#Water Circles Density
|
||||
# Default: 16
|
||||
# Range: 0 ~ 64
|
||||
density = 16
|
||||
@@ -0,0 +1,70 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"interval": 10,
|
||||
"entries": [
|
||||
{
|
||||
"block": [
|
||||
"minecraft:gold_ore",
|
||||
"minecraft:deepslate_gold_ore",
|
||||
"minecraft:nether_gold_ore"
|
||||
],
|
||||
"particle": {
|
||||
"color": [
|
||||
0.99607843,
|
||||
1.0,
|
||||
0.7411765
|
||||
],
|
||||
"type": "visuality:sparkle"
|
||||
}
|
||||
},
|
||||
{
|
||||
"block": [
|
||||
"minecraft:diamond_ore",
|
||||
"minecraft:deepslate_diamond_ore"
|
||||
],
|
||||
"particle": {
|
||||
"color": [
|
||||
0.7058824,
|
||||
0.99215686,
|
||||
0.93333334
|
||||
],
|
||||
"type": "visuality:sparkle"
|
||||
}
|
||||
},
|
||||
{
|
||||
"block": [
|
||||
"minecraft:emerald_ore",
|
||||
"minecraft:deepslate_emerald_ore"
|
||||
],
|
||||
"particle": {
|
||||
"color": [
|
||||
0.8509804,
|
||||
1.0,
|
||||
0.92156863
|
||||
],
|
||||
"type": "visuality:sparkle"
|
||||
}
|
||||
},
|
||||
{
|
||||
"block": "minecraft:amethyst_cluster",
|
||||
"particle": {
|
||||
"color": [
|
||||
0.99607843,
|
||||
0.79607844,
|
||||
0.9019608
|
||||
],
|
||||
"type": "visuality:sparkle"
|
||||
}
|
||||
},
|
||||
{
|
||||
"block": [
|
||||
"minecraft:soul_sand",
|
||||
"minecraft:soul_soil"
|
||||
],
|
||||
"direction": "up",
|
||||
"particle": {
|
||||
"type": "visuality:soul"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
15
web/pack/config/visuality/particle_emitters/block_step.json
Normal file
15
web/pack/config/visuality/particle_emitters/block_step.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"enabled": true,
|
||||
"interval": 10,
|
||||
"entries": [
|
||||
{
|
||||
"block": [
|
||||
"minecraft:soul_sand",
|
||||
"minecraft:soul_soil"
|
||||
],
|
||||
"particle": {
|
||||
"type": "visuality:soul"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -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"
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
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