mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-23 13:36:18 +00:00
59 lines
2.8 KiB
JSON
59 lines
2.8 KiB
JSON
{
|
|
"format_version": "1.10.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:lingering_potion",
|
|
"materials": {
|
|
"default": "lingering_potion_enchanted"
|
|
},
|
|
"textures": {
|
|
"moveSlowdown": "textures/items/potion_bottle_lingering_moveSlowdown",
|
|
"moveSpeed": "textures/items/potion_bottle_lingering_moveSpeed",
|
|
"digSlowdown": "textures/items/potion_bottle_lingering_digSlowdown",
|
|
"digSpeed": "textures/items/potion_bottle_lingering_digSpeed",
|
|
"damageBoost": "textures/items/potion_bottle_lingering_damageBoost",
|
|
"heal": "textures/items/potion_bottle_lingering_heal",
|
|
"harm": "textures/items/potion_bottle_lingering_harm",
|
|
"jump": "textures/items/potion_bottle_lingering_jump",
|
|
"confusion": "textures/items/potion_bottle_lingering_confusion",
|
|
"regeneration": "textures/items/potion_bottle_lingering_regeneration",
|
|
"resistance": "textures/items/potion_bottle_lingering_resistance",
|
|
"fireResistance": "textures/items/potion_bottle_lingering_fireResistance",
|
|
"waterBreathing": "textures/items/potion_bottle_lingering_waterBreathing",
|
|
"invisibility": "textures/items/potion_bottle_lingering_invisibility",
|
|
"blindness": "textures/items/potion_bottle_lingering_blindness",
|
|
"nightVision": "textures/items/potion_bottle_lingering_nightVision",
|
|
"hunger": "textures/items/potion_bottle_lingering_hunger",
|
|
"weakness": "textures/items/potion_bottle_lingering_weakness",
|
|
"poison": "textures/items/potion_bottle_lingering_poison",
|
|
"wither": "textures/items/potion_bottle_lingering_wither",
|
|
"healthBoost": "textures/items/potion_bottle_lingering_healthBoost",
|
|
"absorption": "textures/items/potion_bottle_lingering_absorption",
|
|
"saturation": "textures/items/potion_bottle_lingering_saturation",
|
|
"levitation": "textures/items/potion_bottle_lingering_levitation",
|
|
"turtleMaster": "textures/items/potion_bottle_lingering_turtleMaster",
|
|
"slowFall": "textures/items/potion_bottle_lingering_slowFall",
|
|
"default": "textures/items/potion_bottle_lingering",
|
|
"enchanted": "textures/misc/enchanted_item_glint",
|
|
"windCharged": "textures/items/potion_bottle_lingering_windCharged",
|
|
"weaving": "textures/items/potion_bottle_lingering_weaving",
|
|
"oozing": "textures/items/potion_bottle_lingering_oozing",
|
|
"infested": "textures/items/potion_bottle_lingering_infested"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.item_sprite"
|
|
},
|
|
"render_controllers": [
|
|
"controller.render.lingering_potion"
|
|
],
|
|
"animations": {
|
|
"flying": "animation.actor.billboard"
|
|
},
|
|
"scripts": {
|
|
"animate": [
|
|
"flying"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |