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:
34
servers/bedrock/definitions/attachables/elytra.json
vendored
Normal file
34
servers/bedrock/definitions/attachables/elytra.json
vendored
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"format_version": "1.10.0",
|
||||
"minecraft:attachable": {
|
||||
"description": {
|
||||
"identifier": "minecraft:elytra",
|
||||
"materials": {
|
||||
"default": "elytra",
|
||||
"enchanted": "elytra_glint"
|
||||
},
|
||||
"textures": {
|
||||
"default": "textures/models/armor/elytra",
|
||||
"enchanted": "textures/misc/enchanted_item_glint"
|
||||
},
|
||||
"geometry": {
|
||||
"default": "geometry.elytra"
|
||||
},
|
||||
"animations": {
|
||||
"default_controller": "controller.animation.elytra.default",
|
||||
"default": "animation.elytra.default",
|
||||
"gliding": "animation.elytra.gliding",
|
||||
"sneaking": "animation.elytra.sneaking",
|
||||
"sleeping": "animation.elytra.sleeping",
|
||||
"swimming": "animation.elytra.swimming"
|
||||
},
|
||||
"scripts": {
|
||||
"parent_setup": "variable.chest_layer_visible = 0.0;",
|
||||
"animate": [
|
||||
"default_controller"
|
||||
]
|
||||
},
|
||||
"render_controllers": [ "controller.render.armor" ]
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user