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": {
|
||||
"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}"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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}"
|
||||
}
|
||||
}
|
||||
|
@@ -4,7 +4,7 @@
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"mainhand": {
|
||||
"item": "minecraft:written_book",
|
||||
"items": ["minecraft:written_book"],
|
||||
"nbt": "{datapack:ArmorStatuesV2, SavedPose:{} }"
|
||||
}
|
||||
}
|
||||
|
@@ -4,7 +4,7 @@
|
||||
"predicate": {
|
||||
"equipment": {
|
||||
"offhand": {
|
||||
"item": "minecraft:written_book",
|
||||
"items": ["minecraft:written_book"],
|
||||
"nbt": "{datapack:ArmorStatuesV2, SavedPose:{} }"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user