File tree Expand file tree Collapse file tree
neoforge-main/src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
1717jobs :
1818 vars :
Original file line number Diff line number Diff line change 11[versions ]
2- gander = " [0.2.31 ]"
2+ gander = " [0.2.32 ]"
33feather = " [0.1.8]"
44
55[versions .spatial ]
Original file line number Diff line number Diff line change @@ -9,24 +9,17 @@ file = "META-INF/accesstransformer.cfg"
99[[mixins ]]
1010config = " compactmachines.mixins.json"
1111
12- [[mods ]] # mandatory
12+ [[mods ]]
1313modId = " compactmachines"
1414version = " ${mod_version}"
1515displayName = " Compact Machines"
16- authors = " Davenonymous, RobotGryphon" # optional
16+ authors = " Davenonymous, RobotGryphon"
1717description = " It's all so tiny!"
1818featureFlags =" META-INF/feature_flags.json"
19-
2019issueTrackerURL = " https://github.com/CompactMods/CompactMachines/issues"
21-
22- # updateJSONURL="http://myurl.me/" #optional
2320displayURL = " 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 ]]
3023modId = " neoforge"
3124type = " required"
3225versionRange = " ${neo_version_range}"
You can’t perform that action at this time.
0 commit comments