<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <modelVersion>4.0.0</modelVersion>
  <groupId>dev.creoii.creoapi</groupId>
  <artifactId>creo-api</artifactId>
  <version>0.2.4</version>
  <name>Creo API</name>
  <description>A multi-purpose api for Minecraft mod and datapack development.</description>
  <url>https://www.creoii.dev/projects/creo-api</url>
  <inceptionYear>2023</inceptionYear>
  <organization>
    <name>Great Big World</name>
    <url>https://github.com/great-big-world</url>
  </organization>
  <licenses>
    <license>
      <name>All Rights Reserved</name>
      <url>https://github.com/great-big-world/creo-api/blob/master/LICENSE</url>
    </license>
  </licenses>
  <developers>
    <developer>
      <id>creoii</id>
      <name>creoii</name>
      <url>https://creoii.dev/</url>
    </developer>
  </developers>
  <scm>
    <connection>scm:git:https://github.com/great-big-world/creo-api.git</connection>
    <developerConnection>scm:git:https://github.com/great-big-world/creo-api.git</developerConnection>
    <url>https://github.com/great-big-world/creo-api</url>
  </scm>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/great-big-world/creo-api/issues</url>
  </issueManagement>
  <dependencies>
    <dependency>
      <groupId>dev.creoii.creoapi</groupId>
      <artifactId>creo-block-api</artifactId>
      <version>0.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.creoii.creoapi</groupId>
      <artifactId>creo-block-injection-api</artifactId>
      <version>0.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.creoii.creoapi</groupId>
      <artifactId>creo-content-modification-api</artifactId>
      <version>0.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.creoii.creoapi</groupId>
      <artifactId>creo-convention-tags</artifactId>
      <version>0.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.creoii.creoapi</groupId>
      <artifactId>creo-entity-attributes</artifactId>
      <version>0.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.creoii.creoapi</groupId>
      <artifactId>creo-entity-block-collision-api</artifactId>
      <version>0.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.creoii.creoapi</groupId>
      <artifactId>creo-events</artifactId>
      <version>0.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.creoii.creoapi</groupId>
      <artifactId>creo-food-component-api</artifactId>
      <version>0.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.creoii.creoapi</groupId>
      <artifactId>creo-item-api</artifactId>
      <version>0.1.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.creoii.creoapi</groupId>
      <artifactId>creo-mod-compatibility</artifactId>
      <version>0.2.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.creoii.creoapi</groupId>
      <artifactId>creo-registry-api</artifactId>
      <version>0.0.1</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.creoii.creoapi</groupId>
      <artifactId>creo-shader-interaction-api</artifactId>
      <version>0.1.0</version>
      <scope>compile</scope>
    </dependency>
    <dependency>
      <groupId>dev.creoii.creoapi</groupId>
      <artifactId>creo-worldgen</artifactId>
      <version>0.1.2</version>
      <scope>compile</scope>
    </dependency>
  </dependencies>
</project>
