mirror of
https://github.com/IrisDimensions/overworld.git
synced 2025-12-29 03:39:15 +00:00
Fixes
This commit is contained in:
@@ -115,6 +115,16 @@
|
||||
}
|
||||
}
|
||||
],
|
||||
"effects": [
|
||||
{
|
||||
"interval": 250,
|
||||
"chance": 5,
|
||||
"particleEffect": "TOTEM",
|
||||
"particleOffset": 2,
|
||||
"particleAltY": 0.2,
|
||||
"particleCount": 5
|
||||
}
|
||||
],
|
||||
"objects": [
|
||||
{
|
||||
"chance": 0.125,
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user