mirror of
https://github.com/misode/misode.github.io.git
synced 2026-05-02 21:52:54 +00:00
Add home menu
This commit is contained in:
+28
-3
@@ -26,14 +26,31 @@
|
||||
"translate": "pool",
|
||||
"values": "pool"
|
||||
}
|
||||
]
|
||||
],
|
||||
"default": {
|
||||
"pools": [
|
||||
{
|
||||
"rolls": 1,
|
||||
"entries": [
|
||||
{
|
||||
"type": "minecraft:item",
|
||||
"name": "minecraft:stone"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "predicate",
|
||||
"title": "title.predicate",
|
||||
"description": "description.predicate",
|
||||
"type": "object",
|
||||
"value": "condition"
|
||||
"value": "condition",
|
||||
"default": {
|
||||
"condition": "minecraft:entity_properties",
|
||||
"predicate": {}
|
||||
}
|
||||
},
|
||||
{
|
||||
"id": "advancement",
|
||||
@@ -156,7 +173,15 @@
|
||||
"value": "criterion"
|
||||
}
|
||||
}
|
||||
]
|
||||
],
|
||||
"default": {
|
||||
"criteria": {
|
||||
"requirement": {
|
||||
"trigger": "minecraft:location",
|
||||
"conditions": {}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
],
|
||||
"components": [
|
||||
|
||||
Reference in New Issue
Block a user