1.21.9
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.github.hotpad100c</groupId>
<artifactId>1.21.9</artifactId>
<version>1.0.3+1.21.9</version>
</dependency><?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>io.github.hotpad100c</groupId>
<artifactId>1.21.9</artifactId>
<version>1.0.3+1.21.9</version>
<name>Ryans Rendering Kit</name>
<description>A Fabric rendering utility library for Minecraft mods.</description>
<url>https://github.com/hotpad100c/ryansrenderingkit</url>
<licenses>
<license>
<name>MIT License</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<id>hotpad100c</id>
<name>Ryan100C</name>
<email>hotpad100c@gmail.com</email>
</developer>
</developers>
<scm>
<connection>scm:git:https://github.com/hotpad100c/ryansrenderingkit.git</connection>
<developerConnection>scm:git:ssh://git@github.com:hotpad100c/ryansrenderingkit.git</developerConnection>
<url>https://github.com/hotpad100c/ryansrenderingkit</url>
</scm>
<dependencies>
<dependency>
<groupId>net.fabricmc</groupId>
<artifactId>fabric-loader</artifactId>
<version>0.17.3</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.fabricmc.fabric-api</groupId>
<artifactId>fabric-lifecycle-events-v1</artifactId>
<version>2.6.9+33df5e6e7d</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.fabricmc.fabric-api</groupId>
<artifactId>fabric-rendering-v1</artifactId>
<version>16.0.1+328a75ba7d</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.fabricmc.fabric-api</groupId>
<artifactId>fabric-command-api-v2</artifactId>
<version>2.3.7+328a75ba7d</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.fabricmc.fabric-api</groupId>
<artifactId>fabric-resource-loader-v0</artifactId>
<version>3.2.2+3388a3b27d</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.fabricmc.fabric-api</groupId>
<artifactId>fabric-content-registries-v0</artifactId>
<version>10.2.3+b6a242647d</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>