1
0
Fork 0

Inital commit

This commit is contained in:
abtmtr 2025-08-27 20:49:18 -05:00
commit b5089257c5
1005 changed files with 23476 additions and 0 deletions

View file

@ -0,0 +1,29 @@
{
"function": "minecraft:sequence",
"functions": [
{
"function": "minecraft:set_custom_data",
"tag": "{armored_elytra:{armored:true}}"
},
{
"function": "minecraft:set_attributes",
"replace": false,
"modifiers": [
{
"id": "armored_elytra:armor",
"attribute": "minecraft:armor",
"operation": "add_value",
"amount": 5.0,
"slot": "chest"
}
]
},
{
"function": "minecraft:set_custom_model_data",
"floats": {
"values": [13522552],
"mode": "replace_all"
}
}
]
}

View file

@ -0,0 +1,36 @@
{
"function": "minecraft:sequence",
"functions": [
{
"function": "minecraft:set_custom_data",
"tag": "{armored_elytra:{armored:true}}"
},
{
"function": "minecraft:set_attributes",
"replace": false,
"modifiers": [
{
"id": "armored_elytra:armor",
"attribute": "minecraft:armor",
"operation": "add_value",
"amount": 8.0,
"slot": "chest"
},
{
"id": "armored_elytra:armor_toughness",
"attribute": "minecraft:armor_toughness",
"operation": "add_value",
"amount": 2.0,
"slot": "chest"
}
]
},
{
"function": "minecraft:set_custom_model_data",
"floats": {
"values": [13522555],
"mode": "replace_all"
}
}
]
}

View file

@ -0,0 +1,29 @@
{
"function": "minecraft:sequence",
"functions": [
{
"function": "minecraft:set_custom_data",
"tag": "{armored_elytra:{armored:true}}"
},
{
"function": "minecraft:set_attributes",
"replace": false,
"modifiers": [
{
"id": "armored_elytra:armor",
"attribute": "minecraft:armor",
"operation": "add_value",
"amount": 5.0,
"slot": "chest"
}
]
},
{
"function": "minecraft:set_custom_model_data",
"floats": {
"values": [13522553],
"mode": "replace_all"
}
}
]
}

View file

@ -0,0 +1,29 @@
{
"function": "minecraft:sequence",
"functions": [
{
"function": "minecraft:set_custom_data",
"tag": "{armored_elytra:{armored:true}}"
},
{
"function": "minecraft:set_attributes",
"replace": false,
"modifiers": [
{
"id": "armored_elytra:armor",
"attribute": "minecraft:armor",
"operation": "add_value",
"amount": 6.0,
"slot": "chest"
}
]
},
{
"function": "minecraft:set_custom_model_data",
"floats": {
"values": [13522554],
"mode": "replace_all"
}
}
]
}

View file

@ -0,0 +1,29 @@
{
"function": "minecraft:sequence",
"functions": [
{
"function": "minecraft:set_custom_data",
"tag": "{armored_elytra:{armored:true}}"
},
{
"function": "minecraft:set_attributes",
"replace": false,
"modifiers": [
{
"id": "armored_elytra:armor",
"attribute": "minecraft:armor",
"operation": "add_value",
"amount": 3.0,
"slot": "chest"
}
]
},
{
"function": "minecraft:set_custom_model_data",
"floats": {
"values": [13522551],
"mode": "replace_all"
}
}
]
}

View file

@ -0,0 +1,43 @@
{
"function": "minecraft:sequence",
"functions": [
{
"function": "minecraft:set_custom_data",
"tag": "{armored_elytra:{armored:true}}"
},
{
"function": "minecraft:set_attributes",
"replace": false,
"modifiers": [
{
"id": "armored_elytra:armor",
"attribute": "minecraft:armor",
"operation": "add_value",
"amount": 8.0,
"slot": "chest"
},
{
"id": "armored_elytra:armor_toughness",
"attribute": "minecraft:armor_toughness",
"operation": "add_value",
"amount": 3.0,
"slot": "chest"
},
{
"id": "armored_elytra:knockback_resistance",
"attribute": "minecraft:knockback_resistance",
"operation": "add_value",
"amount": 0.1,
"slot": "chest"
}
]
},
{
"function": "minecraft:set_custom_model_data",
"floats": {
"values": [13522556],
"mode": "replace_all"
}
}
]
}

View file

@ -0,0 +1,18 @@
{
"display": {
"icon": {
"id": "minecraft:elytra",
"components": {"minecraft:custom_model_data":{"floats":[13522556]}}
},
"title": "Armored Elytra ",
"description": ["",{"text":"Drop","color":"green"},{"text":" elytra and a chestplate above an anvil to merge them into one item.\n","color":"gold"},{"text":"Drop","color":"green"},{"text":" the merged item above a grindstone to separate them again.\n","color":"gold"},{"text":"Enchantments","color":"green"},{"text":" are kept safely between merging and separating.\n","color":"gold"},{"text":"Burning","color":"green"},{"text":" netherite armored elytra will keep the chestplate but burn off the elytra.","color":"gold"}],
"show_toast": false,
"announce_to_chat": false
},
"parent": "vanillatweaks:root",
"criteria": {
"tick": {
"trigger": "minecraft:tick"
}
}
}