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:
parent
478eff36da
commit
87ccaa3a1e
@ -7,8 +7,8 @@
|
|||||||
"predicate": {
|
"predicate": {
|
||||||
"equipment": {
|
"equipment": {
|
||||||
"mainhand": {
|
"mainhand": {
|
||||||
"item": "minecraft:written_book",
|
"items": ["minecraft:written_book"],
|
||||||
"nbt": "{datapack:ArmorStatuesV2}"
|
"nbt": "{datapack:ArmorStatuesV2}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
@ -19,8 +19,8 @@
|
|||||||
"predicate": {
|
"predicate": {
|
||||||
"equipment": {
|
"equipment": {
|
||||||
"offhand": {
|
"offhand": {
|
||||||
"item": "minecraft:written_book",
|
"items": ["minecraft:written_book"],
|
||||||
"nbt": "{datapack:ArmorStatuesV2}"
|
"nbt": "{datapack:ArmorStatuesV2}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,11 +4,11 @@
|
|||||||
"predicate": {
|
"predicate": {
|
||||||
"equipment": {
|
"equipment": {
|
||||||
"mainhand": {
|
"mainhand": {
|
||||||
"item": "minecraft:written_book",
|
"items": ["minecraft:written_book"],
|
||||||
"nbt": "{datapack:ArmorStatuesV2}"
|
"nbt": "{datapack:ArmorStatuesV2}"
|
||||||
},
|
},
|
||||||
"offhand": {
|
"offhand": {
|
||||||
"item": "minecraft:written_book",
|
"items": ["minecraft:written_book"],
|
||||||
"nbt": "{datapack:ArmorStatuesV2}"
|
"nbt": "{datapack:ArmorStatuesV2}"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"predicate": {
|
"predicate": {
|
||||||
"equipment": {
|
"equipment": {
|
||||||
"mainhand": {
|
"mainhand": {
|
||||||
"item": "minecraft:written_book",
|
"items": ["minecraft:written_book"],
|
||||||
"nbt": "{datapack:ArmorStatuesV2, SavedPose:{} }"
|
"nbt": "{datapack:ArmorStatuesV2, SavedPose:{} }"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
"predicate": {
|
"predicate": {
|
||||||
"equipment": {
|
"equipment": {
|
||||||
"offhand": {
|
"offhand": {
|
||||||
"item": "minecraft:written_book",
|
"items": ["minecraft:written_book"],
|
||||||
"nbt": "{datapack:ArmorStatuesV2, SavedPose:{} }"
|
"nbt": "{datapack:ArmorStatuesV2, SavedPose:{} }"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user