LCE-Workshop/registry.json
2026-04-06 14:58:34 +00:00

37 lines
874 B
JSON

{
"generated_at": "2026-04-06T14:58:34.553Z",
"count": 2,
"packages": [
{
"id": "faithful64",
"name": "Faithful 64x",
"author": "jakobisnow",
"description": "Faithful recreates Minecraft's original textures in higher resolutions while staying true to their original look and feel. Ported to LCE.",
"category": [
"Texture",
"DLC"
],
"thumbnail": "thumbnail.png",
"zips": {
"texture.zip": "{DLCDir}"
},
"version": "1.0.0"
},
{
"id": "temp",
"name": "My Awesome Mod",
"author": "neoapps-dev",
"description": "Adds back Ruby items",
"category": [
"Mod",
"DLC"
],
"thumbnail": "thumbnail.png",
"zips": {
"ruby.zip": "",
"texture.zip": "{MediaDir}/DLC"
},
"version": "1.0.2"
}
]
}