Skip to content

Commit

Permalink
change source of fabric_api_version string
Browse files Browse the repository at this point in the history
  • Loading branch information
a0a7 authored Nov 13, 2023
1 parent 323ac3f commit c628b3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ processResources {
properties.put("loader_version", loader_version)
properties.put("fabric_loader_version", fabric_loader_version)
properties.put("fabric_version", fabric_version)
properties.put("fabric_api_version", fabric_api_version)
properties.put("fabric_api_version", fabric_version)
properties.put("create_version", create_version)
properties.put("minecraft_version", minecraft_version)

Expand Down

0 comments on commit c628b3e

Please sign in to comment.