Skip to content

customizing repair ingredient does not work for staffs (FABRIC 1.20.1 #60

@cosmicapiary

Description

@cosmicapiary

when i set the repair ingredient, it always uses wooden planks, which i assume is the failsafe.

Image Image
    {
      "golden_staff": {
        "repair_item": "malum:hallowed_gold_ingot",
        "enchantability": 19,
        "durability": 64,
        "damage": 2,
        "pierce": 2,
        "range": 14,
        "cooldown": 15,
        "beam_color": [
          [0.25, 0.46, 0.89],
          [0.27, 0.67, 0.95],
          [0.24, 0.34, 0.84]
        ]
      }
    }

    {
      "netherite_staff": {
        "durability": 2031,
        "repair_item": "minecraft:netherite_scrap",
        "enchantability": 15,
        "damage": 6,
        "pierce": 3,
        "range": 16,
        "fire_resistant": true,
        "cooldown": 25,
        "beam_color": [
          [1, 0.4, 0.5]
        ],
        "on_hit_self": "/effect give @s minecraft:instant_health"
      }
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions