Skip to content

LOOHP/BlockModelRenderer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.