mirror of
https://github.com/guilhermewerner/tcc
synced 2025-06-17 07:25:14 +00:00
Add minecraft bedrock server
This commit is contained in:
30
servers/bedrock/definitions/attachables/leather_chestplate.player.json
vendored
Normal file
30
servers/bedrock/definitions/attachables/leather_chestplate.player.json
vendored
Normal file
@ -0,0 +1,30 @@
|
||||
{
|
||||
"format_version": "1.10.0",
|
||||
"minecraft:attachable": {
|
||||
"description": {
|
||||
"identifier": "minecraft:leather_chestplate.player",
|
||||
"item": { "minecraft:leather_chestplate": "query.owner_identifier == 'minecraft:player'" },
|
||||
"materials": {
|
||||
"default": "armor_leather",
|
||||
"enchanted": "armor_leather_enchanted"
|
||||
},
|
||||
"textures": {
|
||||
"default": "textures/models/armor/leather_1",
|
||||
"enchanted": "textures/misc/enchanted_item_glint"
|
||||
},
|
||||
"geometry": {
|
||||
"default": "geometry.player.armor.chestplate"
|
||||
},
|
||||
"scripts": {
|
||||
"parent_setup": "variable.chest_layer_visible = 0.0;",
|
||||
"animate": [
|
||||
"offset"
|
||||
]
|
||||
},
|
||||
"animations": {
|
||||
"offset": "animation.armor.chestplate.offset"
|
||||
},
|
||||
"render_controllers": [ "controller.render.armor" ]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user