mirror of
https://github.com/4jcraft/4jcraft.git
synced 2026-05-13 14:07:13 +00:00
26 lines
669 B
Markdown
26 lines
669 B
Markdown
# Minecraft.Client asset structure
|
|
Vague asset structure of a release client (need to test and properly check some of these).
|
|
```
|
|
AssetStructure
|
|
├── Common
|
|
│ ├── Media
|
|
│ │ ├── MediaWindows64.arc
|
|
│ │ └── font
|
|
│ │ └── *
|
|
│ ├── Trial
|
|
│ │ └── TrialLevel.mcs
|
|
│ ├── Tutorial
|
|
│ │ └── Tutorial
|
|
│ └── res
|
|
│ └── *
|
|
├── Durango
|
|
│ └── Sound
|
|
│ └── Minecraft.msscmp
|
|
├── Windows64
|
|
│ └── GameHDD
|
|
└── music
|
|
├── cds
|
|
│ └── *.binka
|
|
└── music
|
|
└── *.binka
|
|
``` |