Files
forge/src/main/resources/mcmod.info

17 lines
406 B
Plaintext
Raw Normal View History

2025-02-17 17:31:30 +03:00
[
{
2025-02-18 16:32:02 +03:00
"modid": "rfp2",
"name": "Real First Person 2",
"description": "Provides full body rendering in first person view.",
2025-02-17 17:31:30 +03:00
"version": "${version}",
2025-02-18 16:32:02 +03:00
"mcversion": "1.12.2",
"url": "https://github.com/rejahtavi/rfp2",
2025-02-17 17:31:30 +03:00
"updateUrl": "",
2025-02-18 16:32:02 +03:00
"authorList": ["Rejah Tavi", "don_bruce"],
"credits": "don_bruce, for the original RFPR mod",
2025-02-17 17:31:30 +03:00
"logoFile": "",
"screenshots": [],
"dependencies": []
}
]