Files
Content-Monorepo/tools/templates/template-unfinished.rb
2026-04-14 21:58:41 -06:00

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"
}