Origins (Fabric)

Origins (Fabric)

17M Downloads

prevent_item_pickup

Seva44 opened this issue · 0 comments

commented

i have tech.json with code

{
    "powers": [
      "orjus:techonly"],
    "icon": "minecraft:redstone",
    "order": 1,
    "impact": 3,
    "name": "Техник",
    "description" : "test"
}

and power in techonly.json

{
    "type": "origins:prevent_item_pickup",
    "item_condition": {
        "type": "origins:meat"
    }
}

my power doesnt show in origins gui, tell me pls how i can fix this
and also i have this in console
There was a problem reading power file orjus:techonly (skipping): Power type "origins:prevent_item_pickup" is not defined.
i use fabric 1.20.1 and origins v1.10.0