Skip to content

Commit a3f1563

Browse files
committed
Update Gander, closes #650
[Minor]
1 parent a6d0be9 commit a3f1563

3 files changed

Lines changed: 7 additions & 14 deletions

File tree

.github/workflows/ci-builds.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ on:
1010
- "v**"
1111
paths:
1212
- "gradle/*.versions.toml"
13-
- "core-api/**"
14-
- "neoforge-datagen/**"
15-
- "neoforge-main/**"
13+
- "core-api/**/*"
14+
- "neoforge-datagen/**/*"
15+
- "neoforge-main/**/*"
1616

1717
jobs:
1818
vars:

gradle/compactmods.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[versions]
2-
gander = "[0.2.31]"
2+
gander = "[0.2.32]"
33
feather = "[0.1.8]"
44

55
[versions.spatial]

neoforge-main/src/main/resources/META-INF/neoforge.mods.toml

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -9,24 +9,17 @@ file = "META-INF/accesstransformer.cfg"
99
[[mixins]]
1010
config = "compactmachines.mixins.json"
1111

12-
[[mods]] #mandatory
12+
[[mods]]
1313
modId = "compactmachines"
1414
version = "${mod_version}"
1515
displayName = "Compact Machines"
16-
authors = "Davenonymous, RobotGryphon" #optional
16+
authors = "Davenonymous, RobotGryphon"
1717
description = "It's all so tiny!"
1818
featureFlags="META-INF/feature_flags.json"
19-
2019
issueTrackerURL = "https://github.com/CompactMods/CompactMachines/issues"
21-
22-
#updateJSONURL="http://myurl.me/" #optional
2320
displayURL = "https://compactmods.dev"
2421

25-
# A file name (in the root of the mod JAR) containing a logo for display
26-
# logoFile="examplemod.png" #optional
27-
28-
# A dependency - use the . to indicate dependency for a specific modid. Dependencies are optional.
29-
[[dependencies.compactmachines]] #optional
22+
[[dependencies.compactmachines]]
3023
modId = "neoforge"
3124
type = "required"
3225
versionRange = "${neo_version_range}"

0 commit comments

Comments
 (0)