mirror of
https://github.com/LZStealth/armor-statues.git
synced 2025-10-20 15:02:14 +01:00
Fixes for predicates mislabeled item to items.
This commit is contained in:
@@ -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:{} }"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user