added config files
This commit is contained in:
41
config/visuality.json
Normal file
41
config/visuality.json
Normal file
@@ -0,0 +1,41 @@
|
||||
{
|
||||
"slimeEnabled": true,
|
||||
"slimeColor": {
|
||||
"value": 8978297
|
||||
},
|
||||
"chargeEnabled": true,
|
||||
"sparkleEnabled": true,
|
||||
"soulEnabled": true,
|
||||
"waterCircles": {
|
||||
"density": 10,
|
||||
"radius": 16,
|
||||
"enabled": true,
|
||||
"colored": true
|
||||
},
|
||||
"hitParticlesEnabled": true,
|
||||
"hitParticleEntries": [
|
||||
"minecraft:skeleton/visuality:bone",
|
||||
"minecraft:skeleton_horse/visuality:bone",
|
||||
"minecraft:stray/visuality:bone",
|
||||
"minecraft:wither_skeleton/visuality:wither_bone",
|
||||
"minecraft:chicken/visuality:feather",
|
||||
"minecraft:villager/visuality:emerald"
|
||||
],
|
||||
"shinyArmorEnabled": true,
|
||||
"shinyArmorEntries": [
|
||||
"minecraft:golden_helmet",
|
||||
"minecraft:golden_chestplate",
|
||||
"minecraft:golden_leggings",
|
||||
"minecraft:golden_boots",
|
||||
"minecraft:diamond_helmet",
|
||||
"minecraft:diamond_chestplate",
|
||||
"minecraft:diamond_leggings",
|
||||
"minecraft:diamond_boots"
|
||||
],
|
||||
"shinyBlocksEnabled": true,
|
||||
"shinyBlockEntries": [
|
||||
"#minecraft:gold_ores",
|
||||
"#minecraft:diamond_ores",
|
||||
"#minecraft:emerald_ores"
|
||||
]
|
||||
}
|
Reference in New Issue
Block a user