Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/loohp/blockmodelrenderer
Render Minecraft block models
https://github.com/loohp/blockmodelrenderer
blockbench java minecraft models rendering
Last synced: 3 months ago
JSON representation
Render Minecraft block models
- Host: GitHub
- URL: https://github.com/loohp/blockmodelrenderer
- Owner: LOOHP
- License: gpl-3.0
- Created: 2021-12-11T01:05:05.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-03-24T22:01:11.000Z (almost 2 years ago)
- Last Synced: 2024-10-04T19:09:48.517Z (3 months ago)
- Topics: blockbench, java, minecraft, models, rendering
- Language: Java
- Homepage: https://ci.loohpjames.com/job/BlockModelRenderer/
- Size: 175 KB
- Stars: 7
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[![Build Status](https://ci.loohpjames.com/job/BlockModelRenderer/badge/icon)](https://ci.loohpjames.com/job/BlockModelRenderer/)
# BlockModelRenderer
Render Minecraft block models
Used in **[InteractiveChat-DiscordSRV-Addon](https://github.com/LOOHP/InteractiveChat-DiscordSRV-Addon)** to render item models to send to discord.![Example Beacon](https://imgur.com/loHqLHB.png)![Example Lectern](https://imgur.com/pPaEpCt.png)
*(These images are rendered with a piece of addition software supplying data to this library)*
## Builds
- [Jenkins](https://ci.loohpjames.com/job/BlockModelRenderer/)
## Maven
```htmlloohp-repo
https://repo.loohpjames.com/repository```
```htmlcom.loohp
BlockModelRenderer
VERSION
compile```
Replace `VERSION` with the version number.