fixing some chunking issues
This commit is contained in:
63
pack_versions/57.json
Normal file
63
pack_versions/57.json
Normal file
@@ -0,0 +1,63 @@
|
||||
{
|
||||
"version": "48",
|
||||
"mcVersion": "^1.21.3",
|
||||
"schema": {
|
||||
"pack.mcmeta": "json",
|
||||
"pack.png": "image/png",
|
||||
"data": {
|
||||
"<namespace>": {
|
||||
"function": "function",
|
||||
"structure": {
|
||||
"DataVersion": "int",
|
||||
"size": ["int", "int", "int"],
|
||||
"palette": [{
|
||||
"name": "blockId",
|
||||
"properties": ["string"]
|
||||
}],
|
||||
"palettes": [
|
||||
[{
|
||||
"name": "blockId",
|
||||
"properties": ["string"]
|
||||
}]
|
||||
],
|
||||
"blocks": [{
|
||||
"state": "int",
|
||||
"pos": ["int", "int", "int"],
|
||||
"nbt": "nbt"
|
||||
}],
|
||||
"entities": [{
|
||||
"pos": ["double", "double", "double"],
|
||||
"blockPos": ["int", "int", "int"],
|
||||
"nbt": "nbt"
|
||||
}]
|
||||
},
|
||||
"tags": "tags",
|
||||
"advancment": {
|
||||
"parent": "advancment",
|
||||
"display": {
|
||||
"icon": {
|
||||
"id": "itemId",
|
||||
"count": "int",
|
||||
"components": ["itemComponent"]
|
||||
},
|
||||
"title": "jsonString",
|
||||
"description": "jsonString",
|
||||
"frame": "frame",
|
||||
"background": "resource",
|
||||
"show_toast": "bool",
|
||||
"announce_to_chat": "bool",
|
||||
"hidden": "bool"
|
||||
},
|
||||
"criteria": "criteria",
|
||||
"requirements": ["criterion_name"],
|
||||
"rewards": {
|
||||
"experience": "int",
|
||||
"function": "function",
|
||||
"loot": ["loot_table"],
|
||||
"recipes": ["recipe"]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user