/BlockModelRenderer

Render Minecraft block models

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Build Status

BlockModelRenderer

Render Minecraft block models
Used in InteractiveChat-DiscordSRV-Addon to render item models to send to discord.

Example BeaconExample Lectern

(These images are rendered with a piece of addition software supplying data to this library)

Builds

Maven

<repository>
  <id>loohp-repo</id>
  <url>https://repo.loohpjames.com/repository</url>
</repository>
<dependency>
  <groupId>com.loohp</groupId>
  <artifactId>BlockModelRenderer</artifactId>
  <version>VERSION</version>
  <scope>compile</scope>
</dependency>

Replace VERSION with the version number.