diff --git a/gradle.properties b/gradle.properties index eb8b78c..ff5336f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -36,8 +36,8 @@ developmentEnvironmentUserName = Developer replaceGradleTokenInFile = Tags.java gradleTokenModId = xibao gradleTokenModName = xibao -gradleTokenVersion = GRADLETOKEN_VERSION -gradleTokenGroupName = GRADLETOKEN_GROUPNAME +gradleTokenVersion = 1.0.0 +gradleTokenGroupName = xkball # In case your mod provides an API for other mods to implement you may declare its package here. Otherwise, you can # leave this property empty. diff --git a/src/main/resources/LICENSE b/src/main/resources/LICENSE index 63b4b68..a0e3927 100644 --- a/src/main/resources/LICENSE +++ b/src/main/resources/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) [year] [fullname] +Copyright (c) 2023 xkball Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE -SOFTWARE. \ No newline at end of file +SOFTWARE. diff --git a/src/main/resources/mcmod.info b/src/main/resources/mcmod.info index ef590f4..1e654e0 100644 --- a/src/main/resources/mcmod.info +++ b/src/main/resources/mcmod.info @@ -3,10 +3,10 @@ "modList": [{ "modid": "${modId}", "name": "${modName}", - "description": "An example mod for Minecraft 1.7.10 with Forge focused on a stable setup.", + "description": "Show a celebrating image when you game crashed or disconnected from server", "version": "${modVersion}", "mcversion": "${minecraftVersion}", - "url": "https://github.com/SinTh0r4s/MyMod", + "url": "https://github.com/xkball/XiBao1.7.10", "updateUrl": "", "authorList": ["xkball"], "credits": "",