-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Updated the library with the new name.
- Loading branch information
1 parent
692d014
commit 2587c50
Showing
18 changed files
with
331 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,22 +3,22 @@ org.gradle.jvmargs=-Xmx3G | |
org.gradle.daemon=false | ||
# Versions | ||
minecraftVersion=1.17.1 | ||
forgeVersion=37.0.5 | ||
forgeVersion=37.0.48 | ||
forgeGradleVersion=5.+ | ||
# Maven publishing | ||
GROUP=com.theonlytails | ||
POM_ARTIFACT_ID=loottables | ||
VERSION_NAME=0.2.14 | ||
POM_NAME=LootTables | ||
POM_ARTIFACT_ID=lootgoblin | ||
VERSION_NAME=0.2.15 | ||
POM_NAME=LootGoblin | ||
POM_DESCRIPTION=A Kotlin DSL for creating loot tables in Minecraft Forge mods. | ||
POM_INCEPTION_YEAR=2021 | ||
POM_URL=https://github.com/theonlytails/loottables | ||
POM_URL=https://github.com/theonlytails/lootgoblin | ||
POM_LICENCE_NAME=MIT License | ||
POM_LICENCE_URL=https://www.opensource.org/licenses/mit-license.php | ||
POM_LICENCE_DIST=repo | ||
POM_SCM_URL=https://github.com/theonlytails/loottables/ | ||
POM_SCM_CONNECTION=scm:git:git://github.com/theonlytails/loottables.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/theonlytails/loottables.git | ||
POM_SCM_URL=https://github.com/theonlytails/lootgoblin/ | ||
POM_SCM_CONNECTION=scm:git:git://github.com/theonlytails/lootgoblin.git | ||
POM_SCM_DEV_CONNECTION=scm:git:ssh://[email protected]/theonlytails/lootgoblin.git | ||
POM_DEVELOPER_ID=theonlytails | ||
POM_DEVELOPER_NAME=TheOnlyTails | ||
POM_DEVELOPER_URL=https://github.com/theonlytails/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
distributionBase=GRADLE_USER_HOME | ||
distributionPath=wrapper/dists | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.1.1-bin.zip | ||
distributionUrl=https\://services.gradle.org/distributions/gradle-7.2-bin.zip | ||
zipStoreBase=GRADLE_USER_HOME | ||
zipStorePath=wrapper/dists |
Oops, something went wrong.