Skip to content

Commit b50014f

Browse files
committed
expose api package
1 parent 0b07be0 commit b50014f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ gradleTokenGroupName = GRADLETOKEN_GROUPNAME
3535
# In case your mod provides an API for other mods to implement you may declare its package here. Otherwise you can
3636
# leave this property empty.
3737
# Example value: apiPackage = api + modGroup = com.myname.mymodid -> com.myname.mymodid.api
38-
apiPackage =
38+
apiPackage = api
3939

4040
# Specify the configuration file for Forge's access transformers here. I must be placed into /src/main/resources/META-INF/
4141
# Example value: mymodid_at.cfg

0 commit comments

Comments
 (0)