Texture saver
Instantly extract and save block, item, and entity resources-including textures, models, and blockstate JSONs-directly to .minecraft/t_saver/. Quick export via Alt+C / Alt+X
Quick challenge
How far can you run before the mobs catch you?
Minecraft check
Confirm your run
Complete the quick check to get your code.
Texture saver
Saves block, item, and entity assets (textures, models, blockstates) by pressing Alt+C / Alt+X.
``` t_saver/ ├── block/<namespace>/ → textures (.png) ├── block/blockstate/<namespace>/ → blockstate JSONs ├── block/model/<namespace>/ → block & item model JSONs ├── entity/<namespace>/ → entity textures ├── entity/model/<namespace>/ → entity model JSONs ├── item/<namespace>/ → item textures └── item/model/<namespace>/ → item model JSONs ```