1
0
mirror of https://github.com/Mojang/bedrock-samples.git synced 2025-10-05 12:29:51 +00:00
Files
2025-10-01 09:35:13 -07:00

2164 lines
56 KiB
JSON

{
"$id": "2333463437",
"$schema": "http://json-schema.org/draft-07/schema#",
"definitions": {
"1095951327": {
"properties": {
"slot": {
"pattern": "none|all|g_armor|armor_head|armor_torso|armor_feet|armor_legs|sword|bow|spear|crossbow|g_tool|hoe|shears|flintsteel|shield|g_digging|axe|pickaxe|shovel|fishing_rod|carrot_stick|elytra|cosmetic_head",
"type": "string"
},
"value": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"slot",
"value"
],
"title": "minecraft:enchantable",
"type": "object"
},
"1206516236": {
"oneOf": [
{
"type": "boolean"
},
{
"properties": {
"value": {
"type": "boolean"
}
},
"type": "object"
}
],
"title": "minecraft:glint"
},
"1372809227": {
"oneOf": [
{
"type": "string"
},
{
"properties": {
"textures": {
"additionalProperties": {
"$ref": "#/definitions/3504177219"
},
"type": "object"
}
},
"type": "object"
}
],
"title": "minecraft:icon v1.21.80"
},
"1398826300": {
"properties": {
"max": {
"type": "integer"
},
"min": {
"type": "integer"
}
},
"title": "IntRange",
"type": "object"
},
"1493335182": {
"title": "Reference",
"type": "string"
},
"1527037515": {
"title": "Reference",
"type": "string"
},
"1531870811": {
"oneOf": [
{
"type": "string"
},
{
"additionalProperties": {
"type": "string"
},
"type": "object"
}
],
"title": "Item Descriptor"
},
"1658474219": {
"properties": {
"repair_items": {
"items": {
"$ref": "#/definitions/3256164975"
},
"type": "array"
}
},
"title": "minecraft:repairable",
"type": "object"
},
"1661309668": {
"oneOf": [
{
"type": "string"
},
{
"properties": {
"value": {
"type": "string"
}
},
"type": "object"
}
],
"title": "minecraft:hover_text_color"
},
"1754804474": {
"oneOf": [
{
"type": "boolean"
},
{
"type": "string"
}
],
"title": "minecraft:interact_button"
},
"1873913113": {
"properties": {
"allow_nested_storage_items": {
"type": "boolean"
},
"allowed_items": {
"items": {
"$ref": "#/definitions/1531870811"
},
"type": "array"
},
"banned_items": {
"items": {
"$ref": "#/definitions/1531870811"
},
"type": "array"
},
"max_slots": {
"maximum": 64,
"type": "integer"
}
},
"title": "minecraft:storage_item",
"type": "object"
},
"1889822164": {
"oneOf": [
{
"type": "boolean"
},
{
"properties": {
"value": {
"type": "boolean"
}
},
"type": "object"
}
],
"title": "minecraft:hand_equipped"
},
"1899103179": {
"properties": {
"block": {
"$ref": "#/definitions/2794205495"
},
"speed": {
"type": "integer"
}
},
"required": [
"block",
"speed"
],
"title": "BlockInfo",
"type": "object"
},
"1956551060": {
"properties": {
"durability_thresholds": {
"items": {
"$ref": "#/definitions/764203503"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"durability_thresholds"
],
"title": "minecraft:durability_sensor",
"type": "object"
},
"2041267453": {
"properties": {
"protection": {
"minimum": 0,
"type": "integer"
},
"slot": {
"enum": [
"slot.weapon.offhand",
"slot.armor.head",
"slot.armor.chest",
"slot.armor.legs",
"slot.armor.feet"
],
"title": "EquipmentSlot",
"type": "string"
}
},
"required": [
"slot"
],
"title": "minecraft:wearable",
"type": "object"
},
"2063418195": {
"properties": {
"absorbable_causes": {
"items": {
"type": "string"
},
"minItems": 1,
"type": "array"
}
},
"required": [
"absorbable_causes"
],
"title": "minecraft:damage_absorption",
"type": "object"
},
"2267778531": {
"oneOf": [
{
"type": "string"
},
{
"properties": {
"expression": {
"type": "string"
},
"version": {
"type": "integer"
}
},
"required": [
"expression",
"version"
],
"type": "object"
}
],
"title": "Molang string"
},
"2333685719": {
"properties": {
"num_viewable_slots": {
"maximum": 64,
"minimum": 1,
"type": "integer"
}
},
"title": "minecraft:bundle_interaction",
"type": "object"
},
"2359991381": {
"oneOf": [
{
"type": "boolean"
},
{
"properties": {
"value": {
"type": "boolean"
}
},
"type": "object"
}
],
"title": "minecraft:liquid_clipped"
},
"2499855414": {
"properties": {
"destroy_speeds": {
"items": {
"$ref": "#/definitions/1899103179"
},
"type": "array"
},
"use_efficiency": {
"type": "boolean"
}
},
"title": "minecraft:digger",
"type": "object"
},
"268086052": {
"properties": {
"can_always_eat": {
"type": "boolean"
},
"nutrition": {
"type": "integer"
},
"saturation_modifier": {
"minimum": 0,
"type": "number"
},
"using_converts_to": {
"$ref": "#/definitions/1531870811"
}
},
"title": "minecraft:food",
"type": "object"
},
"2681068491": {
"properties": {
"item": {
"$ref": "#/definitions/1531870811"
},
"search_inventory": {
"type": "boolean"
},
"use_in_creative": {
"type": "boolean"
},
"use_offhand": {
"type": "boolean"
}
},
"required": [
"item"
],
"title": "Ammunition",
"type": "object"
},
"2770948419": {
"properties": {
"name": {
"type": "string"
},
"states": {
"additionalProperties": {
"$ref": "#/definitions/517105782"
},
"type": "object"
},
"tags": {
"type": "string"
}
},
"title": "BlockDescriptorProxy",
"type": "object"
},
"2794205495": {
"oneOf": [
{
"$ref": "#/definitions/2770948419"
},
{
"minLength": 1,
"type": "string"
},
{
"$ref": "#/definitions/2770948419"
}
],
"title": "Block Descriptor"
},
"2817495317": {
"oneOf": [
{
"maximum": 64,
"minimum": 1,
"type": "integer"
},
{
"properties": {
"value": {
"maximum": 64,
"minimum": 1,
"type": "integer"
}
},
"type": "object"
}
],
"title": "minecraft:max_stack_size"
},
"2942400907": {
"properties": {
"value": {
"type": "string"
}
},
"title": "minecraft:display_name",
"type": "object"
},
"3053237679": {
"properties": {
"comparator_signal": {
"type": "integer"
},
"duration": {
"type": "number"
},
"sound_event": {
"enum": [
"item.use.on",
"hit",
"step",
"step.baby",
"fly",
"jump",
"jump.prevent",
"break",
"place",
"heavy.step",
"gallop",
"fall",
"hurt",
"hurt.baby",
"hurt.in.water",
"death",
"death.baby",
"death.in.water",
"death.to.zombie",
"ambient",
"ambient.baby",
"ambient.in.water",
"ambient.in.air",
"ambient.tame",
"ambient.pollinate",
"breathe",
"mad",
"boost",
"bow",
"squish.big",
"squish.small",
"fall.big",
"fall.small",
"splash",
"fizz",
"flap",
"swim",
"drink",
"drink.honey",
"drink.milk",
"eat",
"takeoff",
"shake",
"plop",
"land",
"saddle",
"armor",
"mob.armor_stand.place",
"add.chest",
"throw",
"attack",
"attack.nodamage",
"attack.strong",
"warn",
"shear",
"milk",
"thunder",
"explode",
"fire",
"ignite",
"fuse",
"stare",
"spawn",
"born",
"shoot",
"break.block",
"launch",
"blast",
"large.blast",
"twinkle",
"remedy",
"unfect",
"convert_to_drowned",
"levelup",
"bow.hit",
"bullet.hit",
"extinguish.fire",
"item.fizz",
"chest.open",
"chest.closed",
"shulkerbox.open",
"shulkerbox.closed",
"enderchest.open",
"enderchest.closed",
"power.on",
"power.off",
"attach",
"detach",
"deny",
"tripod",
"pop",
"drop.slot",
"note",
"thorns",
"piston.in",
"piston.out",
"portal",
"water",
"lava.pop",
"lava",
"beacon.activate",
"beacon.ambient",
"beacon.deactivate",
"beacon.power",
"conduit.activate",
"conduit.ambient",
"conduit.attack",
"conduit.deactivate",
"conduit.short",
"bubble.pop",
"bubble.up",
"bubble.upinside",
"bubble.down",
"bubble.downinside",
"burp",
"bucket.fill.water",
"bucket.empty.water",
"bucket.fill.lava",
"bucket.empty.lava",
"bucket.fill.fish",
"bucket.empty.fish",
"armor.equip_chain",
"armor.equip_diamond",
"armor.equip_elytra",
"armor.equip_generic",
"armor.equip_gold",
"armor.equip_iron",
"armor.equip_leather",
"armor.equip_netherite",
"record.13",
"record.cat",
"record.blocks",
"record.chirp",
"record.creator",
"record.creator_music_box",
"record.far",
"record.mall",
"record.mellohi",
"record.stal",
"record.strad",
"record.ward",
"record.11",
"record.wait",
"record.pigstep",
"record.precipice",
"record.relic",
"record.otherside",
"record.5",
"record.tears",
"record.lava_chicken",
"flop",
"elderguardian.curse",
"teleport",
"shulker.open",
"shulker.close",
"mob.warning",
"mob.warning.baby",
"haggle",
"haggle.yes",
"haggle.no",
"haggle.idle",
"disappeared",
"reappeared",
"chorusgrow",
"chorusdeath",
"glass",
"potion.brewed",
"cast.spell",
"prepare.attack",
"prepare.summon",
"prepare.wololo",
"fang",
"charge",
"camera.take_picture",
"leashknot.break",
"leashknot.place",
"growl",
"whine",
"pant",
"purr",
"purreow",
"death.min.volume",
"death.mid.volume",
"imitate.blaze",
"imitate.cave_spider",
"imitate.creeper",
"imitate.elder_guardian",
"imitate.ender_dragon",
"imitate.enderman",
"imitate.endermite",
"imitate.evocation_illager",
"imitate.ghast",
"imitate.husk",
"imitate.magma_cube",
"imitate.polar_bear",
"imitate.shulker",
"imitate.silverfish",
"imitate.skeleton",
"imitate.slime",
"imitate.spider",
"imitate.stray",
"imitate.vex",
"imitate.vindication_illager",
"imitate.witch",
"imitate.wither",
"imitate.wither_skeleton",
"imitate.wolf",
"imitate.zombie",
"imitate.zombie_pigman",
"imitate.zombie_villager",
"block.end_portal_frame.fill",
"block.end_portal.spawn",
"random.anvil_use",
"bottle.dragonbreath",
"balloonpop",
"sparkler.active",
"item.trident.hit",
"item.trident.hit_ground",
"item.trident.return",
"item.trident.riptide_1",
"item.trident.riptide_2",
"item.trident.riptide_3",
"item.trident.throw",
"item.trident.thunder",
"block.fletching_table.use",
"elemconstruct.open",
"icebomb.hit",
"lt.reaction.icebomb",
"lt.reaction.bleach",
"lt.reaction.epaste",
"lt.reaction.epaste2",
"lt.reaction.fertilizer",
"lt.reaction.fireball",
"lt.reaction.mgsalt",
"lt.reaction.miscfire",
"lt.reaction.fire",
"lt.reaction.miscexplosion",
"lt.reaction.miscmystical",
"lt.reaction.miscmystical2",
"lt.reaction.product",
"sparkler.use",
"glowstick.use",
"block.turtle_egg.break",
"block.turtle_egg.crack",
"block.turtle_egg.hatch",
"block.turtle_egg.attack",
"block.sniffer_egg.crack",
"block.sniffer_egg.hatch",
"block.frog_spawn.hatch",
"block.frog_spawn.break",
"swoop",
"presneeze",
"sneeze",
"scared",
"ambient.aggressive",
"ambient.worried",
"cant_breed",
"block.scaffolding.climb",
"block.bamboo_sapling.place",
"crossbow.loading.start",
"crossbow.loading.middle",
"crossbow.loading.end",
"crossbow.shoot",
"crossbow.quick_charge.start",
"crossbow.quick_charge.middle",
"crossbow.quick_charge.end",
"item.shield.block",
"portal.travel",
"item.book.put",
"block.grindstone.use",
"block.bell.hit",
"block.campfire.crackle",
"block.sweet_berry_bush.hurt",
"block.sweet_berry_bush.pick",
"block.stonecutter.use",
"block.cartography_table.use",
"block.composter.empty",
"block.composter.fill",
"block.composter.fill_success",
"block.composter.ready",
"roar",
"stun",
"block.barrel.open",
"block.barrel.close",
"raid.horn",
"ui.stonecutter.take_result",
"ui.cartography_table.take_result",
"ui.loom.take_result",
"block.smoker.smoke",
"block.blastfurnace.fire_crackle",
"block.smithing_table.use",
"block.loom.use",
"ambient.in.raid",
"screech",
"sleep",
"block.furnace.lit",
"convert_mooshroom",
"milk_suspiciously",
"celebrate",
"block.beehive.enter",
"block.beehive.exit",
"block.beehive.shear",
"block.beehive.work",
"block.beehive.drip",
"ambient.cave",
"angry",
"retreat",
"converted_to_zombified",
"step_lava",
"tempt",
"panic",
"admire",
"particle.soul_escape.quiet",
"particle.soul_escape.loud",
"respawn_anchor.charge",
"respawn_anchor.deplete",
"respawn_anchor.set_spawn",
"respawn_anchor.ambient",
"ambient.crimson_forest.mood",
"ambient.warped_forest.mood",
"ambient.soulsand_valley.mood",
"ambient.nether_wastes.mood",
"ambient.crimson_forest.additions",
"ambient.warped_forest.additions",
"ambient.soulsand_valley.additions",
"ambient.nether_wastes.additions",
"ambient.basalt_deltas.additions",
"ambient.crimson_forest.loop",
"ambient.warped_forest.loop",
"ambient.soulsand_valley.loop",
"ambient.nether_wastes.loop",
"ambient.basalt_deltas.loop",
"lodestone_compass.link_compass_to_lodestone",
"ambient.basalt_deltas.mood",
"power.on.sculk_sensor",
"power.off.sculk_sensor",
"smithing_table.use",
"default",
"lay_egg",
"lay_spawn",
"bucket.fill.powder_snow",
"bucket.empty.powder_snow",
"cauldron_drip.water.pointed_dripstone",
"cauldron_drip.lava.pointed_dripstone",
"tilt_down.big_dripleaf",
"tilt_up.big_dripleaf",
"drip.water.pointed_dripstone",
"pick_berries.cave_vines",
"drip.lava.pointed_dripstone",
"copper.wax.on",
"copper.wax.off",
"scrape",
"item.spyglass.use",
"item.spyglass.stop_using",
"chime.amethyst_block",
"mob.player.hurt_drown",
"mob.player.hurt_on_fire",
"mob.player.hurt_freeze",
"ambient.screamer",
"hurt.screamer",
"death.screamer",
"milk.screamer",
"jump_to_block",
"pre_ram",
"pre_ram.screamer",
"ram_impact",
"ram_impact.screamer",
"squid.ink_squirt",
"glow_squid.ink_squirt",
"convert_to_stray",
"cake.add_candle",
"extinguish.candle",
"ambient.candle",
"block.click",
"block.click.fail",
"block.sculk_catalyst.bloom",
"block.sculk_shrieker.shriek",
"nearby_close",
"nearby_closer",
"nearby_closest",
"agitated",
"listening",
"heartbeat",
"tongue",
"item_given",
"item_taken",
"item_thrown",
"irongolem.crack",
"irongolem.repair",
"horn_break",
"horn_call0",
"horn_call1",
"horn_call2",
"horn_call3",
"horn_call4",
"horn_call5",
"horn_call6",
"horn_call7",
"imitate.warden",
"listening_angry",
"sonic_boom",
"sonic_charge",
"convert_to_frog",
"block.sculk.spread",
"charge.sculk",
"block.sculk_sensor.place",
"block.sculk_shrieker.place",
"block.enchanting_table.use",
"bundle.drop_contents",
"bundle.insert",
"bundle.insert_fail",
"bundle.remove_one",
"step_sand",
"dash_ready",
"pressure_plate.click_off",
"pressure_plate.click_on",
"button.click_off",
"button.click_on",
"door.open",
"door.close",
"trapdoor.open",
"trapdoor.close",
"fence_gate.open",
"fence_gate.close",
"insert",
"pickup",
"insert_enchanted",
"pickup_enchanted",
"shatter_pot",
"break_pot",
"brush",
"brush_completed",
"block.sign.waxed_interact_fail",
"note.bass",
"pumpkin.carve",
"mob.husk.convert_to_zombie",
"mob.pig.death",
"mob.hoglin.converted_to_zombified",
"ambient.underwater.enter",
"ambient.underwater.exit",
"bottle.fill",
"bottle.empty",
"block.decorated_pot.insert",
"block.decorated_pot.insert_fail",
"crafter.craft",
"crafter.fail",
"crafter.disable_slot",
"block.copper_bulb.turn_on",
"block.copper_bulb.turn_off",
"breeze_wind_charge.burst",
"imitate.breeze",
"trial_spawner.open_shutter",
"trial_spawner.detect_player",
"trial_spawner.close_shutter",
"trial_spawner.spawn_mob",
"trial_spawner.eject_item",
"trial_spawner.ambient",
"mob.armadillo.brush",
"mob.armadillo.scute_drop",
"armor.equip_wolf",
"armor.unequip_wolf",
"reflect",
"vault.open_shutter",
"vault.close_shutter",
"vault.eject_item",
"vault.insert_item",
"vault.insert_item_fail",
"vault.ambient",
"vault.activate",
"vault.deactivate",
"hurt.reduced",
"wind_charge.burst",
"armor.break_wolf",
"armor.crack_wolf",
"armor.repair_wolf",
"mace.smash_air",
"mace.smash_ground",
"mace.heavy_smash_ground",
"trial_spawner.charge_activate",
"trial_spawner.ambient_ominous",
"apply_effect.bad_omen",
"apply_effect.raid_omen",
"apply_effect.trial_omen",
"ominous_item_spawner.spawn_item",
"ominous_bottle.end_use",
"ominous_item_spawner.spawn_item_begin",
"ominous_item_spawner.about_to_spawn_item",
"imitate.bogged",
"vault.reject_rewarded_player",
"imitate.drowned",
"sponge.absorb",
"imitate.creaking",
"block.creaking_heart.trail",
"creaking_heart_spawn",
"activate",
"deactivate",
"freeze",
"unfreeze",
"open",
"open_long",
"close",
"close_long",
"imitate.phantom",
"imitate.zoglin",
"imitate.guardian",
"imitate.ravager",
"imitate.pillager",
"place_in_water",
"state_change",
"imitate.happy_ghast",
"armor.unequip_generic",
"ambient.weather.the_end_light_flash",
"lead.leash",
"lead.unleash",
"lead.break",
"unsaddle",
"armor.equip_copper",
"place_item",
"single_swap",
"multi_swap",
"undefined"
],
"title": "LevelSoundEvent",
"type": "string"
}
},
"title": "minecraft:record",
"type": "object"
},
"3126701690": {
"oneOf": [
{
"type": "boolean"
},
{
"properties": {
"value": {
"type": "boolean"
}
},
"type": "object"
}
],
"title": "minecraft:can_destroy_in_creative"
},
"3133202100": {
"properties": {
"composting_chance": {
"maximum": 100,
"minimum": 1,
"type": "integer"
}
},
"required": [
"composting_chance"
],
"title": "minecraft:compostable",
"type": "object"
},
"3168558347": {
"properties": {
"tags": {
"items": {
"type": "string"
},
"type": "array"
}
},
"title": "minecraft:tags",
"type": "object"
},
"3173009623": {
"oneOf": [
{
"minimum": 0,
"type": "integer"
},
{
"properties": {
"value": {
"minimum": 0,
"type": "integer"
}
},
"type": "object"
}
],
"title": "minecraft:damage"
},
"3178615832": {
"oneOf": [
{
"type": "boolean"
},
{
"properties": {
"value": {
"type": "boolean"
}
},
"type": "object"
}
],
"title": "minecraft:stacked_by_data"
},
"3178719147": {
"oneOf": [
{
"$ref": "#/definitions/2267778531"
},
{
"type": "number"
}
],
"title": "Molang expression"
},
"3246981949": {
"oneOf": [
{
"enum": [
"none",
"eat",
"drink",
"block",
"bow",
"camera",
"crossbow",
"spear",
"spyglass",
"brush"
],
"title": "Animation",
"type": "string"
},
{
"properties": {
"value": {
"enum": [
"none",
"eat",
"drink",
"block",
"bow",
"camera",
"crossbow",
"spear",
"spyglass",
"brush"
],
"title": "Animation",
"type": "string"
}
},
"type": "object"
}
],
"title": "minecraft:use_animation"
},
"3256164975": {
"oneOf": [
{
"items": {
"$ref": "#/definitions/1531870811"
},
"type": "array"
},
{
"properties": {
"items": {
"items": {
"$ref": "#/definitions/1531870811"
},
"type": "array"
},
"repair_amount": {
"$ref": "#/definitions/3178719147"
}
},
"required": [
"items"
],
"type": "object"
}
],
"title": "Repair"
},
"3308324084": {
"oneOf": [
{
"minimum": 0.05000000074505806,
"type": "number"
},
{
"properties": {
"duration": {
"minimum": 0.05000000074505806,
"type": "number"
}
},
"type": "object"
}
],
"title": "minecraft:fuel"
},
"3375297728": {
"oneOf": [
{
"type": "string"
},
{
"properties": {
"value": {
"type": "string"
}
},
"type": "object"
}
],
"title": "minecraft:rarity"
},
"3389099981": {
"oneOf": [
{
"type": "boolean"
},
{
"properties": {
"value": {
"type": "boolean"
}
},
"type": "object"
}
],
"title": "minecraft:allow_off_hand"
},
"34598326": {
"properties": {
"max_weight_limit": {
"maximum": 64,
"type": "integer"
}
},
"title": "minecraft:storage_weight_limit",
"type": "object"
},
"3494639353": {
"properties": {
"damage_chance": {
"$ref": "#/definitions/1398826300"
},
"max_durability": {
"minimum": 0,
"type": "integer"
}
},
"required": [
"max_durability"
],
"title": "minecraft:durability",
"type": "object"
},
"3504177219": {
"title": "Reference",
"type": "string"
},
"3602397325": {
"properties": {
"default_color": {
"$ref": "#/definitions/3915697282"
}
},
"title": "minecraft:dyeable",
"type": "object"
},
"3715727616": {
"properties": {
"do_swing_animation": {
"type": "boolean"
},
"launch_power_scale": {
"type": "number"
},
"max_draw_duration": {
"type": "number"
},
"max_launch_power": {
"type": "number"
},
"min_draw_duration": {
"type": "number"
},
"scale_power_by_draw_duration": {
"type": "boolean"
}
},
"title": "minecraft:throwable",
"type": "object"
},
"3781185164": {
"properties": {
"ammunition": {
"items": {
"$ref": "#/definitions/2681068491"
},
"type": "array"
},
"charge_on_draw": {
"type": "boolean"
},
"max_draw_duration": {
"type": "number"
},
"scale_power_by_draw_duration": {
"type": "boolean"
}
},
"title": "minecraft:shooter",
"type": "object"
},
"3875281249": {
"oneOf": [
{
"type": "boolean"
},
{
"properties": {
"value": {
"type": "boolean"
}
},
"type": "object"
}
],
"title": "minecraft:should_despawn"
},
"3915697282": {
"$metaProperties": {
"CEREAL_EDITOR_SCHEMA_TAG": "type:color"
},
"oneOf": [
{
"pattern": "^#[a-fA-F0-9]{6}$",
"type": "string"
},
{
"items": {
"type": "integer"
},
"maxItems": 3,
"minItems": 3,
"type": "array"
}
],
"title": "Color255RGB"
},
"4150838471": {
"items": {
"pattern": "^(?:(?!^(minecraft):).)+:(?:.)+$",
"type": "string",
"x-regex-flags": "ECMAScript,icase"
},
"title": "minecraft:custom_components",
"type": "array"
},
"435751873": {
"properties": {
"emit_vibrations": {
"type": "boolean"
},
"movement_modifier": {
"maximum": 1,
"minimum": 0,
"type": "number"
},
"use_duration": {
"minimum": 0,
"type": "number"
}
},
"title": "minecraft:use_modifiers",
"type": "object"
},
"517105782": {
"oneOf": [
{
"type": "integer"
},
{
"type": "string"
},
{
"type": "boolean"
}
],
"title": "compound_proxy"
},
"608914689": {
"properties": {
"minimum_critical_power": {
"type": "number"
},
"projectile_entity": {
"$ref": "#/definitions/1493335182",
"minLength": 0,
"pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$"
}
},
"required": [
"projectile_entity"
],
"title": "minecraft:projectile",
"type": "object"
},
"764203503": {
"properties": {
"durability": {
"type": "integer"
},
"particle_type": {
"enum": [
"none",
"bubble",
"bubblemanual",
"crit",
"blockforcefield",
"smoke",
"explode",
"evaporation",
"flame",
"candleflame",
"lava",
"largesmoke",
"reddust",
"risingborderdust",
"iconcrack",
"snowballpoof",
"largeexplode",
"hugeexplosion",
"breezewindexplosion",
"mobflame",
"heart",
"terrain",
"townaura",
"portal",
"watersplash",
"watersplashmanual",
"waterwake",
"dripwater",
"driplava",
"driphoney",
"stalactitedripwater",
"stalactitedriplava",
"fallingdust",
"mobspell",
"mobspellambient",
"mobspellinstantaneous",
"ink",
"slime",
"rainsplash",
"villagerangry",
"villagerhappy",
"enchantingtable",
"trackingemitter",
"note",
"witchspell",
"carrotboost",
"mobappearance",
"endrod",
"dragonbreath",
"spit",
"totem",
"food",
"fireworksstarter",
"fireworks",
"fireworksoverlay",
"balloongas",
"coloredflame",
"sparkler",
"conduit",
"bubblecolumnup",
"bubblecolumndown",
"sneeze",
"shulkerbullet",
"bleach",
"dragondestroyblock",
"myceliumdust",
"fallingborderdust",
"campfiresmoke",
"campfiresmoketall",
"dragonbreathfire",
"dragonbreathtrail",
"soul",
"obsidiantear",
"portalreverse",
"snowflake",
"wax",
"electricspark",
"shriek",
"sculksoul",
"sonicexplosion",
"dustplume",
"whitesmoke",
"vaultconnection",
"windexplosion",
"wolfarmorcrack",
"creakingcrumble",
"paleoakleaves",
"eyeblossomopen",
"eyeblossomclose",
"blueflame",
"greenflame"
],
"title": "ParticleType",
"type": "string"
},
"sound_event": {
"enum": [
"item.use.on",
"hit",
"step",
"step.baby",
"fly",
"jump",
"jump.prevent",
"break",
"place",
"heavy.step",
"gallop",
"fall",
"hurt",
"hurt.baby",
"hurt.in.water",
"death",
"death.baby",
"death.in.water",
"death.to.zombie",
"ambient",
"ambient.baby",
"ambient.in.water",
"ambient.in.air",
"ambient.tame",
"ambient.pollinate",
"breathe",
"mad",
"boost",
"bow",
"squish.big",
"squish.small",
"fall.big",
"fall.small",
"splash",
"fizz",
"flap",
"swim",
"drink",
"drink.honey",
"drink.milk",
"eat",
"takeoff",
"shake",
"plop",
"land",
"saddle",
"armor",
"mob.armor_stand.place",
"add.chest",
"throw",
"attack",
"attack.nodamage",
"attack.strong",
"warn",
"shear",
"milk",
"thunder",
"explode",
"fire",
"ignite",
"fuse",
"stare",
"spawn",
"born",
"shoot",
"break.block",
"launch",
"blast",
"large.blast",
"twinkle",
"remedy",
"unfect",
"convert_to_drowned",
"levelup",
"bow.hit",
"bullet.hit",
"extinguish.fire",
"item.fizz",
"chest.open",
"chest.closed",
"shulkerbox.open",
"shulkerbox.closed",
"enderchest.open",
"enderchest.closed",
"power.on",
"power.off",
"attach",
"detach",
"deny",
"tripod",
"pop",
"drop.slot",
"note",
"thorns",
"piston.in",
"piston.out",
"portal",
"water",
"lava.pop",
"lava",
"beacon.activate",
"beacon.ambient",
"beacon.deactivate",
"beacon.power",
"conduit.activate",
"conduit.ambient",
"conduit.attack",
"conduit.deactivate",
"conduit.short",
"bubble.pop",
"bubble.up",
"bubble.upinside",
"bubble.down",
"bubble.downinside",
"burp",
"bucket.fill.water",
"bucket.empty.water",
"bucket.fill.lava",
"bucket.empty.lava",
"bucket.fill.fish",
"bucket.empty.fish",
"armor.equip_chain",
"armor.equip_diamond",
"armor.equip_elytra",
"armor.equip_generic",
"armor.equip_gold",
"armor.equip_iron",
"armor.equip_leather",
"armor.equip_netherite",
"record.13",
"record.cat",
"record.blocks",
"record.chirp",
"record.creator",
"record.creator_music_box",
"record.far",
"record.mall",
"record.mellohi",
"record.stal",
"record.strad",
"record.ward",
"record.11",
"record.wait",
"record.pigstep",
"record.precipice",
"record.relic",
"record.otherside",
"record.5",
"record.tears",
"record.lava_chicken",
"flop",
"elderguardian.curse",
"teleport",
"shulker.open",
"shulker.close",
"mob.warning",
"mob.warning.baby",
"haggle",
"haggle.yes",
"haggle.no",
"haggle.idle",
"disappeared",
"reappeared",
"chorusgrow",
"chorusdeath",
"glass",
"potion.brewed",
"cast.spell",
"prepare.attack",
"prepare.summon",
"prepare.wololo",
"fang",
"charge",
"camera.take_picture",
"leashknot.break",
"leashknot.place",
"growl",
"whine",
"pant",
"purr",
"purreow",
"death.min.volume",
"death.mid.volume",
"imitate.blaze",
"imitate.cave_spider",
"imitate.creeper",
"imitate.elder_guardian",
"imitate.ender_dragon",
"imitate.enderman",
"imitate.endermite",
"imitate.evocation_illager",
"imitate.ghast",
"imitate.husk",
"imitate.magma_cube",
"imitate.polar_bear",
"imitate.shulker",
"imitate.silverfish",
"imitate.skeleton",
"imitate.slime",
"imitate.spider",
"imitate.stray",
"imitate.vex",
"imitate.vindication_illager",
"imitate.witch",
"imitate.wither",
"imitate.wither_skeleton",
"imitate.wolf",
"imitate.zombie",
"imitate.zombie_pigman",
"imitate.zombie_villager",
"block.end_portal_frame.fill",
"block.end_portal.spawn",
"random.anvil_use",
"bottle.dragonbreath",
"balloonpop",
"sparkler.active",
"item.trident.hit",
"item.trident.hit_ground",
"item.trident.return",
"item.trident.riptide_1",
"item.trident.riptide_2",
"item.trident.riptide_3",
"item.trident.throw",
"item.trident.thunder",
"block.fletching_table.use",
"elemconstruct.open",
"icebomb.hit",
"lt.reaction.icebomb",
"lt.reaction.bleach",
"lt.reaction.epaste",
"lt.reaction.epaste2",
"lt.reaction.fertilizer",
"lt.reaction.fireball",
"lt.reaction.mgsalt",
"lt.reaction.miscfire",
"lt.reaction.fire",
"lt.reaction.miscexplosion",
"lt.reaction.miscmystical",
"lt.reaction.miscmystical2",
"lt.reaction.product",
"sparkler.use",
"glowstick.use",
"block.turtle_egg.break",
"block.turtle_egg.crack",
"block.turtle_egg.hatch",
"block.turtle_egg.attack",
"block.sniffer_egg.crack",
"block.sniffer_egg.hatch",
"block.frog_spawn.hatch",
"block.frog_spawn.break",
"swoop",
"presneeze",
"sneeze",
"scared",
"ambient.aggressive",
"ambient.worried",
"cant_breed",
"block.scaffolding.climb",
"block.bamboo_sapling.place",
"crossbow.loading.start",
"crossbow.loading.middle",
"crossbow.loading.end",
"crossbow.shoot",
"crossbow.quick_charge.start",
"crossbow.quick_charge.middle",
"crossbow.quick_charge.end",
"item.shield.block",
"portal.travel",
"item.book.put",
"block.grindstone.use",
"block.bell.hit",
"block.campfire.crackle",
"block.sweet_berry_bush.hurt",
"block.sweet_berry_bush.pick",
"block.stonecutter.use",
"block.cartography_table.use",
"block.composter.empty",
"block.composter.fill",
"block.composter.fill_success",
"block.composter.ready",
"roar",
"stun",
"block.barrel.open",
"block.barrel.close",
"raid.horn",
"ui.stonecutter.take_result",
"ui.cartography_table.take_result",
"ui.loom.take_result",
"block.smoker.smoke",
"block.blastfurnace.fire_crackle",
"block.smithing_table.use",
"block.loom.use",
"ambient.in.raid",
"screech",
"sleep",
"block.furnace.lit",
"convert_mooshroom",
"milk_suspiciously",
"celebrate",
"block.beehive.enter",
"block.beehive.exit",
"block.beehive.shear",
"block.beehive.work",
"block.beehive.drip",
"ambient.cave",
"angry",
"retreat",
"converted_to_zombified",
"step_lava",
"tempt",
"panic",
"admire",
"particle.soul_escape.quiet",
"particle.soul_escape.loud",
"respawn_anchor.charge",
"respawn_anchor.deplete",
"respawn_anchor.set_spawn",
"respawn_anchor.ambient",
"ambient.crimson_forest.mood",
"ambient.warped_forest.mood",
"ambient.soulsand_valley.mood",
"ambient.nether_wastes.mood",
"ambient.crimson_forest.additions",
"ambient.warped_forest.additions",
"ambient.soulsand_valley.additions",
"ambient.nether_wastes.additions",
"ambient.basalt_deltas.additions",
"ambient.crimson_forest.loop",
"ambient.warped_forest.loop",
"ambient.soulsand_valley.loop",
"ambient.nether_wastes.loop",
"ambient.basalt_deltas.loop",
"lodestone_compass.link_compass_to_lodestone",
"ambient.basalt_deltas.mood",
"power.on.sculk_sensor",
"power.off.sculk_sensor",
"smithing_table.use",
"default",
"lay_egg",
"lay_spawn",
"bucket.fill.powder_snow",
"bucket.empty.powder_snow",
"cauldron_drip.water.pointed_dripstone",
"cauldron_drip.lava.pointed_dripstone",
"tilt_down.big_dripleaf",
"tilt_up.big_dripleaf",
"drip.water.pointed_dripstone",
"pick_berries.cave_vines",
"drip.lava.pointed_dripstone",
"copper.wax.on",
"copper.wax.off",
"scrape",
"item.spyglass.use",
"item.spyglass.stop_using",
"chime.amethyst_block",
"mob.player.hurt_drown",
"mob.player.hurt_on_fire",
"mob.player.hurt_freeze",
"ambient.screamer",
"hurt.screamer",
"death.screamer",
"milk.screamer",
"jump_to_block",
"pre_ram",
"pre_ram.screamer",
"ram_impact",
"ram_impact.screamer",
"squid.ink_squirt",
"glow_squid.ink_squirt",
"convert_to_stray",
"cake.add_candle",
"extinguish.candle",
"ambient.candle",
"block.click",
"block.click.fail",
"block.sculk_catalyst.bloom",
"block.sculk_shrieker.shriek",
"nearby_close",
"nearby_closer",
"nearby_closest",
"agitated",
"listening",
"heartbeat",
"tongue",
"item_given",
"item_taken",
"item_thrown",
"irongolem.crack",
"irongolem.repair",
"horn_break",
"horn_call0",
"horn_call1",
"horn_call2",
"horn_call3",
"horn_call4",
"horn_call5",
"horn_call6",
"horn_call7",
"imitate.warden",
"listening_angry",
"sonic_boom",
"sonic_charge",
"convert_to_frog",
"block.sculk.spread",
"charge.sculk",
"block.sculk_sensor.place",
"block.sculk_shrieker.place",
"block.enchanting_table.use",
"bundle.drop_contents",
"bundle.insert",
"bundle.insert_fail",
"bundle.remove_one",
"step_sand",
"dash_ready",
"pressure_plate.click_off",
"pressure_plate.click_on",
"button.click_off",
"button.click_on",
"door.open",
"door.close",
"trapdoor.open",
"trapdoor.close",
"fence_gate.open",
"fence_gate.close",
"insert",
"pickup",
"insert_enchanted",
"pickup_enchanted",
"shatter_pot",
"break_pot",
"brush",
"brush_completed",
"block.sign.waxed_interact_fail",
"note.bass",
"pumpkin.carve",
"mob.husk.convert_to_zombie",
"mob.pig.death",
"mob.hoglin.converted_to_zombified",
"ambient.underwater.enter",
"ambient.underwater.exit",
"bottle.fill",
"bottle.empty",
"block.decorated_pot.insert",
"block.decorated_pot.insert_fail",
"crafter.craft",
"crafter.fail",
"crafter.disable_slot",
"block.copper_bulb.turn_on",
"block.copper_bulb.turn_off",
"breeze_wind_charge.burst",
"imitate.breeze",
"trial_spawner.open_shutter",
"trial_spawner.detect_player",
"trial_spawner.close_shutter",
"trial_spawner.spawn_mob",
"trial_spawner.eject_item",
"trial_spawner.ambient",
"mob.armadillo.brush",
"mob.armadillo.scute_drop",
"armor.equip_wolf",
"armor.unequip_wolf",
"reflect",
"vault.open_shutter",
"vault.close_shutter",
"vault.eject_item",
"vault.insert_item",
"vault.insert_item_fail",
"vault.ambient",
"vault.activate",
"vault.deactivate",
"hurt.reduced",
"wind_charge.burst",
"armor.break_wolf",
"armor.crack_wolf",
"armor.repair_wolf",
"mace.smash_air",
"mace.smash_ground",
"mace.heavy_smash_ground",
"trial_spawner.charge_activate",
"trial_spawner.ambient_ominous",
"apply_effect.bad_omen",
"apply_effect.raid_omen",
"apply_effect.trial_omen",
"ominous_item_spawner.spawn_item",
"ominous_bottle.end_use",
"ominous_item_spawner.spawn_item_begin",
"ominous_item_spawner.about_to_spawn_item",
"imitate.bogged",
"vault.reject_rewarded_player",
"imitate.drowned",
"sponge.absorb",
"imitate.creaking",
"block.creaking_heart.trail",
"creaking_heart_spawn",
"activate",
"deactivate",
"freeze",
"unfreeze",
"open",
"open_long",
"close",
"close_long",
"imitate.phantom",
"imitate.zoglin",
"imitate.guardian",
"imitate.ravager",
"imitate.pillager",
"place_in_water",
"state_change",
"imitate.happy_ghast",
"armor.unequip_generic",
"ambient.weather.the_end_light_flash",
"lead.leash",
"lead.unleash",
"lead.break",
"unsaddle",
"armor.equip_copper",
"place_item",
"single_swap",
"multi_swap",
"undefined"
],
"title": "LevelSoundEvent",
"type": "string"
}
},
"title": "minecraft:durability_sensor durability_threshold",
"type": "object"
},
"842194090": {
"properties": {
"weight_in_storage_item": {
"minimum": 0,
"type": "integer"
}
},
"title": "minecraft:storage_weight_modifier",
"type": "object"
},
"853889472": {
"properties": {
"dispense_on": {
"items": {
"$ref": "#/definitions/2794205495"
},
"type": "array"
},
"entity": {
"$ref": "#/definitions/1493335182",
"minLength": 0,
"pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$"
},
"use_on": {
"items": {
"$ref": "#/definitions/2794205495"
},
"type": "array"
}
},
"title": "minecraft:entity_placer",
"type": "object"
},
"857819254": {
"properties": {
"block": {
"$ref": "#/definitions/1527037515"
},
"replace_block_item": {
"type": "boolean"
},
"use_on": {
"items": {
"$ref": "#/definitions/2794205495"
},
"type": "array"
}
},
"required": [
"block"
],
"title": "minecraft:block_placer",
"type": "object"
},
"886176099": {
"properties": {
"category": {
"type": "string"
},
"duration": {
"type": "number"
}
},
"required": [
"category",
"duration"
],
"title": "minecraft:cooldown",
"type": "object"
}
},
"properties": {
"minecraft:allow_off_hand": {
"$ref": "#/definitions/3389099981"
},
"minecraft:block_placer": {
"$ref": "#/definitions/857819254"
},
"minecraft:bundle_interaction": {
"$ref": "#/definitions/2333685719"
},
"minecraft:can_destroy_in_creative": {
"$ref": "#/definitions/3126701690"
},
"minecraft:compostable": {
"$ref": "#/definitions/3133202100"
},
"minecraft:cooldown": {
"$ref": "#/definitions/886176099"
},
"minecraft:custom_components": {
"$ref": "#/definitions/4150838471"
},
"minecraft:damage": {
"$ref": "#/definitions/3173009623"
},
"minecraft:damage_absorption": {
"$ref": "#/definitions/2063418195"
},
"minecraft:digger": {
"$ref": "#/definitions/2499855414"
},
"minecraft:display_name": {
"$ref": "#/definitions/2942400907"
},
"minecraft:durability": {
"$ref": "#/definitions/3494639353"
},
"minecraft:durability_sensor": {
"$ref": "#/definitions/1956551060"
},
"minecraft:dyeable": {
"$ref": "#/definitions/3602397325"
},
"minecraft:enchantable": {
"$ref": "#/definitions/1095951327"
},
"minecraft:entity_placer": {
"$ref": "#/definitions/853889472"
},
"minecraft:food": {
"$ref": "#/definitions/268086052"
},
"minecraft:fuel": {
"$ref": "#/definitions/3308324084"
},
"minecraft:glint": {
"$ref": "#/definitions/1206516236"
},
"minecraft:hand_equipped": {
"$ref": "#/definitions/1889822164"
},
"minecraft:hover_text_color": {
"$ref": "#/definitions/1661309668"
},
"minecraft:icon": {
"$ref": "#/definitions/1372809227"
},
"minecraft:interact_button": {
"$ref": "#/definitions/1754804474"
},
"minecraft:liquid_clipped": {
"$ref": "#/definitions/2359991381"
},
"minecraft:max_stack_size": {
"$ref": "#/definitions/2817495317"
},
"minecraft:projectile": {
"$ref": "#/definitions/608914689"
},
"minecraft:rarity": {
"$ref": "#/definitions/3375297728"
},
"minecraft:record": {
"$ref": "#/definitions/3053237679"
},
"minecraft:repairable": {
"$ref": "#/definitions/1658474219"
},
"minecraft:shooter": {
"$ref": "#/definitions/3781185164"
},
"minecraft:should_despawn": {
"$ref": "#/definitions/3875281249"
},
"minecraft:stacked_by_data": {
"$ref": "#/definitions/3178615832"
},
"minecraft:storage_item": {
"$ref": "#/definitions/1873913113"
},
"minecraft:storage_weight_limit": {
"$ref": "#/definitions/34598326"
},
"minecraft:storage_weight_modifier": {
"$ref": "#/definitions/842194090"
},
"minecraft:tags": {
"$ref": "#/definitions/3168558347"
},
"minecraft:throwable": {
"$ref": "#/definitions/3715727616"
},
"minecraft:use_animation": {
"$ref": "#/definitions/3246981949"
},
"minecraft:use_modifiers": {
"$ref": "#/definitions/435751873"
},
"minecraft:wearable": {
"$ref": "#/definitions/2041267453"
}
},
"title": "components v1.21.80",
"type": "object",
"x-format-version": "1.21.80"
}