Skip to content

Commit

Permalink
Updated the easyminecrafgoals version used, fixing dependency issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BuildTools committed Jan 8, 2024
1 parent 7421f92 commit c614595
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
16 changes: 12 additions & 4 deletions ReadMe.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down Expand Up @@ -116,11 +119,16 @@ Maven:

```xml

<repository>
<id>ossrh-public</id>
<url>https://s01.oss.sonatype.org/content/groups/snapshots/</url>
</repository>

<dependency>
<groupId>com.magmaguy</groupId>
<artifactId>FreeMinecraftModels</artifactId>
<version>1.1.2-SNAPSHOT</version>
<scope>provided</scope>
<groupId>com.magmaguy</groupId>
<artifactId>FreeMinecraftModels</artifactId>
<version>1.1.3-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
```

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.magmaguy</groupId>
<artifactId>FreeMinecraftModels</artifactId>
<version>1.1.2-SNAPSHOT</version>
<version>1.1.3-SNAPSHOT</version>

<repositories>
<!-- This adds the Spigot Maven repository to the build -->
Expand Down Expand Up @@ -102,7 +102,7 @@
<dependency>
<groupId>com.magmaguy</groupId> <!-- Replace with the actual group ID -->
<artifactId>EasyMinecraftGoals-dist</artifactId> <!-- Replace with the actual artifact ID -->
<version>1.7.0</version> <!-- Replace with the actual version -->
<version>1.7.2-SNAPSHOT</version> <!-- Replace with the actual version -->
</dependency>


Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit c614595

Please sign in to comment.