{
  "block_sounds" : {
    "sulfur": {
      "volume": 1.0,
      "pitch": 1.0,
      "events": {
        "break": {
          "sound": "block.sulfur.break",
          "pitch": 0.8
        },
        "place": {
          "sound": "block.sulfur.place",
          "pitch": 0.8
        },
        "hit": {
          "sound": "block.sulfur.hit",
          "volume": 0.3,
          "pitch": 0.5
        }
      }
    },
    "potent_sulfur": {
      "volume": 1.0,
      "pitch": 1.0,
      "events": {
        "break": {
          "sound": "block.potent_sulfur.break",
          "pitch": 0.8
        },
        "place": {
          "sound": "block.potent_sulfur.place",
          "pitch": 0.8
        },
        "hit": {
          "sound": "block.potent_sulfur.hit",
          "volume": 0.3,
          "pitch": 0.5
        },
        "ambient": {
          "sound": "block.potent_sulfur.ambient"
        }
      }
    },
    "cinnabar": {
      "volume": 1.0,
      "pitch": 1.0,
      "events": {
        "break": {
          "sound": "block.cinnabar.break",
          "pitch": 0.8
        },
        "place": {
          "sound": "block.cinnabar.place",
          "pitch": 0.8
        },
        "hit": {
          "sound": "block.cinnabar.hit",
          "volume": 0.3,
          "pitch": 0.5
        }
      }
    }
  },
  "interactive_sounds": {
    "block_sounds": {
      "sulfur": {
        "volume": 1.0,
        "pitch": 1.0,
        "events": {
          "step": {
            "sound": "block.sulfur.step",
            "volume": 0.3,
            "pitch": 1.0
          },
          "hit": {
            "sound": "block.sulfur.hit",
            "volume": 0.3,
            "pitch": 0.5
          },
          "fall": {
            "sound": "block.sulfur.fall",
            "volume": 1.0,
            "pitch": 0.75
          },
          "jump": {
            "sound": "block.sulfur.step",
            "volume": 0.4,
            "pitch": 1.0
          },
          "land": {
            "sound": "block.sulfur.step",
            "volume": 0.4,
            "pitch": 1.0
          }
        }
      },
      "potent_sulfur": {
        "volume": 1.0,
        "pitch": 1.0,
        "events": {
          "step": {
            "sound": "block.potent_sulfur.step",
            "volume": 0.3,
            "pitch": 1.0
          },
          "hit": {
            "sound": "block.potent_sulfur.hit",
            "volume": 0.3,
            "pitch": 0.5
          },
          "fall": {
            "sound": "block.potent_sulfur.fall",
            "volume": 1.0,
            "pitch": 0.75
          },
          "jump": {
            "sound": "block.potent_sulfur.step",
            "volume": 0.4,
            "pitch": 1.0
          },
          "land": {
            "sound": "block.potent_sulfur.step",
            "volume": 0.4,
            "pitch": 1.0
          }
        }
      },
      "cinnabar": {
        "volume": 1.0,
        "pitch": 1.0,
        "events": {
          "step": {
            "sound": "block.cinnabar.step",
            "volume": 0.3,
            "pitch": 1.0
          },
          "hit": {
            "sound": "block.cinnabar.hit",
            "volume": 0.5,
            "pitch": 0.5
          },
          "fall": {
            "sound": "block.cinnabar.fall",
            "volume": 1.0,
            "pitch": 0.75
          },
          "jump": {
            "sound": "block.cinnabar.step",
            "volume": 0.4,
            "pitch": 1.0
          },
          "land": {
            "sound": "block.cinnabar.step",
            "volume": 0.4,
            "pitch": 1.0
          }
        }
      },
      "copper_golem_statue": {
        "events": {
          "fall": "block.copper_golem_statue.fall",
          "step": "block.copper_golem_statue.step"
        }
      }
    }
  },
  "entity_sounds": {
    "entities": {
      "sulfur_cube": {
        "volume": 0.8,
        "pitch": [ 0.8, 1.2 ],
        "events": {
          "death": "mob.sulfur_cube.death",
          "hurt": "mob.sulfur_cube.hurt",
          "squish.big": "mob.sulfur_cube.jump",
          "squish.small": "mob.sulfur_cube.small.jump",
          "bounce": "mob.sulfur_cube.bounce",
          "absorb_block": "mob.sulfur_cube.absorb",
          "eject_block": "mob.sulfur_cube.eject",
          "slime_landing": "mob.sulfur_cube.landing",
          "fuse": {
            "sound": "random.fuse",
            "volume": 1.0,
            "pitch": 0.5
          }
        },
        "variants": {
          "key": "query.variant == 1 ? 'small' : query.property('minecraft:sulfur_cube_archetype')",
          "map": {
            "small": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "squish.small": {
                  "sound": "mob.sulfur_cube.small.jump",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "slime_landing": {
                  "sound": "mob.sulfur_cube.small.landing",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "hurt": {
                  "sound": "mob.sulfur_cube.small.hurt",
                  "volume": 1.0,
                  "pitch": 0.5
                },
                "death": {
                  "sound": "mob.sulfur_cube.small.death",
                  "volume": 1.0,
                  "pitch": 0.5
                }
              }
            },
            "none": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "squish.big": {
                  "sound": "mob.sulfur_cube.jump",
                  "volume": 1.0
                },
                "death": {
                  "sound": "mob.sulfur_cube.death",
                  "volume": 0.5,
                  "pitch": 0.9
                },
                "hurt": {
                  "sound": "mob.sulfur_cube.hurt",
                  "volume": [ 0.5, 1.5 ],
                  "pitch": [ 0.8, 1.2 ]
                }
              }
            },
            "bouncy": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "hurt": {
                  "sound": "mob.sulfur_cube.bouncy.hit",
                  "volume": [ 0.5, 1.5 ],
                  "pitch": [ 0.8, 1.2 ]
                },
                "pushed_by_player": {
                  "sound": "mob.sulfur_cube.bouncy.push",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                },
                "bounce": {
                  "sound": "mob.sulfur_cube.bounce",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                }
              }
            },
            "slow_flat": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "hurt": {
                  "sound": "mob.sulfur_cube.slow_flat.hit",
                  "volume": [ 0.5, 1.5 ],
                  "pitch": [ 0.8, 1.2 ]
                },
                "pushed_by_player": {
                  "sound": "mob.sulfur_cube.slow_flat.push",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                },
                "bounce": {
                  "sound": "mob.sulfur_cube.bounce",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                }
              }
            },
            "regular": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "hurt": {
                  "sound": "mob.sulfur_cube.regular.hit",
                  "volume": [ 0.5, 1.5 ],
                  "pitch": [ 0.8, 1.2 ]
                },
                "pushed_by_player": {
                  "sound": "mob.sulfur_cube.regular.push",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                },
                "bounce": {
                  "sound": "mob.sulfur_cube.bounce",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                }
              }
            },
            "fast_flat": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "hurt": {
                  "sound": "mob.sulfur_cube.fast_flat.hit",
                  "volume": [ 0.5, 1.5 ],
                  "pitch": [ 0.8, 1.2 ]
                },
                "pushed_by_player": {
                  "sound": "mob.sulfur_cube.fast_flat.push",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                },
                "bounce": {
                  "sound": "mob.sulfur_cube.bounce",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                }
              }
            },
            "light": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "hurt": {
                  "sound": "mob.sulfur_cube.light.hit",
                  "volume": [ 0.5, 1.5 ],
                  "pitch": [ 0.8, 1.2 ]
                },
                "pushed_by_player": {
                  "sound": "mob.sulfur_cube.light.push",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                },
                "bounce": {
                  "sound": "mob.sulfur_cube.bounce",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                }
              }
            },
            "fast_sliding": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "hurt": {
                  "sound": "mob.sulfur_cube.fast_sliding.hit",
                  "volume": [ 0.5, 1.5 ],
                  "pitch": [ 0.8, 1.2 ]
                },
                "pushed_by_player": {
                  "sound": "mob.sulfur_cube.fast_sliding.push",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                },
                "bounce": {
                  "sound": "mob.sulfur_cube.bounce",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                }
              }
            },
            "slow_sliding": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "hurt": {
                  "sound": "mob.sulfur_cube.slow_sliding.hit",
                  "volume": [ 0.5, 1.5 ],
                  "pitch": [ 0.8, 1.2 ]
                },
                "pushed_by_player": {
                  "sound": "mob.sulfur_cube.slow_sliding.push",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                },
                "bounce": {
                  "sound": "mob.sulfur_cube.bounce",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                }
              }
            },
            "sticky": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "hurt": {
                  "sound": "mob.sulfur_cube.sticky.hit",
                  "volume": [ 0.5, 1.5 ],
                  "pitch": [ 0.8, 1.2 ]
                },
                "pushed_by_player": {
                  "sound": "mob.sulfur_cube.sticky.push",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                },
                "bounce": {
                  "sound": "mob.sulfur_cube.bounce",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                }
              }
            },
            "high_resistance": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "hurt": {
                  "sound": "mob.sulfur_cube.high_resistance.hit",
                  "volume": [ 0.5, 1.5 ],
                  "pitch": [ 0.8, 1.2 ]
                },
                "pushed_by_player": {
                  "sound": "mob.sulfur_cube.high_resistance.push",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                },
                "bounce": {
                  "sound": "mob.sulfur_cube.bounce",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                }
              }
            },
            "explosive": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "hurt": {
                  "sound": "mob.sulfur_cube.explosive.hit",
                  "volume": [ 0.5, 1.5 ],
                  "pitch": [ 0.8, 1.2 ]
                },
                "pushed_by_player": {
                  "sound": "mob.sulfur_cube.explosive.push",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                },
                "bounce": {
                  "sound": "mob.sulfur_cube.bounce",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                }
              }
            },
            "hot": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "hurt": {
                  "sound": "mob.sulfur_cube.hot.hit",
                  "volume": [ 0.5, 1.5 ],
                  "pitch": [ 0.8, 1.2 ]
                },
                "pushed_by_player": {
                  "sound": "mob.sulfur_cube.hot.push",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                },
                "bounce": {
                  "sound": "mob.sulfur_cube.bounce",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                }
              }
            },
            "slow_bouncy": {
              "pitch": 1.0,
              "volume": 1.0,
              "events": {
                "hurt": {
                  "sound": "mob.sulfur_cube.slow_bouncy.hit",
                  "volume": [ 0.5, 1.5 ],
                  "pitch": [ 0.8, 1.2 ]
                },
                "pushed_by_player": {
                  "sound": "mob.sulfur_cube.slow_bouncy.push",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                },
                "bounce": {
                  "sound": "mob.sulfur_cube.bounce",
                  "volume": 1.0,
                  "pitch": [ 0.8, 1.2 ]
                }
              }
            }
          }
        }
      },
      "slime": {
        "volume": 1.0,
        "pitch": [ 0.8, 1.2 ],
        "events": {
          "ambient": "",
          "hurt": "mob.slime.small",
          "death": "mob.slime.small",
          "squish.big": {
            "sound": "mob.slime.big",
            "pitch": [ 0.64, 0.96 ]
          },
          "squish.small": {
            "sound": "mob.slime.small",
            "pitch": [ 0.64, 0.96 ]
          },
          "slime_landing": {
            "sound": "mob.slime.big",
            "pitch": [ 0.64, 0.96 ]
          },
          "attack": {
            "sound": "mob.attack",
            "pitch": [ 0.8, 1.2 ]
          }
        }
      },
      "magma_cube": {
        "volume": 1.0,
        "pitch": [ 0.8, 1.2 ],
        "events": {
          "ambient": "",
          "hurt": "mob.magmacube.small",
          "death": "mob.magmacube.small",
          "squish.big": {
            "sound": "mob.magmacube.big",
            "pitch": [ 0.64, 0.96 ]
          },
          "squish.small": {
            "sound": "mob.magmacube.small",
            "pitch": [ 0.64, 0.96 ]
          },
          "slime_landing": {
            "sound": "mob.magmacube.big",
            "pitch": [ 0.64, 0.96 ]
          },
          "attack": {
            "sound": "mob.attack",
            "pitch": [ 0.8, 1.2 ]
          }
        }
      }
    }
  },
  "individual_event_sounds": {
    "events": {
      "record.bounce": {
        "sound": "record.bounce",
        "volume": 1.0,
        "pitch": 1.0
      },
      "bucket.fill.land_animal": {
        "sound": "item.sulfur_cube.fill",
        "volume": 1.0,
        "pitch": 1.0
      },
      "bucket.empty.land_animal": {
        "sound": "item.sulfur_cube.empty",
        "volume": 1.0,
        "pitch": 1.0
      },
      "geyser_eruption_start": {
        "sound": "block.potent_sulfur.geyser_eruption_start",
        "volume": 1.0,
        "pitch": 1.0
      },
      "geyser_eruption_active": {
        "sound": "block.potent_sulfur.geyser_eruption_active",
        "volume": 2.0,
        "pitch": 1.0
      },
      "geyser_continuous_eruption_start": {
        "sound": "block.potent_sulfur.geyser_continuous_eruption_start",
        "volume": 1.0,
        "pitch": 1.0
      },
      "geyser_continuous_eruption_active": {
        "sound": "block.potent_sulfur.geyser_continuous_eruption_active",
        "volume": 2.0,
        "pitch": 1.0
      }
    }
  }
}