1
0
mirror of https://github.com/LZStealth/armor-statues.git synced 2025-06-07 17:16:44 +01:00

Fixes for predicates mislabeled item to items.

This commit is contained in:
MukiTanuki 2023-06-12 21:12:56 -07:00
parent 478eff36da
commit 87ccaa3a1e
4 changed files with 8 additions and 8 deletions

View File

@ -7,8 +7,8 @@
"predicate": {
"equipment": {
"mainhand": {
"item": "minecraft:written_book",
"nbt": "{datapack:ArmorStatuesV2}"
"items": ["minecraft:written_book"],
"nbt": "{datapack:ArmorStatuesV2}"
}
}
}
@ -19,8 +19,8 @@
"predicate": {
"equipment": {
"offhand": {
"item": "minecraft:written_book",
"nbt": "{datapack:ArmorStatuesV2}"
"items": ["minecraft:written_book"],
"nbt": "{datapack:ArmorStatuesV2}"
}
}
}

View File

@ -4,11 +4,11 @@
"predicate": {
"equipment": {
"mainhand": {
"item": "minecraft:written_book",
"items": ["minecraft:written_book"],
"nbt": "{datapack:ArmorStatuesV2}"
},
"offhand": {
"item": "minecraft:written_book",
"items": ["minecraft:written_book"],
"nbt": "{datapack:ArmorStatuesV2}"
}
}

View File

@ -4,7 +4,7 @@
"predicate": {
"equipment": {
"mainhand": {
"item": "minecraft:written_book",
"items": ["minecraft:written_book"],
"nbt": "{datapack:ArmorStatuesV2, SavedPose:{} }"
}
}

View File

@ -4,7 +4,7 @@
"predicate": {
"equipment": {
"offhand": {
"item": "minecraft:written_book",
"items": ["minecraft:written_book"],
"nbt": "{datapack:ArmorStatuesV2, SavedPose:{} }"
}
}