convert-to-savedata

Parse TMP MCFunction give/summon commands into savedata JSON entries.

Updated Feb 15, 2026
One-click install
npx skills add https://github.com/para7/magic_and_frontier --skill convert-to-savedata
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: convert-to-savedata
Source: https://github.com/para7/magic_and_frontier/tree/main/.claude/skills/convert-to-savedata
Command: npx skills add https://github.com/para7/magic_and_frontier --skill convert-to-savedata

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill converts give/summon commands from datapack development MCFunction files into savedata entries (convert.json) for items and enemies, enabling seamless integration without manual editing.

Core Features & Use Cases

  • Converts tmpN.mcfunction give/summon commands into new savedata entries under maf-command-generator generated paths.
  • Appends and validates new entries in convert.json, and supports export and comparison workflows.
  • Use case: when you have a batch of generated commands from devtools, this skill ingests them into savedata efficiently.

Quick Start

Run the export workflow to convert TMP mcfunction entries into savedata and verify parity against the generated files.

Frequently Asked Questions about convert-to-savedata

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I convert MCFunction give and summon commands into savedata JSON?

To convert MCFunction give and summon commands into savedata JSON, parse TMP datapack files to generate corresponding item and enemy entries, then append them to your convert.json file for integration.

What is the purpose of generating savedata entries from datapack MCFunction files?

Generating savedata entries from MCFunction files automates the ingestion of give and summon commands into maf-command-generator paths, eliminating manual JSON editing when integrating batch devtools data.

How do I validate new savedata entries after converting MCFunction files?

To validate new savedata entries after converting MCFunction files, run the export workflow to verify data parity against the generated files, ensuring id generation and validation are performed by the conversion toolchain.

Can I batch convert multiple TMP MCFunction files into maf-command-generator savedata paths?

Yes, you can batch convert multiple TMP MCFunction files into maf-command-generator savedata paths. The toolchain appends and validates new entries in convert.json for items and enemies efficiently.

Do I need to manually edit convert.json when ingesting devtools MCFunction commands?

No, you do not need to manually edit convert.json when ingesting devtools MCFunction commands. The conversion toolchain handles id generation, validation, and appending new savedata entries automatically.