mirror of
https://github.com/Nostalgica-Reverie/Content-Monorepo.git
synced 2026-05-09 00:24:15 +00:00
21 lines
541 B
Ruby
21 lines
541 B
Ruby
{
|
|
id: "rc-plus", # project folder
|
|
name: "Re-Console Plus", # project name
|
|
type: "modpack", # this could be resourcepack, datapack, or modpack
|
|
|
|
version: "26.04.1",
|
|
|
|
# this will be the order versions are published in, so set it up properly. version is equal to folder name
|
|
mc_versions: [
|
|
"1.21.11-mr",
|
|
"1.21.11-cf",
|
|
"1.21.10-mr",
|
|
"1.21.10-cf"
|
|
],
|
|
# your page ids on mr and cf
|
|
modrinth_id: "legacy-minecraft",
|
|
curseforge_id: "re-console",
|
|
|
|
author: "omo50, Cjnator38, Technocality",
|
|
license: "GPL-3.0"
|
|
} |