DAMMIT MOJANG

This commit is contained in:
Sollace 2021-08-21 00:00:47 +02:00
parent 1a211095ae
commit 8932c17c6d
17 changed files with 25 additions and 25 deletions

View file

@ -10,7 +10,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:juice" }
{ "items": [ "unicopia:juice" ] }
]
}
},

View file

@ -10,7 +10,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:burned_juice" }
{ "items": [ "unicopia:burned_juice" ] }
]
}
},

View file

@ -10,7 +10,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:crystal_shard" }
{ "items": [ "unicopia:crystal_shard" ] }
]
}
},

View file

@ -10,7 +10,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "minecraft:glass" }
{ "items": [ "minecraft:glass" ] }
]
}
},

View file

@ -10,7 +10,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "minecraft:leather" }
{ "items": [ "minecraft:leather" ] }
]
}
},

View file

@ -10,7 +10,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:crystal_shard" }
{ "items": [ "unicopia:crystal_shard" ] }
]
}
},

View file

@ -10,7 +10,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:golden_feather" }
{ "items": [ "unicopia:golden_feather" ] }
]
}
},

View file

@ -10,7 +10,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "minecraft:stick" }
{ "items": [ "minecraft:stick" ] }
]
}
},

View file

@ -10,7 +10,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:golden_wing" }
{ "items": [ "unicopia:golden_wing" ] }
]
}
},

View file

@ -10,7 +10,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:empty_jar" }
{ "items": [ "unicopia:empty_jar" ] }
]
}
},

View file

@ -20,7 +20,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:cider" }
{ "items": [ "unicopia:cider" ] }
]
}
}

View file

@ -20,7 +20,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:burned_juice" }
{ "items": [ "unicopia:burned_juice" ] }
]
}
}

View file

@ -23,8 +23,8 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:rain_cloud_jar" },
{ "item": "unicopia:storm_cloud_jar" }
{ "items": [ "unicopia:rain_cloud_jar" ] },
{ "items": [ "unicopia:storm_cloud_jar" ] }
]
}
}

View file

@ -20,7 +20,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:empty_jar" }
{ "items": [ "unicopia:empty_jar" ] }
]
}
}

View file

@ -20,7 +20,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:juice" }
{ "items": [ "unicopia:juice" ] }
]
}
}

View file

@ -23,7 +23,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "minecraft:apple" }
{ "items": [ "minecraft:apple" ] }
]
}
},
@ -31,7 +31,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:green_apple" }
{ "items": [ "unicopia:green_apple" ] }
]
}
},
@ -39,7 +39,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:sweet_apple" }
{ "items": [ "unicopia:sweet_apple" ] }
]
}
},
@ -47,7 +47,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:sour_apple" }
{ "items": [ "unicopia:sour_apple" ] }
]
}
},
@ -55,7 +55,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:rotten_apple" }
{ "items": [ "unicopia:rotten_apple" ] }
]
}
},
@ -63,7 +63,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:zap_apple" }
{ "items": [ "unicopia:zap_apple" ] }
]
}
},
@ -71,7 +71,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:cooked_zap_apple" }
{ "items": [ "unicopia:cooked_zap_apple" ] }
]
}
},
@ -79,7 +79,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:golden_apple" }
{ "items": [ "unicopia:golden_apple" ] }
]
}
}

View file

@ -20,7 +20,7 @@
"trigger": "minecraft:inventory_changed",
"conditions": {
"items": [
{ "item": "unicopia:zap_apple" }
{ "items": [ "unicopia:zap_apple" ] }
]
}
}