You've already forked minecraft-assets
Create/Update assets for version 1.15.2
This commit is contained in:
@@ -16,19 +16,6 @@
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_at_least_9_redstone": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:redstone",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"has_the_recipe": {
|
||||
"trigger": "minecraft:recipe_unlocked",
|
||||
"conditions": {
|
||||
@@ -39,7 +26,6 @@
|
||||
"requirements": [
|
||||
[
|
||||
"has_redstone_block",
|
||||
"has_at_least_9_redstone",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
@@ -6,15 +6,12 @@
|
||||
]
|
||||
},
|
||||
"criteria": {
|
||||
"has_at_least_9_redstone": {
|
||||
"has_redstone": {
|
||||
"trigger": "minecraft:inventory_changed",
|
||||
"conditions": {
|
||||
"items": [
|
||||
{
|
||||
"item": "minecraft:redstone",
|
||||
"count": {
|
||||
"min": 9
|
||||
}
|
||||
"item": "minecraft:redstone"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -28,7 +25,7 @@
|
||||
},
|
||||
"requirements": [
|
||||
[
|
||||
"has_at_least_9_redstone",
|
||||
"has_redstone",
|
||||
"has_the_recipe"
|
||||
]
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user