This repository has been archived on 2023-11-02. You can view files and clone it, but cannot push or open issues or pull requests.
jland-packwiz-pack/config/physicsmod/physics_animations_client_config.json

118 lines
2.6 KiB
JSON
Raw Normal View History

2023-11-02 12:32:44 -05:00
{
"customizedAnimations": [
{
"identifier": 0,
"Name": "default",
"Animation Curve": 0,
"Despawn Speed": 0.5,
"Type": 0,
"Particle Spawn": []
},
{
"identifier": 5,
"Name": "portal",
"Animation Curve": 0,
"Despawn Speed": 0.0,
"Type": 0,
"Particle Spawn": [
{
"Type": "minecraft:reverse_portal",
"Amount": 16,
"Spread Radius": 0.8,
"Spawn Chance": 1.0,
"Velocity X": 0.0,
"Velocity Y": 0.0,
"Velocity Z": 0.0,
"Sound Volume": 0.1,
"Sound": "minecraft:block.portal.ambient"
}
]
},
{
"identifier": 6,
"Name": "splash",
"Animation Curve": 0,
"Despawn Speed": 0.0,
"Type": 0,
"Particle Spawn": [
{
"Type": "minecraft:splash",
"Amount": 16,
"Spread Radius": 0.7,
"Spawn Chance": 1.0,
"Velocity X": 0.0,
"Velocity Y": 0.0,
"Velocity Z": 0.0,
"Sound Volume": 0.1,
"Sound": "minecraft:entity.dolphin.splash"
}
]
},
{
"identifier": 1,
"Name": "vanish",
"Animation Curve": 2,
"Despawn Speed": 0.5,
"Type": 1,
"Particle Spawn": []
},
{
"identifier": 3,
"Name": "explosion",
"Animation Curve": 1,
"Despawn Speed": 0.5,
"Type": 2,
"Particle Spawn": [
{
"Type": "minecraft:lava",
"Amount": 4,
"Spread Radius": 0.5,
"Spawn Chance": 1.0,
"Velocity X": 0.0,
"Velocity Y": 0.0,
"Velocity Z": 0.0,
"Sound Volume": 0.1,
"Sound": "minecraft:block.lava.extinguish"
},
{
"Type": "minecraft:poof",
"Amount": 7,
"Spread Radius": 0.5,
"Spawn Chance": 1.0,
"Velocity X": 0.0,
"Velocity Y": 0.0,
"Velocity Z": 0.0,
"Sound Volume": 0.1
}
]
},
{
"identifier": 4,
"Name": "poof",
"Animation Curve": 0,
"Despawn Speed": 0.0,
"Type": 0,
"Particle Spawn": [
{
"Type": "minecraft:poof",
"Amount": 6,
"Spread Radius": 0.8,
"Spawn Chance": 1.0,
"Velocity X": 0.0,
"Velocity Y": 0.0,
"Velocity Z": 0.0,
"Sound Volume": 0.2,
"Sound": "minecraft:entity.fox.sniff"
}
]
},
{
"identifier": 2,
"Name": "bounce",
"Animation Curve": 3,
"Despawn Speed": 0.6,
"Type": 0,
"Particle Spawn": []
}
]
}