mirror of
https://github.com/Mojang/bedrock-samples.git
synced 2024-11-27 05:48:55 +00:00
59 lines
2.7 KiB
JSON
59 lines
2.7 KiB
JSON
{
|
|
"format_version": "1.10.0",
|
|
"minecraft:client_entity": {
|
|
"description": {
|
|
"identifier": "minecraft:splash_potion",
|
|
"materials": {
|
|
"default": "splash_potion_enchanted"
|
|
},
|
|
"textures": {
|
|
"moveSlowdown": "textures/items/potion_bottle_splash_moveSlowdown",
|
|
"moveSpeed": "textures/items/potion_bottle_splash_moveSpeed",
|
|
"digSlowdown": "textures/items/potion_bottle_splash_digSlowdown",
|
|
"digSpeed": "textures/items/potion_bottle_splash_digSpeed",
|
|
"damageBoost": "textures/items/potion_bottle_splash_damageBoost",
|
|
"heal": "textures/items/potion_bottle_splash_heal",
|
|
"harm": "textures/items/potion_bottle_splash_harm",
|
|
"jump": "textures/items/potion_bottle_splash_jump",
|
|
"confusion": "textures/items/potion_bottle_splash_confusion",
|
|
"regeneration": "textures/items/potion_bottle_splash_regeneration",
|
|
"resistance": "textures/items/potion_bottle_splash_resistance",
|
|
"fireResistance": "textures/items/potion_bottle_splash_fireResistance",
|
|
"waterBreathing": "textures/items/potion_bottle_splash_waterBreathing",
|
|
"invisibility": "textures/items/potion_bottle_splash_invisibility",
|
|
"blindness": "textures/items/potion_bottle_splash_blindness",
|
|
"nightVision": "textures/items/potion_bottle_splash_nightVision",
|
|
"hunger": "textures/items/potion_bottle_splash_hunger",
|
|
"weakness": "textures/items/potion_bottle_splash_weakness",
|
|
"poison": "textures/items/potion_bottle_splash_poison",
|
|
"wither": "textures/items/potion_bottle_splash_wither",
|
|
"healthBoost": "textures/items/potion_bottle_splash_healthBoost",
|
|
"absorption": "textures/items/potion_bottle_splash_absorption",
|
|
"saturation": "textures/items/potion_bottle_splash_saturation",
|
|
"levitation": "textures/items/potion_bottle_splash_levitation",
|
|
"turtleMaster": "textures/items/potion_bottle_splash_turtleMaster",
|
|
"slowFall": "textures/items/potion_bottle_splash_slowFall",
|
|
"default": "textures/items/potion_bottle_splash",
|
|
"enchanted": "textures/misc/enchanted_item_glint",
|
|
"windCharged": "textures/items/potion_bottle_splash_windCharged",
|
|
"weaving": "textures/items/potion_bottle_splash_weaving",
|
|
"oozing": "textures/items/potion_bottle_splash_oozing",
|
|
"infested": "textures/items/potion_bottle_splash_infested"
|
|
},
|
|
"geometry": {
|
|
"default": "geometry.item_sprite"
|
|
},
|
|
"render_controllers": [
|
|
"controller.render.splash_potion"
|
|
],
|
|
"animations": {
|
|
"flying": "animation.actor.billboard"
|
|
},
|
|
"scripts": {
|
|
"animate": [
|
|
"flying"
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |