The LCE Emerald Workshop
Find a file
2026-05-10 14:08:04 +03:00
.00versions fix 2026-04-25 00:13:53 +03:00
.github/workflows ci: versionlist support and manual running 2026-04-24 17:02:57 +03:00
420
2010s-indie-horror
barebones
beansdalekplus Add "Bean's Dalek Plus" (beansdalekplus) (#47) 2026-04-27 14:59:30 +03:00
blockspack
breaking-rools-4-ruracraft
cand-land-hg fix zip 2026-04-28 22:37:03 +03:00
cod4-shipment fix 2026-04-23 14:32:06 +03:00
competitive-ctf-map-may-24th-2013 fix 2026-05-08 02:19:45 +03:00
competitive-ctf-mar-27th-2013 fix 2026-05-08 02:20:03 +03:00
de-dust2
deadmau5 Add deadmau5 Skins (#55) 2026-04-28 13:49:46 +03:00
edmundmcmillenpack Add "Edmund Mcmillen Pack" (edmundmcmillenpack) (#46) 2026-04-27 15:00:19 +03:00
faithful64
fnaf-v1
gres-skinpack
hedgecraft-krabozaki 2.0.4 : HSI-TP massive pixel hunting w/ the rest of pack (#41) 2026-04-26 15:21:26 +03:00
joesspecialskins Add "Joe's Special Skin(s)" (joesspecialskins) (#51) 2026-04-27 14:56:59 +03:00
jojoskins
keyboardmouseui fix 2026-04-26 15:36:01 +03:00
lce-flatgrass Add "lce_flatgrass" (lce-flatgrass) (#53) 2026-04-28 00:50:29 +03:00
mario-universe-hg fix 2026-04-28 22:35:17 +03:00
mikusmodules
new-legacy
ocd-texture-pack
ps3ui fix 2026-04-26 15:35:37 +03:00
scripts fix 2026-04-24 17:12:56 +03:00
skinpack
skyworld
sourceskinpack Add "Source Skin Pack" (sourceskinpack) (#52) 2026-04-28 00:29:17 +03:00
sphax-purbdcraft-neo Updates on texturepacks (#63) 2026-05-10 14:08:04 +03:00
sphax-purebdcraft Updates on texturepacks (#63) 2026-05-10 14:08:04 +03:00
spongebob-squarepants fix 2026-04-23 14:31:02 +03:00
stampys-bedroom-hg fix zip 2026-04-28 22:39:47 +03:00
story-mode-skin-pack Add "Story Mode Skin Pack" (story-mode-skin-pack) (#45) 2026-04-26 15:58:01 +03:00
tadc
tetovariants
thevoid Add "The Void" (thevoid) (#59) 2026-05-06 18:32:29 +03:00
touhou
vintage-lce
xbox360ui fix 2026-04-26 15:36:26 +03:00
MarkdownGuide.md
README.md Update README.md 2026-04-27 23:11:30 +02:00
registry.json chore: regenerate registry.json and versions.json 2026-05-07 23:20:17 +00:00
versions.json chore: regenerate registry.json and versions.json 2026-05-07 23:20:17 +00:00

Emerald Workshop

LCE Emerald Workshop

Central registry for community-driven content used by the LCE Emerald Launcher.

License

About

The Workshop is a free, open-source alternative to the Minecraft Marketplace for LCE. It allows the community to share:

  • Skins Packs
  • Texture Packs
  • DLCs: Expansion packs, maps, etc.
  • Mods: Using mod loaders, of course.
  • Worlds

How to Contribute

We welcome contributors! To add your content to the workshop:

  1. Fork this repository.
  2. Upload your content: Create a subfolder with your mod ID and place your assets (zips, thumbnails).
  3. Update meta.json in your subfolder: Add your item to the list following the schema below.
  4. Submit a Pull Request: Our team will review your submission for quality and safety.

Schema Details

Your meta.json must follow this structure:

Field Type Description
id String A unique identifier (kebab-case).
name String Display name of the item.
author String Your Github username.
description String A short summary of what the item does.
extended_description String A complete description in markdown of your project, it can include all available markdown features. This field is required but may be left as "" (empty), although its not recommended, for more information on how to structure your markdown look into this, for complete documentation look at this MarkdownGuide
category String or String[] Must be Skin, Texture, World, Mod, DLC, or multiple ones in a list.
thumbnail String File name for your image (PNG/JPG/SVG/GIF) for the preview.
zips Object Names of your .zip files to extract.
version String Semantic versioning (e.g. 1.0.0).

Example meta.json (jsonc, remove comments)

{
  "id": "my-amazing-mod", // ID
  "name": "My Awesome Mod", // Name
  "author": "neoapps-dev", // Github username
  "description": "Adds back Ruby items", // Short Description
  "extended_description": "# Markdown", // Detailed Description
  "category": ["Mod", "DLC"], // Category
  "thumbnail": "thumbnail.png", // Thumbnail filename
  "zips": { // Object ("file-name.zip": "path/in/the/game/directory/to/extract/it/in)
    "ruby.zip": "", // empty means the root of the game directory
    "texture.zip": "{MediaDir}/DLC" // placeholders are handled by Emerald
  },
  "version": "1.0.0"
}

Supported Placeholders

  • {MediaDir}: Path to the Windows64Media, or Common/Media for 4JCraft
  • {GameHDD}: Saves directory
  • {DLCDir}: Path to {MediaDir}/DLC
  • {MobDir}: Path to Common/res/mob (contains default skins)

License

By contributing to this repository, you agree to license your manifest entries under the MIT License. The content itself (skins/packs) must be compatible with FOSS distribution.