Skip to content
This repository has been archived by the owner on Aug 28, 2021. It is now read-only.

Commit

Permalink
revert mods.toml.ftl, update generator.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Fisheiyy committed Apr 25, 2021
1 parent 9c37d6a commit 2593fcd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions forge-1.14.4/generator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Minecraft Forge for @minecraft (@buildfileversion)
basefeatures: [variables, model_json, model_java, model_obj]
status: deprecated
buildfileversion: 28.2.23
subversion: 1.0.0

# gradle task definitions
gradle:
Expand Down
2 changes: 1 addition & 1 deletion forge-1.14.4/templates/modbase/mods.toml.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ${settings.getDescription()}
[[dependencies.${settings.getModID()}]]
modId="forge"
mandatory=true
versionRange="[${generator.getFullGeneratorVersion()}]"
versionRange="[${generator.getGeneratorBuildFileVersion()}]"
ordering="NONE"
side="BOTH"
</#if>
Expand Down

0 comments on commit 2593fcd

Please sign in to comment.