Bunch of changes, adding functionality requested.
- Added bunch of achievements for democracy - Added currency exchanges - Made voting algorithm more efficient - Added standard meeting hall functionality to the datapack
This commit is contained in:
28
data/craftytable/advancements/interrupt.json
Normal file
28
data/craftytable/advancements/interrupt.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"display": {
|
||||
"title": {
|
||||
"text": "I have an idea...",
|
||||
"color": "dark_green",
|
||||
"bold": false,
|
||||
"italic": true,
|
||||
"underlined": false
|
||||
},
|
||||
"description": {
|
||||
"text": "Interrupt a meeting at the microphone",
|
||||
"color": "dark_green"
|
||||
},
|
||||
"icon": {
|
||||
"item": "minecraft:lever"
|
||||
},
|
||||
"frame": "task",
|
||||
"show_toast": true,
|
||||
"announce_to_chat": false,
|
||||
"hidden": false
|
||||
},
|
||||
"criteria": {
|
||||
"meetinginterrupt": {
|
||||
"trigger": "minecraft:impossible"
|
||||
}
|
||||
},
|
||||
"parent": "craftytable:joinmeeting"
|
||||
}
|
||||
Reference in New Issue
Block a user