4jcraft/Minecraft.Client/Build/Assets/README.md
2026-03-08 22:41:47 +01:00

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
```