Add boulder spell
This commit is contained in:
@@ -18,8 +18,12 @@
|
||||
"entity.black_hole.ambient": {"category": "spells", "sounds": ["portal/portal"]},
|
||||
"entity.black_hole.vanish": {"category": "spells", "sounds": ["portal/trigger"]},
|
||||
"entity.black_hole.break_block": {"category": "spells", "sounds": ["mob/zombie/woodbreak"]},
|
||||
"entity.bubble.pop": {"category": "spells", "sounds": ["random/pop"]},
|
||||
"entity.blizzard.ambient": {"category": "spells", "sounds": ["ebwizardry:wind"]},
|
||||
"entity.boulder.roll": {"category": "spells", "sounds": ["ebwizardry:roll"]},
|
||||
"entity.boulder.land": {"category": "spells", "sounds": ["ebwizardry:rumble"]},
|
||||
"entity.boulder.hit": {"category": "spells", "sounds": ["damage/hit1", "damage/hit2", "damage/hit3"]},
|
||||
"entity.boulder.break_block": {"category": "spells", "sounds": ["mob/zombie/woodbreak"]},
|
||||
"entity.bubble.pop": {"category": "spells", "sounds": ["random/pop"]},
|
||||
"entity.decay.ambient": {"category": "spells", "sounds": ["liquid/lava"]},
|
||||
"entity.entrapment.ambient": {"category": "spells", "sounds": ["portal/portal"]},
|
||||
"entity.entrapment.vanish": {"category": "spells", "sounds": ["portal/trigger"]},
|
||||
@@ -130,6 +134,7 @@
|
||||
"spell.blinding_flash": {"category": "spells", "sounds": ["ebwizardry:flash"]},
|
||||
"spell.blink": {"category": "spells", "sounds": ["mob/endermen/portal", "mob/endermen/portal2"]},
|
||||
"spell.blizzard": {"category": "spells", "sounds": ["ebwizardry:ice_age"]},
|
||||
"spell.boulder": {"category": "spells", "sounds": ["random/bow"]},
|
||||
"spell.bubble.shoot": {"category": "spells", "sounds": ["ebwizardry:ice"]},
|
||||
"spell.bubble.splash": {"category": "spells", "sounds": ["liquid/swim1", "liquid/swim2", "liquid/swim3", "liquid/swim4"], "volume": 2},
|
||||
"spell.chain_lightning": {"category": "spells", "sounds": ["ebwizardry:arc1", "ebwizardry:arc2", "ebwizardry:arc3"]},
|
||||
|
||||
Reference in New Issue
Block a user