{ "schemaVersion": 1, "id": "simple-rename-command", "version": "${version}", "name": "Simple Rename Command", "description": "Do you really need me to tell you what it does?", "authors": ["Rosa (girlonthe.net)"], "license": "Unlicense", "environment": "*", "entrypoints": { "main": ["net.girlonthe.simplerenamecommand.SimpleRenameCommand"] }, "depends": { "fabric-command-api-v2": "*", "fabricloader": ">=0.17.3", "minecraft": ">=1.21.11" } }