{ "schemaVersion": 1, "id": "${mod_id}", "version": "${version}", "name": "영상재생모드", "description": "Play arbitrary mp4 URLs on block surfaces in Minecraft (Fabric).", "authors": [ "tkrmagid" ], "contact": { "homepage": "https://git.tkrmagid.kr/tkrmagid/mc_video_player_mod", "sources": "https://git.tkrmagid.kr/tkrmagid/mc_video_player_mod" }, "license": "MIT", "environment": "*", "entrypoints": { "main": [ "com.ejclaw.videoplayer.VideoPlayerMod" ], "client": [ "com.ejclaw.videoplayer.VideoPlayerClient" ] }, "depends": { "fabricloader": ">=0.19.0", "fabric-api": "*", "minecraft": "${target_minecraft}", "java": ">=25" } }