BlockRenderer icon indicating copy to clipboard operation
BlockRenderer copied to clipboard

A mod to render blocks and items. Useful for wikis.

Results 8 BlockRenderer issues
Sort by recently updated
recently updated
newest added

Removes all AWT references and uses alternatives mainly Mojang's NativeImage (Wrapper for STBImage) This *might* fix #28. The `readPixels` function can probably be cleaned up by doing something similar to...

@pupnewfster Testing with All The Mods 1.16.4 + HuesoDeWiki + BlockRenderer. Rendering a single block/item seems fine, but CTRL + \` only dumps a single item with no GUI popping...

Hi there - just a heads up; You're currently registering your keybinds in the constructor of ClientRenderHandler, as seen here: https://github.com/unascribed/BlockRenderer/blob/914264f1415cf7f1b13f90e82234cceec918e3df/src/main/java/com/unascribed/blockrenderer/ClientRenderHandler.java#L81 This is somewhat ok, but it breaks development environments...

k: Bug

This is the feature that will complete the mod. We have these nice block renders for wikis but mob pages are lacking nice renders. This will even help the vanilla...

k: Feature

For example, there are two items named Snow. One is the layer and one is the block. There's no way to tell if Snow or Snow_2 is the Layer or...

k: Improvement

Currently the Minecraft Wiki uses Mineshot to render structures. But it is very hard to position yourself in the right place, and make sure the lighting is correct, and chunk...

k: Feature

Hi, Latest Wikipack3, I ran an export on mod "factorytech" but the item "factorytech:handbook" was not exported. (edit: turns out that a lot of things were missed. Can't spot a...

k: Bug
s: Needs Research