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": {
|
||||
"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:{} }"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user