diff --git a/ReadMe.md b/ReadMe.md index dd6b7fc..b2a145d 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -8,6 +8,9 @@ packs, spawning entities in-game and managing their animations is all working, i Consider supporting the development at https://www.patreon.com/magmaguy ! +The exported resource pack contents are licensed under the CC0 license, no rights reserved. You are free to use, +distribute, modify for any purposes without restrictions or the need for attribution. + # Using this plugin ## What can FreeMinecraftModels (FMM) do for Minecraft server admins? @@ -116,11 +119,16 @@ Maven: ```xml + + ossrh-public + https://s01.oss.sonatype.org/content/groups/snapshots/ + + - com.magmaguy - FreeMinecraftModels - 1.1.2-SNAPSHOT - provided +com.magmaguy +FreeMinecraftModels +1.1.3-SNAPSHOT +provided ``` diff --git a/pom.xml b/pom.xml index 3ccb153..921e36f 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ com.magmaguy FreeMinecraftModels - 1.1.2-SNAPSHOT + 1.1.3-SNAPSHOT @@ -102,7 +102,7 @@ com.magmaguy EasyMinecraftGoals-dist - 1.7.0 + 1.7.2-SNAPSHOT diff --git a/src/main/resources/plugin.yml b/src/main/resources/plugin.yml index 6a444d0..9b390e2 100644 --- a/src/main/resources/plugin.yml +++ b/src/main/resources/plugin.yml @@ -1,5 +1,5 @@ name: FreeMinecraftModels -version: '1.1.2' +version: '1.1.3' main: com.magmaguy.freeminecraftmodels.FreeMinecraftModels api-version: 1.19 prefix: FreeMinecraftModels