mirror of
https://github.com/Creators-of-Create/Create.git
synced 2025-02-08 11:25:00 +01:00
![reidbhuntley](/assets/img/avatar_default.png)
- Added proper rendering, tooltips, sounds, and particle effects to the bells - Added a crafting recipe for the Peculiar Bell - Added a conversion method for obtaining Cursed Bells - Fixed the soul indicators showing up in non-full blocks
56 lines
No EOL
989 B
JSON
56 lines
No EOL
989 B
JSON
{
|
|
"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": {
|
|
"trigger": "create:bracket_apply",
|
|
"conditions": {
|
|
"accepted_entries": [
|
|
"create:shaft"
|
|
]
|
|
}
|
|
},
|
|
"1": {
|
|
"trigger": "create:bracket_apply",
|
|
"conditions": {
|
|
"accepted_entries": [
|
|
"create:cogwheel",
|
|
"create:large_cogwheel"
|
|
]
|
|
}
|
|
},
|
|
"2": {
|
|
"trigger": "create:bracket_apply",
|
|
"conditions": {
|
|
"accepted_entries": [
|
|
"create:fluid_pipe"
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"requirements": [
|
|
[
|
|
"0"
|
|
],
|
|
[
|
|
"1"
|
|
],
|
|
[
|
|
"2"
|
|
]
|
|
]
|
|
} |