Fixed Advancments triggering when they shouldn't, now all advancments only trigger if they actually are supposed it instead of it triggering as soon as you have any item in your inventory.

This commit is contained in:
MalekiRe 2021-06-11 14:25:38 -07:00
parent 907b413c14
commit e5de56c15c
4 changed files with 8 additions and 8 deletions

View file

@ -22,7 +22,7 @@
"conditions": {
"items": [
{
"tag": "dimdoors:fabric"
"tag": ["dimdoors:fabric"]
}
]
}
@ -33,4 +33,4 @@
"get_fabric"
]
]
}
}

View file

@ -22,7 +22,7 @@
"conditions": {
"items": [
{
"item": "minecraft:ender_pearl"
"items": ["minecraft:ender_pearl"]
}
]
}
@ -33,4 +33,4 @@
"inventory_changed"
]
]
}
}

View file

@ -22,7 +22,7 @@
"conditions": {
"items": [
{
"item": "dimdoors:world_thread"
"items": ["dimdoors:world_thread"]
}
]
}
@ -33,4 +33,4 @@
"inventory_changed"
]
]
}
}

View file

@ -22,7 +22,7 @@
"conditions": {
"items": [
{
"item": "dimdoors:unravelled_fabric"
"items": ["dimdoors:unravelled_fabric"]
}
]
}
@ -33,4 +33,4 @@
"get_fabric"
]
]
}
}