2020-12-15 21:16:17 +01:00
|
|
|
{
|
|
|
|
"parent": "create:andesite_alloy",
|
|
|
|
"display": {
|
|
|
|
"icon": {
|
|
|
|
"item": "create:wooden_bracket"
|
|
|
|
},
|
|
|
|
"title": {
|
|
|
|
"translate": "advancement.create.aesthetics"
|
|
|
|
},
|
|
|
|
"description": {
|
|
|
|
"translate": "advancement.create.aesthetics.desc"
|
|
|
|
},
|
|
|
|
"frame": "task",
|
|
|
|
"show_toast": true,
|
|
|
|
"announce_to_chat": false,
|
|
|
|
"hidden": false
|
|
|
|
},
|
|
|
|
"criteria": {
|
|
|
|
"0": {
|
2021-02-19 14:12:26 +01:00
|
|
|
"trigger": "create:bracket_apply",
|
|
|
|
"conditions": {
|
|
|
|
"accepted_entries": [
|
|
|
|
"create:shaft"
|
|
|
|
]
|
|
|
|
}
|
2020-12-15 21:16:17 +01:00
|
|
|
},
|
|
|
|
"1": {
|
2021-02-19 14:12:26 +01:00
|
|
|
"trigger": "create:bracket_apply",
|
|
|
|
"conditions": {
|
|
|
|
"accepted_entries": [
|
2021-06-28 03:38:42 +02:00
|
|
|
"create:cogwheel",
|
|
|
|
"create:large_cogwheel"
|
2021-02-19 14:12:26 +01:00
|
|
|
]
|
|
|
|
}
|
2020-12-15 21:16:17 +01:00
|
|
|
},
|
|
|
|
"2": {
|
2021-02-19 14:12:26 +01:00
|
|
|
"trigger": "create:bracket_apply",
|
|
|
|
"conditions": {
|
|
|
|
"accepted_entries": [
|
|
|
|
"create:fluid_pipe"
|
|
|
|
]
|
|
|
|
}
|
2020-12-15 21:16:17 +01:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"requirements": [
|
|
|
|
[
|
|
|
|
"0"
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"1"
|
|
|
|
],
|
|
|
|
[
|
|
|
|
"2"
|
|
|
|
]
|
|
|
|
]
|
|
|
|
}
|