Add minecraft bedrock server

This commit is contained in:
2024-09-09 13:28:08 -03:00
parent 54e5f3000c
commit 236b4b2960
4640 changed files with 688839 additions and 66 deletions

View File

@ -0,0 +1,41 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:bow",
"materials": {
"default": "entity_alphatest",
"enchanted": "entity_alphatest_glint"
},
"textures": {
"default": "textures/items/bow_standby",
"bow_pulling_0": "textures/items/bow_pulling_0",
"bow_pulling_1": "textures/items/bow_pulling_1",
"bow_pulling_2": "textures/items/bow_pulling_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.bow_standby",
"bow_pulling_0": "geometry.bow_pulling_0",
"bow_pulling_1": "geometry.bow_pulling_1",
"bow_pulling_2": "geometry.bow_pulling_2"
},
"animations": {
"wield": "animation.bow.wield",
"wield_first_person_pull": "animation.bow.wield_first_person_pull"
},
"scripts": {
"pre_animation": [
"variable.charge_amount = math.clamp((query.main_hand_item_max_duration - (query.main_hand_item_use_duration - query.frame_alpha + 1.0)) / 10.0, 0.0, 1.0f);"
],
"animate": [
"wield",
{
"wield_first_person_pull": "query.main_hand_item_use_duration > 0.0f && c.is_first_person"
}
]
},
"render_controllers": [ "controller.render.bow" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:chainmail_boots",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/chain_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:chainmail_boots.player",
"item": { "minecraft:chainmail_boots": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/chain_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.boots.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:chainmail_chestplate",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/chain_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:chainmail_chestplate.player",
"item": { "minecraft:chainmail_chestplate": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/chain_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" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:chainmail_helmet",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/chain_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:chainmail_helmet.player",
"item": { "minecraft:chainmail_helmet": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/chain_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.helmet.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:chainmail_leggings",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/chain_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:chainmail_leggings.player",
"item": { "minecraft:chainmail_leggings": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/chain_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.leggings.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,45 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:crossbow",
"materials": {
"default": "entity_alphatest",
"enchanted": "entity_alphatest_glint"
},
"textures": {
"default": "textures/items/crossbow_standby",
"crossbow_pulling_0": "textures/items/crossbow_pulling_0",
"crossbow_pulling_1": "textures/items/crossbow_pulling_1",
"crossbow_pulling_2": "textures/items/crossbow_pulling_2",
"crossbow_arrow": "textures/items/crossbow_arrow",
"crossbow_rocket": "textures/items/crossbow_firework",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.crossbow_standby",
"crossbow_pulling_0": "geometry.crossbow_pulling_0",
"crossbow_pulling_1": "geometry.crossbow_pulling_1",
"crossbow_pulling_2": "geometry.crossbow_pulling_2",
"crossbow_arrow": "geometry.crossbow_arrow",
"crossbow_rocket": "geometry.crossbow_rocket"
},
"animations": {
"wield": "animation.crossbow.wield",
"wield_first_person_pull": "animation.crossbow.wield_first_person_pull"
},
"scripts": {
"pre_animation": [
"variable.charge_amount = math.clamp((query.main_hand_item_max_duration - (query.main_hand_item_use_duration - query.frame_alpha + 1.0)) / 10.0, 0.0, 1.0f);"
],
"animate": [
"wield",
{
"wield_first_person_pull": "query.main_hand_item_use_duration > 0.0f && c.is_first_person"
}
]
},
"render_controllers": [ "controller.render.crossbow" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:diamond_boots",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/diamond_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:diamond_boots.player",
"item": { "minecraft:diamond_boots": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/diamond_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.boots.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:diamond_chestplate",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/diamond_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:diamond_chestplate.player",
"item": { "minecraft:diamond_chestplate": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/diamond_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" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:diamond_helmet",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/diamond_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:diamond_helmet.player",
"item": { "minecraft:diamond_helmet": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/diamond_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.helmet.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:diamond_leggings",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/diamond_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:diamond_leggings.player",
"item": { "minecraft:diamond_leggings": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/diamond_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.leggings.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View 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" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:golden_boots",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/gold_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:golden_boots.player",
"item": { "minecraft:golden_boots": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/gold_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.boots.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:golden_chestplate",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/gold_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:golden_chestplate.player",
"item": { "minecraft:golden_chestplate": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/gold_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" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:golden_helmet",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/gold_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:golden_helmet.player",
"item": { "minecraft:golden_helmet": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/gold_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.helmet.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:golden_leggings",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/gold_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:golden_leggings.player",
"item": { "minecraft:golden_leggings": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/gold_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.leggings.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:iron_boots",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/iron_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:iron_boots.player",
"item": { "minecraft:iron_boots": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/iron_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.boots.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:iron_chestplate",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/iron_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:iron_chestplate.player",
"item": { "minecraft:iron_chestplate": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/iron_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" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:iron_helmet",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/iron_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:iron_helmet.player",
"item": { "minecraft:iron_helmet": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/iron_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.helmet.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:iron_leggings",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/iron_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:iron_leggings.player",
"item": { "minecraft:iron_leggings": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/iron_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.leggings.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:leather_boots",
"materials": {
"default": "armor_leather",
"enchanted": "armor_leather_enchanted"
},
"textures": {
"default": "textures/models/armor/leather_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:leather_boots.player",
"item": { "minecraft:leather_boots": "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.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.boots.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:leather_chestplate",
"materials": {
"default": "armor_leather",
"enchanted": "armor_leather_enchanted"
},
"textures": {
"default": "textures/models/armor/leather_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View 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" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:leather_helmet",
"materials": {
"default": "armor_leather",
"enchanted": "armor_leather_enchanted"
},
"textures": {
"default": "textures/models/armor/leather_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:leather_helmet.player",
"item": { "minecraft:leather_helmet": "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.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.helmet.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:leather_leggings",
"materials": {
"default": "armor_leather",
"enchanted": "armor_leather_enchanted"
},
"textures": {
"default": "textures/models/armor/leather_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:leather_leggings.player",
"item": { "minecraft:leather_leggings": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor_leather",
"enchanted": "armor_leather_enchanted"
},
"textures": {
"default": "textures/models/armor/leather_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.leggings.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:netherite_boots",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/netherite_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:netherite_boots.player",
"item": { "minecraft:netherite_boots": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/netherite_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.boots"
},
"scripts": {
"parent_setup": "variable.boot_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.boots.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:netherite_chestplate",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/netherite_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.chestplate"
},
"scripts": {
"parent_setup": "variable.chest_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:netherite_chestplate.player",
"item": { "minecraft:netherite_chestplate": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/netherite_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" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:netherite_helmet",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/netherite_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:netherite_helmet.player",
"item": { "minecraft:netherite_helmet": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/netherite_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.helmet.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,23 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:netherite_leggings",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/netherite_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:netherite_leggings.player",
"item": { "minecraft:netherite_leggings": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/netherite_2",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.leggings"
},
"scripts": {
"parent_setup": "variable.leg_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.leggings.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,54 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:shield",
"materials": {
"default": "entity_alphatest",
"enchanted": "entity_alphatest_glint"
},
"textures": {
"default": "textures/entity/shield",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.shield"
},
"animations": {
"wield": "controller.animation.shield.wield",
"wield_main_hand_first_person": "animation.shield.wield_main_hand_first_person",
"wield_off_hand_first_person": "animation.shield.wield_off_hand_first_person",
"wield_first_person_block": "animation.shield.wield_first_person_blocking",
"wield_main_hand_first_person_block": "animation.shield.wield_main_hand_first_person_blocking",
"wield_off_hand_first_person_block": "animation.shield.wield_off_hand_first_person_blocking",
"wield_third_person": "animation.shield.wield_third_person"
},
"scripts": {
"initialize": [
"variable.main_hand_first_person_pos_x = 5.3;",
"variable.main_hand_first_person_pos_y = 26.0;",
"variable.main_hand_first_person_pos_z = 0.4;",
"variable.main_hand_first_person_rot_x = 91.0;",
"variable.main_hand_first_person_rot_y = 65.0;",
"variable.main_hand_first_person_rot_z = -43.0;",
"variable.off_hand_first_person_pos_x = -13.5;",
"variable.off_hand_first_person_pos_y = -5.8;",
"variable.off_hand_first_person_pos_z = 5.1;",
"variable.off_hand_first_person_with_bow_pos_z = -25.0;",
"variable.off_hand_first_person_rot_x = 1.0;",
"variable.off_hand_first_person_rot_y = 176.0;",
"variable.off_hand_first_person_rot_z = -2.5;"
],
"pre_animation": [
"variable.is_blocking_main_hand = query.blocking && !query.is_item_name_any('slot.weapon.offhand', 'minecraft:shield') && query.is_item_name_any('slot.weapon.mainhand', 'minecraft:shield');",
"variable.is_blocking_off_hand = query.blocking && query.is_item_name_any('slot.weapon.offhand', 'minecraft:shield');",
"variable.is_using_bow = (query.get_equipped_item_name == 'bow') && (query.main_hand_item_use_duration > 0.0f);"
],
"animate": [
"wield"
]
},
"render_controllers": [ "controller.render.item_default" ]
}
}
}

View File

@ -0,0 +1,37 @@
{
"format_version": "1.10",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:trident",
"materials": {
"default": "entity_alphatest",
"enchanted": "entity_alphatest_glint"
},
"textures": {
"default": "textures/entity/trident",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.trident"
},
"animations": {
"wield": "controller.animation.trident.wield",
"wield_first_person": "animation.trident.wield_first_person",
"wield_first_person_raise": "animation.trident.wield_first_person_raise",
"wield_first_person_raise_shake": "animation.trident.wield_first_person_raise_shake",
"wield_first_person_riptide": "animation.trident.wield_first_person_riptide",
"wield_third_person": "animation.trident.wield_third_person",
"wield_third_person_raise": "animation.trident.wield_third_person_raise"
},
"scripts": {
"pre_animation": [
"variable.charge_amount = math.clamp((query.main_hand_item_max_duration - (query.main_hand_item_use_duration - query.frame_alpha + 1.0)) / 10.0, 0.0, 1.0f);"
],
"animate": [
"wield"
]
},
"render_controllers": [ "controller.render.item_default" ]
}
}
}

View File

@ -0,0 +1,20 @@
{
"format_version": "1.8.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:turtle_helmet",
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/turtle_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.humanoid.armor.helmet"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}

View File

@ -0,0 +1,30 @@
{
"format_version": "1.10.0",
"minecraft:attachable": {
"description": {
"identifier": "minecraft:turtle_helmet.player",
"item": { "minecraft:turtle_helmet": "query.owner_identifier == 'minecraft:player'" },
"materials": {
"default": "armor",
"enchanted": "armor_enchanted"
},
"textures": {
"default": "textures/models/armor/turtle_1",
"enchanted": "textures/misc/enchanted_item_glint"
},
"geometry": {
"default": "geometry.player.armor.helmet"
},
"scripts": {
"parent_setup": "variable.helmet_layer_visible = 0.0;",
"animate": [
"offset"
]
},
"animations": {
"offset": "animation.armor.helmet.offset"
},
"render_controllers": [ "controller.render.armor" ]
}
}
}