Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [
- {
- "function": "minecraft:copy_nbt",
- "source": "this",
- "ops": [
- {
- "source": "Inventory[{Slot:102b}].tag.Damage",
- "target": "SaveDamage",
- "op": "replace"
- }
- ],
- "conditions": [
- {
- "condition": "minecraft:inverted",
- "term": {
- "condition": "minecraft:entity_properties",
- "entity": "this",
- "predicate": {
- "equipment": {
- "chest": {
- "items": [
- "minecraft:elytra"
- ],
- "nbt": "{Damage:432}"
- }
- }
- }
- }
- }
- ]
- },
- {
- "function": "minecraft:set_damage",
- "damage": 0,
- "conditions": [
- {
- "condition": "minecraft:inverted",
- "term": {
- "condition": "minecraft:entity_properties",
- "entity": "this",
- "predicate": {
- "equipment": {
- "chest": {
- "items": [
- "minecraft:elytra"
- ],
- "nbt": "{Damage:432}"
- }
- }
- }
- }
- }
- ]
- },
- {
- "function": "minecraft:copy_nbt",
- "source": "this",
- "ops": [
- {
- "source": "Inventory[{Slot:102b}].tag.SaveDamage",
- "target": "Damage",
- "op": "replace"
- }
- ],
- "conditions": [
- {
- "condition": "minecraft:entity_properties",
- "entity": "this",
- "predicate": {
- "equipment": {
- "chest": {
- "items": [
- "minecraft:elytra"
- ],
- "nbt": "{Damage:432}"
- }
- }
- }
- }
- ]
- }
- ]
Advertisement
Add Comment
Please, Sign In to add comment