-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathminepkg.toml
More file actions
executable file
·27 lines (22 loc) · 664 Bytes
/
Copy pathminepkg.toml
File metadata and controls
executable file
·27 lines (22 loc) · 664 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# Preview of the minepkg.toml format! Could break anytime!
manifestVersion = 0
[package]
type = "mod"
name = "switcheroo"
description = "Switch your currently held item for an effective item when clicking on a block."
version = "1.0.17"
platform = "fabric"
license = "GPL-3.0-or-later"
source = "https://github.com/NatoBoram/switcheroo"
homepage = "https://github.com/NatoBoram/switcheroo"
author = "Nato Boram"
# These are global requirements
[requirements]
minecraft = ">=1.21.5"
fabricLoader = ">=0.16.14"
[dependencies]
cloth-config = ">=18.0.145+mpkg.1"
fabric = ">=0.121.0+1.21.5"
modmenu = ">=14.0.0-rc.2+mpkg.1"
[dev]
buildCommand = "./gradlew build"