<?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <!-- This module was also published with a richer model, Gradle metadata,  -->
  <!-- which should be used instead. Do not delete the following line which  -->
  <!-- is to indicate to Gradle or any Gradle module metadata file consumer  -->
  <!-- that they should prefer consuming it instead. -->
  <!-- do_not_remove: published-with-gradle-metadata -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.blamejared.crafttweaker</groupId>
  <artifactId>CraftTweaker-fabric-1.21.1</artifactId>
  <version>21.0.27</version>
  <dependencies>
    <dependency>
      <groupId>org.openzen.zencode</groupId>
      <artifactId>CodeFormatter</artifactId>
      <version>0.3.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openzen.zencode</groupId>
      <artifactId>CodeFormatterShared</artifactId>
      <version>0.3.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openzen.zencode</groupId>
      <artifactId>JavaIntegration</artifactId>
      <version>0.3.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openzen.zencode</groupId>
      <artifactId>JavaAnnotations</artifactId>
      <version>0.3.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openzen.zencode</groupId>
      <artifactId>JavaBytecodeCompiler</artifactId>
      <version>0.3.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openzen.zencode</groupId>
      <artifactId>JavaShared</artifactId>
      <version>0.3.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openzen.zencode</groupId>
      <artifactId>Validator</artifactId>
      <version>0.3.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openzen.zencode</groupId>
      <artifactId>Parser</artifactId>
      <version>0.3.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openzen.zencode</groupId>
      <artifactId>CodeModel</artifactId>
      <version>0.3.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.openzen.zencode</groupId>
      <artifactId>Shared</artifactId>
      <version>0.3.8</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.jetbrains</groupId>
      <artifactId>annotations</artifactId>
      <version>23.0.0</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.reflections</groupId>
      <artifactId>reflections</artifactId>
      <version>0.10.2</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>org.javassist</groupId>
      <artifactId>javassist</artifactId>
      <version>3.29.0-GA</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.fabricmc</groupId>
      <artifactId>fabric-loader</artifactId>
      <version>0.15.11</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>net.fabricmc.fabric-api</groupId>
      <artifactId>fabric-api</artifactId>
      <version>0.102.1+1.21.1</version>
      <scope>runtime</scope>
    </dependency>
    <dependency>
      <groupId>com.faux.fauxcustomentitydata</groupId>
      <artifactId>FauxCustomEntityData-fabric-1.21.1</artifactId>
      <version>13.0.1</version>
      <scope>runtime</scope>
    </dependency>
  </dependencies>
</project>
