mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-21 20:46:28 +00:00
2256 lines
82 KiB
JSON
2256 lines
82 KiB
JSON
{
|
|
"$schema": "http://json-schema.org/draft-07/schema#",
|
|
"$id": "3027887553",
|
|
"definitions": {
|
|
"1095951327": {
|
|
"title": "minecraft:enchantable v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"slot": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
},
|
|
"value": {
|
|
"type": "integer",
|
|
"$metaProperties": {},
|
|
"minimum": 0.0
|
|
}
|
|
},
|
|
"required": [
|
|
"slot",
|
|
"value"
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Enchantable v1.20.50"
|
|
}
|
|
},
|
|
"1206516236": {
|
|
"title": "minecraft:glint v1.20.50",
|
|
"oneOf": [
|
|
{
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Glint v1.20.50"
|
|
}
|
|
},
|
|
"120997796": {
|
|
"title": "minecraft:storage_item v1.21.30",
|
|
"type": "object",
|
|
"properties": {
|
|
"allow_nested_storage_items": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
},
|
|
"allowed_items": {
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/1531870811"
|
|
},
|
|
"$metaProperties": {}
|
|
},
|
|
"banned_items": {
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/1531870811"
|
|
},
|
|
"$metaProperties": {}
|
|
},
|
|
"max_slots": {
|
|
"type": "integer",
|
|
"$metaProperties": {},
|
|
"maximum": 64.0
|
|
},
|
|
"max_weight_limit": {
|
|
"type": "integer",
|
|
"$metaProperties": {},
|
|
"maximum": 64.0
|
|
},
|
|
"weight_in_storage_item": {
|
|
"type": "integer",
|
|
"$metaProperties": {},
|
|
"minimum": 0.0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Storage Item v1.21.30"
|
|
}
|
|
},
|
|
"1398826300": {
|
|
"title": "struct SharedTypes::IntRange",
|
|
"type": "object",
|
|
"properties": {
|
|
"max": {
|
|
"type": "integer",
|
|
"$metaProperties": {}
|
|
},
|
|
"min": {
|
|
"type": "integer",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"$metaProperties": {}
|
|
},
|
|
"1531870811": {
|
|
"title": "struct SharedTypes::Legacy::ItemDescriptor",
|
|
"oneOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"title": "associative container",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "string"
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_JSON_SCHEMA": "Item Descriptor"
|
|
}
|
|
},
|
|
"1618184314": {
|
|
"title": "minecraft:icon v1.20.60",
|
|
"oneOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"textures": {
|
|
"title": "associative container",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"type": "string"
|
|
},
|
|
"$metaProperties": {}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Icon v1.20.60"
|
|
}
|
|
},
|
|
"1658474219": {
|
|
"title": "minecraft:repairable v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"repair_items": {
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/3256164975"
|
|
},
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Repairable v1.20.50"
|
|
}
|
|
},
|
|
"1661309668": {
|
|
"title": "minecraft:hover_text_color v1.20.50",
|
|
"oneOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "HoverTextColor v1.20.50"
|
|
}
|
|
},
|
|
"1754804474": {
|
|
"title": "minecraft:interact_button v1.20.50",
|
|
"oneOf": [
|
|
{
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"type": "string"
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "InteractButton v1.20.50"
|
|
}
|
|
},
|
|
"1889822164": {
|
|
"title": "minecraft:hand_equipped v1.20.50",
|
|
"oneOf": [
|
|
{
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "HandEquipped v1.20.50"
|
|
}
|
|
},
|
|
"1899103179": {
|
|
"title": "struct SharedTypes::v1_20_50::DiggerItemComponent::BlockInfo",
|
|
"type": "object",
|
|
"properties": {
|
|
"block": {
|
|
"$ref": "#/definitions/748032502",
|
|
"$metaProperties": {}
|
|
},
|
|
"speed": {
|
|
"type": "integer",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"block",
|
|
"speed"
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "BlockInfo v1.20.50"
|
|
}
|
|
},
|
|
"1956551060": {
|
|
"title": "minecraft:durability_sensor v1.21.10",
|
|
"type": "object",
|
|
"properties": {
|
|
"durability_thresholds": {
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/764203503"
|
|
},
|
|
"$metaProperties": {},
|
|
"minItems": 1
|
|
}
|
|
},
|
|
"required": [
|
|
"durability_thresholds"
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "DurabilitySensor v1.21.10"
|
|
}
|
|
},
|
|
"2041267453": {
|
|
"title": "minecraft:wearable v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"protection": {
|
|
"type": "integer",
|
|
"$metaProperties": {},
|
|
"minimum": 0.0
|
|
},
|
|
"slot": {
|
|
"title": "enum SharedTypes::Legacy::EquipmentSlot",
|
|
"type": "string",
|
|
"enum": [
|
|
"slot.armor.chest",
|
|
"slot.armor.feet",
|
|
"slot.armor.head",
|
|
"slot.armor.legs",
|
|
"slot.weapon.offhand"
|
|
],
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"slot"
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Wearable v1.20.50"
|
|
}
|
|
},
|
|
"2063418195": {
|
|
"title": "minecraft:damage_absorption v1.21.10",
|
|
"type": "object",
|
|
"properties": {
|
|
"absorbable_causes": {
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"$metaProperties": {},
|
|
"minItems": 1
|
|
}
|
|
},
|
|
"required": [
|
|
"absorbable_causes"
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "DamageAbsorption v1.21.10"
|
|
}
|
|
},
|
|
"2333685719": {
|
|
"title": "minecraft:bundle_interaction v1.21.30",
|
|
"type": "object",
|
|
"properties": {
|
|
"num_viewable_slots": {
|
|
"type": "integer",
|
|
"$metaProperties": {},
|
|
"minimum": 1.0,
|
|
"maximum": 64.0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Bundle Interaction v1.21.30"
|
|
}
|
|
},
|
|
"2359991381": {
|
|
"title": "minecraft:liquid_clipped v1.20.50",
|
|
"oneOf": [
|
|
{
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "LiquidClipped v1.20.50"
|
|
}
|
|
},
|
|
"2499855414": {
|
|
"title": "minecraft:digger v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"destroy_speeds": {
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/1899103179"
|
|
},
|
|
"$metaProperties": {}
|
|
},
|
|
"use_efficiency": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Digger v1.20.50"
|
|
}
|
|
},
|
|
"268086052": {
|
|
"title": "minecraft:food v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"can_always_eat": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
},
|
|
"nutrition": {
|
|
"type": "integer",
|
|
"$metaProperties": {}
|
|
},
|
|
"saturation_modifier": {
|
|
"type": "number",
|
|
"$metaProperties": {},
|
|
"minimum": 0.0
|
|
},
|
|
"using_converts_to": {
|
|
"$ref": "#/definitions/1531870811",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Food v1.20.50"
|
|
}
|
|
},
|
|
"2681068491": {
|
|
"title": "struct SharedTypes::v1_20_50::ShooterItemComponent::Ammunition",
|
|
"type": "object",
|
|
"properties": {
|
|
"item": {
|
|
"$ref": "#/definitions/1531870811",
|
|
"$metaProperties": {}
|
|
},
|
|
"search_inventory": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
},
|
|
"use_in_creative": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
},
|
|
"use_offhand": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"item"
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Ammunition v1.20.50"
|
|
}
|
|
},
|
|
"2817495317": {
|
|
"title": "minecraft:max_stack_size v1.20.50",
|
|
"oneOf": [
|
|
{
|
|
"type": "integer",
|
|
"minimum": 1.0,
|
|
"maximum": 64.0
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"type": "integer",
|
|
"$metaProperties": {},
|
|
"minimum": 1.0,
|
|
"maximum": 64.0
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "MaxStackSize v1.20.50"
|
|
}
|
|
},
|
|
"2942400907": {
|
|
"title": "minecraft:display_name v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "DisplayName v1.20.50"
|
|
}
|
|
},
|
|
"3053237679": {
|
|
"title": "minecraft:record v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"comparator_signal": {
|
|
"type": "integer",
|
|
"$metaProperties": {}
|
|
},
|
|
"duration": {
|
|
"type": "number",
|
|
"$metaProperties": {}
|
|
},
|
|
"sound_event": {
|
|
"title": "enum SharedTypes::Legacy::LevelSoundEvent",
|
|
"type": "string",
|
|
"enum": [
|
|
"add.chest",
|
|
"admire",
|
|
"agitated",
|
|
"ambient",
|
|
"ambient.aggressive",
|
|
"ambient.baby",
|
|
"ambient.basalt_deltas.additions",
|
|
"ambient.basalt_deltas.loop",
|
|
"ambient.basalt_deltas.mood",
|
|
"ambient.candle",
|
|
"ambient.cave",
|
|
"ambient.crimson_forest.additions",
|
|
"ambient.crimson_forest.loop",
|
|
"ambient.crimson_forest.mood",
|
|
"ambient.in.air",
|
|
"ambient.in.raid",
|
|
"ambient.in.water",
|
|
"ambient.nether_wastes.additions",
|
|
"ambient.nether_wastes.loop",
|
|
"ambient.nether_wastes.mood",
|
|
"ambient.pollinate",
|
|
"ambient.screamer",
|
|
"ambient.soulsand_valley.additions",
|
|
"ambient.soulsand_valley.loop",
|
|
"ambient.soulsand_valley.mood",
|
|
"ambient.tame",
|
|
"ambient.underwater.enter",
|
|
"ambient.underwater.exit",
|
|
"ambient.warped_forest.additions",
|
|
"ambient.warped_forest.loop",
|
|
"ambient.warped_forest.mood",
|
|
"ambient.worried",
|
|
"angry",
|
|
"apply_effect.bad_omen",
|
|
"apply_effect.raid_omen",
|
|
"apply_effect.trial_omen",
|
|
"armor",
|
|
"armor.break_wolf",
|
|
"armor.crack_wolf",
|
|
"armor.equip_chain",
|
|
"armor.equip_diamond",
|
|
"armor.equip_elytra",
|
|
"armor.equip_generic",
|
|
"armor.equip_gold",
|
|
"armor.equip_iron",
|
|
"armor.equip_leather",
|
|
"armor.equip_netherite",
|
|
"armor.equip_wolf",
|
|
"armor.repair_wolf",
|
|
"armor.unequip_wolf",
|
|
"attach",
|
|
"attack",
|
|
"attack.nodamage",
|
|
"attack.strong",
|
|
"balloonpop",
|
|
"beacon.activate",
|
|
"beacon.ambient",
|
|
"beacon.deactivate",
|
|
"beacon.power",
|
|
"blast",
|
|
"block.bamboo_sapling.place",
|
|
"block.barrel.close",
|
|
"block.barrel.open",
|
|
"block.beehive.drip",
|
|
"block.beehive.enter",
|
|
"block.beehive.exit",
|
|
"block.beehive.shear",
|
|
"block.beehive.work",
|
|
"block.bell.hit",
|
|
"block.blastfurnace.fire_crackle",
|
|
"block.campfire.crackle",
|
|
"block.cartography_table.use",
|
|
"block.click",
|
|
"block.click.fail",
|
|
"block.composter.empty",
|
|
"block.composter.fill",
|
|
"block.composter.fill_success",
|
|
"block.composter.ready",
|
|
"block.copper_bulb.turn_off",
|
|
"block.copper_bulb.turn_on",
|
|
"block.decorated_pot.insert",
|
|
"block.decorated_pot.insert_fail",
|
|
"block.enchanting_table.use",
|
|
"block.end_portal.spawn",
|
|
"block.end_portal_frame.fill",
|
|
"block.fletching_table.use",
|
|
"block.frog_spawn.break",
|
|
"block.frog_spawn.hatch",
|
|
"block.furnace.lit",
|
|
"block.grindstone.use",
|
|
"block.loom.use",
|
|
"block.scaffolding.climb",
|
|
"block.sculk.spread",
|
|
"block.sculk_catalyst.bloom",
|
|
"block.sculk_sensor.place",
|
|
"block.sculk_shrieker.place",
|
|
"block.sculk_shrieker.shriek",
|
|
"block.sign.waxed_interact_fail",
|
|
"block.smithing_table.use",
|
|
"block.smoker.smoke",
|
|
"block.sniffer_egg.crack",
|
|
"block.sniffer_egg.hatch",
|
|
"block.stonecutter.use",
|
|
"block.sweet_berry_bush.hurt",
|
|
"block.sweet_berry_bush.pick",
|
|
"block.turtle_egg.attack",
|
|
"block.turtle_egg.break",
|
|
"block.turtle_egg.crack",
|
|
"block.turtle_egg.hatch",
|
|
"boost",
|
|
"born",
|
|
"bottle.dragonbreath",
|
|
"bottle.empty",
|
|
"bottle.fill",
|
|
"bow",
|
|
"bow.hit",
|
|
"break",
|
|
"break.block",
|
|
"break_pot",
|
|
"breathe",
|
|
"breeze_wind_charge.burst",
|
|
"brush",
|
|
"brush_completed",
|
|
"bubble.down",
|
|
"bubble.downinside",
|
|
"bubble.pop",
|
|
"bubble.up",
|
|
"bubble.upinside",
|
|
"bucket.empty.fish",
|
|
"bucket.empty.lava",
|
|
"bucket.empty.powder_snow",
|
|
"bucket.empty.water",
|
|
"bucket.fill.fish",
|
|
"bucket.fill.lava",
|
|
"bucket.fill.powder_snow",
|
|
"bucket.fill.water",
|
|
"bullet.hit",
|
|
"bundle.drop_contents",
|
|
"bundle.insert",
|
|
"bundle.insert_fail",
|
|
"bundle.remove_one",
|
|
"burp",
|
|
"button.click_off",
|
|
"button.click_on",
|
|
"cake.add_candle",
|
|
"camera.take_picture",
|
|
"cant_breed",
|
|
"cast.spell",
|
|
"cauldron_drip.lava.pointed_dripstone",
|
|
"cauldron_drip.water.pointed_dripstone",
|
|
"celebrate",
|
|
"charge",
|
|
"charge.sculk",
|
|
"chest.closed",
|
|
"chest.open",
|
|
"chime.amethyst_block",
|
|
"chorusdeath",
|
|
"chorusgrow",
|
|
"conduit.activate",
|
|
"conduit.ambient",
|
|
"conduit.attack",
|
|
"conduit.deactivate",
|
|
"conduit.short",
|
|
"convert_mooshroom",
|
|
"convert_to_drowned",
|
|
"convert_to_frog",
|
|
"convert_to_stray",
|
|
"converted_to_zombified",
|
|
"copper.wax.off",
|
|
"copper.wax.on",
|
|
"crafter.craft",
|
|
"crafter.disable_slot",
|
|
"crafter.fail",
|
|
"crossbow.loading.end",
|
|
"crossbow.loading.middle",
|
|
"crossbow.loading.start",
|
|
"crossbow.quick_charge.end",
|
|
"crossbow.quick_charge.middle",
|
|
"crossbow.quick_charge.start",
|
|
"crossbow.shoot",
|
|
"dash_ready",
|
|
"death",
|
|
"death.baby",
|
|
"death.in.water",
|
|
"death.mid.volume",
|
|
"death.min.volume",
|
|
"death.screamer",
|
|
"death.to.zombie",
|
|
"default",
|
|
"deny",
|
|
"detach",
|
|
"disappeared",
|
|
"door.close",
|
|
"door.open",
|
|
"drink",
|
|
"drink.honey",
|
|
"drink.milk",
|
|
"drip.lava.pointed_dripstone",
|
|
"drip.water.pointed_dripstone",
|
|
"drop.slot",
|
|
"eat",
|
|
"elderguardian.curse",
|
|
"elemconstruct.open",
|
|
"enderchest.closed",
|
|
"enderchest.open",
|
|
"explode",
|
|
"extinguish.candle",
|
|
"extinguish.fire",
|
|
"fall",
|
|
"fall.big",
|
|
"fall.small",
|
|
"fang",
|
|
"fence_gate.close",
|
|
"fence_gate.open",
|
|
"fire",
|
|
"fizz",
|
|
"flap",
|
|
"flop",
|
|
"fly",
|
|
"fuse",
|
|
"gallop",
|
|
"glass",
|
|
"glow_squid.ink_squirt",
|
|
"glowstick.use",
|
|
"growl",
|
|
"haggle",
|
|
"haggle.idle",
|
|
"haggle.no",
|
|
"haggle.yes",
|
|
"heartbeat",
|
|
"heavy.step",
|
|
"hit",
|
|
"horn_break",
|
|
"horn_call0",
|
|
"horn_call1",
|
|
"horn_call2",
|
|
"horn_call3",
|
|
"horn_call4",
|
|
"horn_call5",
|
|
"horn_call6",
|
|
"horn_call7",
|
|
"hurt",
|
|
"hurt.baby",
|
|
"hurt.in.water",
|
|
"hurt.reduced",
|
|
"hurt.screamer",
|
|
"icebomb.hit",
|
|
"ignite",
|
|
"imitate.blaze",
|
|
"imitate.bogged",
|
|
"imitate.breeze",
|
|
"imitate.cave_spider",
|
|
"imitate.creeper",
|
|
"imitate.drowned",
|
|
"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.warden",
|
|
"imitate.witch",
|
|
"imitate.wither",
|
|
"imitate.wither_skeleton",
|
|
"imitate.wolf",
|
|
"imitate.zombie",
|
|
"imitate.zombie_pigman",
|
|
"imitate.zombie_villager",
|
|
"insert",
|
|
"insert_enchanted",
|
|
"irongolem.crack",
|
|
"irongolem.repair",
|
|
"item.book.put",
|
|
"item.fizz",
|
|
"item.shield.block",
|
|
"item.spyglass.stop_using",
|
|
"item.spyglass.use",
|
|
"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",
|
|
"item.use.on",
|
|
"item_given",
|
|
"item_taken",
|
|
"item_thrown",
|
|
"jump",
|
|
"jump.prevent",
|
|
"jump_to_block",
|
|
"land",
|
|
"large.blast",
|
|
"launch",
|
|
"lava",
|
|
"lava.pop",
|
|
"lay_egg",
|
|
"lay_spawn",
|
|
"leashknot.break",
|
|
"leashknot.place",
|
|
"levelup",
|
|
"listening",
|
|
"listening_angry",
|
|
"lodestone_compass.link_compass_to_lodestone",
|
|
"lt.reaction.bleach",
|
|
"lt.reaction.epaste",
|
|
"lt.reaction.epaste2",
|
|
"lt.reaction.fertilizer",
|
|
"lt.reaction.fire",
|
|
"lt.reaction.fireball",
|
|
"lt.reaction.icebomb",
|
|
"lt.reaction.mgsalt",
|
|
"lt.reaction.miscexplosion",
|
|
"lt.reaction.miscfire",
|
|
"lt.reaction.miscmystical",
|
|
"lt.reaction.miscmystical2",
|
|
"lt.reaction.product",
|
|
"mace.heavy_smash_ground",
|
|
"mace.smash_air",
|
|
"mace.smash_ground",
|
|
"mad",
|
|
"milk",
|
|
"milk.screamer",
|
|
"milk_suspiciously",
|
|
"mob.armadillo.brush",
|
|
"mob.armadillo.scute_drop",
|
|
"mob.armor_stand.place",
|
|
"mob.hoglin.converted_to_zombified",
|
|
"mob.husk.convert_to_zombie",
|
|
"mob.pig.death",
|
|
"mob.player.hurt_drown",
|
|
"mob.player.hurt_freeze",
|
|
"mob.player.hurt_on_fire",
|
|
"mob.warning",
|
|
"mob.warning.baby",
|
|
"nearby_close",
|
|
"nearby_closer",
|
|
"nearby_closest",
|
|
"note",
|
|
"note.bass",
|
|
"ominous_bottle.end_use",
|
|
"ominous_item_spawner.about_to_spawn_item",
|
|
"ominous_item_spawner.spawn_item",
|
|
"ominous_item_spawner.spawn_item_begin",
|
|
"panic",
|
|
"pant",
|
|
"particle.soul_escape.loud",
|
|
"particle.soul_escape.quiet",
|
|
"pick_berries.cave_vines",
|
|
"pickup",
|
|
"pickup_enchanted",
|
|
"piston.in",
|
|
"piston.out",
|
|
"place",
|
|
"plop",
|
|
"pop",
|
|
"portal",
|
|
"portal.travel",
|
|
"potion.brewed",
|
|
"power.off",
|
|
"power.off.sculk_sensor",
|
|
"power.on",
|
|
"power.on.sculk_sensor",
|
|
"pre_ram",
|
|
"pre_ram.screamer",
|
|
"prepare.attack",
|
|
"prepare.summon",
|
|
"prepare.wololo",
|
|
"presneeze",
|
|
"pressure_plate.click_off",
|
|
"pressure_plate.click_on",
|
|
"pumpkin.carve",
|
|
"purr",
|
|
"purreow",
|
|
"raid.horn",
|
|
"ram_impact",
|
|
"ram_impact.screamer",
|
|
"random.anvil_use",
|
|
"reappeared",
|
|
"record.11",
|
|
"record.13",
|
|
"record.5",
|
|
"record.blocks",
|
|
"record.cat",
|
|
"record.chirp",
|
|
"record.creator",
|
|
"record.creator_music_box",
|
|
"record.far",
|
|
"record.mall",
|
|
"record.mellohi",
|
|
"record.otherside",
|
|
"record.pigstep",
|
|
"record.precipice",
|
|
"record.relic",
|
|
"record.stal",
|
|
"record.strad",
|
|
"record.wait",
|
|
"record.ward",
|
|
"reflect",
|
|
"remedy",
|
|
"respawn_anchor.ambient",
|
|
"respawn_anchor.charge",
|
|
"respawn_anchor.deplete",
|
|
"respawn_anchor.set_spawn",
|
|
"retreat",
|
|
"roar",
|
|
"saddle",
|
|
"scared",
|
|
"scrape",
|
|
"screech",
|
|
"shake",
|
|
"shatter_pot",
|
|
"shear",
|
|
"shoot",
|
|
"shulker.close",
|
|
"shulker.open",
|
|
"shulkerbox.closed",
|
|
"shulkerbox.open",
|
|
"sleep",
|
|
"smithing_table.use",
|
|
"sneeze",
|
|
"sonic_boom",
|
|
"sonic_charge",
|
|
"sparkler.active",
|
|
"sparkler.use",
|
|
"spawn",
|
|
"splash",
|
|
"squid.ink_squirt",
|
|
"squish.big",
|
|
"squish.small",
|
|
"stare",
|
|
"step",
|
|
"step.baby",
|
|
"step_lava",
|
|
"step_sand",
|
|
"stun",
|
|
"swim",
|
|
"swoop",
|
|
"takeoff",
|
|
"teleport",
|
|
"tempt",
|
|
"thorns",
|
|
"throw",
|
|
"thunder",
|
|
"tilt_down.big_dripleaf",
|
|
"tilt_up.big_dripleaf",
|
|
"tongue",
|
|
"trapdoor.close",
|
|
"trapdoor.open",
|
|
"trial_spawner.ambient",
|
|
"trial_spawner.ambient_ominous",
|
|
"trial_spawner.charge_activate",
|
|
"trial_spawner.close_shutter",
|
|
"trial_spawner.detect_player",
|
|
"trial_spawner.eject_item",
|
|
"trial_spawner.open_shutter",
|
|
"trial_spawner.spawn_mob",
|
|
"tripod",
|
|
"twinkle",
|
|
"ui.cartography_table.take_result",
|
|
"ui.loom.take_result",
|
|
"ui.stonecutter.take_result",
|
|
"undefined",
|
|
"unfect",
|
|
"vault.activate",
|
|
"vault.ambient",
|
|
"vault.close_shutter",
|
|
"vault.deactivate",
|
|
"vault.eject_item",
|
|
"vault.insert_item",
|
|
"vault.insert_item_fail",
|
|
"vault.open_shutter",
|
|
"vault.reject_rewarded_player",
|
|
"warn",
|
|
"water",
|
|
"whine",
|
|
"wind_charge.burst"
|
|
],
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Record v1.20.50"
|
|
}
|
|
},
|
|
"3126701690": {
|
|
"title": "minecraft:can_destroy_in_creative v1.20.50",
|
|
"oneOf": [
|
|
{
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "CanDestroyInCreative v1.20.50"
|
|
}
|
|
},
|
|
"3168558347": {
|
|
"title": "minecraft:tags v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"tags": {
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string"
|
|
},
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Tags v1.20.50"
|
|
}
|
|
},
|
|
"3173009623": {
|
|
"title": "minecraft:damage v1.20.50",
|
|
"oneOf": [
|
|
{
|
|
"type": "integer",
|
|
"minimum": 0.0
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"type": "integer",
|
|
"$metaProperties": {},
|
|
"minimum": 0.0
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Damage v1.20.50"
|
|
}
|
|
},
|
|
"3178615832": {
|
|
"title": "minecraft:stacked_by_data v1.20.50",
|
|
"oneOf": [
|
|
{
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "StackedByData v1.20.50"
|
|
}
|
|
},
|
|
"3178719147": {
|
|
"title": "struct SharedTypes::Legacy::ExpressionNode",
|
|
"oneOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"type": "number"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"expression": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
},
|
|
"version": {
|
|
"type": "integer",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"expression",
|
|
"version"
|
|
]
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_JSON_SCHEMA": "Expression Node"
|
|
}
|
|
},
|
|
"3246981949": {
|
|
"title": "minecraft:use_animation v1.20.50",
|
|
"oneOf": [
|
|
{
|
|
"title": "enum SharedTypes::Legacy::UseAnimation",
|
|
"type": "string",
|
|
"enum": [
|
|
"block",
|
|
"bow",
|
|
"brush",
|
|
"camera",
|
|
"crossbow",
|
|
"drink",
|
|
"eat",
|
|
"none",
|
|
"spear",
|
|
"spyglass"
|
|
]
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"title": "enum SharedTypes::Legacy::UseAnimation",
|
|
"type": "string",
|
|
"enum": [
|
|
"block",
|
|
"bow",
|
|
"brush",
|
|
"camera",
|
|
"crossbow",
|
|
"drink",
|
|
"eat",
|
|
"none",
|
|
"spear",
|
|
"spyglass"
|
|
],
|
|
"$metaProperties": {}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "UseAnimation v1.20.50"
|
|
}
|
|
},
|
|
"3256164975": {
|
|
"title": "struct SharedTypes::v1_20_50::RepairableItemComponent::RepairItemEntry",
|
|
"oneOf": [
|
|
{
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/1531870811"
|
|
}
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"items": {
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/1531870811"
|
|
},
|
|
"$metaProperties": {}
|
|
},
|
|
"repair_amount": {
|
|
"$ref": "#/definitions/3178719147",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"items"
|
|
]
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Repair v1.20.50"
|
|
}
|
|
},
|
|
"3308324084": {
|
|
"title": "minecraft:fuel v1.20.50",
|
|
"oneOf": [
|
|
{
|
|
"type": "number",
|
|
"minimum": 0.05000000074505806
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"duration": {
|
|
"type": "number",
|
|
"$metaProperties": {},
|
|
"minimum": 0.05000000074505806
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Fuel v1.20.50"
|
|
}
|
|
},
|
|
"3375297728": {
|
|
"title": "minecraft:rarity v1.21.30",
|
|
"oneOf": [
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Rarity v1.21.30"
|
|
}
|
|
},
|
|
"3389099981": {
|
|
"title": "minecraft:allow_off_hand v1.20.50",
|
|
"oneOf": [
|
|
{
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "AllowOffHand v1.20.50"
|
|
}
|
|
},
|
|
"3438816014": {
|
|
"title": "minecraft:custom_components v1.20.80",
|
|
"type": "array",
|
|
"items": {
|
|
"type": "string",
|
|
"pattern": "^(?:(?!^(minecraft):).)+:(?:.)+$"
|
|
},
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "CustomComponents v1.20.80"
|
|
}
|
|
},
|
|
"3494639353": {
|
|
"title": "minecraft:durability v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"damage_chance": {
|
|
"$ref": "#/definitions/1398826300",
|
|
"$metaProperties": {}
|
|
},
|
|
"max_durability": {
|
|
"type": "integer",
|
|
"$metaProperties": {},
|
|
"minimum": 0.0
|
|
}
|
|
},
|
|
"required": [
|
|
"max_durability"
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Durability v1.20.50"
|
|
}
|
|
},
|
|
"3602397325": {
|
|
"title": "minecraft:dyeable v1.21.30",
|
|
"type": "object",
|
|
"properties": {
|
|
"default_color": {
|
|
"$ref": "#/definitions/3915697282",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Dyeable v1.21.30"
|
|
}
|
|
},
|
|
"3715727616": {
|
|
"title": "minecraft:throwable v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"do_swing_animation": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
},
|
|
"launch_power_scale": {
|
|
"type": "number",
|
|
"$metaProperties": {}
|
|
},
|
|
"max_draw_duration": {
|
|
"type": "number",
|
|
"$metaProperties": {}
|
|
},
|
|
"max_launch_power": {
|
|
"type": "number",
|
|
"$metaProperties": {}
|
|
},
|
|
"min_draw_duration": {
|
|
"type": "number",
|
|
"$metaProperties": {}
|
|
},
|
|
"scale_power_by_draw_duration": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Throwable v1.20.50"
|
|
}
|
|
},
|
|
"3781185164": {
|
|
"title": "minecraft:shooter v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"ammunition": {
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/2681068491"
|
|
},
|
|
"$metaProperties": {}
|
|
},
|
|
"charge_on_draw": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
},
|
|
"max_draw_duration": {
|
|
"type": "number",
|
|
"$metaProperties": {}
|
|
},
|
|
"scale_power_by_draw_duration": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Shooter v1.20.50"
|
|
}
|
|
},
|
|
"3875281249": {
|
|
"title": "minecraft:should_despawn v1.20.50",
|
|
"oneOf": [
|
|
{
|
|
"type": "boolean"
|
|
},
|
|
{
|
|
"type": "object",
|
|
"properties": {
|
|
"value": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
}
|
|
}
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "ShouldDespawn v1.20.50"
|
|
}
|
|
},
|
|
"3915697282": {
|
|
"title": "Color255RGB",
|
|
"oneOf": [
|
|
{
|
|
"type": "string",
|
|
"pattern": "^#[a-fA-F0-9]{6}$"
|
|
},
|
|
{
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"type": "integer"
|
|
},
|
|
"minItems": 3,
|
|
"maxItems": 3
|
|
}
|
|
],
|
|
"$metaProperties": {}
|
|
},
|
|
"435751873": {
|
|
"title": "minecraft:use_modifiers v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"movement_modifier": {
|
|
"type": "number",
|
|
"$metaProperties": {},
|
|
"minimum": 0.0,
|
|
"maximum": 1.0
|
|
},
|
|
"use_duration": {
|
|
"type": "number",
|
|
"$metaProperties": {},
|
|
"minimum": 0.0
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "UseModifiers v1.20.50"
|
|
}
|
|
},
|
|
"49501551": {
|
|
"title": "compound_proxy",
|
|
"oneOf": [
|
|
{
|
|
"type": "integer"
|
|
},
|
|
{
|
|
"type": "string"
|
|
},
|
|
{
|
|
"type": "boolean"
|
|
}
|
|
],
|
|
"$metaProperties": {}
|
|
},
|
|
"608914689": {
|
|
"title": "minecraft:projectile v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"minimum_critical_power": {
|
|
"type": "number",
|
|
"$metaProperties": {}
|
|
},
|
|
"projectile_entity": {
|
|
"type": "string",
|
|
"$metaProperties": {},
|
|
"minLength": 0,
|
|
"pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$"
|
|
}
|
|
},
|
|
"required": [
|
|
"projectile_entity"
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Projectile v1.20.50"
|
|
}
|
|
},
|
|
"748032502": {
|
|
"title": "struct SharedTypes::v1_20_50::BlockDescriptor",
|
|
"oneOf": [
|
|
{
|
|
"$ref": "#/definitions/970386766"
|
|
},
|
|
{
|
|
"type": "string",
|
|
"minLength": 1
|
|
}
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_JSON_SCHEMA": "Block Descriptor v1.20.50"
|
|
}
|
|
},
|
|
"764203503": {
|
|
"title": "minecraft:durability_sensor durability_threshold v1.21.10",
|
|
"type": "object",
|
|
"properties": {
|
|
"durability": {
|
|
"type": "integer",
|
|
"$metaProperties": {}
|
|
},
|
|
"particle_type": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
},
|
|
"sound_event": {
|
|
"title": "enum SharedTypes::Legacy::LevelSoundEvent",
|
|
"type": "string",
|
|
"enum": [
|
|
"add.chest",
|
|
"admire",
|
|
"agitated",
|
|
"ambient",
|
|
"ambient.aggressive",
|
|
"ambient.baby",
|
|
"ambient.basalt_deltas.additions",
|
|
"ambient.basalt_deltas.loop",
|
|
"ambient.basalt_deltas.mood",
|
|
"ambient.candle",
|
|
"ambient.cave",
|
|
"ambient.crimson_forest.additions",
|
|
"ambient.crimson_forest.loop",
|
|
"ambient.crimson_forest.mood",
|
|
"ambient.in.air",
|
|
"ambient.in.raid",
|
|
"ambient.in.water",
|
|
"ambient.nether_wastes.additions",
|
|
"ambient.nether_wastes.loop",
|
|
"ambient.nether_wastes.mood",
|
|
"ambient.pollinate",
|
|
"ambient.screamer",
|
|
"ambient.soulsand_valley.additions",
|
|
"ambient.soulsand_valley.loop",
|
|
"ambient.soulsand_valley.mood",
|
|
"ambient.tame",
|
|
"ambient.underwater.enter",
|
|
"ambient.underwater.exit",
|
|
"ambient.warped_forest.additions",
|
|
"ambient.warped_forest.loop",
|
|
"ambient.warped_forest.mood",
|
|
"ambient.worried",
|
|
"angry",
|
|
"apply_effect.bad_omen",
|
|
"apply_effect.raid_omen",
|
|
"apply_effect.trial_omen",
|
|
"armor",
|
|
"armor.break_wolf",
|
|
"armor.crack_wolf",
|
|
"armor.equip_chain",
|
|
"armor.equip_diamond",
|
|
"armor.equip_elytra",
|
|
"armor.equip_generic",
|
|
"armor.equip_gold",
|
|
"armor.equip_iron",
|
|
"armor.equip_leather",
|
|
"armor.equip_netherite",
|
|
"armor.equip_wolf",
|
|
"armor.repair_wolf",
|
|
"armor.unequip_wolf",
|
|
"attach",
|
|
"attack",
|
|
"attack.nodamage",
|
|
"attack.strong",
|
|
"balloonpop",
|
|
"beacon.activate",
|
|
"beacon.ambient",
|
|
"beacon.deactivate",
|
|
"beacon.power",
|
|
"blast",
|
|
"block.bamboo_sapling.place",
|
|
"block.barrel.close",
|
|
"block.barrel.open",
|
|
"block.beehive.drip",
|
|
"block.beehive.enter",
|
|
"block.beehive.exit",
|
|
"block.beehive.shear",
|
|
"block.beehive.work",
|
|
"block.bell.hit",
|
|
"block.blastfurnace.fire_crackle",
|
|
"block.campfire.crackle",
|
|
"block.cartography_table.use",
|
|
"block.click",
|
|
"block.click.fail",
|
|
"block.composter.empty",
|
|
"block.composter.fill",
|
|
"block.composter.fill_success",
|
|
"block.composter.ready",
|
|
"block.copper_bulb.turn_off",
|
|
"block.copper_bulb.turn_on",
|
|
"block.decorated_pot.insert",
|
|
"block.decorated_pot.insert_fail",
|
|
"block.enchanting_table.use",
|
|
"block.end_portal.spawn",
|
|
"block.end_portal_frame.fill",
|
|
"block.fletching_table.use",
|
|
"block.frog_spawn.break",
|
|
"block.frog_spawn.hatch",
|
|
"block.furnace.lit",
|
|
"block.grindstone.use",
|
|
"block.loom.use",
|
|
"block.scaffolding.climb",
|
|
"block.sculk.spread",
|
|
"block.sculk_catalyst.bloom",
|
|
"block.sculk_sensor.place",
|
|
"block.sculk_shrieker.place",
|
|
"block.sculk_shrieker.shriek",
|
|
"block.sign.waxed_interact_fail",
|
|
"block.smithing_table.use",
|
|
"block.smoker.smoke",
|
|
"block.sniffer_egg.crack",
|
|
"block.sniffer_egg.hatch",
|
|
"block.stonecutter.use",
|
|
"block.sweet_berry_bush.hurt",
|
|
"block.sweet_berry_bush.pick",
|
|
"block.turtle_egg.attack",
|
|
"block.turtle_egg.break",
|
|
"block.turtle_egg.crack",
|
|
"block.turtle_egg.hatch",
|
|
"boost",
|
|
"born",
|
|
"bottle.dragonbreath",
|
|
"bottle.empty",
|
|
"bottle.fill",
|
|
"bow",
|
|
"bow.hit",
|
|
"break",
|
|
"break.block",
|
|
"break_pot",
|
|
"breathe",
|
|
"breeze_wind_charge.burst",
|
|
"brush",
|
|
"brush_completed",
|
|
"bubble.down",
|
|
"bubble.downinside",
|
|
"bubble.pop",
|
|
"bubble.up",
|
|
"bubble.upinside",
|
|
"bucket.empty.fish",
|
|
"bucket.empty.lava",
|
|
"bucket.empty.powder_snow",
|
|
"bucket.empty.water",
|
|
"bucket.fill.fish",
|
|
"bucket.fill.lava",
|
|
"bucket.fill.powder_snow",
|
|
"bucket.fill.water",
|
|
"bullet.hit",
|
|
"bundle.drop_contents",
|
|
"bundle.insert",
|
|
"bundle.insert_fail",
|
|
"bundle.remove_one",
|
|
"burp",
|
|
"button.click_off",
|
|
"button.click_on",
|
|
"cake.add_candle",
|
|
"camera.take_picture",
|
|
"cant_breed",
|
|
"cast.spell",
|
|
"cauldron_drip.lava.pointed_dripstone",
|
|
"cauldron_drip.water.pointed_dripstone",
|
|
"celebrate",
|
|
"charge",
|
|
"charge.sculk",
|
|
"chest.closed",
|
|
"chest.open",
|
|
"chime.amethyst_block",
|
|
"chorusdeath",
|
|
"chorusgrow",
|
|
"conduit.activate",
|
|
"conduit.ambient",
|
|
"conduit.attack",
|
|
"conduit.deactivate",
|
|
"conduit.short",
|
|
"convert_mooshroom",
|
|
"convert_to_drowned",
|
|
"convert_to_frog",
|
|
"convert_to_stray",
|
|
"converted_to_zombified",
|
|
"copper.wax.off",
|
|
"copper.wax.on",
|
|
"crafter.craft",
|
|
"crafter.disable_slot",
|
|
"crafter.fail",
|
|
"crossbow.loading.end",
|
|
"crossbow.loading.middle",
|
|
"crossbow.loading.start",
|
|
"crossbow.quick_charge.end",
|
|
"crossbow.quick_charge.middle",
|
|
"crossbow.quick_charge.start",
|
|
"crossbow.shoot",
|
|
"dash_ready",
|
|
"death",
|
|
"death.baby",
|
|
"death.in.water",
|
|
"death.mid.volume",
|
|
"death.min.volume",
|
|
"death.screamer",
|
|
"death.to.zombie",
|
|
"default",
|
|
"deny",
|
|
"detach",
|
|
"disappeared",
|
|
"door.close",
|
|
"door.open",
|
|
"drink",
|
|
"drink.honey",
|
|
"drink.milk",
|
|
"drip.lava.pointed_dripstone",
|
|
"drip.water.pointed_dripstone",
|
|
"drop.slot",
|
|
"eat",
|
|
"elderguardian.curse",
|
|
"elemconstruct.open",
|
|
"enderchest.closed",
|
|
"enderchest.open",
|
|
"explode",
|
|
"extinguish.candle",
|
|
"extinguish.fire",
|
|
"fall",
|
|
"fall.big",
|
|
"fall.small",
|
|
"fang",
|
|
"fence_gate.close",
|
|
"fence_gate.open",
|
|
"fire",
|
|
"fizz",
|
|
"flap",
|
|
"flop",
|
|
"fly",
|
|
"fuse",
|
|
"gallop",
|
|
"glass",
|
|
"glow_squid.ink_squirt",
|
|
"glowstick.use",
|
|
"growl",
|
|
"haggle",
|
|
"haggle.idle",
|
|
"haggle.no",
|
|
"haggle.yes",
|
|
"heartbeat",
|
|
"heavy.step",
|
|
"hit",
|
|
"horn_break",
|
|
"horn_call0",
|
|
"horn_call1",
|
|
"horn_call2",
|
|
"horn_call3",
|
|
"horn_call4",
|
|
"horn_call5",
|
|
"horn_call6",
|
|
"horn_call7",
|
|
"hurt",
|
|
"hurt.baby",
|
|
"hurt.in.water",
|
|
"hurt.reduced",
|
|
"hurt.screamer",
|
|
"icebomb.hit",
|
|
"ignite",
|
|
"imitate.blaze",
|
|
"imitate.bogged",
|
|
"imitate.breeze",
|
|
"imitate.cave_spider",
|
|
"imitate.creeper",
|
|
"imitate.drowned",
|
|
"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.warden",
|
|
"imitate.witch",
|
|
"imitate.wither",
|
|
"imitate.wither_skeleton",
|
|
"imitate.wolf",
|
|
"imitate.zombie",
|
|
"imitate.zombie_pigman",
|
|
"imitate.zombie_villager",
|
|
"insert",
|
|
"insert_enchanted",
|
|
"irongolem.crack",
|
|
"irongolem.repair",
|
|
"item.book.put",
|
|
"item.fizz",
|
|
"item.shield.block",
|
|
"item.spyglass.stop_using",
|
|
"item.spyglass.use",
|
|
"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",
|
|
"item.use.on",
|
|
"item_given",
|
|
"item_taken",
|
|
"item_thrown",
|
|
"jump",
|
|
"jump.prevent",
|
|
"jump_to_block",
|
|
"land",
|
|
"large.blast",
|
|
"launch",
|
|
"lava",
|
|
"lava.pop",
|
|
"lay_egg",
|
|
"lay_spawn",
|
|
"leashknot.break",
|
|
"leashknot.place",
|
|
"levelup",
|
|
"listening",
|
|
"listening_angry",
|
|
"lodestone_compass.link_compass_to_lodestone",
|
|
"lt.reaction.bleach",
|
|
"lt.reaction.epaste",
|
|
"lt.reaction.epaste2",
|
|
"lt.reaction.fertilizer",
|
|
"lt.reaction.fire",
|
|
"lt.reaction.fireball",
|
|
"lt.reaction.icebomb",
|
|
"lt.reaction.mgsalt",
|
|
"lt.reaction.miscexplosion",
|
|
"lt.reaction.miscfire",
|
|
"lt.reaction.miscmystical",
|
|
"lt.reaction.miscmystical2",
|
|
"lt.reaction.product",
|
|
"mace.heavy_smash_ground",
|
|
"mace.smash_air",
|
|
"mace.smash_ground",
|
|
"mad",
|
|
"milk",
|
|
"milk.screamer",
|
|
"milk_suspiciously",
|
|
"mob.armadillo.brush",
|
|
"mob.armadillo.scute_drop",
|
|
"mob.armor_stand.place",
|
|
"mob.hoglin.converted_to_zombified",
|
|
"mob.husk.convert_to_zombie",
|
|
"mob.pig.death",
|
|
"mob.player.hurt_drown",
|
|
"mob.player.hurt_freeze",
|
|
"mob.player.hurt_on_fire",
|
|
"mob.warning",
|
|
"mob.warning.baby",
|
|
"nearby_close",
|
|
"nearby_closer",
|
|
"nearby_closest",
|
|
"note",
|
|
"note.bass",
|
|
"ominous_bottle.end_use",
|
|
"ominous_item_spawner.about_to_spawn_item",
|
|
"ominous_item_spawner.spawn_item",
|
|
"ominous_item_spawner.spawn_item_begin",
|
|
"panic",
|
|
"pant",
|
|
"particle.soul_escape.loud",
|
|
"particle.soul_escape.quiet",
|
|
"pick_berries.cave_vines",
|
|
"pickup",
|
|
"pickup_enchanted",
|
|
"piston.in",
|
|
"piston.out",
|
|
"place",
|
|
"plop",
|
|
"pop",
|
|
"portal",
|
|
"portal.travel",
|
|
"potion.brewed",
|
|
"power.off",
|
|
"power.off.sculk_sensor",
|
|
"power.on",
|
|
"power.on.sculk_sensor",
|
|
"pre_ram",
|
|
"pre_ram.screamer",
|
|
"prepare.attack",
|
|
"prepare.summon",
|
|
"prepare.wololo",
|
|
"presneeze",
|
|
"pressure_plate.click_off",
|
|
"pressure_plate.click_on",
|
|
"pumpkin.carve",
|
|
"purr",
|
|
"purreow",
|
|
"raid.horn",
|
|
"ram_impact",
|
|
"ram_impact.screamer",
|
|
"random.anvil_use",
|
|
"reappeared",
|
|
"record.11",
|
|
"record.13",
|
|
"record.5",
|
|
"record.blocks",
|
|
"record.cat",
|
|
"record.chirp",
|
|
"record.creator",
|
|
"record.creator_music_box",
|
|
"record.far",
|
|
"record.mall",
|
|
"record.mellohi",
|
|
"record.otherside",
|
|
"record.pigstep",
|
|
"record.precipice",
|
|
"record.relic",
|
|
"record.stal",
|
|
"record.strad",
|
|
"record.wait",
|
|
"record.ward",
|
|
"reflect",
|
|
"remedy",
|
|
"respawn_anchor.ambient",
|
|
"respawn_anchor.charge",
|
|
"respawn_anchor.deplete",
|
|
"respawn_anchor.set_spawn",
|
|
"retreat",
|
|
"roar",
|
|
"saddle",
|
|
"scared",
|
|
"scrape",
|
|
"screech",
|
|
"shake",
|
|
"shatter_pot",
|
|
"shear",
|
|
"shoot",
|
|
"shulker.close",
|
|
"shulker.open",
|
|
"shulkerbox.closed",
|
|
"shulkerbox.open",
|
|
"sleep",
|
|
"smithing_table.use",
|
|
"sneeze",
|
|
"sonic_boom",
|
|
"sonic_charge",
|
|
"sparkler.active",
|
|
"sparkler.use",
|
|
"spawn",
|
|
"splash",
|
|
"squid.ink_squirt",
|
|
"squish.big",
|
|
"squish.small",
|
|
"stare",
|
|
"step",
|
|
"step.baby",
|
|
"step_lava",
|
|
"step_sand",
|
|
"stun",
|
|
"swim",
|
|
"swoop",
|
|
"takeoff",
|
|
"teleport",
|
|
"tempt",
|
|
"thorns",
|
|
"throw",
|
|
"thunder",
|
|
"tilt_down.big_dripleaf",
|
|
"tilt_up.big_dripleaf",
|
|
"tongue",
|
|
"trapdoor.close",
|
|
"trapdoor.open",
|
|
"trial_spawner.ambient",
|
|
"trial_spawner.ambient_ominous",
|
|
"trial_spawner.charge_activate",
|
|
"trial_spawner.close_shutter",
|
|
"trial_spawner.detect_player",
|
|
"trial_spawner.eject_item",
|
|
"trial_spawner.open_shutter",
|
|
"trial_spawner.spawn_mob",
|
|
"tripod",
|
|
"twinkle",
|
|
"ui.cartography_table.take_result",
|
|
"ui.loom.take_result",
|
|
"ui.stonecutter.take_result",
|
|
"undefined",
|
|
"unfect",
|
|
"vault.activate",
|
|
"vault.ambient",
|
|
"vault.close_shutter",
|
|
"vault.deactivate",
|
|
"vault.eject_item",
|
|
"vault.insert_item",
|
|
"vault.insert_item_fail",
|
|
"vault.open_shutter",
|
|
"vault.reject_rewarded_player",
|
|
"warn",
|
|
"water",
|
|
"whine",
|
|
"wind_charge.burst"
|
|
],
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "DurabilityThreshold v1.21.10"
|
|
}
|
|
},
|
|
"853889472": {
|
|
"title": "minecraft:entity_placer v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"dispense_on": {
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/748032502"
|
|
},
|
|
"$metaProperties": {}
|
|
},
|
|
"entity": {
|
|
"type": "string",
|
|
"$metaProperties": {},
|
|
"minLength": 0,
|
|
"pattern": "^(?:\\w+(?:\\.\\w+)*:(?=\\w))?(?:\\w+(?:\\.\\w+)*)(?:<((?:\\w+(?:\\.\\w+)*:(?=\\w))?\\w+(?:\\.\\w+)*)*>)?$"
|
|
},
|
|
"use_on": {
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/748032502"
|
|
},
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "EntityPlacer v1.20.50"
|
|
}
|
|
},
|
|
"857819254": {
|
|
"title": "minecraft:block_placer v1.21.40",
|
|
"type": "object",
|
|
"properties": {
|
|
"block": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
},
|
|
"replace_block_item": {
|
|
"type": "boolean",
|
|
"$metaProperties": {}
|
|
},
|
|
"use_on": {
|
|
"title": "sequence container",
|
|
"type": "array",
|
|
"items": {
|
|
"$ref": "#/definitions/748032502"
|
|
},
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"block"
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Planter v1.21.40"
|
|
}
|
|
},
|
|
"886176099": {
|
|
"title": "minecraft:cooldown v1.20.50",
|
|
"type": "object",
|
|
"properties": {
|
|
"category": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
},
|
|
"duration": {
|
|
"type": "number",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"required": [
|
|
"category",
|
|
"duration"
|
|
],
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Cooldown v1.20.50"
|
|
}
|
|
},
|
|
"970386766": {
|
|
"title": "struct SharedTypes::v1_20_50::BlockDescriptorSerializer::BlockDescriptorProxy",
|
|
"type": "object",
|
|
"properties": {
|
|
"name": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
},
|
|
"states": {
|
|
"title": "associative container",
|
|
"type": "object",
|
|
"additionalProperties": {
|
|
"$ref": "#/definitions/49501551"
|
|
},
|
|
"$metaProperties": {}
|
|
},
|
|
"tags": {
|
|
"type": "string",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"title": "components v1.21.40",
|
|
"type": "object",
|
|
"properties": {
|
|
"minecraft:allow_off_hand": {
|
|
"$ref": "#/definitions/3389099981",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:block_placer": {
|
|
"$ref": "#/definitions/857819254",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:bundle_interaction": {
|
|
"$ref": "#/definitions/2333685719",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:can_destroy_in_creative": {
|
|
"$ref": "#/definitions/3126701690",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:cooldown": {
|
|
"$ref": "#/definitions/886176099",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:custom_components": {
|
|
"$ref": "#/definitions/3438816014",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:damage": {
|
|
"$ref": "#/definitions/3173009623",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:damage_absorption": {
|
|
"$ref": "#/definitions/2063418195",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:digger": {
|
|
"$ref": "#/definitions/2499855414",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:display_name": {
|
|
"$ref": "#/definitions/2942400907",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:durability": {
|
|
"$ref": "#/definitions/3494639353",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:durability_sensor": {
|
|
"$ref": "#/definitions/1956551060",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:dyeable": {
|
|
"$ref": "#/definitions/3602397325",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:enchantable": {
|
|
"$ref": "#/definitions/1095951327",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:entity_placer": {
|
|
"$ref": "#/definitions/853889472",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:food": {
|
|
"$ref": "#/definitions/268086052",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:fuel": {
|
|
"$ref": "#/definitions/3308324084",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:glint": {
|
|
"$ref": "#/definitions/1206516236",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:hand_equipped": {
|
|
"$ref": "#/definitions/1889822164",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:hover_text_color": {
|
|
"$ref": "#/definitions/1661309668",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:icon": {
|
|
"$ref": "#/definitions/1618184314",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:interact_button": {
|
|
"$ref": "#/definitions/1754804474",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:liquid_clipped": {
|
|
"$ref": "#/definitions/2359991381",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:max_stack_size": {
|
|
"$ref": "#/definitions/2817495317",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:projectile": {
|
|
"$ref": "#/definitions/608914689",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:rarity": {
|
|
"$ref": "#/definitions/3375297728",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:record": {
|
|
"$ref": "#/definitions/3053237679",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:repairable": {
|
|
"$ref": "#/definitions/1658474219",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:shooter": {
|
|
"$ref": "#/definitions/3781185164",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:should_despawn": {
|
|
"$ref": "#/definitions/3875281249",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:stacked_by_data": {
|
|
"$ref": "#/definitions/3178615832",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:storage_item": {
|
|
"$ref": "#/definitions/120997796",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:tags": {
|
|
"$ref": "#/definitions/3168558347",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:throwable": {
|
|
"$ref": "#/definitions/3715727616",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:use_animation": {
|
|
"$ref": "#/definitions/3246981949",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:use_modifiers": {
|
|
"$ref": "#/definitions/435751873",
|
|
"$metaProperties": {}
|
|
},
|
|
"minecraft:wearable": {
|
|
"$ref": "#/definitions/2041267453",
|
|
"$metaProperties": {}
|
|
}
|
|
},
|
|
"$metaProperties": {
|
|
"CEREAL_DOCUMENTATION_TAG": false,
|
|
"CEREAL_JSON_SCHEMA": "Components v1.21.40"
|
|
}
|
|
} |