9
0
mirror of https://github.com/IrisDimensions/overworld.git synced 2025-12-29 03:39:15 +00:00
This commit is contained in:
Daniel Mills
2020-09-11 08:04:48 -04:00
parent 4942f2f9d5
commit d72f357c8b
3 changed files with 26 additions and 2 deletions

View File

@@ -115,6 +115,16 @@
}
}
],
"effects": [
{
"interval": 250,
"chance": 5,
"particleEffect": "TOTEM",
"particleOffset": 2,
"particleAltY": 0.2,
"particleCount": 5
}
],
"objects": [
{
"chance": 0.125,

View File

@@ -4,11 +4,11 @@
"particleAltX": 0.301,
"particleAltY": -0.33885,
"particleAltZ": 0.301,
"chance": 1,
"chance": 3,
"particleEffect": "TOTEM",
"particleOffset": 12,
"interval": 550,
"particleCount": 0
"particleCount": 3
}
],
"children": [

View File

@@ -64,6 +64,20 @@
],
"landBiomeZoom": 1.25,
"effects": [
{
"sound": "AMBIENT_CAVE",
"chance": 6,
"minPitch": 0.1,
"maxPitch": 0.5,
"interval": 10000
},
{
"chance": 5,
"interval": 200,
"particleEffect": "SNOW_SHOVEL",
"particleCount": 7,
"particleOffset": 0
},
{
"potionTicksMin": 75,
"potionEffect": "SLOW_DIGGING",